@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,600&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary, time, mark, audio, video, a, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

pre, code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: text-top;
  font-size: 75%; }

sub {
  vertical-align: text-bottom;
  font-size: 75%; }

input, textarea, select {
  z-index: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle; }

/* a {
  outline: none; } */

audio:not([controls]) {
  display: none; }

time {
  display: inline; }

[hidden] {
  display: none; }

input::-ms-clear, input::-ms-reveal, input:focus::-ms-clear, input:focus::-ms-reveal {
  visibility: hidden;
  display: none; }

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
input[type=submit],
input[type=button],
input[type=reset] {
  cursor: pointer; }

small {
  font-size: 85%; }

b, i, em {
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'marunichi';
  src: url("/assets/fonts/marunich.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body, input, button, select, textarea {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400; }

input::placeholder,
textarea::placeholder {
  color: #c8c8c8; }



/* vars & mixins
===================================================================================== */
a:link {
  color: #d70c18;
  text-decoration: none; }

a:visited {
  color: #d70c18;
  text-decoration: none; }

a:hover {
  color: #d70c18;
  text-decoration: underline;
  /* text-decoration: none;  */}

a:active {
  color: #d70c18; }

a.btn {
  background: #d70c18;
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
  line-height: 1.6;
  padding: 8px 60px 8px 40px;
  border-radius: 40px;
  position: relative;
  transition: background .3s ease; }
  a.btn::after {
    display: block;
    font-family: 'marunichi';
    position: absolute;
    font-weight: normal !important; }
  a.btn::after {
    content: '\e90a';
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    right: 15px;
    top: calc(50% - 10px);
    transition: right .3s ease,top .3s ease; }
  a.btn.blank::after {
    content: '\e91c';
    right: 15px;
    top: calc(50% - 8px);
    position: absolute !important; }
  a.btn.blank:hover::after {
    right: 15px; }
  a.btn:hover {
    background: #d46163;
    text-decoration: none !important; }
    a.btn:hover::after {
      right: 5px; }
  a.btn.anchor::after {
    content: '\e908'; }
  a.btn.anchor:hover::after {
    right: 15px;
    top: calc(50% - 5px); }

.aCt {
  text-align: center; }

.aLt {
  text-align: left; }

.aRt {
  text-align: right; }

.fLt {
  float: left; }

.fRt {
  float: right; }

.split {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center; }

@media screen and (min-width: 768px) {
  a.phoneLink {
    color: #111;
    text-decoration: none;
    pointer-events: none; }

  .pcBr {
    display: inline; }

  .spBr {
    display: none; }

  .pc {
    display: block; }

  .sp {
    display: none; } }
@media screen and (max-width: 767px) {
  a.phoneLink {
    text-decoration: underline;
    pointer-events: auto; }

  .pcBr {
    display: none; }

  .spBr {
    display: inline; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
img {
  max-width: 100%;
  height: auto; }

.isb {
  overflow-y: auto; }

.isb::-webkit-scrollbar {
  width: 15px; }

.isb::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 10px;
  border: 3px  #F8F8F8 solid; }

.isb::-webkit-scrollbar-track {
  background: #F8F8F8; }

/* form
================================================================================= */
label.chk {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: inline-block; }
  label.chk input[type=checkbox] {
    position: absolute;
    left: -50px; }
    label.chk input[type=checkbox]:checked + i {
      background-image: url("/assets/images/check.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 22px auto; }
  label.chk i {
    width: 34px;
    height: 34px;
    border: 1px #ccc solid;
    background: #f5f5f5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }

.pageWrapper {
  padding-top: 90px;
  min-width: 1024px;

  position: relative; }
  .pageWrapper.cp .siteFooter footer nav ul.cp {
    display: flex; }
  .pageWrapper.cp .siteFooter footer nav ul.pd {
    display: none; }

.siteHeader {
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
  transition: height .3s ease; }
  .siteHeader #siteID {
    width: 320px;
    transition: height .3s ease,width .3s ease; }
    @media (max-width: 1320px) {
      .siteHeader #siteID {
        width: 240px; } }
  .siteHeader header {
    max-width: 1470px;
    min-width: 984px;
    margin: 0 auto;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    transition: height .3s ease;
    line-height: 1.2; }
    .siteHeader header .globalNav {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .siteHeader header .globalNav .navToggled {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .siteHeader header .globalNav .toggle {
        display: none; }
      .siteHeader header .globalNav nav {
        display: flex;
        align-items: center; }
        .siteHeader header .globalNav nav ul {
          display: flex;
          align-items: center; }
          .siteHeader header .globalNav nav ul.primary {
            margin-right: 10px; }
            .siteHeader header .globalNav nav ul.primary li {
              border-right: 1px #d70c18 solid;
              line-height: 1;
              font-size: 15px;
              position: relative;
              transition: font-size .3s ease;
              font-weight: bold; }
              .siteHeader header .globalNav nav ul.primary li a {
                padding: 2px 13px 3px; }
              .siteHeader header .globalNav nav ul.primary li:last-child {
                border: 0; }
              .siteHeader header .globalNav nav ul.primary li::after {
                position: absolute;
                left: 50%;
                bottom: -8px;
                height: 1px;
                width: 0;
                background: #d70c18;
                transition: width .2s ease-out,left .2s ease-out;
                content: ''; }
              .siteHeader header .globalNav nav ul.primary li:hover::after, .siteHeader header .globalNav nav ul.primary li.active::after {
                width: calc(100% - 30px);
                left: 15px; }
              @media (max-width: 1320px) {
                .siteHeader header .globalNav nav ul.primary li {
                  font-size: 12px; }
                  .siteHeader header .globalNav nav ul.primary li a {
                    padding: 2px 8px 3px; } }
          .siteHeader header .globalNav nav ul.secondary li {
            font-size: 12px;
            padding: 2px 10px 3px;
            transition: font-size .3s ease; }
            .siteHeader header .globalNav nav ul.secondary li a {
              color: #111111;
              display: flex;
              align-items: center;
              transition: color .3s ease; }
              .siteHeader header .globalNav nav ul.secondary li a::before {
                display: inline-block;
                font-family: 'marunichi';
                vertical-align: middle;
                position: relative;
                margin-top: -0.1em;
                font-weight: normal !important; }
              .siteHeader header .globalNav nav ul.secondary li a::before {
                width: 22px;
                height: 22px;
                font-size: 22px;
                color: #C7C7C7;
                padding-right: 5px;
                transition: color .3s ease; }
              .siteHeader header .globalNav nav ul.secondary li a.shop::before {
                content: '\e911'; }
              .siteHeader header .globalNav nav ul.secondary li a.company::before {
                content: '\e912'; }
              .siteHeader header .globalNav nav ul.secondary li a.global::before {
                content: '\e914'; }
              .siteHeader header .globalNav nav ul.secondary li a.products::before {
                content: '\e91d';
                font-size: 26px; }
              .siteHeader header .globalNav nav ul.secondary li a.career::before {
                content: '\e922'; }
              .siteHeader header .globalNav nav ul.secondary li a.contact::before {
                content: '\e923'; }
              .siteHeader header .globalNav nav ul.secondary li a:hover {
                color: #d70c18; }
                .siteHeader header .globalNav nav ul.secondary li a:hover::before {
                  color: #d70c18; }
            @media (max-width: 1320px) {
              .siteHeader header .globalNav nav ul.secondary li {
                font-size: 10px;
                padding: 2px 5px 3px; } }
      .siteHeader header .globalNav .searchBox {
        position: relative;
        width: 36px;
        height: 36px; }
        .siteHeader header .globalNav .searchBox .toggle {
          display: block;
          width: 36px;
          height: 36px;
          position: absolute;
          right: 0;
          top: 0;
          cursor: pointer;
          border-radius: 50%;
          transition: all .3s ease;
          display: block;
          overflow: hidden;
          text-indent: -9999px;
          position: relative; }
          .siteHeader header .globalNav .searchBox .toggle::before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            text-indent: 0;
            text-align: center;
            line-height: 100%;
            font-family: 'marunichi'; }
          .siteHeader header .globalNav .searchBox .toggle::before {
            content: '\e917';
            width: 36px;
            height: 36px;
            display: block;
            line-height: 36px;
            color: #d70c18;
            font-size: 28px; }
          .siteHeader header .globalNav .searchBox .toggle.active::before {
            content: '\e909'; }
          .siteHeader header .globalNav .searchBox .toggle.active:hover {
            transform: rotate(180deg); }
          .siteHeader header .globalNav .searchBox .toggle:hover {
            background: #d70c18; }
            .siteHeader header .globalNav .searchBox .toggle:hover::before {
              color: #fff; }
      .siteHeader header .globalNav .form {
        position: absolute;
        right: 0;
        top: -8px;
        height: 50px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        width: 0;
        transition: all .3s ease; }
        .siteHeader header .globalNav .form input {
          width: 250px;
          height: 50px;
          padding: 5px 10px;
          /* outline: none; */ }
        .siteHeader header .globalNav .form button {
          display: block;
          overflow: hidden;
          text-indent: -9999px;
          position: relative;
          background: none #d70c18;
          border: 1px #fff solid;
          border-radius: 0 8px 8px 0;
          width: 50px;
          height: 50px;
          position: absolute;
          right: 0;
          top: 0;
          color: #fff;
          transition: background .3s ease; }
          .siteHeader header .globalNav .form button::before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            text-indent: 0;
            text-align: center;
            line-height: 100%;
            font-family: 'marunichi'; }
          .siteHeader header .globalNav .form button::before {
            content: '\e917';
            width: 50px;
            height: 50px;
            display: block;
            line-height: 50px;
            color: #fff;
            font-size: 28px;
            position: absolute;
            left: 0;
            top: 0; }
          .siteHeader header .globalNav .form button:hover {
            background: #fff;
            color: #d70c18; }
            .siteHeader header .globalNav .form button:hover::before {
              color: #d70c18; }
        .siteHeader header .globalNav .form.active {
          width: 300px; }
  .siteHeader nav.category {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9;
    padding: 80px 40px 40px;
    display: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .siteHeader nav.category .header {
      text-align: center;
      display: block;
      height: auto;
      margin-bottom: 20px; }
      .siteHeader nav.category .header .headerTitle {
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 1.2;
        display: inline-block;
        position: relative; }
        .siteHeader nav.category .header .headerTitle::after {
          display: block;
          font-family: 'marunichi';
          position: absolute;
          font-weight: normal !important; }
        .siteHeader nav.category .header .headerTitle::after {
          content: '\e90a';
          display: inline-block;
          vertical-align: middle;
          font-size: 20px;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          right: -25px;
          top: calc(50% - 15px);
          color: #d70c18; }
        .siteHeader nav.category .header .headerTitle a {
          padding: 0 0 10px;
          position: relative;
          overflow: hidden;
          display: inline-block; }
          .siteHeader nav.category .header .headerTitle a::before, .siteHeader nav.category .header .headerTitle a::after {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            left: 0;
            bottom: 0;
            position: absolute;
            background: #d70c18;
            transition: left .3s ease-out; }
          .siteHeader nav.category .header .headerTitle a::before {
            left: calc(-100% - 10px);
            transition-delay: .3s; }
          .siteHeader nav.category .header .headerTitle a:hover::before {
            left: 0; }
          .siteHeader nav.category header h1 a:hover::after {
            left: calc(100% + 10px); }
      .siteHeader nav.category .header p {
        color: #111111;
        line-height: 1.5; }
    .siteHeader nav.category ul {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      width: 1030px;
      margin: 0 auto; }
      .siteHeader nav.category ul li {
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px; }
        .siteHeader nav.category ul li a {
          display: block; }
          .siteHeader nav.category ul li a .img {
            overflow: hidden; }
            .siteHeader nav.category ul li a .img img {
              display: block;
              transition: transform .3s ease; }
          .siteHeader nav.category ul li a:hover .img img {
            transform: scale(1.075); }
          .siteHeader nav.category ul li a .img {
            height: auto;
            margin: 0 auto; }
      .siteHeader nav.category ul.productList {
        margin-bottom: 40px; }
        .siteHeader nav.category ul.productList li {
          width: calc((100% / 5) - 20px);
          margin: 0 10px 15px; }
          .siteHeader nav.category ul.productList li a .img {
            width: 140px;
            padding: 10px; }
      .siteHeader nav.category ul.pickup li {
        width: calc((100% / 3) - 20px);
        margin: 0 10px 30px; }
        .siteHeader nav.category ul.pickup li a .img {
          width: 100%;
          margin-bottom: 10px;
          border-radius: 10px;
          border-radius: 10px;
          box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
          border: 1px #f5f5f5 solid; }
          .siteHeader nav.category ul.pickup li a .img img {
            width: 100%; }
      .siteHeader nav.category ul.pickup.duo {
        width: 640px; }
        .siteHeader nav.category ul.pickup.duo li {
          width: calc(50% - 20px); }
      .siteHeader nav.category ul.simple {
        justify-content: space-between;
        flex-wrap: wrap; }
        .siteHeader nav.category ul.simple li {
          width: calc((100% / 3) - 20px);
          margin: 0 10px 30px; }
          .siteHeader nav.category ul.simple li a {
            display: block;
            padding: 15px 40px 15px 20px;
            background: #fff;
            color: #d70c18;
            border-radius: 10px;
            box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
            border: 1px #d70c18 solid;
            transition: background .3s ease;
            text-align: left;
            line-height: 32px; }
            .siteHeader nav.category ul.simple li a:hover {
              background: #d70c18;
              color: #fff; }
            .siteHeader nav.category ul.simple li a.recipeTop::before, .siteHeader nav.category ul.simple li a.recipePopular::before, .siteHeader nav.category ul.simple li a.recipeSeasonal::before {
              display: inline-block;
              font-family: 'marunichi';
              vertical-align: middle;
              position: relative;
              margin-top: -0.1em;
              font-weight: normal !important; }
            .siteHeader nav.category ul.simple li a.recipeTop::before, .siteHeader nav.category ul.simple li a.recipePopular::before, .siteHeader nav.category ul.simple li a.recipeSeasonal::before {
              font-size: 32px;
              margin-right: 10px;
              top: -1px; }
            .siteHeader nav.category ul.simple li a.recipeTop::before {
              content: '\e926'; }
            .siteHeader nav.category ul.simple li a.recipePopular::before {
              content: '\e925'; }
            .siteHeader nav.category ul.simple li a.recipeSeasonal::before {
              content: '\e924'; }
        .siteHeader nav.category ul.simple.duo {
          width: 640px; }
          .siteHeader nav.category ul.simple.duo li {
            width: calc(50% - 20px); }
    .siteHeader nav.category a.close {
      width: 60px;
      height: 60px;
      position: absolute;
      right: 40px;
      top: 40px;
      display: block;
      text-indent: -9999px;
      overflow: hidden;
      transition: transform .3s ease; }
      .siteHeader nav.category a.close::before, .siteHeader nav.category a.close::after {
        content: '';
        display: block;
        width: 60px;
        height: 1px;
        background: #d70c18;
        position: absolute;
        left: 0;
        top: 50%; }
      .siteHeader nav.category a.close::before {
        transform: rotate(45deg); }
      .siteHeader nav.category a.close::after {
        transform: rotate(-45deg); }
      .siteHeader nav.category a.close:hover {
        transform: rotate(180deg); }
    .siteHeader nav.category .isb {
      /*height:calc(100vh - 80px - 120px);*/
      max-width: 1030px;
      margin: 0 auto; }
    .siteHeader nav.category .cpNav {
      /*display:flex; justify-content:space-between;*/ }
      .siteHeader nav.category .cpNav > ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: auto; }
        .siteHeader nav.category .cpNav > ul .indexLink {
          display: none; }
        .siteHeader nav.category .cpNav > ul > li {
          width: calc((100% - 90px) / 3);
          text-align: left;
          margin: 0 15px 15px; }
          .siteHeader nav.category .cpNav > ul > li > a {
            display: block;
            padding: 18px 20px 18px 20px;
            background: #fff;
            color: #d70c18;
            border-radius: 10px;
            box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
            border: 1px #d70c18 solid;
            transition: background .3s ease; }
            .siteHeader nav.category .cpNav > ul > li > a:hover {
              background: #d70c18;
              color: #fff; }
          .siteHeader nav.category .cpNav > ul > li ul {
            display: block;
            width: auto;
            margin: 15px 0 0;
            padding: 0 0 0 11px; }
            .siteHeader nav.category .cpNav > ul > li ul li {
              text-align: left;
              margin-bottom: 14px; }
              .siteHeader nav.category .cpNav > ul > li ul li a {
                color: #111111;
                position: relative;
                padding-left: 18px;
                transition: color .3s ease; }
                .siteHeader nav.category .cpNav > ul > li ul li a::before {
                  display: block;
                  font-family: 'marunichi';
                  position: absolute;
                  font-weight: normal !important; }
                .siteHeader nav.category .cpNav > ul > li ul li a::before {
                  content: '\e90a';
                  left: 0;
                  top: calc(50% - 7px);
                  width: 14px;
                  height: 14px;
                  line-height: 14px;
                  text-align: center;
                  color: #d70c18; }
                .siteHeader nav.category .cpNav > ul > li ul li a:hover {
                  color: #d70c18; }
      .siteHeader nav.category .cpNav.hasGroup {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: auto; }
        .siteHeader nav.category .cpNav.hasGroup > ul.navGroup {
          width: calc((100% - 90px) /3);
          text-align: left;
          margin: 0 15px;
          display: block; }
          .siteHeader nav.category .cpNav.hasGroup > ul.navGroup > li {
            width: 100%;
            margin: 0 0 30px; }
      .siteHeader nav.category .cpNav ul.subLinks {
        width: 100%;
        border-top: 1px #cccccc solid;
        padding: 25px 20px 5px;
        justfy-content: flex-start; }
        .siteHeader nav.category .cpNav ul.subLinks li {
          text-align: left;
          margin: 0 30px 0 0;
          width: auto; }
          .siteHeader nav.category .cpNav ul.subLinks li a {
            color: #111111;
            position: relative;
            transition: color .3s ease;
            display: inline;
            background: transparent;
            padding: 0 0 0 20px;
            border: none;
            box-shadow: none; }
            .siteHeader nav.category .cpNav ul.subLinks li a::before {
              display: block;
              font-family: 'marunichi';
              position: absolute;
              font-weight: normal !important; }
            .siteHeader nav.category .cpNav ul.subLinks li a::before {
              content: '\e90a';
              left: 0;
              top: calc(50% - 7px);
              width: 14px;
              height: 14px;
              line-height: 14px;
              text-align: center;
              color: #d70c18; }
            .siteHeader nav.category .cpNav ul.subLinks li a::after {
              content: none; }
            .siteHeader nav.category .cpNav ul.subLinks li a:hover {
              color: #d70c18; }
  .siteHeader.compact {
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.07);
    height: 50px; }
    .siteHeader.compact header {
      height: 50px; }
      .siteHeader.compact header #siteID {
        width: 200px; }

/* ======================================================= */
/* ======================================================= */
.breadcrumbs {
  position: relative;
  z-index: 1; }

.pageContainer {
  position: relative;
  z-index: 1; }

.siteFooter {
  background: #fff;
  position: relative;
  z-index: 1; }
  .siteFooter footer {
    max-width: 1200px;
    min-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    /*
    @media screen and (max-width:1440px){
    	max-width:1200px;
    }
    */
    padding-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .siteFooter footer {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
    .siteFooter footer nav {
      padding: 40px;
      text-align: center; }
      .siteFooter footer nav ul {
        display: flex;
        justify-content: center;
        align-items: center; }
        .siteFooter footer nav ul li {
          border-right: 1px #d70c18 solid;
          line-height: 1;
          font-size: 15px;
          position: relative; }
          .siteFooter footer nav ul li a {
            padding: 2px 15px 3px; }
            .siteFooter footer nav ul li a:hover {
              text-decoration: underline; }
          .siteFooter footer nav ul li:last-child {
            border: 0; }
        .siteFooter footer nav ul.cp {
          display: none; }
    .siteFooter footer .btmMenu {
      border-top: 1px #cccccc solid;
      padding: 20px 0;
      display: flex;
      justify-content: space-between; }
      .siteFooter footer .btmMenu ul {
        display: flex;
        align-items: center; }
        .siteFooter footer .btmMenu ul.policies li {
          font-size: 12px;
          border-left: 1px #111111 solid;
          line-height: 1;
          padding: 0 10px; }
          .siteFooter footer .btmMenu ul.policies li a {
            color: #111111;
            padding: 2px 0 3px; }
          .siteFooter footer .btmMenu ul.policies li:first-child {
            border: 0;
            padding-left: 0; }
          .siteFooter footer .btmMenu ul.policies li:hover {
            text-decoration: underline; }
        .siteFooter footer .btmMenu ul.sns li {
          width: 26px;
          height: 26px;
          font-size: 26px;
          line-height: 26px;
          text-align: center;
          margin-left: 10px; }
          .siteFooter footer .btmMenu ul.sns li a {
            color: #111111;
            transition: color .3s ease;
            display: block;
            overflow: hidden;
            text-indent: -9999px;
            position: relative;
            text-align: left; }
            .siteFooter footer .btmMenu ul.sns li:first-child a{
              text-indent: 0;
              overflow: visible;
            } 
            .siteFooter footer .btmMenu ul.sns li a::before {
              content: '';
              display: block;
              width: 100%;
              height: 100%;
              text-indent: 0;
              text-align: center;
              line-height: 100%;
              font-family: 'marunichi'; }
            .siteFooter footer .btmMenu ul.sns li:first-child a::before,
            .siteFooter footer .btmMenu ul.sns li:first-child a::after {
                display: none !important;
              }
            .siteFooter footer .btmMenu ul.sns li:first-child a img{
                height: 22px;
              }
            .siteFooter footer .btmMenu ul.sns li a::before {
              display: block;
              width: 26px;
              height: 26px;
              position: absolute;
              left: 0;
              top: 0; }
            /* .siteFooter footer .btmMenu ul.sns li a.twitter::before {
              content: '\e919'; } */
            .siteFooter footer .btmMenu ul.sns li a.instagram::before {
              content: '\ea92'; }
            .siteFooter footer .btmMenu ul.sns li a.facebook::before {
              content: '\e913'; }
            .siteFooter footer .btmMenu ul.sns li a.youtube::before {
              content: '\e91b'; }
            .siteFooter footer .btmMenu ul.sns li a:hover {
              color: #d70c18; }
    .siteFooter footer .siteAuthor {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .siteFooter footer .siteAuthor .logo {
        width: 200px; }
      .siteFooter footer .siteAuthor .copyright {
        font-size: 12px; }

.pageUp {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 8;
  cursor: pointer;
  transition: opacity .3s ease,bottom .3s ease;
  opacity: .3;
  display: none; }
  .pageUp::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 0;
    text-align: center;
    line-height: 100%;
    font-family: 'marunichi'; }
  .pageUp:before {
    content: '\e90f';
    font-size: 40px;
    color: #111111; }
  .pageUp:hover {
    opacity: .7; }
  .pageUp.stop {
    bottom: 160px; }

.breadcrumbs {
  background: #f7fafc;
  padding: 10px 0; }
  .breadcrumbs ul {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1470px;
    min-width: 984px;
    display: flex; }
    .breadcrumbs ul li {
      font-size: 14px;
      color: #d70c18;
      font-weight: bold;
      margin-right: 1.5em;
      padding-right: 0.75em;
      position: relative;
      position: relative; }
      .breadcrumbs ul li::after {
        display: block;
        font-family: 'marunichi';
        position: absolute;
        font-weight: normal !important; }
      .breadcrumbs ul li a {
        color: #111111;
        font-weight: normal; }
      .breadcrumbs ul li::after {
        content: '\e90a';
        right: -1em;
        top: 0;
        color: #cccccc; }
      .breadcrumbs ul li:last-child::after {
        content: none; }

.localNav > ul {
  border-radius: 10px;
  box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 40px; }
  .localNav > ul li {
    border-bottom: 1px #c3d8e6 solid;
    font-size: 15px; }
    .localNav > ul li.head {
      font-weight: bold;
      text-align: center; }
      .localNav > ul li.head a {
        color: #d70c18; }
        .localNav > ul li.head a:hover {
          color: #fff; }
    .localNav > ul li a {
      padding: 11px 15px;
      display: block;
      color: #111111;
      transition: background .3s ease; }
      .localNav > ul li a:hover, .localNav > ul li a.active {
        background: #d70c18;
        color: #fff;
        font-weight: bold; }
      .localNav > ul li a.active + ul {
        display: block; }
    .localNav > ul li ul {
      border-top: solid 1px #fff;
      display: none; }
      .localNav > ul li ul li {
        font-size: 13px;
        border-bottom: 0; }
        .localNav > ul li ul li.term {
          border-bottom: 1px #c3d8e6 solid; }
        .localNav > ul li ul li a {
          background: #f7fafc;
          padding: 8px 15px 7px 30px;
          position: relative; }
          .localNav > ul li ul li a::before {
            content: '';
            background: #d70c18;
            width: 8px;
            height: 2px;
            display: inline-block;
            position: absolute;
            left: 15px;
            top: calc(10px + 0.75em); }
          .localNav > ul li ul li a:hover, .localNav > ul li ul li a.active {
            background: #d70c18;
            color: #fff; }
            .localNav > ul li ul li a:hover::before, .localNav > ul li ul li a.active::before {
              background: #fff; }
        .localNav > ul li ul li.indexLink {
          display: none; }
        .localNav > ul li ul li ul li {
          font-size: 13px;
          line-height: 1.3; }
          .localNav > ul li ul li ul li a {
            padding: 10px 8px 9px 45px;
            position: relative;
            position: relative; }
            .localNav > ul li ul li ul li a::before {
              content: '';
              background: #d70c18;
              width: 8px;
              height: 2px;
              display: inline-block;
              left: 30px;
              top: calc(10px + 0.6em); }
            .localNav > ul li ul li ul li a.active {
              color: #d70c18;
              background: #f7fafc;
              font-weight: bold; }
              .localNav > ul li ul li ul li a.active::before {
                background: #d70c18; }

body.blur .breadcrumbs, body.blur .pageContainer, body.blur .siteFooter {
  filter: blur(10px); }

.pageContainer {
  padding: 40px 0;
  /* 企業系etc.
  =========================================================== */
  /* グループ会社
  .standardContents dl.groupList{margin-top:-25px;
  	dt{float:left; clear:both; font-size:16px; width:35%; padding:1em;
  		i{display:inline-block; background:#999; color:#fff; border-radius:20px; padding:2px 15px; font-size:14px; margin-top:5px;}
  	}
  	dd{padding:1em 1em 1em 35%; margin-bottom:0;
  		&:nth-of-type(even){background:$c-pale;}
  	}
  }
  */ }
  .pageContainer .pageHeader {
    max-width: 1200px;
    min-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    /*
    @media screen and (max-width:1440px){
    	max-width:1200px;
    }
    */
    margin-bottom: 40px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .pageContainer .pageHeader {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
    .pageContainer .pageHeader h1, .pageContainer .pageHeader .catLabel {
      display: table;
      margin: 0 auto 15px;
      border-bottom: 2px #d70c18 solid;
      font-size: 28px; }
    .pageContainer .pageHeader p {
      margin-bottom: 40px; }
  .pageContainer .majorInformations {
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 40px 20px 0; }
    .pageContainer .majorInformations > div {
      margin-bottom: 30px;
      padding: 28px 53px 32px;
      border-radius: 20px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2); }
      .pageContainer .majorInformations > div h2 {
        width: 140px;
        padding: 10px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        border-radius: 5px;
        border: 0;
        font-size: 16px;
        margin-bottom: 0; }
      .pageContainer .majorInformations > div .dateList {
        width: calc(100% - 180px);
        padding: 5px 0; }
        .pageContainer .majorInformations > div .dateList dt {
          float: left;
          width: 9em;
          clear: both; }
        .pageContainer .majorInformations > div .dateList dd {
          padding-left: 9em;
          margin-bottom: 10px; }
          .pageContainer .majorInformations > div .dateList dd:last-of-type {
            margin-bottom: 0; }
          .pageContainer .majorInformations > div .dateList dd a {
            position: relative; }
            .pageContainer .majorInformations > div .dateList dd a::before {
              display: block;
              font-family: 'marunichi';
              position: absolute;
              font-weight: normal !important; }
            .pageContainer .majorInformations > div .dateList dd a::after {
              display: inline-block;
              font-family: 'marunichi';
              vertical-align: middle;
              position: relative;
              margin-top: -0.1em;
              font-weight: normal !important; }
            .pageContainer .majorInformations > div .dateList dd a:hover {
              text-decoration: underline; }
            .pageContainer .majorInformations > div .dateList dd a.pdf {
              padding-left: 24px; }
              .pageContainer .majorInformations > div .dateList dd a.pdf::before {
                content: '\e91e';
                font-size: 20px;
                width: 20px;
                height: 20px;
                line-height: 20px;
                top: .05em; }
            .pageContainer .majorInformations > div .dateList dd a.blank::after {
              content: '\e91c';
              font-size: 18px;
              top: .05em;
              margin-left: .5em; }
      .pageContainer .majorInformations > div.important {
        border: 2px #d70c18 solid;
        background: #FFF8F8; }
        .pageContainer .majorInformations > div.important h2 {
          background: #d70c18; }
        .pageContainer .majorInformations > div.important dl {
          color: #d70c18; }
        .pageContainer .majorInformations > div.important dd {
          /*font-weight:bold;*/ }
      .pageContainer .majorInformations > div.general {
        border: 2px #cccccc solid; }
        .pageContainer .majorInformations > div.general h2 {
          background: #666; }
        .pageContainer .majorInformations > div.general dd {
          font-weight: bold; }
        .pageContainer .majorInformations > div.general a {
          color: #111111; }
      .pageContainer .majorInformations > div.notice {
        background: #f5f5f5; }
        .pageContainer .majorInformations > div.notice a {
          color: #111111; }
    .pageContainer .majorInformations:empty {
      display: none; }
  .pageContainer section .majorInformations {
    padding: 0; }
  .pageContainer .pageAnchor {
    display: flex;
    justify-content: flex-start;
    margin: 40px -10px;
    align-items: stretch;
    flex-wrap: wrap; }
    .pageContainer .pageAnchor li {
      margin: 0 10px 10px !important;
      padding: 0;
      width: calc(25% - 20px); }
      .pageContainer .pageAnchor li::before {
        content: none; }
      .pageContainer .pageAnchor li a {
        border-radius: 10px;
        box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
        display: block;
        padding: 10px 30px 10px 10px;
        color: #111111;
        position: relative;
        transition: color .3s ease;
        height: 100%;
        text-decoration: none; }
        .pageContainer .pageAnchor li a::after {
          display: block;
          font-family: 'marunichi';
          position: absolute;
          font-weight: normal !important; }
        .pageContainer .pageAnchor li a::after {
          content: '\e90c';
          right: 10px;
          top: calc(50% - 8px);
          width: 16px;
          height: 16px;
          line-height: 16px;
          font-size: 16px;
          color: #d70c18;
          transition: top .3s ease; }
        .pageContainer .pageAnchor li a:hover {
          color: #d70c18;
          background: #f7fafc; }
          .pageContainer .pageAnchor li a:hover::after {
            top: calc(50% - 4px); }
    .pageContainer .pageAnchor.trio li {
      width: calc(33% - 20px); }
  .pageContainer .linkDetail {
    text-align: center; }
  .pageContainer section,
  .pageContainer .section {
    max-width: 1200px;
    min-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    /*
    @media screen and (max-width:1440px){
    	max-width:1200px;
    }
    */
    margin-bottom: 80px;
    clear: both; }
    @media screen and (max-width: 767px) {
      .pageContainer section,
      .pageContainer .section {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
    .pageContainer section section,
    .pageContainer .section section {
      padding: 0;
      max-width: none;
      min-width: 0;
      /*width:100%;*/ }
    .pageContainer section header,
    .pageContainer .section header {
      display: flex;
      justify-content: space-between; }
      .pageContainer section header h2:first-child,
      .pageContainer .section header h2:first-child {
        margin-top: 0; }
    .pageContainer section h2,
    .pageContainer .section h2 {
      font-size: 24px;
      display: table;
      border-bottom: 2px #d70c18 solid;
      margin-bottom: 30px; }
    .pageContainer section h3,
    .pageContainer .section h3 {
      font-size: 20px;
      font-weight: bold;
      margin: 50px 0 30px;
      line-height: 1.5;
      color: #d70c18; }
    .pageContainer section h4,
    .pageContainer .section h4 {
      font-size: 18px;
      font-weight: bold;
      margin: 40px 0 20px;
      line-height: 1.5;
      border-bottom: 1px #c3d8e6 solid;
      padding-bottom: 5px; }
    .pageContainer section h2 + h3,
    .pageContainer section h3 + h4,
    .pageContainer .section h2 + h3,
    .pageContainer .section h3 + h4 {
      margin-top: 0; }
    .pageContainer section.aCt h2,
    .pageContainer .section.aCt h2 {
      margin: 0 auto 30px; }
    .pageContainer section:last-child,
    .pageContainer .section:last-child {
      margin-bottom: 0; }
    .pageContainer section .linkDetail:last-child,
    .pageContainer .section .linkDetail:last-child {
      padding-bottom: 40px; }
    .pageContainer section.index h2,
    .pageContainer .section.index h2 {
      margin: 0 auto 40px; }
      .pageContainer section.index h2 + p,
      .pageContainer .section.index h2 + p {
        text-align: center;
        font-weight: bold;
        margin: -30px auto 40px; }
    .pageContainer section p,
    .pageContainer .section p {
      margin-bottom: 1.5em; }
  .pageContainer h1, .pageContainer h2, .pageContainer h3, .pageContainer h4 {
    font-feature-settings: 'palt'; }
  .pageContainer .tagAnchor {
    display: flex;
    flex-wrap: wrap; }
    .pageContainer .tagAnchor li {
      margin: 0 20px 10px 0;
      font-size: 14px;
      line-height: 1.2;
      min-width: 10%;
      /*width:calc(20% - 20px);*/ }
      .pageContainer .tagAnchor li a {
        padding: 8px 30px 8px 0;
        display: block;
        position: relative;
        border-bottom: 1px #d70c18 solid;
        transition: color .3s ease;
        color: #111111; }
        .pageContainer .tagAnchor li a::after {
          display: block;
          font-family: 'marunichi';
          position: absolute;
          font-weight: normal !important; }
        .pageContainer .tagAnchor li a::after {
          content: '\e908';
          right: 5px;
          top: calc(50% - 7px);
          transition: top .3s ease; }
        .pageContainer .tagAnchor li a:hover {
          color: #d70c18; }
          .pageContainer .tagAnchor li a:hover::after {
            top: calc(50% - 3px); }
  .pageContainer .invalid-feedback {
    padding: 10px 0;
    color: #d70c18;
    font-weight: bold; }
  .pageContainer .productMeta {
    display: flex;
    margin: -10px 0 30px; }
    .pageContainer .productMeta li {
      margin-right: 10px;
      padding: 5px 15px 6px;
      text-align: center;
      color: #fff;
      border-radius: 5px;
      line-height: 1.2; }
      .pageContainer .productMeta li.new, .pageContainer .productMeta li.update {
        background: #d70c18; }
      .pageContainer .productMeta li.discon {
        background: #666; }
  .pageContainer .shareOn {
    margin: 60px 0 0;
    display: flex; }
    .pageContainer .shareOn dt {
      color: #d70c18;
      padding-right: 15px; }
    .pageContainer .shareOn dd {
      display: flex;
     }
      .pageContainer .shareOn dd a {
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        position: relative;
        width: 30px;
        height: 30px;
        text-align: center;
        font-size: 30px;
        margin-right: 15px;
        transition: opacity .3s ease; }
        .pageContainer .shareOn dd a::before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          text-indent: 0;
          text-align: center;
          line-height: 100%;
          font-family: 'marunichi'; }
        .pageContainer .shareOn dd a.facebook::before {
          content: '\e913';
          color: #3D5A96; }
        /* .pageContainer .shareOn dd a.twitter::before {
          content: '\e91a';
          color: #2AA3EF; } */
          @font-face {
            font-family: 'x_font';
            src: url("/assets/fonts/icon_x.woff") format("woff");
            font-weight: normal;
            font-style: normal; }
          .pageContainer .shareOn dd a.twitter::before {
            font-family: 'x_font';
            content: "\e900";
            color: #000; 
            width: 30px;
            height: 26px;
          }
          .pageContainer .shareOn dd a.twitter{
            margin-right: 10px ;
            display: flex;
            align-items: center;
          }
  
        .pageContainer .shareOn dd a.line::before {
          content: '\e915';
          color: #3D9E26; }
        .pageContainer .shareOn dd a:hover {
          opacity: 0.5; }
  .pageContainer figure {
    margin-bottom: 40px; }
    .pageContainer figure.fLt {
      margin: 5px 20px 20px 0; }
    .pageContainer figure.fRt {
      margin: 5px 0 20px 20px; }
  .pageContainer .productListHeader {
    display: block;
    margin-bottom: 50px; }
    .pageContainer .productListHeader .ctgIntro {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin: 0 auto 20px; }
      .pageContainer .productListHeader .ctgIntro .image {
        width: 250px;
        overflow: hidden;
        text-align: center; }
        .pageContainer .productListHeader .ctgIntro .image .slick-dots {
          display: flex;
          justify-content: center; }
          .pageContainer .productListHeader .ctgIntro .image .slick-dots li {
            margin: 0 8px;
            width: 16px;
            height: 16px;
            border-radius: 8px;
            background: #cccccc; }
            .pageContainer .productListHeader .ctgIntro .image .slick-dots li button {
              display: block;
              overflow: hidden;
              opacity: 0; }
            .pageContainer .productListHeader .ctgIntro .image .slick-dots li.slick-active {
              background: #d70c18; }
      .pageContainer .productListHeader .ctgIntro .headline {
        width: calc(100% - 300px); }
      .pageContainer .productListHeader .ctgIntro h1 {
        font-size: 28px;
        margin-bottom: 20px; }
    .pageContainer .productListHeader .cookMothod {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      .pageContainer .productListHeader .cookMothod li {
        position: relative;
        margin: 0 10px 10px 0;
        background: #f7fafc;
        border-radius: 20px;
        font-size: 14px;
        line-height: 1.2;
        padding: 5px 10px;
        transition: color .3s ease,background .3s ease;
        cursor: pointer; }
        .pageContainer .productListHeader .cookMothod li:hover {
          color: #d70c18;
          background: #ffeecc; }
        .pageContainer .productListHeader .cookMothod li .tip {
          background: #fff;
          padding: 10px 15px;
          display: block;
          position: absolute;
          left: 0;
          top: 30px;
          width: 320px;
          z-index: 120;
          pointer-events: none;
          line-height: 1.5;
          z-index: 1;
          border: 2px #ccc solid;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          border-radius: 6px; }
          .pageContainer .productListHeader .cookMothod li .tip::after, .pageContainer .productListHeader .cookMothod li .tip::before {
            bottom: 100%;
            left: 10%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .pageContainer .productListHeader .cookMothod li .tip::after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 10px;
            margin-left: -10px; }
          .pageContainer .productListHeader .cookMothod li .tip::before {
            border-color: rgba(204, 204, 204, 0);
            border-bottom-color: #ccc;
            border-width: 13px;
            margin-left: -13px; }
        .pageContainer .productListHeader .cookMothod li::after {
          content: '?';
          background: #cccccc;
          color: #fff;
          border-radius: 50%;
          display: inline-block;
          width: 14px;
          height: 14px;
          line-height: 14px;
          padding: 2px;
          text-align: center;
          font-weight: bold;
          margin-left: 5px;
          font-family: "Oswald", sans-serif; }
  .pageContainer .giftBlock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    .pageContainer .giftBlock .image {
      width: 300px; }
    .pageContainer .giftBlock .content {
      width: calc(100% - 340px); }
      .pageContainer .giftBlock .content h3 {
        margin-top: 0;
        color: #111111;
        font-size: 24px;
        font-weight: normal; }
      .pageContainer .giftBlock .content table {
        width: 100%;
        margin-bottom: 10px;
        border-top: 1px #c3d8e6 solid; }
        .pageContainer .giftBlock .content table th, .pageContainer .giftBlock .content table td {
          padding: 15px 0;
          border-bottom: 1px #c3d8e6 solid; }
        .pageContainer .giftBlock .content table th {
          font-size: 18px;
          min-width: 6em; }
        .pageContainer .giftBlock .content table td {
          text-align: right; }
        .pageContainer .giftBlock .content table + ul.notes li {
          font-size: 12px;
          text-indent: -1em;
          padding-left: 1em; }
  .pageContainer .standardContents ul.businessCatalog li,
  .pageContainer ul.businessCatalog li {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    align-items: center; }
    .pageContainer .standardContents ul.businessCatalog li::before,
    .pageContainer ul.businessCatalog li::before {
      content: none; }
    .pageContainer .standardContents ul.businessCatalog li p,
    .pageContainer ul.businessCatalog li p {
      padding-left: 30px;
      font-size: 14px;
      margin: 0; }
    .pageContainer .standardContents ul.businessCatalog li img,
    .pageContainer ul.businessCatalog li img {
      transition: opacity .3s ease; }
    .pageContainer .standardContents ul.businessCatalog li a:hover img,
    .pageContainer ul.businessCatalog li a:hover img {
      opacity: .7; }
  .pageContainer .pageHeader .searchPanelLabel {
    display: none; }
  .pageContainer .pageHeader .recipeSearchPanel {
    display: flex;
    text-align: left;
    justify-content: space-between;
    margin: 60px 0 30px;
    flex-wrap: wrap; }
    .pageContainer .pageHeader .recipeSearchPanel .keywd {
      width: calc(40% - 30px); }
      .pageContainer .pageHeader .recipeSearchPanel .keywd input[type=text] {
        width: 100%;
        height: 70px;
        padding: 25px; }
      .pageContainer .pageHeader .recipeSearchPanel .keywd button {
        width: 50px;
        height: 50px;
        right: 10px;
        top: calc(50% - 25px);
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        position: relative;
        background: none transparent;
        border: 0 none;
        position: absolute; }
        .pageContainer .pageHeader .recipeSearchPanel .keywd button::before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          text-indent: 0;
          text-align: center;
          line-height: 100%;
          font-family: 'marunichi'; }
        .pageContainer .pageHeader .recipeSearchPanel .keywd button::before {
          content: '\e917';
          width: 50px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          color: #d70c18;
          position: absolute;
          left: 0;
          top: 0;
          font-size: 30px; }
          .pageContainer .pageHeader .recipeSearchPanel .keywd button::before:hover {
            color: #d46163; }
    .pageContainer .pageHeader .recipeSearchPanel .products,
    .pageContainer .pageHeader .recipeSearchPanel .genre {
      width: calc(30% - 15px); }
    .pageContainer .pageHeader .recipeSearchPanel .label {
      display: block;
      color: #d70c18;
      margin-bottom: 10px; }
    .pageContainer .pageHeader .recipeSearchPanel .qBox {
      position: relative; }
    .pageContainer .pageHeader .recipeSearchPanel input[type=text] {
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
      border: 1px #f5f5f5 solid;
      border-color: #cccccc;
      display: block;
      height: 70px;
      /* outline: none; */
      margin-bottom: 15px; }
    .pageContainer .pageHeader .recipeSearchPanel .selectBox {
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
      border: 1px #f5f5f5 solid;
      border-color: #cccccc;
      display: block;
      position: relative;
      position: relative; }
      .pageContainer .pageHeader .recipeSearchPanel .selectBox::after {
        display: block;
        font-family: 'marunichi';
        position: absolute;
        font-weight: normal !important; }
      .pageContainer .pageHeader .recipeSearchPanel .selectBox select {
        border: 0 none;
        padding: 20px;
        width: 100%;
        border-radius: 10px;
        height: 68px;
        appearance: none;
        -webkit-appearance: none;
        /* outline: none; */
        background: #fff; }
      .pageContainer .pageHeader .recipeSearchPanel .selectBox select::-ms-expand {
        display: none; }
      .pageContainer .pageHeader .recipeSearchPanel .selectBox::after {
        content: '\e908';
        right: 15px;
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 20px;
        color: #d70c18; }
    .pageContainer .pageHeader .recipeSearchPanel dl.keywords {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      line-height: 1.2;
      width: 100%; }
      .pageContainer .pageHeader .recipeSearchPanel dl.keywords dt {
        width: 7.5em;
        padding: 10px 0;
        color: #d70c18; }
      .pageContainer .pageHeader .recipeSearchPanel dl.keywords dd {
        width: calc(100% - 7.5em); }
        .pageContainer .pageHeader .recipeSearchPanel dl.keywords dd a {
          display: inline-block;
          margin: 0 8px 8px 0;
          background: #f7fafc;
          padding: 10px;
          border-radius: 20px;
          color: #111111;
          transition: color .3s ease,background .3s ease; }
          .pageContainer .pageHeader .recipeSearchPanel dl.keywords dd a:hover {
            color: #d70c18;
            background: #ffeecc; }
  .pageContainer section.featuredRecipe {
    background-position: top center;
    background-repeat: no-repeat;
    padding: 40px 0 0;
    width: 100%;
    max-width: none;
    background-image: url("/recipe/images/mainVisual.jpg");
    background-size: 1430px auto; }
    .pageContainer section.featuredRecipe .catch {
      width: 440px;
      margin: 0 auto 60px; }
      .pageContainer section.featuredRecipe .catch h2 {
        border: 0; }
      .pageContainer section.featuredRecipe .catch p {
        margin-bottom: 30px;
        text-align: left; }
    .pageContainer section.featuredRecipe .bnrList {
      max-width: 1200px;
      min-width: 984px;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      /*
      @media screen and (max-width:1440px){
      	max-width:1200px;
      }
      */ }
      @media screen and (max-width: 767px) {
        .pageContainer section.featuredRecipe .bnrList {
          max-width: none;
          min-width: 0;
          padding-left: 15px;
          padding-right: 15px; } }
  .pageContainer section.recipeSearchResult header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .pageContainer section.recipeSearchResult header .records {
      margin-bottom: 30px; }
    .pageContainer section.recipeSearchResult header h2 {
      border-bottom: 0;
      margin-bottom: 10px; }
      .pageContainer section.recipeSearchResult header h2 em {
        border-bottom: 2px #d70c18 solid;
        font-size: 28px;
        padding: 0 0.25em; }
    .pageContainer section.recipeSearchResult header .found em {
      font-size: 24px;
      font-family: "Oswald", sans-serif;
      color: #d70c18; }
  .pageContainer section.recipeSearchResult dl.sorter {
    display: flex;
    justify-content: flex-end;
    line-height: 1.2;
    align-items: center; }
    .pageContainer section.recipeSearchResult dl.sorter dt {
      padding-right: 10px; }
    .pageContainer section.recipeSearchResult dl.sorter dd {
      margin-right: 10px;
      cursor: pointer;
      background: #f7fafc;
      padding: 8px 15px;
      border-radius: 20px;
      cursor: pointer;
      transition: color .3s ease,background .3s ease; }
      .pageContainer section.recipeSearchResult dl.sorter dd::after {
        display: inline-block;
        font-family: 'marunichi';
        vertical-align: middle;
        position: relative;
        margin-top: -0.1em;
        font-weight: normal !important; }
      .pageContainer section.recipeSearchResult dl.sorter dd:hover {
        color: #d70c18;
        background: #ffeecc; }
      .pageContainer section.recipeSearchResult dl.sorter dd::after {
        content: '\e908';
        margin-left: .5em; }
      .pageContainer section.recipeSearchResult dl.sorter dd.active {
        background: #d70c18;
        color: #fff; }
  .pageContainer section.recipeDetail header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 0;
    margin-bottom: 60px; }
    .pageContainer section.recipeDetail header .recipeImage {
      width: 670px;
      border-radius: 20px;
      overflow: hidden; }
      .pageContainer section.recipeDetail header .recipeImage img {
        display: block;
        width: 100%;
        height: auto; }
      .pageContainer section.recipeDetail header .recipeImage.movie {
        height: 0;
        padding-top: calc(670px * 0.5625);
        position: relative; }
        .pageContainer section.recipeDetail header .recipeImage.movie iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
    .pageContainer section.recipeDetail header .headline {
      width: calc(100% - 720px); }
      .pageContainer section.recipeDetail header .headline h1 {
        font-size: 28px;
        margin-bottom: 20px; }
      .pageContainer section.recipeDetail header .headline .recipeInfo {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 30px; }
        .pageContainer section.recipeDetail header .headline .recipeInfo dt {
          color: #d70c18;
          font-size: 12px; }
          .pageContainer section.recipeDetail header .headline .recipeInfo dt::before {
            display: inline-block;
            font-family: 'marunichi';
            vertical-align: middle;
            position: relative;
            margin-top: -0.1em;
            font-weight: normal !important; }
          .pageContainer section.recipeDetail header .headline .recipeInfo dt::before {
            font-size: 22px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px; }
          .pageContainer section.recipeDetail header .headline .recipeInfo dt.time::before {
            content: '\e918'; }
          .pageContainer section.recipeDetail header .headline .recipeInfo dt.health::before {
            content: '\e910'; }
        .pageContainer section.recipeDetail header .headline .recipeInfo dd {
          padding: 0 35px 0 15px;
          font-size: 12px; }
          .pageContainer section.recipeDetail header .headline .recipeInfo dd:last-child {
            padding: 0 0 0 15px; }
          .pageContainer section.recipeDetail header .headline .recipeInfo dd b {
            font-family: "Oswald", sans-serif;
            font-size: 20px;
            vertical-align: baseline; }
  .pageContainer section.recipeDetail .recipeContent {
    display: flex;
    justify-content: space-between; }
    .pageContainer section.recipeDetail .recipeContent h3 {
      margin: 50px 0 0;
      line-height: 1.5;
      border-bottom: 1px #c3d8e6 solid;
      padding-bottom: 10px; }
    .pageContainer section.recipeDetail .recipeContent .ingredients {
      width: calc(50% - 20px); }
      .pageContainer section.recipeDetail .recipeContent .ingredients table {
        width: 100%; }
        .pageContainer section.recipeDetail .recipeContent .ingredients table th, .pageContainer section.recipeDetail .recipeContent .ingredients table td {
          border-bottom: 1px #c3d8e6 solid;
          padding: 20px 10px; }
        .pageContainer section.recipeDetail .recipeContent .ingredients table th {
          font-size: 18px;
          max-width: 75%; }
        .pageContainer section.recipeDetail .recipeContent .ingredients table td {
          text-align: right; }
    .pageContainer section.recipeDetail .recipeContent .procedure {
      width: calc(50% - 20px); }
      .pageContainer section.recipeDetail .recipeContent .procedure .process {
        padding: 30px 0 30px 60px;
        position: relative;
        border-bottom: 1px #c3d8e6 solid;
        display: flex; }
        .pageContainer section.recipeDetail .recipeContent .procedure .process i {
          width: 40px;
          height: 40px;
          font-family: "Oswald", sans-serif;
          text-align: center;
          line-height: 40px;
          color: #fff;
          background: #d70c18;
          border-radius: 20px;
          position: absolute;
          left: 0;
          top: 24px; }
        .pageContainer section.recipeDetail .recipeContent .procedure .process figure {
          flex: 6;
          text-align: right; }
          .pageContainer section.recipeDetail .recipeContent .procedure .process figure img {
            display: block; }
        .pageContainer section.recipeDetail .recipeContent .procedure .process p {
          flex: 4;
          padding-right: 20px; }
          .pageContainer section.recipeDetail .recipeContent .procedure .process p:last-of-type {
            margin-bottom: 0; }
  .pageContainer .productInfoHewader {
    margin: 40px 0 15px;
    font-size: 18px;
    font-weight: bold; }
  .pageContainer h2 + .productInfoHewader,
  .pageContainer h3 + .productInfoHewader {
    margin-top: 0; }
  .pageContainer table.productInfo {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    caption-side: bottom;
    margin-bottom: 1em; }
    .pageContainer table.productInfo caption {
      text-align: right;
      font-size: 14px;
      padding-top: 10px; }
      .pageContainer table.productInfo caption p {
        margin-bottom: 0.5em; }
    .pageContainer table.productInfo th, .pageContainer table.productInfo td {
      padding: 20px;
      border: 1px #c3d8e6 solid;
      border-width: 0 1px 1px 0; }
    .pageContainer table.productInfo tr td:last-child {
      border-right: 0; }
    .pageContainer table.productInfo tr:last-child th, .pageContainer table.productInfo tr:last-child td {
      border-bottom: 0; }
    .pageContainer table.productInfo th {
      background: #f7fafc;
      color: #39576A;
      font-size: 14px; }
    .pageContainer table.productInfo.info th {
      width: 15%; }
    .pageContainer table.productInfo.info td {
      width: 35%; }
    .pageContainer table.productInfo.nutrient th {
      width: 15%; }
    .pageContainer table.productInfo.nutrient td {
      width: 18.33%; }
    .pageContainer table.productInfo.production th {
      width: 15%; }
    .pageContainer table.productInfo td ul:last-child, .pageContainer table.productInfo td ol:last-child, .pageContainer table.productInfo td dl:last-child, .pageContainer table.productInfo td p:last-child {
      margin-bottom: 0 !important; }
  .pageContainer table.allergy {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    caption-side: bottom;
    table-layout: fixed; }
    .pageContainer table.allergy caption {
      font-size: 12px;
      padding-top: 15px; }
      .pageContainer table.allergy caption i {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #d70c18;
        vertical-align: middle; }
    .pageContainer table.allergy th, .pageContainer table.allergy td {
      padding: 14px;
      border: 1px #c3d8e6 solid;
      border-width: 0 1px 1px 0;
      text-align: center;
      font-size: 14px; }
    .pageContainer table.allergy td.on {
      background: #d70c18;
      color: #fff; }
    .pageContainer table.allergy tr td:last-child {
      border-right: 0; }
    .pageContainer table.allergy tr:last-child th, .pageContainer table.allergy tr:last-child td {
      border-bottom: 0; }
  .pageContainer.hasNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    min-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    /*
    @media screen and (max-width:1440px){
    	max-width:1200px;
    }
    */
    padding: 40px 20px; }
    @media screen and (max-width: 767px) {
      .pageContainer.hasNav {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
    .pageContainer.hasNav .pageHeader {
      width: 100%;
      min-width: 0;
      padding: 0;
      text-align: left; }
      .pageContainer.hasNav .pageHeader h1 {
        margin: 0 0 15px; }
    .pageContainer.hasNav .pageBody {
    
      width: calc(100% - 300px); }
    .pageContainer.hasNav .pageAside {
      width: 250px; }
    .pageContainer.hasNav section,
    .pageContainer.hasNav .section {
      padding: 0;
      max-width: none;
      min-width: 0;
      width: 100%; }
  .pageContainer .janSearchPanel .label {
    font-weight: bold;
    margin-bottom: 10px;
    display: block; }
  .pageContainer .janSearchPanel .qBox {
    position: relative; }
    .pageContainer .janSearchPanel .qBox input[type=text] {
      width: 100%;
      height: 70px;
      padding: 25px;
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2); }
    .pageContainer .janSearchPanel .qBox button {
      width: 50px;
      height: 50px;
      right: 10px;
      top: calc(50% - 25px);
      display: block;
      overflow: hidden;
      text-indent: -9999px;
      position: relative;
      border: 0 none;
      background: transparent;
      position: absolute; }
      .pageContainer .janSearchPanel .qBox button::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        text-indent: 0;
        text-align: center;
        line-height: 100%;
        font-family: 'marunichi'; }
      .pageContainer .janSearchPanel .qBox button::before {
        content: '\e917';
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #d70c18;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 30px; }
  .pageContainer .janSearchPanel .jan_error {
    color: #d70c18;
    padding: 10px 0; }
  .pageContainer .janSearchPanel .barcodeSample {
    display: flex;
    align-items: center;
    background: #f7fafc;
    padding: 20px; }
    .pageContainer .janSearchPanel .barcodeSample img {
      margin-right: 15px; }
    .pageContainer .janSearchPanel .barcodeSample p {
      margin-bottom: 0; }
  .pageContainer .sakanagohanSlider {
    max-width: 1200px;
    min-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    /*
    @media screen and (max-width:1440px){
    	max-width:1200px;
    }
    */
    margin-bottom: 100px;
    padding: 0 50px; }
    @media screen and (max-width: 767px) {
      .pageContainer .sakanagohanSlider {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
    .pageContainer .sakanagohanSlider ul {
      max-width: 1256px;
      min-width: 984px;
      margin: 0 auto; }
    .pageContainer .sakanagohanSlider .slick-arrow {
      width: 50px;
      height: 50px;
      position: absolute;
      top: calc(50% - 25px);
      display: block;
      overflow: hidden;
      text-indent: -9999px;
      position: relative;
      position: absolute;
      background: rgba(255, 136, 138, 0.5);
      border: 0 none;
      transition: background .3s ease; }
      .pageContainer .sakanagohanSlider .slick-arrow::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        text-indent: 0;
        text-align: center;
        line-height: 100%;
        font-family: 'marunichi'; }
      .pageContainer .sakanagohanSlider .slick-arrow:hover {
        background: rgba(255, 136, 138, 0.9); }
      .pageContainer .sakanagohanSlider .slick-arrow::before {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 50px;
        text-align: center;
        text-indent: 0;
        color: #fff;
        font-size: 24px; }
      .pageContainer .sakanagohanSlider .slick-arrow.slick-prev {
        left: -50px; }
        .pageContainer .sakanagohanSlider .slick-arrow.slick-prev::before {
          content: '\e909'; }
      .pageContainer .sakanagohanSlider .slick-arrow.slick-next {
        right: -50px; }
        .pageContainer .sakanagohanSlider .slick-arrow.slick-next::before {
          content: '\e90a'; }
    .pageContainer .sakanagohanSlider .slick-dots {
      display: flex;
      justify-content: center;
      position: absolute;
      left: 0;
      bottom: -50px;
      width: 100%;
      height: 50px;
      align-items: center; }
      .pageContainer .sakanagohanSlider .slick-dots li {
        width: 18px;
        height: 18px;
        border-radius: 9px;
        margin: 0 8px;
        background: #ccc;
        overflow: hidden; }
        .pageContainer .sakanagohanSlider .slick-dots li button {
          opacity: 0; }
        .pageContainer .sakanagohanSlider .slick-dots li.slick-active {
          background: rgba(255, 136, 138, 0.9); }
  .pageContainer .bnrList.sakanagohan b {
    display: flex;
    align-items: center; }
    .pageContainer .bnrList.sakanagohan b img {
      width: 60px;
      margin-right: 15px; }
    .pageContainer .bnrList.sakanagohan b span {
      text-align: left;
      line-height: 1.4; }
      .pageContainer .bnrList.sakanagohan b span small {
        display: block; }
  .pageContainer .sakanagohanRecipeTitle {
    display: inline-flex;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: center; }
    .pageContainer .sakanagohanRecipeTitle img {
      margin-right: 20px; }
    .pageContainer .sakanagohanRecipeTitle h2 {
      font-size: 24px;
      font-weight: bold;
      text-align: left;
      line-height: 1.4; }
      .pageContainer .sakanagohanRecipeTitle h2 b {
        display: block;
        font-size: 16px;
        color: #39576A;
        font-weight: bold; }
  .pageContainer .sakanagohanMovie {
    height: 560px;
    margin-bottom: 70px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .pageContainer .sakanagohanMovie .movie {
      width: 940px;
      height: 0;
      padding-top: calc(940px * 0.5625);
      position: relative;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2); }
      .pageContainer .sakanagohanMovie .movie iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .pageContainer .sakanagohanMovie.fin01000 {
      background-image: url("/recipe/finest_recipes/images/fin01_bg.jpg"); }
    .pageContainer .sakanagohanMovie.fin02000 {
      background-image: url("/recipe/finest_recipes/images/fin02_bg.jpg"); }
    .pageContainer .sakanagohanMovie.fin03000 {
      background-image: url("/recipe/finest_recipes/images/fin03_bg.jpg"); }
    .pageContainer .sakanagohanMovie.fin04000 {
      background-image: url("/recipe/finest_recipes/images/fin04_bg.jpg"); }
    .pageContainer .sakanagohanMovie.fin05000 {
      background-image: url("/recipe/finest_recipes/images/fin05_bg.jpg"); }
    .pageContainer .sakanagohanMovie.fin06000 {
      background-image: url("/recipe/finest_recipes/images/fin06_bg.jpg"); }
    .pageContainer .sakanagohanMovie.fin07000 {
      background-image: url("/recipe/finest_recipes/images/fin07_bg.jpg"); }
    .pageContainer .sakanagohanMovie.fin08000 {
      background-image: url("/recipe/finest_recipes/images/fin08_bg.jpg"); }
  .pageContainer .sakanagohanTips {
    background: #e9e3db;
    margin-bottom: 80px; }
    .pageContainer .sakanagohanTips section {
      padding: 40px 20px; }
    .pageContainer .sakanagohanTips header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0; }
      .pageContainer .sakanagohanTips header h2 {
        border: none;
        margin-bottom: 0;
        width: 400px; }
        .pageContainer .sakanagohanTips header h2 img {
          display: block;
          margin: 0 auto; }
      .pageContainer .sakanagohanTips header p {
        width: calc(100% - 430px);
        padding-left: 20px;
        font-weight: bold; }
    .pageContainer .sakanagohanTips .tips {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .pageContainer .sakanagohanTips .tips .tip {
        border-radius: 10px;
        box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
        background: #fff;
        padding: 20px;
        width: calc((100% - 90px) / 4);
        clear: both; }
        .pageContainer .sakanagohanTips .tips .tip::after {
          content: '';
          display: block;
          clear: both; }
        .pageContainer .sakanagohanTips .tips .tip h3 {
          font-weight: bold;
          margin-bottom: 10px;
          border-bottom: 1px #e9e3db solid;
          padding-bottom: 5px;
          margin-top: 0;
          color: #111111;
          font-size: 18px; }
        .pageContainer .sakanagohanTips .tips .tip img {
          float: right;
          margin: 5px 0 10px 15px;
          max-width: 50%; }
        .pageContainer .sakanagohanTips .tips .tip p {
          font-size: 14px;
          line-height: 1.5; }
          .pageContainer .sakanagohanTips .tips .tip p:last-child {
            margin-bottom: 0; }
      .pageContainer .sakanagohanTips .tips.trio .tip {
        width: calc((100% - 90px) / 3); }
      .pageContainer .sakanagohanTips .tips.duo .tip {
        width: calc((100% - 20px) / 2); }
    .pageContainer .sakanagohanTips.kanimeshi {
      background: url("/recipe/finest_recipes/images/pattern001.jpg"); }
      .pageContainer .sakanagohanTips.kanimeshi section {
        background: url("/recipe/finest_recipes/images/fin06008.png") no-repeat center top; }
      .pageContainer .sakanagohanTips.kanimeshi .tips {
        padding-top: 320px; }
  .pageContainer .marunichiContentsTop {
    margin-bottom: 80px; }
  .pageContainer .contentsSlider {
    margin: 40px 0;
    overflow: hidden; }
    .pageContainer .contentsSlider .slick-list {
      overflow: visible;
      padding: 0 calc((100% - 630px) / 2) !important; }
    .pageContainer .contentsSlider .slide {
      width: 600px;
      max-width: 600px;
      min-width: 600px;
      margin: 0 15px;
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      opacity: .3; }
      .pageContainer .contentsSlider .slide.slick-active {
        opacity: 1; }
    .pageContainer .contentsSlider .slick-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px; }
      .pageContainer .contentsSlider .slick-dots li {
        margin: 0 15px; }
        .pageContainer .contentsSlider .slick-dots li button {
          background: #fff;
          text-align: center;
          width: 240px;
          border: 1px #d70c18 solid;
          border-radius: 40px;
          font-weight: bold;
          color: #d70c18;
          line-height: 1.2;
          padding: 10px;
          transition: background .3s ease; }
          .pageContainer .contentsSlider .slick-dots li button span {
            font-size: 14px;
            display: block; }
          .pageContainer .contentsSlider .slick-dots li button:hover {
            background: #d70c18;
            color: #fff; }
        .pageContainer .contentsSlider .slick-dots li.slick-active button {
          background: #d70c18;
          color: #fff; }
  .pageContainer .pageHeader.more {
    max-width: none;
    position: relative;
    padding: 0;
    margin-top: -40px;
    margin-bottom: 80px;
    background: url("/contents/more/images/ttlBg03.png") no-repeat center bottom; }
    .pageContainer .pageHeader.more::before {
      height: 280px;
      width: 100%;
      background: url("/contents/more/images/headImage.jpg") no-repeat center;
      background-size: cover;
      content: '';
      display: block; }
    .pageContainer .pageHeader.more div {
      padding: 40px 0 60px;
      max-width: 1200px;
      min-width: 984px;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      /*
      @media screen and (max-width:1440px){
      	max-width:1200px;
      }
      */
      background: url("/contents/more/images/ttlBg01.jpg") no-repeat left center, url("/contents/more/images/ttlBg02.jpg") no-repeat right center;
      min-height: 340px; }
      @media screen and (max-width: 767px) {
        .pageContainer .pageHeader.more div {
          max-width: none;
          min-width: 0;
          padding-left: 15px;
          padding-right: 15px; } }
    .pageContainer .pageHeader.more h1 {
      font-size: 50px;
      display: block;
      border: 0;
      font-weight: bold;
      color: #d70c18;
      letter-spacing: 0.1em; }
    .pageContainer .pageHeader.more p {
      font-weight: bold;
      font-size: 18px;
      line-height: 2;
      letter-spacing: .1em; }
  .pageContainer .threeMinBnr {
    max-width: 1200px;
    min-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    /*
    @media screen and (max-width:1440px){
    	max-width:1200px;
    }
    */
    margin: 0 auto 80px;
    background: url("/contents/more/images/ttlBg03.png") no-repeat center top;
    padding-top: 150px; }
    @media screen and (max-width: 767px) {
      .pageContainer .threeMinBnr {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
    .pageContainer .threeMinBnr a {
      display: flex;
      border-radius: 10px;
      background: #d70c18;
      color: #fff;
      padding: 30px;
      justify-content: space-between;
      align-items: center;
      transition: opacity .3s ease; }
      .pageContainer .threeMinBnr a:hover {
        opacity: .6; }
      .pageContainer .threeMinBnr a h2 {
        width: 480px; }
        .pageContainer .threeMinBnr a h2 img {
          display: block; }
      .pageContainer .threeMinBnr a ul {
        width: calc(100% - 480px);
        display: flex;
        font-size: 24px;
        font-weight: bold;
        justify-content: flex-end;
        align-items: flex-start;
        flex-wrap: wrap; }
        .pageContainer .threeMinBnr a ul li {
          margin: 5px;
          background: #01ABEC;
          line-height: 1;
          padding: 10px;
          white-space: nowrap; }
  .pageContainer .contentsHistoryContainer {
    width: 980px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .pageContainer .contentsHistoryContainer header h1 {
      width: 200px;
      margin: 0 auto 60px; }
    .pageContainer .contentsHistoryContainer header + section {
      margin-bottom: 80px; }
      .pageContainer .contentsHistoryContainer header + section::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        margin: 0 auto;
        text-align: center;
        background: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent) center no-repeat; }
    .pageContainer .contentsHistoryContainer section {
      position: relative;
      padding-bottom: 80px;
      min-width: 0;
      margin-bottom: 0; }
    .pageContainer .contentsHistoryContainer h2 {
      display: block;
      text-align: center;
      font-size: 38px;
      letter-spacing: 0.1em;
      border: 0;
      margin-bottom: 60px; }
    .pageContainer .contentsHistoryContainer p {
      font-size: 20px;
      line-height: 2.2;
      font-feature-settings: 'palt';
      letter-spacing: 0.1em; }
      .pageContainer .contentsHistoryContainer p .note {
        font-size: 14px; }
    .pageContainer .contentsHistoryContainer .shadowImageBox {
      position: relative;
      margin: 0 auto; }
      .pageContainer .contentsHistoryContainer .shadowImageBox .visual {
        position: relative;
        z-index: 2; }
      .pageContainer .contentsHistoryContainer .shadowImageBox .shadow {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        transition-delay: 1s; }
      .pageContainer .contentsHistoryContainer .shadowImageBox img {
        display: block;
        width: 100%;
        height: auto; }
      .pageContainer .contentsHistoryContainer .shadowImageBox.si01 {
        width: 600px; }
      .pageContainer .contentsHistoryContainer .shadowImageBox.si02, .pageContainer .contentsHistoryContainer .shadowImageBox.si03 {
        width: 400px; }
      .pageContainer .contentsHistoryContainer .shadowImageBox.ai01 {
        width: 640px; }
      .pageContainer .contentsHistoryContainer .shadowImageBox.ai02, .pageContainer .contentsHistoryContainer .shadowImageBox.ai03 {
        width: 800px; }
    .pageContainer .contentsHistoryContainer small {
      display: block;
      text-align: right; }
  .pageContainer.historicalContent {
    text-align: center;
    font-weight: 500;
    padding: 0 0 40px; }
    .pageContainer.historicalContent .visualHeader {
      margin-bottom: 40px;
      position: relative; }
      .pageContainer.historicalContent .visualHeader::before {
        height: 700px;
        width: 100%;
        display: block;
        content: '';
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        border-bottom: 30px #000 solid;
        margin-bottom: 40px; }
      .pageContainer.historicalContent .visualHeader h1 {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 30px;
        display: block;
        border: 0 none;
        font-weight: 700; }
        .pageContainer.historicalContent .visualHeader h1 span {
          display: block;
          width: 200px;
          margin: 0 auto 60px; }
    .pageContainer.historicalContent section h2 {
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      line-height: 1.5;
      margin-bottom: 30px;
      display: block;
      border: 0 none;
      font-weight: 700; }
    .pageContainer.historicalContent section:last-child {
      margin-bottom: 80px; }
    .pageContainer.historicalContent p {
      margin-bottom: 1.5em; }
    .pageContainer.historicalContent .imgBox {
      margin: 50px auto; }
      .pageContainer.historicalContent .imgBox .caption {
        font-size: 14px;
        text-align: left; }
        .pageContainer.historicalContent .imgBox .caption.aCt {
          text-align: center; }
      .pageContainer.historicalContent .imgBoxCentered {
        display: flex;
        justify-content: center;
        margin: 50px auto; }
        .pageContainer.historicalContent .imgBoxCentered .imgBox {
          margin: 0 10px; }
    .pageContainer.historicalContent.hc001 .visualHeader:before {
      background-image: url("/contents/more/images/history001_mainVisual.jpg");
      border-bottom-color: #880505; }
    .pageContainer.historicalContent.hc001 h1, .pageContainer.historicalContent.hc001 h2 {
      color: #880505; }
    .pageContainer.historicalContent.hc001 h1 em {
      display: block;
      font-size: 20px;
      color: #fff;
      background: #880505;
      margin: 0 auto 20px;
      line-height: 1;
      padding: 15px 0;
      text-align: center;
      border-radius: 50px;
      width: 200px;
      font-weight: bold; }
    .pageContainer.historicalContent.hc002 .visualHeader:before {
      background-image: url("/contents/more/images/history002_mainVisual.jpg");
      border-bottom-color: #061633; }
    .pageContainer.historicalContent.hc002 h1, .pageContainer.historicalContent.hc002 h2 {
      color: #061633; }
    .pageContainer.historicalContent.hc002 h1 em {
      display: block;
      font-size: 20px;
      color: #fff;
      background: #061633;
      margin: 0 auto 20px;
      line-height: 1;
      padding: 15px 0;
      text-align: center;
      border-radius: 50px;
      width: 200px;
      font-weight: bold; }
    .pageContainer.historicalContent.hc005 .visualHeader:before {
      background-image: url("/contents/more/images/history005_mainVisual.jpg");
      border-bottom-color: #880505; }
    .pageContainer.historicalContent.hc005 h1 {
      color: #880505; }
    .pageContainer.historicalContent.hc005 h1 em {
      display: block;
      font-size: 20px;
      color: #fff;
      background: #880505;
      margin: 0 auto 20px;
      line-height: 1;
      padding: 15px 0;
      text-align: center;
      border-radius: 50px;
      width: 200px;
      font-weight: bold; }
    .pageContainer.historicalContent.hc005 h2 {
      color: #880505; }
      .pageContainer.historicalContent.hc005 h2.blue {
        color: #061633; }
      .pageContainer.historicalContent.hc005 h2 span {
        display: flex;
        width: fit-content;
        margin: auto;
        align-items: center; }
        .pageContainer.historicalContent.hc005 h2 span img {
          margin-right: 30px; }
    .pageContainer.historicalContent.hc006 .visualHeader:before {
      background-image: url("/contents/more/images/history008_mainVisual.jpg");
      border-bottom-color: #880505; }
    .pageContainer.historicalContent.hc006 h1 {
      color: #880505; }
    .pageContainer.historicalContent.hc006 h1 em {
      display: block;
      font-size: 20px;
      color: #fff;
      background: #880505;
      margin: 0 auto 20px;
      line-height: 1;
      padding: 15px 0;
      text-align: center;
      border-radius: 50px;
      width: 200px;
      font-weight: bold; }
    .pageContainer.historicalContent.hc006 h2 {
      color: #880505; }
      .pageContainer.historicalContent.hc006 h2.blue {
        color: #061633; }
      .pageContainer.historicalContent.hc006 h2 span {
        display: flex;
        width: fit-content;
        margin: auto;
        align-items: center; }
        .pageContainer.historicalContent.hc006 h2 span img {
          margin-right: 30px; }
  .pageContainer .posterIntro {
    display: flex;
    justify-content: space-between;
    padding: 40px 0; }
    .pageContainer .posterIntro .image {
      width: 600px;
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
      overflow: hidden; }
      .pageContainer .posterIntro .image img {
        display: block; }
    .pageContainer .posterIntro .content {
      width: calc(100% - 640px); }
      .pageContainer .posterIntro .content p {
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.75;
        margin-bottom: 1.5em; }
  .pageContainer .posterStage {
    background: #f7fafc;
    position: relative;
    padding: 40px 0 60px;
    margin-bottom: 80px; }
    .pageContainer .posterStage .posterSlider {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2); }
      .pageContainer .posterStage .posterSlider li {
        text-align: center;
        padding: 0 15px; }
        .pageContainer .posterStage .posterSlider li img {
          margin: 0 auto; }
        .pageContainer .posterStage .posterSlider li a {
          display: block;
          color: #111111; }
          .pageContainer .posterStage .posterSlider li a::after {
            display: inline-block;
            font-family: 'marunichi';
            vertical-align: middle;
            position: relative;
            margin-top: -0.1em;
            font-weight: normal !important; }
          .pageContainer .posterStage .posterSlider li a::after {
            margin-left: 5px;
            font-size: 12px; }
          .pageContainer .posterStage .posterSlider li a.view {
            
            display: block;
            margin-bottom: 25px; }
            .pageContainer .posterStage .posterSlider li a.view::after {
              content: '\e91c'; }
          .pageContainer .posterStage .posterSlider li a.anchor {
            color: #fff;
            background: #d70c18;
            border-radius: 50px;
            padding: 5px;}
            .pageContainer .posterStage .posterSlider li a.anchor::after {
              content: '\e908'; }
      .pageContainer .posterStage .posterSlider .slick-arrow {
        width: 50px;
        height: 50px;
        position: absolute;
        top: calc(50% - 25px);
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        position: relative;
        position: absolute;
        background: rgba(0, 114, 208, 0.78);
        border: 0 none;
        transition: background .3s ease; }
        .pageContainer .posterStage .posterSlider .slick-arrow::before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          text-indent: 0;
          text-align: center;
          line-height: 100%;
          font-family: 'marunichi'; }
        .pageContainer .posterStage .posterSlider .slick-arrow:hover {
          background: rgba(0, 114, 208, 0.5); }
        .pageContainer .posterStage .posterSlider .slick-arrow::before {
          content: '';
          display: block;
          width: 50px;
          height: 50px;
          position: absolute;
          left: 0;
          top: 0;
          line-height: 50px;
          text-align: center;
          text-indent: 0;
          color: #fff;
          font-size: 24px; }
        .pageContainer .posterStage .posterSlider .slick-arrow.slick-prev {
          left: 0; }
          .pageContainer .posterStage .posterSlider .slick-arrow.slick-prev::before {
            content: '\e909'; }
        .pageContainer .posterStage .posterSlider .slick-arrow.slick-next {
          right: 0; }
          .pageContainer .posterStage .posterSlider .slick-arrow.slick-next::before {
            content: '\e90a'; }
      .pageContainer .posterStage .posterSlider .slick-dots {
        display: flex;
        justify-content: center;
        position: absolute;
        left: 0;
        bottom: -50px;
        width: 100%;
        height: 50px;
        align-items: center; }
        .pageContainer .posterStage .posterSlider .slick-dots li {
          width: 18px;
          height: 18px;
          border-radius: 9px;
          margin: 0 8px;
          background: #ccc;
          overflow: hidden;
          padding: 0; }
          .pageContainer .posterStage .posterSlider .slick-dots li button {
            opacity: 0; }
          .pageContainer .posterStage .posterSlider .slick-dots li.slick-active {
            background: rgba(0, 114, 208, 0.78); }
  .pageContainer .posterDetail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0 0; }
    .pageContainer .posterDetail .poster {
      width: calc(50% - 20px);
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
      padding: 20px;
      margin: 0 0 40px; }
      .pageContainer .posterDetail .poster:last-child {
        margin-bottom: 40px; }
      .pageContainer .posterDetail .poster h3 {
        margin-top: 0;
        background: #f7fafc;
        padding: 10px 25px;
        margin: -20px -20px 15px;
        text-align: center; }
      .pageContainer .posterDetail .poster p:last-child {
        margin-bottom: 0; }
      .pageContainer .posterDetail .poster .posterImg {
        width: 220px;
        margin: 5px 20px 10px 0;
        float: left; }
        .pageContainer .posterDetail .poster .posterImg img {
          border: 1px #cccccc solid; }
      .pageContainer .posterDetail .poster table {
        width: 100%; }
        .pageContainer .posterDetail .poster table th, .pageContainer .posterDetail .poster table td {
          padding: 10px;
          border-top: 1px #c3d8e6 solid;
          font-size: 14px; }
        .pageContainer .posterDetail .poster table th {
          width: 20%;
          font-weight: bold; }
  .pageContainer .pageBody.threeMin {
    opacity: 0; }
    .pageContainer .pageBody.threeMin .threeMinHeader {
      background: url("/contents/3min/images/bg01.jpg") no-repeat center -200px;
      background-size: cover;
      height: 500px;
      position: relative; }
      .pageContainer .pageBody.threeMin .threeMinHeader::before {
        content: '';
        width: 100%;
        height: 500px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: url("/contents/3min/images/clip.png") no-repeat center -60px;
        z-index: 1; }
      .pageContainer .pageBody.threeMin .threeMinHeader::after {
        content: '';
        width: 100%;
        height: 500px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: url("/contents/3min/images/clip2.png") no-repeat center -60px;
        z-index: 2; }
      .pageContainer .pageBody.threeMin .threeMinHeader > div {
        width: 100%;
        height: 240px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 3; }
        .pageContainer .pageBody.threeMin .threeMinHeader > div h1 {
          max-width: 1200px;
          margin: 0 auto;
          opacity: 0;
          transition: opacity 1.5s ease 1s; }
          .pageContainer .pageBody.threeMin .threeMinHeader > div h1 img {
            display: block; }
          .pageContainer .pageBody.threeMin .threeMinHeader > div h1.play {
            opacity: 1; }
    .pageContainer .pageBody.threeMin section {
      margin: 0;
      padding: 0 0 80px 0;
      width: auto;
      max-width: none;
      opacity: 0;
      transition: opacity 1s ease,top .75s ease;
      position: relative;
      top: 50px; }
      .pageContainer .pageBody.threeMin section header {
        height: 450px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        display: block;
        padding: 30px 0 0;
        text-align: center;
        color: #fff;
        filter: blur(10px);
        transition: filter .3s ease .1s; }
        .pageContainer .pageBody.threeMin section header::before {
          content: '';
          width: 100%;
          height: 450px;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          background: url("/contents/3min/images/clip.png") no-repeat center 150px;
          z-index: 1; }
        .pageContainer .pageBody.threeMin section header h1 {
          position: relative;
          padding: 70px 0 0;
          font-size: 40px;
          font-weight: bold;
          position: relative;
          padding-bottom: 20px;
          margin: 0 auto 20px;
          max-width: 800px;
          background-position: center top;
          background-repeat: no-repeat;
          line-height: 1.4; }
          .pageContainer .pageBody.threeMin section header h1 .shoulder {
            font-size: 20px;
            display: block; }
          .pageContainer .pageBody.threeMin section header h1::after {
            position: absolute;
            left: 0;
            bottom: 0;
            display: block;
            content: '';
            width: 100%;
            height: 2px;
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 30%, white 70%, rgba(255, 255, 255, 0) 100%); }
        .pageContainer .pageBody.threeMin section header p {
          text-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }
      .pageContainer .pageBody.threeMin section .content {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px; }
      .pageContainer .pageBody.threeMin section.about header {
        background-image: url("/contents/3min/images/bg02.jpg"); }
        .pageContainer .pageBody.threeMin section.about header h1 {
          background-image: url("/contents/3min/images/ttlAbout.png"); }
      .pageContainer .pageBody.threeMin section.about .content {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px 0; }
        .pageContainer .pageBody.threeMin section.about .content > div {
          width: 180px;
          height: 180px;
          border: 2px #d70c18 solid;
          border-radius: 50%;
          background: #fff;
          text-align: center;
          position: relative;
          margin: 0 10px 60px;
          cursor: pointer;
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          transition: background .3s ease-out;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          opacity: 0;
          transition: opacity .5s ease; }
          .pageContainer .pageBody.threeMin section.about .content > div h2 {
            font-size: 20px;
            text-align: center;
            border: none;
            display: block;
            position: absolute;
            left: 0;
            bottom: -40px;
            width: 100%;
            margin: 0;
            padding: 0; }
          .pageContainer .pageBody.threeMin section.about .content > div p {
            position: absolute;
            width: 150%;
            height: 80px;
            background: #d70c18;
            color: #fff;
            text-align: center;
            padding: 0 5px;
            line-height: 1.4;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 16px;
            left: -25%;
            top: -90px;
            z-index: 1;
            font-size: 14px;
            display: none; }
            .pageContainer .pageBody.threeMin section.about .content > div p::after {
              position: absolute;
              left: calc(50% - 10px);
              bottom: -16px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 20px 10px 0 10px;
              border-color: #d70c18 transparent transparent transparent;
              content: ''; }
          .pageContainer .pageBody.threeMin section.about .content > div:hover {
            background-color: rgba(215, 0, 15, 0.1); }
          .pageContainer .pageBody.threeMin section.about .content > div.fishery {
            background-image: url("/contents/3min/images/icnFishery.png");
            transition-delay: 0.3s; }
          .pageContainer .pageBody.threeMin section.about .content > div.aquaculture {
            background-image: url("/contents/3min/images/icnAquaculture.png");
            transition-delay: 0.4s; }
          .pageContainer .pageBody.threeMin section.about .content > div.business {
            background-image: url("/contents/3min/images/icnFisheryBusiness.png");
            transition-delay: 0.5s; }
          .pageContainer .pageBody.threeMin section.about .content > div.market {
            background-image: url("/contents/3min/images/icnMarket.png");
            transition-delay: 0.6s; }
          .pageContainer .pageBody.threeMin section.about .content > div.livestock {
            background-image: url("/contents/3min/images/icnLivestock.png");
            transition-delay: 0.7s; }
          .pageContainer .pageBody.threeMin section.about .content > div.overseas {
            background-image: url("/contents/3min/images/icnGlobal.png");
            transition-delay: 0.8s; }
          .pageContainer .pageBody.threeMin section.about .content > div.frozen {
            background-image: url("/contents/3min/images/icnFrozen.png");
            transition-delay: 0.9s; }
          .pageContainer .pageBody.threeMin section.about .content > div.proces {
            background-image: url("/contents/3min/images/icnProcessFoods.png");
            transition-delay: 1.0s; }
          .pageContainer .pageBody.threeMin section.about .content > div.foodstuff {
            background-image: url("/contents/3min/images/icnFoodstuff.png");
            transition-delay: 1.1s; }
          .pageContainer .pageBody.threeMin section.about .content > div.healthcare {
            background-image: url("/contents/3min/images/icnHealthCare.png");
            transition-delay: 1.2s; }
          .pageContainer .pageBody.threeMin section.about .content > div.delivery {
            background-image: url("/contents/3min/images/icnDistribution.png");
            transition-delay: 1.3s; }
        .pageContainer .pageBody.threeMin section.about .content.play > div {
          opacity: 1; }
      .pageContainer .pageBody.threeMin section.number header {
        background-image: url("/contents/3min/images/bg03.jpg"); }
        .pageContainer .pageBody.threeMin section.number header h1 {
          background-image: url("/contents/3min/images/ttlNumber.png"); }
      .pageContainer .pageBody.threeMin section.number .content {
        max-width: 1230px; }
        .pageContainer .pageBody.threeMin section.number .content table {
          width: 100%;
          table-layout: fixed; }
          .pageContainer .pageBody.threeMin section.number .content table img {
            border-radius: 10px;
            box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
            display: block;
            transform: scale(0.5, 0.5);
            transition: transform 0.5s cubic-bezier(0.41, 1.13, 0.96, 1.18); }
          .pageContainer .pageBody.threeMin section.number .content table tr {
            opacity: 0;
            transition: opacity 1s ease-out; }
            .pageContainer .pageBody.threeMin section.number .content table tr.play {
              opacity: 1; }
              .pageContainer .pageBody.threeMin section.number .content table tr.play img {
                transform: scale(1, 1); }
          .pageContainer .pageBody.threeMin section.number .content table td {
            padding: 15px; }
      .pageContainer .pageBody.threeMin section.roadmap header {
        background-image: url("/contents/3min/images/bg04.jpg"); }
        .pageContainer .pageBody.threeMin section.roadmap header h1 {
          background-image: url("/contents/3min/images/ttlValueChain.png"); }
      .pageContainer .pageBody.threeMin section.roadmap .content {
        position: relative; }
        .pageContainer .pageBody.threeMin section.roadmap .content section {
          display: flex;
          justify-content: space-between;
          padding: 40px 60px 40px 0;
          height: 500px;
          align-items: center;
          position: relative;
          margin-top: -5px;
          opacity: 0;
          top: 0;
          transition: opacity .3s ease .2s;
          overflow: hidden; }
          .pageContainer .pageBody.threeMin section.roadmap .content section::before {
            position: absolute;
            right: 0;
            top: 0;
            width: 500px;
            height: 500px;
            content: '';
            display: block;
            border: 5px #d70c18 solid;
            border-color: #d70c18 #d70c18 #fff #fff;
            border-radius: 250px;
            box-sizing: border-box;
            transform: rotate(45deg); }
          .pageContainer .pageBody.threeMin section.roadmap .content section::after {
            position: absolute;
            left: 0;
            top: 0;
            width: calc(100% - 250px);
            height: 5px;
            content: '';
            display: block;
            background: #d70c18; }
          .pageContainer .pageBody.threeMin section.roadmap .content section div {
            width: 500px;
            position: relative;
            z-index: 2; }
            .pageContainer .pageBody.threeMin section.roadmap .content section div.imgBox {
              width: calc(100% - 520px);
              position: relative;
              z-index: 2; }
              .pageContainer .pageBody.threeMin section.roadmap .content section div.imgBox img {
                position: relative;
                opacity: 0;
                transition: all .5s ease .55s; }
            .pageContainer .pageBody.threeMin section.roadmap .content section div h2 {
              font-size: 80px;
              font-weight: normal;
              margin-bottom: 30px;
              display: block;
              border: 0 none;
              padding: 0;
              line-height: 1.2; }
            .pageContainer .pageBody.threeMin section.roadmap .content section div ul {
              display: flex;
              width: 420px;
              justify-content: space-between;
              margin-bottom: 20px;
              flex-wrap: wrap; }
              .pageContainer .pageBody.threeMin section.roadmap .content section div ul li {
                background: #d70c18;
                color: #fff;
                text-align: center;
                padding: 5px;
                width: 200px;
                margin-bottom: 15px;
                line-height: 1.4;
                border-radius: 40px; }
          .pageContainer .pageBody.threeMin section.roadmap .content section.odd {
            flex-direction: row-reverse;
            text-align: right;
            padding: 40px 0 40px 60px;
            border-width: 0 0 0 5px;
            border-radius: 250px 0 0 250px; }
            .pageContainer .pageBody.threeMin section.roadmap .content section.odd::before {
              right: auto;
              left: 0;
              transform: rotate(-135deg); }
            .pageContainer .pageBody.threeMin section.roadmap .content section.odd::after {
              width: calc(100% - 500px);
              left: 250px; }
            .pageContainer .pageBody.threeMin section.roadmap .content section.odd ul {
              margin-left: 80px; }
            .pageContainer .pageBody.threeMin section.roadmap .content section.odd:first-child {
              padding-left: 0;
              border: 0; }
              .pageContainer .pageBody.threeMin section.roadmap .content section.odd:first-child::before, .pageContainer .pageBody.threeMin section.roadmap .content section.odd:first-child::after {
                content: none; }
          .pageContainer .pageBody.threeMin section.roadmap .content section:last-child::after {
            width: calc(100% - 500px);
            left: 250px; }
          .pageContainer .pageBody.threeMin section.roadmap .content section:last-child ul {
            display: block;
            width: 350px; }
            .pageContainer .pageBody.threeMin section.roadmap .content section:last-child ul li {
              width: 100%;
              font-size: 14px; }
          .pageContainer .pageBody.threeMin section.roadmap .content section:last-child .terminal {
            position: absolute;
            left: 0;
            bottom: 0;
            width: calc(100% - 250px);
            height: 5px;
            content: '';
            display: block;
            background: #d70c18; }
          .pageContainer .pageBody.threeMin section.roadmap .content section .anim1 img {
            left: 100px;
            top: 100px; }
          .pageContainer .pageBody.threeMin section.roadmap .content section .anim2 img {
            left: -100px; }
          .pageContainer .pageBody.threeMin section.roadmap .content section .anim3 img {
            left: 100px; }
          .pageContainer .pageBody.threeMin section.roadmap .content section .anim4 img {
            top: 100px; }
          .pageContainer .pageBody.threeMin section.roadmap .content section.play {
            opacity: 1; }
            .pageContainer .pageBody.threeMin section.roadmap .content section.play .anim1 img {
              left: 0;
              top: 0;
              opacity: 1; }
            .pageContainer .pageBody.threeMin section.roadmap .content section.play .anim2 img {
              left: 0;
              opacity: 1; }
            .pageContainer .pageBody.threeMin section.roadmap .content section.play .anim3 img {
              left: 0;
              opacity: 1; }
            .pageContainer .pageBody.threeMin section.roadmap .content section.play .anim4 img {
              top: 0;
              opacity: 1; }
      .pageContainer .pageBody.threeMin section.sustainability header {
        background-image: url("/contents/3min/images/bg05.jpg"); }
        .pageContainer .pageBody.threeMin section.sustainability header h1 {
          background-image: url("/contents/3min/images/ttlSustainability.png"); }
      .pageContainer .pageBody.threeMin section.sustainability .content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .pageContainer .pageBody.threeMin section.sustainability .content .box {
          width: calc(100% / 3);
          height: 260px;
          background-position: center;
          background-size: cover;
          display: flex;
          align-items: center;
          position: relative;
          cursor: pointer;
          overflow: hidden; }
          .pageContainer .pageBody.threeMin section.sustainability .content .box h2 {
            text-align: center;
            display: block;
            color: #fff;
            font-size: 20px;
            border: 0 none;
            margin: 0 auto;
            padding: 0; }
          .pageContainer .pageBody.threeMin section.sustainability .content .box .mask {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(215, 0, 15, 0.75);
            padding: 25px;
            color: #fff;
            opacity: 0;
            transition: opacity .45s ease-out; }
          .pageContainer .pageBody.threeMin section.sustainability .content .box p {
            margin: 0; }
          .pageContainer .pageBody.threeMin section.sustainability .content .box:nth-child(1) {
            background-image: url("/contents/3min/images/sust01.jpg"); }
          .pageContainer .pageBody.threeMin section.sustainability .content .box:nth-child(2) {
            background-image: url("/contents/3min/images/sust02.jpg"); }
          .pageContainer .pageBody.threeMin section.sustainability .content .box:nth-child(3) {
            background-image: url("/contents/3min/images/sust03.jpg"); }
          .pageContainer .pageBody.threeMin section.sustainability .content .box:nth-child(4) {
            background-image: url("/contents/3min/images/sust04.jpg"); }
          .pageContainer .pageBody.threeMin section.sustainability .content .box:nth-child(5) {
            background-image: url("/contents/3min/images/sust05.jpg"); }
          .pageContainer .pageBody.threeMin section.sustainability .content .box:nth-child(6) {
            background-image: url("/contents/3min/images/sust06.jpg"); }
          .pageContainer .pageBody.threeMin section.sustainability .content .box:hover h2 {
            opacity: 0; }
          .pageContainer .pageBody.threeMin section.sustainability .content .box:hover .mask {
            opacity: 1; }
          .pageContainer .pageBody.threeMin section.sustainability .content .box::after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(0, 65, 134, 0.7);
            position: absolute;
            left: 0;
            top: 0;
            transition: top .5s ease-out,opacity .8s ease-out .1s; }
        .pageContainer .pageBody.threeMin section.sustainability .content.play > div::after {
          top: -100%;
          opacity: 0; }
        .pageContainer .pageBody.threeMin section.sustainability .content.play > div:nth-child(1)::after {
          transition-delay: 0.5s; }
        .pageContainer .pageBody.threeMin section.sustainability .content.play > div:nth-child(2)::after {
          transition-delay: 0.6s; }
        .pageContainer .pageBody.threeMin section.sustainability .content.play > div:nth-child(3)::after {
          transition-delay: 0.7s; }
        .pageContainer .pageBody.threeMin section.sustainability .content.play > div:nth-child(4)::after {
          transition-delay: 0.8s; }
        .pageContainer .pageBody.threeMin section.sustainability .content.play > div:nth-child(5)::after {
          transition-delay: 0.9s; }
        .pageContainer .pageBody.threeMin section.sustainability .content.play > div:nth-child(6)::after {
          transition-delay: 1.0s; }
        .pageContainer .pageBody.threeMin section.sustainability .content ul {
          padding: 30px 0 0; }
          .pageContainer .pageBody.threeMin section.sustainability .content ul li {
            text-indent: -1em;
            padding-left: 1em; }
      .pageContainer .pageBody.threeMin section.values header {
        background-image: url("/contents/3min/images/bg06.jpg"); }
        .pageContainer .pageBody.threeMin section.values header h1 {
          background-image: url("/contents/3min/images/ttlCoreValue.png"); }
      .pageContainer .pageBody.threeMin section.values .content .photos {
        margin-bottom: 30px;
        opacity: 0;
        filter: blur(10px);
        transition: all .8s ease .4s; }
        .pageContainer .pageBody.threeMin section.values .content .photos.play {
          opacity: 1;
          filter: blur(0); }
      .pageContainer .pageBody.threeMin section.values .content .brands {
        text-align: center;
        margin-bottom: 30px;
        opacity: 0;
        top: 100px;
        position: relative;
        transition: all .5s ease .2s; }
        .pageContainer .pageBody.threeMin section.values .content .brands.play {
          opacity: 1;
          top: 0; }
      .pageContainer .pageBody.threeMin section.values .content .history h2 {
        display: block;
        padding: 0;
        margin: 0;
        border: 0;
        opacity: 0;
        top: 100px;
        position: relative;
        transition: all .3s ease .1s; }
      .pageContainer .pageBody.threeMin section.values .content .history div {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        align-items: flex-start; }
        .pageContainer .pageBody.threeMin section.values .content .history div img {
          position: relative;
          opacity: 0;
          top: 150px;
          transition: all 1s cubic-bezier(0.07, 1.07, 0.95, 1.48); }
        .pageContainer .pageBody.threeMin section.values .content .history div img:nth-child(1),
        .pageContainer .pageBody.threeMin section.values .content .history div img:nth-child(3) {
          max-width: 29.8%;
          height: auto; }
        .pageContainer .pageBody.threeMin section.values .content .history div img:nth-child(2) {
          max-width: 40.4%;
          height: auto; }
      .pageContainer .pageBody.threeMin section.values .content .history .statement {
        font-size: 24px;
        text-align: center; }
      .pageContainer .pageBody.threeMin section.values .content .history.play h2 {
        opacity: 1;
        top: 0; }
      .pageContainer .pageBody.threeMin section.values .content .history.play div img {
        top: 0;
        opacity: 1; }
      .pageContainer .pageBody.threeMin section.play {
        opacity: 1;
        top: 0; }
        .pageContainer .pageBody.threeMin section.play header {
          filter: blur(0); }
  .pageContainer dl.newsList {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .pageContainer dl.newsList dt {
      width: 200px;
      padding: 15px 0;
      color: #d70c18;
      font-family: "Oswald", sans-serif;
      clear: both;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px #c3d8e6 solid; }
      .pageContainer dl.newsList dt ul.ctgs,
      .pageContainer dl.newsList dt p.ctgs {
        width: 110px;
        padding-top: 4px; }
        .pageContainer dl.newsList dt ul.ctgs li ,
        .pageContainer dl.newsList dt p.ctgs span {
          display: block;
          font-family: "Noto Sans JP", sans-serif;
          color: #39576A;
          font-size: 12px;
          font-weight: bold;
          text-align: left; 
        margin-bottom: 0;}
      .pageContainer dl.newsList dt span {
        color: #39576A;
        padding-left: 1em;
        font-weight: bold;
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        display: inline-block;
        vertical-align: text-top; }
    .pageContainer dl.newsList dd {
      padding: 15px 0 15px 15px;
      border-bottom: 1px #c3d8e6 solid;
      margin-bottom: 0;
      width: calc(100% - 200px); }
      .pageContainer dl.newsList dd a {
        color: #111111;
        position: relative;
        padding-right: 40px;
        display: block; }
        .pageContainer dl.newsList dd a::after {
          display: block;
          font-family: 'marunichi';
          position: absolute;
          font-weight: normal !important; }
        .pageContainer dl.newsList dd a::after {
          content: '\e90a';
          color: #d70c18;
          position: absolute;
          right: 10px;
          top: calc(50% - 8px);
          width: 14px;
          height: 14px;
          display: block;
          line-height: 14px;
          font-size: 14px;
          transition: right .3s ease; }
        .pageContainer dl.newsList dd a:hover {
          color: #d70c18; }
          .pageContainer dl.newsList dd a:hover::after {
            right: 5px; }
        .pageContainer dl.newsList dd a.pdf {
          /*padding-left:33px;  @include icnAb;*/ }
          .pageContainer dl.newsList dd a.pdf::after {
            content: '\e91e';
            font-size: 20px;
            right: 15px; }
          .pageContainer dl.newsList dd a.pdf:hover::after {
            right: 5px; }
        .pageContainer dl.newsList dd a.pdfLink {
          padding-left: 32px;
          position: relative; }
          .pageContainer dl.newsList dd a.pdfLink::before {
            display: block;
            font-family: 'marunichi';
            position: absolute;
            font-weight: normal !important; }
          .pageContainer dl.newsList dd a.pdfLink::before {
            content: '\e91e';
            position: absolute;
            left: 0;
            top: -2px;
            font-size: 20px;
            color: #d70c18; }
  .pageContainer dl.newsList.notice {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .pageContainer dl.newsList.notice dt {
      width: 110px;
      padding: 15px 0;
      color: #d70c18;
      font-family: "Oswald", sans-serif;
      clear: both;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px #c3d8e6 solid; }
      .pageContainer dl.newsList.notice dt ul.ctgs
      .pageContainer dl.newsList.notice dt p.ctgs {
        width: 110px;
        padding-top: 4px; }
        .pageContainer dl.newsList.notice dt ul.ctgs li,
        .pageContainer dl.newsList.notice dt p.ctgs span {
          display: block;
          font-family: "Noto Sans JP", sans-serif;
          color: #39576A;
          font-size: 12px;
          font-weight: bold;
          text-align: left; 
        margin-bottom: 0;}
      .pageContainer dl.newsList.notice dt span {
        color: #39576A;
        padding-left: 1em;
        font-weight: bold;
        font-size: 14px;
        font-family: "Noto Sans JP", sans-serif;
        display: inline-block;
        vertical-align: text-top; }
    .pageContainer dl.newsList.notice dd {
      padding: 15px 0 15px 15px;
      border-bottom: 1px #c3d8e6 solid;
      margin-bottom: 0;
      width: calc(100% - 110px); }
      .pageContainer dl.newsList.notice dd a {
        color: #111111;
        position: relative;
        padding-right: 40px;
        display: block; }
        .pageContainer dl.newsList.notice dd a::after {
          display: block;
          font-family: 'marunichi';
          position: absolute;
          font-weight: normal !important; }
        .pageContainer dl.newsList.notice dd a::after {
          content: '\e90a';
          color: #d70c18;
          position: absolute;
          right: 10px;
          top: calc(50% - 8px);
          width: 14px;
          height: 14px;
          display: block;
          line-height: 14px;
          font-size: 14px;
          transition: right .3s ease; }
        .pageContainer dl.newsList.notice dd a:hover {
          color: #d70c18; }
          .pageContainer dl.newsList.notice dd a:hover::after {
            right: 5px; }
        .pageContainer dl.newsList.notice dd a.pdfLink {
          padding-left: 32px;
          position: relative; }
          .pageContainer dl.newsList.notice dd a.pdfLink::before {
            display: block;
            font-family: 'marunichi';
            position: absolute;
            font-weight: normal !important; }
          .pageContainer dl.newsList.notice dd a.pdfLink::before {
            content: '\e91e';
            position: absolute;
            left: 0;
            top: -2px;
            font-size: 20px;
            color: #d70c18; }
  .pageContainer ul.pager {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; }
    .pageContainer ul.pager li {
      width: 30px;
      height: 30px;
      margin: 0 8px;
      font-family: "Oswald", sans-serif; }
      .pageContainer ul.pager li a {
        display: block;
        border-radius: 15px;
        color: #111111;
        width: 30px;
        height: 30px;
        display: block;
        line-height: 30px;
        text-align: center; }
        .pageContainer ul.pager li a.active {
          background: #d70c18;
          color: #fff; }
          .pageContainer ul.pager li a.active:hover {
            color: #fff; }
        .pageContainer ul.pager li a:hover {
          color: #d70c18; }
      .pageContainer ul.pager li:first-child {
        margin-right: 20px;
        width: auto; }
        .pageContainer ul.pager li:first-child a {
          width: auto; }
          .pageContainer ul.pager li:first-child a::before {
            display: inline-block;
            font-family: 'marunichi';
            vertical-align: middle;
            position: relative;
            margin-top: -0.1em;
            font-weight: normal !important; }
          .pageContainer ul.pager li:first-child a::before {
            content: '\e909';
            padding-right: 5px;
            top: -2px; }
      .pageContainer ul.pager li:last-child {
        margin-left: 20px;
        width: auto; }
        .pageContainer ul.pager li:last-child a {
          width: auto; }
          .pageContainer ul.pager li:last-child a::after {
            display: inline-block;
            font-family: 'marunichi';
            vertical-align: middle;
            position: relative;
            margin-top: -0.1em;
            font-weight: normal !important; }
          .pageContainer ul.pager li:last-child a::after {
            content: '\e90a';
            padding-left: 5px;
            top: -2px; }
  .pageContainer .standardContents .completeAquaculture .process h3 {
    color: #00AAEA;
    font-size: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .pageContainer .standardContents .completeAquaculture .process h3 i {
      font-family: "Oswald", sans-serif;
      font-size: 72px;
      width: 72px;
      display: block;
      text-align: center;
      font-style: italic;
      font-weight: bold; }
  .pageContainer .standardContents .completeAquaculture .process .reverse h3 {
    flex-direction: row-reverse; }
  .pageContainer .standardContents .completeAquaculture section.amami {
    background: #E9E6E0 url("/corporate/news_center/channel/images/amami.png") no-repeat left bottom;
    padding: 1px 40px; }
    .pageContainer .standardContents .completeAquaculture section.amami h2 {
      text-align: center;
      color: #00AAEA;
      border: none;
      font-size: 32px; }
  .pageContainer .standardContents .completeAquaculture section.history h2 {
    text-align: center;
    color: #00AAEA;
    border: none;
    font-size: 32px;
    font-family: "Oswald", sans-serif;
    font-weight: bold; }
    .pageContainer .standardContents .completeAquaculture section.history h2 span {
      font-size: 20px;
      font-family: "Noto Sans JP", sans-serif;
      display: block; }
  .pageContainer .standardContents .completeAquaculture section.history dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 700px;
    margin: 0 auto; }
    .pageContainer .standardContents .completeAquaculture section.history dl dt {
      width: 100px;
      font-size: 32px;
      font-family: "Oswald", sans-serif;
      font-weight: bold;
      color: #00AAEA;
      border-right: 1px #00AAEA solid; }
    .pageContainer .standardContents .completeAquaculture section.history dl dd {
      width: calc(100% - 100px);
      padding: 30px;
      border: 0; }
  .pageContainer .radioCM {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .pageContainer .radioCM li {
      width: 50%;
      padding-right: 20px;
      margin-bottom: 1em;
      padding-left: 0; }
      .pageContainer .radioCM li a {
        color: #111111;
        padding-left: 20px;
        background: url("/corporate/news_center/channel/images/radio_icon.png") no-repeat left 0.25em;
        background-size: 18px auto;
        display: inline-block; }
        .pageContainer .radioCM li a:hover {
          text-decoration: underline; }
      .pageContainer .radioCM li::before {
        content: none; }
  .pageContainer .standardContents .radioCM li {
    padding-left: 0; }
    .pageContainer .standardContents .radioCM li::before {
      content: none; }
  .pageContainer ul.researchArchives {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px; }
    .pageContainer ul.researchArchives li {
      width: 25%;
      margin-bottom: 25px;
      font-size: 14px;
      padding: 10px; }
      .pageContainer ul.researchArchives li.headline {
        width: 50%; }
      .pageContainer ul.researchArchives li a {
        display: block;
        line-height: 1.4;
        position: relative;
        color: #111111; }
        .pageContainer ul.researchArchives li a .img {
          overflow: hidden; }
          .pageContainer ul.researchArchives li a .img img {
            display: block;
            transition: transform .3s ease; }
        .pageContainer ul.researchArchives li a:hover .img img {
          transform: scale(1.075); }
        .pageContainer ul.researchArchives li a b {
          display: block;
          font-weight: bold;
          margin-bottom: 10px;
          position: relative;
          padding-left: 22px; }
          .pageContainer ul.researchArchives li a b::before {
            display: block;
            font-family: 'marunichi';
            position: absolute;
            font-weight: normal !important; }
          .pageContainer ul.researchArchives li a b::before {
            content: '\e91f';
            color: #2a549b;
            left: 0;
            top: -0.25em;
            font-size: 20px; }
          .pageContainer ul.researchArchives li a b.pdf::before {
            content: '\e91e';
            color: #d70c18; }
        .pageContainer ul.researchArchives li a .img {
          margin: 0 auto 10px;
          width: 100%;
          border-radius: 10px;
          border: 1px #f5f5f5 solid; }
          .pageContainer ul.researchArchives li a .img img {
            width: 100%; }
        .pageContainer ul.researchArchives li a .img + div {
          padding: 0px; }
  .pageContainer .fwBgBlock {
    background: #f7fafc;
    padding-top: 40px;
    margin-bottom: 60px; }
  .pageContainer header.corpCtgTop {
    max-width: 1200px;
    min-width: 984px;
    margin: 0 auto 70px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .pageContainer header.corpCtgTop .content {
      width: 33.3%;
      padding: 0 35px 0 0; }
    .pageContainer header.corpCtgTop .mainVisual {
      width: 66.6%;
      max-width: 900px; }
      .pageContainer header.corpCtgTop .mainVisual img {
        display: block;
        width: 100%;
        border-radius: 10px; }
      .pageContainer header.corpCtgTop .mainVisual.cpOutline {
        position: relative; }
        .pageContainer header.corpCtgTop .mainVisual.cpOutline::after {
          content: '';
          display: block;
          width: 300px;
          height: 300px;
          background: url("/corporate/outline/images/main-visual_mark.png") no-repeat center;
          position: absolute;
          right: 50px;
          top: calc(50% - 150px); }
      .pageContainer header.corpCtgTop .mainVisual.irNewsPanel {
        background: #f7fafc;
        border-radius: 10px;
        padding: 20px 30px;
        border: 1px #c3d8e6 solid; }
        .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .irSelector {
          display: flex;
          justify-content: space-between;
          margin-bottom: 10px; }
          .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .irSelector a {
            background: #666;
            color: #fff;
            padding: 8px;
            border-radius: 40px;
            display: block;
            width: 32%;
            text-align: center;
            transition: background .3s ease; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .irSelector a.active, .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .irSelector a:hover {
              background: #d70c18;
              color: #fff;
              text-decoration: none; }
        .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel {
          display: none; }
          .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel .linkBtn {
            text-align: right;
            margin-bottom: 0; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel .linkBtn a {
              background: #fff;
              min-width: 240px;
              text-align: left; }
          .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel ul, .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl, .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel table {
            margin-bottom: 20px; }
          .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl {
            align-items: stretch;
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl dt {
              width: 6em;
              font-family: "Oswald", sans-serif;
              font-size: 15px;
              color: #d70c18;
              padding: 15px 0;
              margin: 0;
              line-height: 1.4;
              float: none; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl dd {
              width: calc(100% - 6em);
              padding: 15px 0 15px 0;
              margin: 0;
              font-size: 15px;
              line-height: 1.4; }
              .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl dd a {
                color: #111111;
                display: block;
                overflow: hidden;
                padding: 0 40px 0 0;
                text-overflow: ellipsis;
                white-space: nowrap; }
                .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl dd a.pdf::before {
                  top: -1px;
                  font-size: 20px;
                  content: none; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl.irCalendar dt {
              width: 10em;
              border-bottom: 1px #c3d8e6 solid; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl.irCalendar dd {
              width: calc(100% - 10em); }
          .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel ul li {
            padding: 15px 0;
            border-bottom: 1px #c3d8e6 solid;
            margin-bottom: 0;
            font-size: 15px;
            line-height: 1.4; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel ul li::before {
              content: none; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel ul li a {
              color: #111111;
              position: relative;
              display: block;
              padding: 0 40px 0 24px;
              text-overflow: ellipsis;
              white-space: nowrap; }
              .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel ul li a::after {
                display: block;
                font-family: 'marunichi';
                position: absolute;
                font-weight: normal !important; }
              .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel ul li a::after {
                content: '\e90a';
                color: #d70c18;
                position: absolute;
                right: 15px;
                top: calc(50% - 8px);
                width: 16px;
                height: 16px;
                display: block;
                line-height: 16px;
                transition: right .3s ease; }
              .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel ul li a:hover::after {
                right: 0; }
              .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel ul li a::before {
                left: 0;
                top: 1px; }
    .pageContainer header.corpCtgTop h1 {
      font-size: 28px;
      display: table;
      border-bottom: 2px #d70c18 solid;
      margin-bottom: 30px; }
  @media screen and (max-width: 1440px) {
    .pageContainer header.corpCtgTop {
      max-width: 1200px; } }
  .pageContainer .midtermPlan a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%; }
    .pageContainer .midtermPlan a .img {
      overflow: hidden; }
      .pageContainer .midtermPlan a .img img {
        display: block;
        transition: transform .3s ease; }
    .pageContainer .midtermPlan a:hover .img img {
      transform: scale(1.075); }
    .pageContainer .midtermPlan a .img {
      margin-right: 30px;
      max-width: 900px;
      width: 75%;
      border-radius: 10px; }
    .pageContainer .midtermPlan a p {
      font-size: 30px;
      padding-left: 20px;
      border-left: 2px #d70c18 solid;
      line-height: 1.4;
      position: relative;
      margin: 0; }
      .pageContainer .midtermPlan a p::after {
        display: block;
        position: absolute;
        left: 20px;
        bottom: -2px;
        width: 0;
        height: 2px;
        background: #d70c18;
        content: '';
        transition: width .3s ease; }
    .pageContainer .midtermPlan a:hover p::after {
      width: calc(100% - 20px); }
  .pageContainer .standardContents .operatingFoundations {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    .pageContainer .standardContents .operatingFoundations dl.header {
      width: 200px;
      border: 1px #c3d8e6 solid;
      margin: 0;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .pageContainer .standardContents .operatingFoundations dl.header dd {
        border: 0; }
    .pageContainer .standardContents .operatingFoundations .label,
    .pageContainer .standardContents .operatingFoundations .value {
      color: #d70c18;
      font-size: 16px;
      font-weight: bold;
      display: block; }
      .pageContainer .standardContents .operatingFoundations .label b,
      .pageContainer .standardContents .operatingFoundations .value b {
        font-size: 24px;
        font-weight: bold; }
    .pageContainer .standardContents .operatingFoundations .distributed {
      width: calc(100% - 200px);
      padding-left: 50px;
      background: url("/corporate/ir/midterm/images/med00003.png") no-repeat left bottom; }
      .pageContainer .standardContents .operatingFoundations .distributed table {
        margin-bottom: 20px; }
        .pageContainer .standardContents .operatingFoundations .distributed table:last-child {
          margin-bottom: 0; }
        .pageContainer .standardContents .operatingFoundations .distributed table th, .pageContainer .standardContents .operatingFoundations .distributed table td {
          padding: 15px;
          border-left: 1px #c3d8e6 solid;
          border-right: 1px #c3d8e6 solid; }
        .pageContainer .standardContents .operatingFoundations .distributed table td {
          border-left: 0; }
        .pageContainer .standardContents .operatingFoundations .distributed table th {
          width: 20%;
          text-align: center;
          background: #fff;
          border-right: 0; }
  .pageContainer .msCert table th {
    width: 70%; }
  .pageContainer div.motto {
    display: flex;
    justify-content: center; }
    .pageContainer div.motto p {
      font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
      font-size: 20px;
      line-height: 2; }
  .pageContainer .brandLogo {
    padding: 40px 0;
    text-align: center; }
    .pageContainer .brandLogo p {
      font-size: 18px;
      font-weight: bold; }
  .pageContainer .standardContents .brandDefinition .brandBox {
    background: #000;
    padding: 40px;
    text-align: center; }
    .pageContainer .standardContents .brandDefinition .brandBox h3 {
      text-align: center;
      color: #fff;
      font-size: 24px;
      margin: 0 auto 30px; }
    .pageContainer .standardContents .brandDefinition .brandBox p {
      margin-bottom: 0; }
      .pageContainer .standardContents .brandDefinition .brandBox p.guide {
        color: #fff;
        padding-top: 30px; }
    .pageContainer .standardContents .brandDefinition .brandBox .content {
      background: #fff;
      padding: 20px; }
      .pageContainer .standardContents .brandDefinition .brandBox .content p {
        font-size: 18px; }
        .pageContainer .standardContents .brandDefinition .brandBox .content p strong {
          font-size: 20px; }
    .pageContainer .standardContents .brandDefinition .brandBox.value {
      background: #8ec31f; }
    .pageContainer .standardContents .brandDefinition .brandBox.ideal {
      background: #e5006e; }
    .pageContainer .standardContents .brandDefinition .brandBox.statement {
      background: #005bac; }
  .pageContainer .standardContents .brandDefinition .downArr {
    padding: 30px;
    text-indent: -9999px;
    height: 80px;
    position: relative; }
    .pageContainer .standardContents .brandDefinition .downArr::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 40px 0 40px;
      border-color: #c62a22 transparent transparent transparent;
      position: absolute;
      left: calc(50% - 40px);
      top: 30px; }
  .pageContainer .standardContents .bookSlider {
    max-width: 1000px;
    margin-bottom: 100px;
    padding: 0 50px; }
    .pageContainer .standardContents .bookSlider ul {
      max-width: 800px;
      margin: 0 auto; }
      .pageContainer .standardContents .bookSlider ul li {
        padding: 0;
        margin-bottom: 0;
        text-align: center; }
        .pageContainer .standardContents .bookSlider ul li::before {
          content: none; }
        .pageContainer .standardContents .bookSlider ul li img {
          display: block;
          margin-bottom: 10px; }
        .pageContainer .standardContents .bookSlider ul li a {
          display: block;
          padding: 10px;
          background: #d70c18;
          border-radius: 10px;
          color: #fff; }
    .pageContainer .standardContents .bookSlider .slick-arrow {
      width: 50px;
      height: 50px;
      position: absolute;
      top: calc(50% - 25px);
      display: block;
      overflow: hidden;
      text-indent: -9999px;
      position: relative;
      position: absolute;
      background: rgba(255, 136, 138, 0.5);
      border: 0 none;
      transition: background .3s ease; }
      .pageContainer .standardContents .bookSlider .slick-arrow::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        text-indent: 0;
        text-align: center;
        line-height: 100%;
        font-family: 'marunichi'; }
      .pageContainer .standardContents .bookSlider .slick-arrow:hover {
        background: rgba(255, 136, 138, 0.9); }
      .pageContainer .standardContents .bookSlider .slick-arrow::before {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 50px;
        text-align: center;
        text-indent: 0;
        color: #fff;
        font-size: 24px; }
      .pageContainer .standardContents .bookSlider .slick-arrow.slick-prev {
        left: -50px; }
        .pageContainer .standardContents .bookSlider .slick-arrow.slick-prev::before {
          content: '\e909'; }
      .pageContainer .standardContents .bookSlider .slick-arrow.slick-next {
        right: -50px; }
        .pageContainer .standardContents .bookSlider .slick-arrow.slick-next::before {
          content: '\e90a'; }
    .pageContainer .standardContents .bookSlider .slick-dots {
      display: flex;
      justify-content: center;
      position: absolute;
      left: 0;
      bottom: -50px;
      width: 100%;
      height: 50px;
      align-items: center; }
      .pageContainer .standardContents .bookSlider .slick-dots li {
        width: 18px;
        height: 18px;
        border-radius: 9px;
        margin: 0 8px;
        background: #ccc;
        overflow: hidden; }
        .pageContainer .standardContents .bookSlider .slick-dots li button {
          opacity: 0; }
        .pageContainer .standardContents .bookSlider .slick-dots li.slick-active {
          background: rgba(255, 136, 138, 0.9); }
  .pageContainer .standardContents table.officers th {
    width: 28%; }
  .pageContainer .standardContents table.officers td small {
    display: block;
    font-size: 14px;
    color: #999; }
  .pageContainer .standardContents .groupHistory {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .pageContainer .standardContents .groupHistory section.history {
      width: calc(50% - 20px);
      margin: 0; }
      .pageContainer .standardContents .groupHistory section.history h2 {
        display: table; }
      .pageContainer .standardContents .groupHistory section.history table {
        margin-bottom: 0; }
        .pageContainer .standardContents .groupHistory section.history table th, .pageContainer .standardContents .groupHistory section.history table td {
          padding: 15px; }
        .pageContainer .standardContents .groupHistory section.history table th {
          font-size: 18px;
          font-weight: bold;
          width: 5em;
          text-align: center; }
        .pageContainer .standardContents .groupHistory section.history table p {
          margin-bottom: .5em;
          text-indent: -1em;
          padding-left: 1em; }
          .pageContainer .standardContents .groupHistory section.history table p:last-child {
            margin-bottom: 0; }
          .pageContainer .standardContents .groupHistory section.history table p::before {
            content: '・'; }
          .pageContainer .standardContents .groupHistory section.history table p b {
            color: #d70c18;
            font-weight: bold; }
        .pageContainer .standardContents .groupHistory section.history table .fRt {
          margin-bottom: 0; }
      .pageContainer .standardContents .groupHistory section.history.integrate {
        width: 100%; }
    .pageContainer .standardContents .groupHistory .nextArr {
      display: block;
      overflow: hidden;
      text-indent: -9999px;
      position: relative;
      width: 40px;
      height: 40px;
      margin: 40px auto; }
      .pageContainer .standardContents .groupHistory .nextArr::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        text-indent: 0;
        text-align: center;
        line-height: 100%;
        font-family: 'marunichi'; }
      .pageContainer .standardContents .groupHistory .nextArr::before {
        content: '\e908';
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 40px;
        text-align: center; }
  .pageContainer .standardContents .bnrList.businessList li {
    padding: 0;
    margin-bottom: 50px;
    text-align: left; }
    .pageContainer .standardContents .bnrList.businessList li::before {
      content: none; }
    .pageContainer .standardContents .bnrList.businessList li img {
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
      margin-bottom: 15px; }
    .pageContainer .standardContents .bnrList.businessList li h3 {
      text-align: left;
      margin: 0 0 5px;
      color: #111111; }
  .pageContainer .tabsNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px; }
    .pageContainer .tabsNav .tab {
      width: 50%;
      text-align: center;
      font-size: 24px; }
      .pageContainer .tabsNav .tab a {
        display: block;
        padding: 10px;
        color: #111111;
        border: 2px #d70c18 solid;
        border-width: 0 0 2px 0;
        transition: color .3s ease; }
        .pageContainer .tabsNav .tab a:hover {
          color: #d70c18;
          text-decoration: none; }
        .pageContainer .tabsNav .tab a.active {
          border-width: 2px 2px 0 2px;
          pointer-events: none; }
  .pageContainer #overseas,
  .pageContainer #base-factory {
    display: none; }
  .pageContainer .tabContents .map {
    position: relative;
    margin-bottom: 40px; }
    .pageContainer .tabContents .map.hasAnchor {
      overflow-x: hidden; }
      .pageContainer .tabContents .map.hasAnchor figure {
        width: 860px; }
    .pageContainer .tabContents .map p.pdfLink {
      position: absolute;
      left: 0;
      top: 20px;
      z-index: 10; }
    .pageContainer .tabContents .map figure {
      margin-bottom: 20px;
      position: relative; }
      .pageContainer .tabContents .map figure.offices {
        background: url("/corporate/outline/data/office/images/mapBaseJapan.png") no-repeat center;
        width: 630px;
        height: 500px;
        margin: 10px 0 30px 5%; }
      .pageContainer .tabContents .map figure img {
        display: block; }
      .pageContainer .tabContents .map figure .areaAnchor {
        position: absolute;
        left: 0;
        top: 0;
        width: 860px;
        height: 100%; }
        .pageContainer .tabContents .map figure .areaAnchor a {
          display: block;
          background: rgba(0, 0, 0, 0);
          border-radius: 50%;
          position: absolute;
          text-indent: -9999px;
          overflow: hidden;
          white-space: nowrap;
          transition: background .3s ease; }
          .pageContainer .tabContents .map figure .areaAnchor a.usa {
            width: 110px;
            height: 110px;
            left: 563px;
            top: 149px; }
          .pageContainer .tabContents .map figure .areaAnchor a.peru {
            width: 30px;
            height: 30px;
            left: 656px;
            top: 346px; }
          .pageContainer .tabContents .map figure .areaAnchor a.china {
            width: 110px;
            height: 110px;
            left: 295px;
            top: 115px; }
          .pageContainer .tabContents .map figure .areaAnchor a.thailand {
            width: 73px;
            height: 73px;
            left: 305px;
            top: 222px; }
          .pageContainer .tabContents .map figure .areaAnchor a.vietnum {
            width: 30px;
            height: 30px;
            left: 336px;
            top: 294px; }
          .pageContainer .tabContents .map figure .areaAnchor a.netherland {
            width: 40px;
            height: 40px;
            left: 69px;
            top: 176px; }
          .pageContainer .tabContents .map figure .areaAnchor a.uk {
            width: 40px;
            height: 40px;
            left: 29px;
            top: 163px; }
          .pageContainer .tabContents .map figure .areaAnchor a.spain {
            width: 30px;
            height: 30px;
            left: 34px;
            top: 216px; }
          .pageContainer .tabContents .map figure .areaAnchor a.namibia {
            width: 30px;
            height: 30px;
            left: 91px;
            top: 384px; }
          .pageContainer .tabContents .map figure .areaAnchor a.south_africa {
            width: 30px;
            height: 30px;
            left: 109px;
            top: 430px; }
          .pageContainer .tabContents .map figure .areaAnchor a.micronesia {
            width: 30px;
            height: 30px;
            left: 463px;
            top: 330px; }
          .pageContainer .tabContents .map figure .areaAnchor a.australia {
            width: 30px;
            height: 30px;
            left: 403px;
            top: 405px; }
          .pageContainer .tabContents .map figure .areaAnchor a.newzealand {
            width: 30px;
            height: 30px;
            left: 503px;
            top: 480px; }
          .pageContainer .tabContents .map figure .areaAnchor a:hover {
            background: rgba(255, 255, 255, 0.4); }
    .pageContainer .tabContents .map ul.switchBtns {
      display: flex;
      justify-content: center;
      align-items: center; }
      .pageContainer .tabContents .map ul.switchBtns li {
        width: 250px;
        margin: 0 10px;
        padding: 0; }
        .pageContainer .tabContents .map ul.switchBtns li::before {
          content: none; }
        .pageContainer .tabContents .map ul.switchBtns li a, .pageContainer .tabContents .map ul.switchBtns li em {
          display: block;
          border: 3px #d70c18 solid;
          border-radius: 10px;
          text-align: center;
          padding: 10px;
          font-weight: bold;
          transition: background .3s ease; }
        .pageContainer .tabContents .map ul.switchBtns li em,
        .pageContainer .tabContents .map ul.switchBtns li a:hover {
          /*background:url("/corporate/outline/images/btn_bg.png");*/
          background: #d7000f;
          color: #fff;
          text-decoration: none; }
    .pageContainer .tabContents .map.unit {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: row-reverse; }
      .pageContainer .tabContents .map.unit .unitNav {
        width: 200px;
        padding-top: 10px;
        margin: 0; }
        .pageContainer .tabContents .map.unit .unitNav form {
          display: none; }
        .pageContainer .tabContents .map.unit .unitNav ul {
          margin-bottom: 10px; }
        .pageContainer .tabContents .map.unit .unitNav li {
          border-bottom: 2px #e0e0e0 solid;
          text-align: center;
          margin: 0;
          padding: 0; }
          .pageContainer .tabContents .map.unit .unitNav li::before {
            content: none; }
          .pageContainer .tabContents .map.unit .unitNav li a, .pageContainer .tabContents .map.unit .unitNav li span {
            display: block;
            padding: 10px; }
          .pageContainer .tabContents .map.unit .unitNav li a {
            color: #111111;
            position: relative; }
            .pageContainer .tabContents .map.unit .unitNav li a:hover, .pageContainer .tabContents .map.unit .unitNav li a.active {
              color: #d70c18;
              text-decoration: none; }
            .pageContainer .tabContents .map.unit .unitNav li a.active::before {
              content: '';
              display: block;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 10px 5px 0;
              border-color: transparent #d70c19 transparent transparent;
              position: absolute;
              left: 0;
              top: calc(50% - 3px); }
          .pageContainer .tabContents .map.unit .unitNav li span {
            color: #cccccc; }
      .pageContainer .tabContents .map.unit figure {
        width: 620px;
        height: 500px;
        position: relative;
        margin: 0 auto;
        background: url("/corporate/outline/group/images/mapBaseJpn.png") no-repeat center;
        background-size: 620px auto; }
        .pageContainer .tabContents .map.unit figure img {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0; }
          .pageContainer .tabContents .map.unit figure img.base, .pageContainer .tabContents .map.unit figure img.all {
            opacity: 1; }
        .pageContainer .tabContents .map.unit figure .pdfLink {
          display: inline-block;
          position: absolute;
          left: 0;
          top: 20px;
          z-index: 10; }
          .pageContainer .tabContents .map.unit figure .pdfLink a.pdf {
            display: block;
            display: none;
            font-size: 16px; }
            .pageContainer .tabContents .map.unit figure .pdfLink a.pdf.all {
              display: block; }
  .pageContainer .standardContents.hasTabContents {
    min-height: 100vh; }
  .pageContainer .standardContents table.basesTable {
    margin-bottom: 80px; }
    .pageContainer .standardContents table.basesTable th, .pageContainer .standardContents table.basesTable td {
      padding: 15px 15px 15px 0;
      border: 0;
      border-bottom: 1px #c3d8e6 solid;
      font-size: 16px; }
      .pageContainer .standardContents table.basesTable th a[target=_blank], .pageContainer .standardContents table.basesTable td a[target=_blank] {
        padding-right: 20px;
        background: url("/corporate/outline/images/icnNw.png") no-repeat right center;
        background-size: 16px;
        color: #111111;
        text-decoration: underline; }
        .pageContainer .standardContents table.basesTable th a[target=_blank]:hover, .pageContainer .standardContents table.basesTable td a[target=_blank]:hover {
          color: #d70c18; }
    .pageContainer .standardContents table.basesTable span.zip {
      padding-right: 1em; }
    .pageContainer .standardContents table.basesTable tr td:last-child {
      padding-right: 0; }
    .pageContainer .standardContents table.basesTable th {
      font-weight: bold;
      background: transparent; }
    .pageContainer .standardContents table.basesTable td.business {
      font-size: 14px; }
      .pageContainer .standardContents table.basesTable td.business img {
        width: 40px;
        height: 40px; }
    .pageContainer .standardContents table.basesTable a.viewMap {
      background: #a9a9a9;
      color: #fff;
      display: inline-block;
      padding: 2px 6px 3px;
      border-radius: 5px;
      text-decoration: none;
      transition: background .3s ease;
      font-size: 13px; }
      .pageContainer .standardContents table.basesTable a.viewMap:hover {
        background: #d70c18; }
  .pageContainer .standardContents ul.legend {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .pageContainer .standardContents ul.legend li {
      margin-left: 1em;
      font-size: 14px; }
      .pageContainer .standardContents ul.legend li::before {
        content: none;
        margin: 0; }
      .pageContainer .standardContents ul.legend li img {
        vertical-align: middle;
        margin-right: 5px; }
    .pageContainer .standardContents ul.legend.tableLegend {
      margin-top: -60px; }
  .pageContainer .standardContents .groupList {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
    .pageContainer .standardContents .groupList dt {
      width: 35%;
      font-size: 16px;
      border-bottom: 1px #c3d8e6 solid;
      margin-bottom: 18px;
      padding-bottom: 20px;
      padding-right: 15px; }
      .pageContainer .standardContents .groupList dt a {
        color: #111111;
        text-decoration: underline;
        padding-right: 20px;
        background: url("/corporate/outline/images/icnNw.png") no-repeat right center;
        background-size: 16px; }
        .pageContainer .standardContents .groupList dt a:hover {
          color: #d70c18; }
    .pageContainer .standardContents .groupList dd {
      width: 65%;
      margin-bottom: 18px;
      padding-bottom: 20px;
      position: relative;
      padding-right: 60px; }
      .pageContainer .standardContents .groupList dd b {
        font-weight: bold; }
      .pageContainer .standardContents .groupList dd span.zip {
        padding-right: 1em; }
      .pageContainer .standardContents .groupList dd a.viewMap {
        background: #a9a9a9;
        color: #fff;
        display: inline-block;
        padding: 2px 6px 3px;
        border-radius: 5px;
        text-decoration: none;
        transition: background .3s ease;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 13px; }
        .pageContainer .standardContents .groupList dd a.viewMap:hover {
          background: #d70c18; }
      .pageContainer .standardContents .groupList dd div.bases {
        margin: 15px 0 0 0;
        text-indent: -88px;
        padding-left: 88px; }
        .pageContainer .standardContents .groupList dd div.bases b {
          display: inline-block;
          border: 1px #111111 solid;
          padding: 1px 0 3px;
          font-weight: normal;
          margin-right: 15px;
          width: 73px;
          text-align: center;
          text-indent: 0;
          font-size: 88%; }
  .pageContainer .standardContents h3 + .groupList {
    border-top: 1px #c3d8e6 solid;
    padding-top: 15px; }
  .pageContainer .bnrList li a .img span.stockChart {
    display: block;
    position: relative;
    background: #f7fafc;
    transition: transform .3s ease; }
    .pageContainer .bnrList li a .img span.stockChart .realtime {
      position: absolute;
      left: 4%;
      top: 50%;
      transform: translateY(-50%);
      width: 92%; }
  .pageContainer .bnrList li a:hover span.stockChart {
    transform: scale(1.075); }
  .pageContainer .standardContents dl.irCalendar {
    margin-bottom: 0; }
    .pageContainer .standardContents dl.irCalendar dt {
      width: 10em;
      color: #d70c18;
      float: left;
      padding: 15px 0;
      margin: 0;
      clear: both;
      font-size: 16px;
      position: relative;
      line-height: 1.4; }
    .pageContainer .standardContents dl.irCalendar dd {
      padding: 15px 0 15px 10em;
      margin: 0;
      font-size: 16px;
      line-height: 1.4; }
    .pageContainer .standardContents dl.irCalendar em {
      background: #999;
      color: #fff;
      padding: 1px 10px 2px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: bold;
      display: block;
      position: absolute;
      right: 10px;
      top: calc(50% - 8px); }
      .pageContainer .standardContents dl.irCalendar em.plan {
        background: #015BAC; }
  .pageContainer .standardContents h3.visible + dl.irCalendar,
  .pageContainer .standardContents h3:first-of-type + dl.irCalendar {
    border-top: 1px #c3d8e6 solid; }
  .pageContainer .standardContents .qualityMessage {
    border: 1px #c3d8e6 solid;
    background: #f7fafc;
    border-radius: 10px;
    padding: 40px 20%;
    margin-bottom: 50px; }
    .pageContainer .standardContents .qualityMessage h3 {
      margin-top: 0;
      color: #39576A;
      text-align: center;
      font-weight: normal;
      font-size: 28px; }
    .pageContainer .standardContents .qualityMessage h4 {
      color: #d70c18;
      text-align: center;
      border: 0; }
    .pageContainer .standardContents .qualityMessage p {
      font-size: 18px;
      line-height: 2; }
      .pageContainer .standardContents .qualityMessage p:last-child {
        margin-bottom: 0; }
  .pageContainer .standardContents table th.past {
    background: #cbe5ff; }
  .pageContainer .standardContents table th.renew {
    background: #FFEAEA;
    color: #B4050F; }
  .pageContainer .standardContents table td.past {
    background: #eef6ff; }
  .pageContainer .standardContents table td.renew {
    background: #fff3f3; }
  .pageContainer .standardContents .brandSlogan {
    background: url("/corporate/outline/philosophy/brand/images/mainVisualBg.jpg") no-repeat center;
    background-size: cover;
    padding: 150px 150px 50px;
    border-radius: 10px;
    box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2); }
    .pageContainer .standardContents .brandSlogan h2 {
      margin: 0 0 50px;
      padding: 0;
      border: 0;
      width: 100%; }
    .pageContainer .standardContents .brandSlogan p {
      font-weight: bold;
      line-height: 2;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
      color: #fff;
      margin-bottom: 0;
      letter-spacing: 0.1em; }
  .pageContainer .standardContents dl.customersValue {
    background: #f7fafc;
    padding: 30px; }
    .pageContainer .standardContents dl.customersValue dt {
      background: #fff;
      padding: 10px;
      margin-bottom: 10px; }
    .pageContainer .standardContents dl.customersValue dd {
      border: 0;
      padding: 0 20px;
      margin-bottom: 30px; }
      .pageContainer .standardContents dl.customersValue dd ul {
        margin-bottom: 0; }
  .pageContainer .standardContents.sustainabilityPlan h3.vision {
    text-align: center;
    color: #111111;
    font-weight: normal;
    line-height: 2; }
    .pageContainer .standardContents.sustainabilityPlan h3.vision b {
      font-weight: bold;
      color: #d70c18;
      font-size: 24px; }
  .pageContainer .standardContents.sustainabilityPlan .ttlShoulder {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 24px; }
    .pageContainer .standardContents.sustainabilityPlan .ttlShoulder.economy {
      background: #ffc000; }
    .pageContainer .standardContents.sustainabilityPlan .ttlShoulder.social {
      background: #61cff9; }
    .pageContainer .standardContents.sustainabilityPlan .ttlShoulder.environment {
      background: #92d050; }
  .pageContainer .standardContents.sustainabilityPlan .toggleTrig {
    background: #f7fafc;
    padding: 10px;
    margin-top: 0;
    position: relative;
    cursor: pointer; }
    .pageContainer .standardContents.sustainabilityPlan .toggleTrig::after {
      display: block;
      font-family: 'marunichi';
      position: absolute;
      font-weight: normal !important; }
    .pageContainer .standardContents.sustainabilityPlan .toggleTrig::after {
      content: '\e908';
      width: 20px;
      height: 20px;
      font-size: 20px;
      line-height: 20px;
      right: 20px;
      top: calc(50% - 10px);
      color: #68A4BD;
      transition: transform .3s ease; }
    .pageContainer .standardContents.sustainabilityPlan .toggleTrig.open::after {
      transform: rotate(180deg); }
  .pageContainer .standardContents.sustainabilityPlan .summary {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .pageContainer .standardContents.sustainabilityPlan .summary h3 {
      width: 100%;
      background: #d70c18;
      color: #fff;
      text-align: center;
      padding: 10px;
      margin-top: 0; }
    .pageContainer .standardContents.sustainabilityPlan .summary article {
      width: calc((100% - 80px) / 3); }
      .pageContainer .standardContents.sustainabilityPlan .summary article h1 {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        color: #fff;
        margin-bottom: 15px; }
        .pageContainer .standardContents.sustainabilityPlan .summary article h1.economy {
          background: #ffc000; }
        .pageContainer .standardContents.sustainabilityPlan .summary article h1.social {
          background: #61cff9; }
        .pageContainer .standardContents.sustainabilityPlan .summary article h1.environment {
          background: #92d050; }
      .pageContainer .standardContents.sustainabilityPlan .summary article h2 {
        font-weight: bold;
        display: block;
        margin: 0 0 15px;
        padding: 0;
        font-size: 18px;
        border: 0; }
      .pageContainer .standardContents.sustainabilityPlan .summary article .totalBox table {
        border: 0; }
        .pageContainer .standardContents.sustainabilityPlan .summary article .totalBox table th, .pageContainer .standardContents.sustainabilityPlan .summary article .totalBox table td {
          padding: 5px;
          border: 0 none;
          background: transparent;
          border-bottom: 1px solid #b92; }
        .pageContainer .standardContents.sustainabilityPlan .summary article .totalBox table td {
          text-align: right; }
          .pageContainer .standardContents.sustainabilityPlan .summary article .totalBox table td span {
            font-size: 24px; }
      .pageContainer .standardContents.sustainabilityPlan .summary article .performance {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .pageContainer .standardContents.sustainabilityPlan .summary article .performance .totalDetails {
          border: 1px solid #b92;
          border-width: 1px 0;
          width: calc(50% - 10px);
          margin-bottom: 20px;
          padding: 10px 0; }
          .pageContainer .standardContents.sustainabilityPlan .summary article .performance .totalDetails h4 {
            margin: 0 0 5px;
            border: 0;
            font-size: 14px; }
          .pageContainer .standardContents.sustainabilityPlan .summary article .performance .totalDetails p {
            margin: 0;
            font-size: 14px;
            line-height: 1; }
            .pageContainer .standardContents.sustainabilityPlan .summary article .performance .totalDetails p span {
              font-size: 24px; }
    .pageContainer .standardContents.sustainabilityPlan .summary .downArr {
      padding: 30px;
      text-indent: -9999px;
      height: 80px;
      position: relative;
      width: 100%; }
      .pageContainer .standardContents.sustainabilityPlan .summary .downArr::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 40px 0 40px;
        border-color: #ccc transparent transparent transparent;
        position: absolute;
        left: calc(50% - 40px);
        top: 30px; }
  .pageContainer .standardContents.sustainabilityPlan dl.sustManageStatus {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0; }
    .pageContainer .standardContents.sustainabilityPlan dl.sustManageStatus dt {
      width: 200px;
      border: 1px #006BC4 solid;
      text-align: center;
      font-weight: normal;
      font-size: 16px;
      padding: 5px;
      margin-bottom: 20px; }
      .pageContainer .standardContents.sustainabilityPlan dl.sustManageStatus dt.main {
        background: #006BC4;
        color: #fff;
        padding: 10px; }
        .pageContainer .standardContents.sustainabilityPlan dl.sustManageStatus dt.main + dd {
          font-size: 24px; }
    .pageContainer .standardContents.sustainabilityPlan dl.sustManageStatus dd {
      width: calc(100% - 200px);
      border: 0;
      padding: 5px 0 10px 30px;
      margin-bottom: 20px;
      font-weight: bold;
      font-size: 18px; }
      .pageContainer .standardContents.sustainabilityPlan dl.sustManageStatus dd span {
        display: block;
        font-size: 12px;
        color: #006BC4;
        font-weight: bold; }
  .pageContainer .standardContents.sustainabilityPlan table.sustManageStatus th {
    width: 200px; }
  .pageContainer .standardContents h3.mainTheme {
    color: #111111; }
    .pageContainer .standardContents h3.mainTheme span {
      background: #006BC4;
      color: #fff;
      padding: 2px 20px 3px;
      display: inline-block;
      font-size: 16px;
      font-weight: normal;
      margin-right: 1em; }
  .pageContainer .standardContents h3.case {
    background: #f2f2f2;
    padding: 10px 20px;
    color: #111111; }
  .pageContainer .formBtns {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 40px 0; }
    .pageContainer .formBtns button, .pageContainer .formBtns .btn {
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
      background-image: none;
      border: none;
      margin: 0 20px;
      min-width: 240px;
      padding: 12px 20px 14px;
      text-align: center;
      font-weight: bold;
      line-height: 1.4; }
      .pageContainer .formBtns button.fwd, .pageContainer .formBtns .btn.fwd {
        background: #d70c18;
        color: #fff; }
      .pageContainer .formBtns button.bkwd, .pageContainer .formBtns .btn.bkwd {
        background: #fff; }
  .pageContainer .formTable {
    background: #f7fafc;
    padding: 10px 30px 20px; }
    .pageContainer .formTable table {
      margin-bottom: 0 !important;
      border-top: 0 !important;
      width: 100%; }
      .pageContainer .formTable table th, .pageContainer .formTable table td {
        border: 1px #c3d8e6 solid;
        border-width: 0 0 1px 0 !important;
        padding: 20px;
        line-height: 1.4; }
      .pageContainer .formTable table th {
        font-weight: bold;
        width: 340px; }
        .pageContainer .formTable table th em {
          color: #c00; }
        .pageContainer .formTable table th span {
          font-weight: normal;
          font-size: 12px; }
        .pageContainer .formTable table th b {
          font-weight: bold;
          font-size: 14px; }
      .pageContainer .formTable table td b {
        font-weight: bold;
        padding-bottom: 5px;
        font-size: 14px;
        display: inline-block; }
      .pageContainer .formTable table td .jancode img {
        float: left;
        margin-right: 15px; }
      .pageContainer .formTable table tr:last-child th, .pageContainer .formTable table tr:last-child td {
        border-bottom: 0; }
        .pageContainer .formTable table tr:last-child th .errMsg, .pageContainer .formTable table tr:last-child td .errMsg {
          display: none; }
      .pageContainer .formTable table tr.error th {
        color: #c00; }
      .pageContainer .formTable table tr.error td .errMsg {
        display: block;
        font-weight: bold;
        font-size: 12px;
        padding-bottom: 5px;
        color: #c00; }
    .pageContainer .formTable .multi {
      display: flex;
      max-width: 630px;
      justify-content: space-between;
      align-items: center; }
    .pageContainer .formTable input[type=text], .pageContainer .formTable input[type=email], .pageContainer .formTable input[type=password], .pageContainer .formTable input[type=url], .pageContainer .formTable input[type=email], .pageContainer .formTable select, .pageContainer .formTable textarea {
      border-radius: 10px;
      box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
      background: #fff;
      border: 1px #ccc solid;
      padding: 10px;
      font-size: 16px;
      width: 630px;
      position: relative;
      /* outline: none; */
      transition: box-shadow .3s ease; }
      .pageContainer .formTable input[type=text].mid, .pageContainer .formTable input[type=email].mid, .pageContainer .formTable input[type=password].mid, .pageContainer .formTable input[type=url].mid, .pageContainer .formTable input[type=email].mid, .pageContainer .formTable select.mid, .pageContainer .formTable textarea.mid {
        width: 300px; }
      .pageContainer .formTable input[type=text].short, .pageContainer .formTable input[type=email].short, .pageContainer .formTable input[type=password].short, .pageContainer .formTable input[type=url].short, .pageContainer .formTable input[type=email].short, .pageContainer .formTable select.short, .pageContainer .formTable textarea.short {
        width: 180px; }
      .pageContainer .formTable input[type=text]:focus, .pageContainer .formTable input[type=email]:focus, .pageContainer .formTable input[type=password]:focus, .pageContainer .formTable input[type=url]:focus, .pageContainer .formTable input[type=email]:focus, .pageContainer .formTable select:focus, .pageContainer .formTable textarea:focus {
        box-shadow: none; }
    .pageContainer .formTable label {
      position: relative;
      margin-right: 15px;
      overflow: hidden;
      display: inline-block;
      border-radius: 10px;
      box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      border: 1px #ccc solid; }
      .pageContainer .formTable label i {
        padding: 10px 25px 10px 40px;
        background-repeat: no-repeat;
        background-position: 15px center;
        background-size: 16px;
        display: block; }
      .pageContainer .formTable label.radio i {
        background-image: url("/assets/images/radioOff.png"); }
      .pageContainer .formTable label.check i {
        background-image: url("/assets/images/checkOff.png"); }
      .pageContainer .formTable label.radio input, .pageContainer .formTable label.check input {
        position: absolute;
        left: -30px;
        top: -30px; }
      .pageContainer .formTable label.radio input:checked + i {
        background-image: url("/assets/images/radioOn.png"); }
      .pageContainer .formTable label.check input:checked + i {
        background-image: url("/assets/images/checkOn.png"); }
    .pageContainer .formTable tr.error input[type=text], .pageContainer .formTable tr.error input[type=email], .pageContainer .formTable tr.error input[type=password], .pageContainer .formTable tr.error input[type=url], .pageContainer .formTable tr.error input[type=email], .pageContainer .formTable tr.error select, .pageContainer .formTable tr.error textarea {
      border-color: #c00;
      background-color: #F8E9E3; }
  .pageContainer .dispErrors {
    border-radius: 10px;
    background: #c00;
    margin-bottom: 50px;
    padding: 20px; }
    .pageContainer .dispErrors ul {
      margin-left: 1.5em; }
      .pageContainer .dispErrors ul li {
        list-style: disc;
        color: #fff; }
  .pageContainer .faqListBlock {
    background: #f7fafc;
    padding: 30px; }
    .pageContainer .faqListBlock header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px; }
      .pageContainer .faqListBlock header h2 {
        border-bottom: 0;
        margin: 0; }
      .pageContainer .faqListBlock header .faqSearch {
        width: calc(100% - 250px); }
        .pageContainer .faqListBlock header .faqSearch form {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .pageContainer .faqListBlock header .faqSearch form label {
            font-weight: bold;
            color: #d70c18;
            width: 11em; }
          .pageContainer .faqListBlock header .faqSearch form div {
            position: relative;
            width: calc(100% - 11em); }
            .pageContainer .faqListBlock header .faqSearch form div input {
              border-radius: 10px;
              box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
              background: #fff;
              width: 100%;
              padding: 0 10px;
              height: 50px;
              /* outline: none; */ }
            .pageContainer .faqListBlock header .faqSearch form div button {
              right: 10px;
              top: 0;
              width: 50px;
              height: 50px;
              display: block;
              text-align: left;
              display: block;
              overflow: hidden;
              text-indent: -9999px;
              position: relative;
              position: absolute;
              background: none transparent;
              border: 0 none; }
              .pageContainer .faqListBlock header .faqSearch form div button::before {
                content: '';
                display: block;
                width: 100%;
                height: 100%;
                text-indent: 0;
                text-align: center;
                line-height: 100%;
                font-family: 'marunichi'; }
              .pageContainer .faqListBlock header .faqSearch form div button::before {
                content: '\e917';
                width: 50px;
                height: 50px;
                line-height: 50px;
                font-size: 24px;
                color: #d70c18; }
              .pageContainer .faqListBlock header .faqSearch form div button:hover {
                opacity: .5; }
    .pageContainer .faqListBlock ul li {
      border-bottom: 1px #c3d8e6 solid; }
      .pageContainer .faqListBlock ul li a {
        display: block;
        position: relative;
        padding: 20px 40px 20px 60px;
        color: #111111; }
        .pageContainer .faqListBlock ul li a::after {
          display: block;
          font-family: 'marunichi';
          position: absolute;
          font-weight: normal !important; }
        .pageContainer .faqListBlock ul li a::after {
          content: '\e90a';
          color: #d70c18;
          position: absolute;
          right: 20px;
          top: calc(50% - 8px);
          width: 16px;
          height: 16px;
          text-align: center;
          line-height: 16px; }
        .pageContainer .faqListBlock ul li a:hover {
          color: #d70c18; }
        .pageContainer .faqListBlock ul li a::before {
          content: 'Q';
          width: 40px;
          height: 40px;
          text-align: center;
          line-height: 40px;
          border-radius: 20px;
          background: #d70c18;
          color: #fff;
          display: block;
          position: absolute;
          left: 10px;
          top: calc(50% - 20px);
          font-size: 24px;
          font-family: "Oswald", sans-serif; }
  .pageContainer .contactPoints.standardContents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .pageContainer .contactPoints.standardContents > div {
      background: #f7fafc;
      border-radius: 10px;
      margin-bottom: 40px;
      width: calc(50% - 20px);
      padding: 35px; }
      .pageContainer .contactPoints.standardContents > div.viaPhone {
        width: 100%; }
        .pageContainer .contactPoints.standardContents > div.viaPhone .head {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-bottom: 20px; }
          .pageContainer .contactPoints.standardContents > div.viaPhone .head h3 {
            margin: 0 30px 0 0; }
          .pageContainer .contactPoints.standardContents > div.viaPhone .head a {
            font-size: 42px;
            font-family: "Oswald", sans-serif;
            padding: 0 0 0 35px;
            background: url("/inquiry/images/icnPhone.png") no-repeat left center;
            margin-right: 40px; }
          .pageContainer .contactPoints.standardContents > div.viaPhone .head p {
            margin-bottom: 0; }
      .pageContainer .contactPoints.standardContents > div h3 {
        margin: 0;
        color: #fff;
        font-size: 14px;
        background: #d70c18;
        padding: 10px 25px;
        width: 260px;
        border-radius: 20px;
        line-height: 1;
        text-align: center;
        margin-bottom: 20px; }
      .pageContainer .contactPoints.standardContents > div p {
        margin-bottom: 1.5em;
        font-size: 14px; }
        .pageContainer .contactPoints.standardContents > div p.linkBtn {
          margin: 0; }
        .pageContainer .contactPoints.standardContents > div p b {
          color: #d70c18; }
    .pageContainer .contactPoints.standardContents ul {
      margin-bottom: 0; }
      .pageContainer .contactPoints.standardContents ul li {
        font-size: 14px;
        line-height: 1.75; }
  .pageContainer.hasNav .contactPoints.standardContents > div.viaPhone .head a {
    font-size: 32px;
    margin-right: 20px; }
  .pageContainer .faqSwitch {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    justify-content: center; }
    .pageContainer .faqSwitch a {
      display: block;
      line-height: 1px;
      padding: 20px;
      display: block;
      border-radius: 20px;
      background: #f7fafc;
      color: #111111;
      text-align: center;
      margin: 0 10px;
      min-width: 240px;
      transition: background .3s ease; }
      .pageContainer .faqSwitch a.active, .pageContainer .faqSwitch a:hover {
        background: #d70c18;
        color: #fff; }
  .pageContainer.hasNav section.faqDetails, .pageContainer.hasNav dl.faqList {
    border-radius: 10px;
    background: #f7fafc;
    padding: 40px; }
    .pageContainer.hasNav section.faqDetails h2.faqQuestion, .pageContainer.hasNav section.faqDetails .faqQuestion, .pageContainer.hasNav dl.faqList h2.faqQuestion, .pageContainer.hasNav dl.faqList .faqQuestion {
      border: 0;
      padding: 0 0 0 60px;
      position: relative;
      line-height: 1.4; }
      .pageContainer.hasNav section.faqDetails h2.faqQuestion::before, .pageContainer.hasNav section.faqDetails .faqQuestion::before, .pageContainer.hasNav dl.faqList h2.faqQuestion::before, .pageContainer.hasNav dl.faqList .faqQuestion::before {
        content: 'Q';
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 20px;
        background: #d70c18;
        color: #fff;
        display: block;
        position: absolute;
        left: 0;
        top: calc(50% - 20px);
        font-size: 28px;
        font-family: "Oswald", sans-serif; }
    .pageContainer.hasNav section.faqDetails .faqAnswer, .pageContainer.hasNav dl.faqList .faqAnswer {
      border-radius: 10px;
      background: #fff;
      padding: 20px;
      margin-bottom: 20px;
      line-height: 1.75; }
      .pageContainer.hasNav section.faqDetails .faqAnswer p, .pageContainer.hasNav dl.faqList .faqAnswer p {
        font-size: 18px;
        font-weight: bold; }
        .pageContainer.hasNav section.faqDetails .faqAnswer p:last-child, .pageContainer.hasNav dl.faqList .faqAnswer p:last-child {
          margin-bottom: 0; }
    .pageContainer.hasNav section.faqDetails .faqEval, .pageContainer.hasNav dl.faqList .faqEval {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      background: #f5f5f5;
      padding: 20px;
      border-radius: 10px;
      border-bottom: 0; }
      .pageContainer.hasNav section.faqDetails .faqEval p, .pageContainer.hasNav dl.faqList .faqEval p {
        font-weight: bold;
        margin: 0; }
      .pageContainer.hasNav section.faqDetails .faqEval .evalBtns, .pageContainer.hasNav dl.faqList .faqEval .evalBtns {
        display: flex;
        padding-left: 40px;
        justify-content: flex-start;
        align-items: center; }
        .pageContainer.hasNav section.faqDetails .faqEval .evalBtns button, .pageContainer.hasNav dl.faqList .faqEval .evalBtns button {
          margin: 0 15px;
          width: 100px;
          background: #fff;
          border: 1px #cccccc solid;
          font-size: 18px;
          border-radius: 20px; }
          .pageContainer.hasNav section.faqDetails .faqEval .evalBtns button.yes, .pageContainer.hasNav dl.faqList .faqEval .evalBtns button.yes {
            border-color: #d70c18; }
  .pageContainer.hasNav section dl.faqList {
    padding: 10px 20px 30px; }
    .pageContainer.hasNav section dl.faqList dt.faqQuestion {
      padding: 20px 50px 0 40px;
      font-size: 18px;
      border-top: 1px #c3d8e6 solid;
      margin-top: 20px;
      cursor: pointer;
      font-weight: normal; }
      .pageContainer.hasNav section dl.faqList dt.faqQuestion::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        top: calc(50% - 5px);
        font-size: 20px; }
      .pageContainer.hasNav section dl.faqList dt.faqQuestion:first-child {
        border: 0;
        margin-top: 0; }
      .pageContainer.hasNav section dl.faqList dt.faqQuestion::after {
        content: '\e90c';
        font-family: 'marunichi';
        position: absolute;
        right: 10px;
        top: calc(50% - 6px);
        font-size: 30px;
        color: #c3d8e6;
        transition: all .3s ease; }
      .pageContainer.hasNav section dl.faqList dt.faqQuestion:hover::after {
        color: #d70c18; }
      .pageContainer.hasNav section dl.faqList dt.faqQuestion.open::after {
        transform: rotate(180deg); }
    .pageContainer.hasNav section dl.faqList dd.faqAnswer {
      margin: 20px 0 0;
      border-radius: 10px 10px 0 0;
      display: none;
      border-bottom: none; }
      .pageContainer.hasNav section dl.faqList dd.faqAnswer p {
        font-size: 16px;
        margin-bottom: 0.75em;
        font-weight: normal; }
        .pageContainer.hasNav section dl.faqList dd.faqAnswer p:last-child {
          margin-bottom: 0; }
        .pageContainer.hasNav section dl.faqList dd.faqAnswer p:empty {
          display: none; }
    .pageContainer.hasNav section dl.faqList dd.faqEval {
      padding: 20px;
      border-radius: 0 0 10px 10px;
      margin-bottom: 40px;
      display: none; }
      .pageContainer.hasNav section dl.faqList dd.faqEval p {
        font-weight: bold;
        margin: 0;
        opacity: 0;
        transition: opacity 1s ease .5s; }
      .pageContainer.hasNav section dl.faqList dd.faqEval .evalBtns {
        display: flex;
        padding-left: 40px;
        justify-content: flex-start;
        align-items: center;
        opacity: 0;
        transition: opacity 1s ease 1s; }
        .pageContainer.hasNav section dl.faqList dd.faqEval .evalBtns button {
          margin: 0 15px;
          width: 100px;
          background: #fff;
          border: 1px #cccccc solid;
          font-size: 18px;
          border-radius: 20px; }
          .pageContainer.hasNav section dl.faqList dd.faqEval .evalBtns button.yes {
            border-color: #d70c18; }
      .pageContainer.hasNav section dl.faqList dd.faqEval.active {
        display: flex; }
        .pageContainer.hasNav section dl.faqList dd.faqEval.active p.active {
          opacity: 1; }
        .pageContainer.hasNav section dl.faqList dd.faqEval.active .evalBtns.active {
          opacity: 1; }
  .pageContainer .contactMsg,
  .pageContainer .standardContents dl.contactMsg {
    border-radius: 10px;
    box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
    margin: 40px 0;
    border: 1px #d70c18 solid;
    padding: 30px; }
    .pageContainer .contactMsg dt,
    .pageContainer .standardContents dl.contactMsg dt {
      color: #d70c18;
      font-size: 24px;
      margin-bottom: 15px;
      font-weight: normal; }
    .pageContainer .contactMsg dd,
    .pageContainer .standardContents dl.contactMsg dd {
      padding: 0;
      margin: 0;
      border: 0;
      line-height: 1.75; }
  .pageContainer .contactMsg2 {
    border-radius: 10px;
    margin: 40px 0;
    border: 4px #ddd double;
    padding: 23px 30px 25px; }
    .pageContainer .contactMsg2 p {
      color: #111111;
      font-size: 16px;
      margin-bottom: 15px;
      font-weight: normal;
      padding: 0;
      margin: 0;
      border: 0;
      line-height: 1.75; }
      .pageContainer .contactMsg2 p strong {
        font-size: 18px;
        display: block;
        margin-bottom: 12px; }
  .pageContainer .standardContents .systemErrorPage {
    max-width: 1200px;
    min-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    /*
    @media screen and (max-width:1440px){
    	max-width:1200px;
    }
    */
    text-align: center;
    padding: 120px 0; }
    @media screen and (max-width: 767px) {
      .pageContainer .standardContents .systemErrorPage {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
    .pageContainer .standardContents .systemErrorPage h1 {
      font-size: 28px;
      display: table;
      border-bottom: 2px #d70c18 solid;
      margin: 0 auto 40px; }
      .pageContainer .standardContents .systemErrorPage h1 b {
        font-size: 200px;
        font-family: "Oswald", sans-serif;
        font-weight: bold;
        text-align: center;
        color: #d70c18;
        margin: 0 auto 20px;
        display: block;
        line-height: 1; }
    .pageContainer .standardContents .systemErrorPage p {
      margin-bottom: 60px; }
    .pageContainer .standardContents .systemErrorPage .linkBtn a {
      min-width: 300px; }

.recipeAnchor {
  display: none; }

.modalBase {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none; }
  .modalBase .close {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 40px;
    top: 40px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    transition: transform .3s ease;
    cursor: pointer; }
    .modalBase .close::before, .modalBase .close::after {
      content: '';
      display: block;
      width: 60px;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 0;
      top: 50%; }
    .modalBase .close::before {
      transform: rotate(45deg); }
    .modalBase .close::after {
      transform: rotate(-45deg); }
    .modalBase .close:hover {
      transform: rotate(180deg); }
  .modalBase .modalMovie {
    min-width: 960px;
    height: auto; }
    .modalBase .modalMovie .hdMovie {
      width: 100%;
      height: 0;
      padding-top: 56.25%;
      position: relative; }
      .modalBase .modalMovie .hdMovie iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }

.completeAquacultureFooter {
  background: url("/corporate/news_center/channel/images/kuromaguro_ftr.jpg") no-repeat center;
  background-size: cover;
  height: 200px; }

.fadeUp {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.35s ease , transform 1.75s ease; }
  .fadeUp.play {
    opacity: 1;
    transform: translateY(0); }

@media (min-width: 768px) {
  .pageAside.fix .fixPos {
    position: sticky;
    top: 70px; } }
/* 印刷時 20230911*/
@media print {
  .pageContainer.hasNav .pageAside,
  .siteHeader,
  .breadcrumbs,
  .siteFooter {
    display: none; }

  .pageContainer.hasNav .pageBody {
    width: 95%;
    margin: 0 auto; }

  .pageWrapper {
    padding-top: 0; }

  .siteHeader {
    height: 0;
    margin: 0;
    padding: 0; }

  .siteHeader header {
    height: 0;
    margin: 0;
    padding: 0; }

  .pageContainer .pageHeader {
    margin-bottom: 25px; }

  .pageContainer.hasNav {
    padding: 25px 20px; }

  .pageContainer .standardContents section {
    margin-bottom: 60px; }

  .pageContainer .standardContents .linkBtn a {
    box-shadow: none;
    border: 1px solid #ccc; }

  .pageContainer .standardContents .pageHeader h1 {
    font-size: 28px; }

  .pageContainer .standardContents h2 {
    font-size: 21px; } }
/* list
=========================================================== */
.pageContainer.typeProduct section .tileList p, .pageContainer.typeProduct section .bnrList p, .pageContainer.typeProduct section .productCategoryList p,
.pageContainer.typeProduct .section .tileList p,
.pageContainer.typeProduct .section .bnrList p,
.pageContainer.typeProduct .section .productCategoryList p {
  margin-bottom: 0; }

.tileList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .tileList li {
    width: calc((100% - 120px) / 5);
    margin: 0 30px 30px 0;
    border-radius: 10px;
    box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    /**overflow: hidden;**/ }
    .tileList li::before {
      content: none !important; }
    .tileList li:nth-child(5n) {
      margin-right: 0; }
    .tileList li a {
      display: block;
      padding: 10px 10px 20px;
      line-height: 1.2;
      position: relative; }
      .tileList li a .img {
        overflow: hidden; }
        .tileList li a .img img {
          display: block;
          transition: transform .3s ease; }
      .tileList li a:hover .img img {
        transform: scale(1.075); }
      .tileList li a b {
        font-weight: normal;
        position: relative;
        top: -0.25em; }
      .tileList li a .img {
        margin: 0 auto;
        width: 100%;
        padding: 10px; }
        .tileList li a .img img {
          width: 100%; }
      .tileList li a i {
        position: absolute;
        right: 0;
        top: 0;
        padding: 5px 10px 6px;
        font-size: 12px;
        text-align: center;
        border: 1px #fff solid;
        border-width: 0 0 1px 1px;
        color: #fff;
        border-radius: 0 0 0 10px;
        line-height: 1.2;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15) inset;
        display: inline-block;
        white-space: nowrap; }
        .tileList li a i.update, .tileList li a i.new {
          background: #d70c18; }
        .tileList li a i.discon {
          background: #666; }
  @media (min-width: 768px) {
    .tileList li {
      margin: 0 20px 20px 0;
      width: calc((100% - 80px) / 5);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      transition: box-shadow .3s ease; }
      .tileList li:nth-child(5n) {
        margin-right: 0; }
      .tileList li a {
        padding: 0 5px 10px; }
      .tileList li:hover {
        border-radius: 10px;
        box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2); }
      .tileList li .img {
        padding: 5px 10px; } }

.hasNav .tileList li {
  width: calc((100% - 60px) / 4); }
  .hasNav .tileList li:nth-child(5n) {
    margin-right: 20px; }
  .hasNav .tileList li:nth-child(4n) {
    margin-right: 0; }

.pageContainer .standardContents .tileList li {
  padding-left: 0;
  margin-bottom: 20px; }

.bnrList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .bnrList li {
    width: calc((100% - 80px) / 3);
    margin: 0 40px 40px 0;
    text-align: center; }
    .bnrList li:nth-child(3n) {
      margin-right: 0; }
    .bnrList li a {
      display: block; }
      .bnrList li a .img {
        overflow: hidden; }
        .bnrList li a .img img {
          display: block;
          transition: transform .3s ease; }
      .bnrList li a:hover .img img {
        transform: scale(1.075); }
      .bnrList li a b {
        font-weight: normal;
        display: block;
        margin-bottom: 10px;
        font-size: 18px; }
        .bnrList li a b i.new {
          display: inline-block;
          padding: 4px 8px;
          font-size: 12px;
          font-weight: bold;
          background: #d70c18;
          color: #fff;
          border-radius: 20px;
          line-height: 1;
          vertical-align: middle;
          margin-left: 10px;
          position: relative;
          top: -2px; }
      .bnrList li a .img {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 10px;
        box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
        border: 1px #f5f5f5 solid; }
        .bnrList li a .img img {
          width: 100%; }
      .bnrList li a .viewDetail {
        color: #111111;
        position: relative;
        padding-right: 40px;
        display: table;
        margin: 0 auto; }
        .bnrList li a .viewDetail::after {
          display: block;
          font-family: 'marunichi';
          position: absolute;
          font-weight: normal !important; }
        .bnrList li a .viewDetail::after {
          content: '\e90a';
          right: 10px;
          top: calc(50% - 11px);
          font-size: 22px;
          color: #d70c18;
          width: 22px;
          height: 22px;
          line-height: 22px;
          transition: right .3s ease; }
      .bnrList li a:hover .viewDetail::after {
        right: 0; }
      .bnrList li a.blank b::after {
        display: inline-block;
        font-family: 'marunichi';
        vertical-align: middle;
        position: relative;
        margin-top: -0.1em;
        font-weight: normal !important; }
      .bnrList li a.blank b::after {
        content: '\e91c';
        margin-left: .5em; }
    .bnrList li p {
      line-height: 1.5; }
  .bnrList.pickup {
    justify-content: space-between; }
    .bnrList.pickup li {
      width: calc((100% - 40px) / 2);
      margin-right: 0; }
      .bnrList.pickup li:nth-child(2n) {
        margin-right: 0; }
  .bnrList.quad li {
    width: calc((100% - 90px) / 4);
    margin-right: 30px; }
    .bnrList.quad li:nth-child(2n) {
      margin-right: 30px; }
    .bnrList.quad li:nth-child(4n) {
      margin-right: 0; }
  .bnrList.duo {
    justify-content: space-between; }
    .bnrList.duo li {
      width: calc(50% - 25px);
      margin-right: 0; }
      .bnrList.duo li:nth-child(3n) {
        margin-right: 0; }
  .bnrList.oneByTwo {
    justify-content: space-between; }
    .bnrList.oneByTwo li {
      width: calc((50% - 50px) / 2);
      margin: 0 0 40px 0;
      text-align: center; }
      .bnrList.oneByTwo li.c2 {
        width: calc(50% - 25px); }
      .bnrList.oneByTwo li:nth-child(3n) {
        margin-right: 0; }
  .bnrList.ranking li a {
    position: relative; }
    .bnrList.ranking li a i {
      width: 40px;
      height: 40px;
      line-height: 38px;
      border-radius: 20px;
      text-align: center;
      background: #d70c18;
      font-size: 20px;
      font-weight: bold;
      font-family: "Oswald", sans-serif;
      display: block;
      position: absolute;
      left: -10px;
      top: -10px;
      color: #fff; }
  .bnrList.ranking li:nth-child(n + 4) {
    width: calc((100% - 90px) / 4);
    margin-right: 30px; }
    .bnrList.ranking li:nth-child(n + 4) i {
      /*-background: #FF9600;-*/
      background: #FFF;
      border: solid 2px #d70c18;
      color: #d70c18;
      line-height: 1.8;
    }
  .bnrList.ranking li:nth-child(7) {
    margin-right: 0; }
  .bnrList.ranking.TopRanking li a .img img {
    width: 68%;
    margin: 14px auto; }
  .bnrList.caseSlider {
    margin: 0 -20px; }
    .bnrList.caseSlider li {
      margin: 0 20px 40px 20px; }
    .bnrList.caseSlider li:nth-child(3n) {
      margin: 0 20px 40px 20px; }
    .bnrList.caseSlider .slick-arrow {
      width: 50px;
      height: 50px;
      border-radius: 25px;
      border: 0 none;
      background: rgba(215, 12, 24, 0.7);
      display: block;
      text-indent: -9999px;
      overflow: hidden;
      top: calc(50% - 100px);
      position: relative;
      position: absolute;
      z-index: 2; }
      .bnrList.caseSlider .slick-arrow::before {
        display: block;
        font-family: 'marunichi';
        position: absolute;
        font-weight: normal !important; }
      .bnrList.caseSlider .slick-arrow::before {
        display: block;
        text-indent: 0;
        text-align: center;
        line-height: 50px;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 24px;
        color: #fff; }
      .bnrList.caseSlider .slick-arrow.slick-prev {
        left: -5px; }
        .bnrList.caseSlider .slick-arrow.slick-prev::before {
          content: '\e909'; }
      .bnrList.caseSlider .slick-arrow.slick-next {
        right: -5px; }
        .bnrList.caseSlider .slick-arrow.slick-next::before {
          content: '\e90a'; }

@media all and (-ms-high-contrast: none) {
  .bnrList li {
    width: calc((100% - 82px) / 3); } }
.productCategoryList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .productCategoryList li {
    width: calc((100% - 40px) / 5);
    margin: 0 10px 30px 0;
    text-align: center; }
    .productCategoryList li:nth-child(5n) {
      margin-right: 0; }
    .productCategoryList li a {
      display: block;
      padding: 0; }
      .productCategoryList li a .img {
        overflow: hidden; }
        .productCategoryList li a .img img {
          display: block;
          transition: transform .3s ease; }
      .productCategoryList li a:hover .img img {
        transform: scale(1.075); }
      .productCategoryList li a .img {
        padding: 10px 30px; }
      .productCategoryList li a[target="_blank"]::after {
        display: inline-block;
        content: '\e91c';
        font-size: 20px;
        font-family: 'marunichi';
        vertical-align: middle;
        margin-left: .5em; }

.pageAside .featured {
  margin-bottom: 30px; }
  .pageAside .featured li {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2; }
    .pageAside .featured li a {
      display: block;
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
      border: 1px #d70c18 solid;
      padding: 15px 10px 17px 60px;
      text-align: left;
      position: relative;
      transition: background .3s ease; }
      .pageAside .featured li a::before {
        display: block;
        font-family: 'marunichi';
        position: absolute;
        font-weight: normal !important; }
      .pageAside .featured li a::before {
        position: absolute;
        left: 10px;
        top: calc(50% - 20px);
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 36px; }
      .pageAside .featured li a.popular::before {
        content: '\e927'; }
      .pageAside .featured li a.ranking::before {
        content: '\e925'; }
      .pageAside .featured li a:hover {
        background: #d70c18;
        color: #fff; }
.pageAside .util li {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.2; }
  .pageAside .util li a {
    border-radius: 10px;
    box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
    background: #f7fafc;
    display: block;
    color: #111111;
    transition: color .3s ease,background .3s ease;
    padding: 15px 10px 17px 60px;
    text-align: left;
    position: relative;
    transition: background .3s ease; }
    .pageAside .util li a:hover {
      color: #d70c18;
      background: #ffeecc; }
    .pageAside .util li a::before {
      display: block;
      font-family: 'marunichi';
      position: absolute;
      font-weight: normal !important; }
    .pageAside .util li a::before {
      position: absolute;
      left: 10px;
      top: calc(50% - 20px);
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      font-size: 36px;
      color: #39576A; }
    .pageAside .util li a.faq::before {
      content: '\e92a';
      background: #fff;
      border-radius: 18px; }
    .pageAside .util li a.improve::before {
      content: '\e929'; }
    .pageAside .util li a.safety::before {
      content: '\e928'; }
    .pageAside .util li a:hover::before {
      color: #d70c18; }

.pageContainer .standardContents .pageHeader h1, .pageContainer .standardContents .pageHeader .catLabel {
  font-size: 34px;
  font-weight: bold;
  color: #d70c18;
  display: block;
  border: 0;
  letter-spacing: 0.05em; }
.pageContainer .standardContents ul.pageAnchor li {
  padding-left: 0; }
  .pageContainer .standardContents ul.pageAnchor li::before {
    content: none; }
.pageContainer .standardContents section {
  margin-bottom: 80px; }
  .pageContainer .standardContents section:last-child {
    margin-bottom: 0; }
  .pageContainer .standardContents section h2:first-child {
    margin-top: 0; }
.pageContainer .standardContents .mainVisual {
  border-radius: 10px;
  margin-bottom: 50px;
  overflow: hidden; }
  .pageContainer .standardContents .mainVisual img {
    display: block; }
.pageContainer .standardContents .movieContainer {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%; }
  .pageContainer .standardContents .movieContainer iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
.pageContainer .standardContents h2 {
  font-size: 24px;
  border-bottom: 2px #d70c18 solid;
  margin: 50px 0 30px;
  line-height: 1.5;
  padding-bottom: 10px;
  display: block; }
.pageContainer .standardContents h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 20px;
  color: #d70c18;
  line-height: 1.5; }
.pageContainer .standardContents h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px #c3d8e6 solid;
  line-height: 1.5;
  padding-bottom: 5px; }
.pageContainer .standardContents h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 20px;
  padding-left: 10px;
  border-left: 5px #d70c18 solid;
  line-height: 1.5; }
.pageContainer .standardContents h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.5; }
.pageContainer .standardContents h2 + h3,
.pageContainer .standardContents h3 + h4,
.pageContainer .standardContents h4 + h5,
.pageContainer .standardContents h5 + h6 {
  margin-top: 0; }
.pageContainer .standardContents p {
  margin-bottom: 1.5em; }
  .pageContainer .standardContents p.note {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px; }
  .pageContainer .standardContents p.notice {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    color: #d70c18; }
  .pageContainer .standardContents p.leadCopy {
    font-size: 18px;
    line-height: 2; }
.pageContainer .standardContents strong {
  font-weight: bold; }
.pageContainer .standardContents mark {
  background: #f0868c; }
.pageContainer .standardContents .signature {
  text-align: right;
  line-height: 1.5; }
  .pageContainer .standardContents .signature b {
    font-size: 18px; }
.pageContainer .standardContents .issued {
  text-align: right; }
.pageContainer .standardContents a:hover {
  text-decoration: underline; }
.pageContainer .standardContents a.blank::after {
  display: inline-block;
  font-family: 'marunichi';
  vertical-align: middle;
  position: relative;
  margin-top: -0.1em;
  font-weight: normal !important; }
.pageContainer .standardContents a.blank::after {
  content: '\e91c';
  margin-left: .5em; }
.pageContainer .standardContents a.movie, .pageContainer .standardContents a.ext, .pageContainer .standardContents a.pdf, .pageContainer .standardContents a.doc, .pageContainer .standardContents a.mark, .pageContainer .standardContents a.return {
  position: relative;
  padding: 4px .5em 4px 25px;
  display: inline-block; }
  .pageContainer .standardContents a.movie::before, .pageContainer .standardContents a.ext::before, .pageContainer .standardContents a.pdf::before, .pageContainer .standardContents a.doc::before, .pageContainer .standardContents a.mark::before, .pageContainer .standardContents a.return::before {
    display: block;
    font-family: 'marunichi';
    position: absolute;
    font-weight: normal !important; }
  .pageContainer .standardContents a.movie::before, .pageContainer .standardContents a.ext::before, .pageContainer .standardContents a.pdf::before, .pageContainer .standardContents a.doc::before, .pageContainer .standardContents a.mark::before, .pageContainer .standardContents a.return::before {
    display: block;
    left: 0;
    top: 0.4em;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 20px; }
.pageContainer .standardContents a.movie::before {
  content: '\e921';
  color: #d70c18; }
.pageContainer .standardContents a.ext::before {
  content: '\e920';
  color: #d70c18; }
.pageContainer .standardContents a.pdf::before {
  content: '\e91e';
  color: #d70c18; }
.pageContainer .standardContents a.doc::before {
  content: '\e91f';
  color: #d70c18; }
.pageContainer .standardContents a.mark::before {
  content: '\e90a';
  color: #d70c18;
  font-size: 14px;
  top: .65em; }
.pageContainer .standardContents a.return::before {
  content: '\e909';
  color: #d70c18;
  font-size: 14px;
  top: .65em; }
.pageContainer .standardContents .linkBtn {
  margin-bottom: 50px; }
  .pageContainer .standardContents .linkBtn a {
    border-radius: 10px;
    box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 10px 45px 10px 15px;
    position: relative;
    color: #111111;
    transition: background .3s ease;
    background: #fff; }
    .pageContainer .standardContents .linkBtn a::after {
      display: block;
      font-family: 'marunichi';
      position: absolute;
      font-weight: normal !important; }
    .pageContainer .standardContents .linkBtn a::after {
      content: '\e90e';
      color: #d70c18;
      position: absolute;
      right: 15px;
      top: calc(50% - 8px);
      width: 16px;
      height: 16px;
      line-height: 16px;
      text-align: center;
      transition: right .3s ease; }
    .pageContainer .standardContents .linkBtn a.highlight::after {
      content: '\e90a'; }
    .pageContainer .standardContents .linkBtn a:hover {
      background: #f7fafc;
      text-decoration: none; }
      .pageContainer .standardContents .linkBtn a:hover::after {
        right: 10px; }
    .pageContainer .standardContents .linkBtn a::before {
      display: inline-block;
      position: relative;
      left: auto;
      top: 2px;
      margin-right: 10px; }
    .pageContainer .standardContents .linkBtn a.highlight {
      border: 1px #d70c18 solid;
      background: #d70c18;
      color: #fff;
      border-radius: 24px;
      padding: 6px 45px 8px 24px; }
      .pageContainer .standardContents .linkBtn a.highlight::before, .pageContainer .standardContents .linkBtn a.highlight::after {
        color: #fff; }
    .pageContainer .standardContents .linkBtn a + a {
      margin-left: 15px; }
    .pageContainer .standardContents .linkBtn a.return {
      padding: 10px 15px 10px 45px; }
      .pageContainer .standardContents .linkBtn a.return::after {
        content: '\e90d';
        right: auto;
        left: 15px;
        transition: left .3s ease; }
      .pageContainer .standardContents .linkBtn a.return::before {
        content: none; }
      .pageContainer .standardContents .linkBtn a.return:hover::after {
        left: 10px; }
      .pageContainer .standardContents .linkBtn a.return.highlight {
        padding: 6px 24px 8px 45px; }
        .pageContainer .standardContents .linkBtn a.return.highlight::after {
          content: '\e909'; }
  .pageContainer .standardContents .linkBtn.return a {
    padding: 10px 15px 10px 45px; }
    .pageContainer .standardContents .linkBtn.return a::after {
      content: '\e90d';
      right: auto;
      left: 15px;
      transition: left .3s ease; }
    .pageContainer .standardContents .linkBtn.return a:hover::after {
      left: 10px; }
    .pageContainer .standardContents .linkBtn.return a.highlight {
      padding: 6px 24px 8px 45px; }
      .pageContainer .standardContents .linkBtn.return a.highlight::after {
        content: '\e909'; }
  .pageContainer .standardContents .linkBtn + .linkBtn {
    margin-top: -30px; }
.pageContainer .standardContents .columnBlock {
  padding: 40px 40px 25px;
  background: #f7fafc;
  border: 1px #c3d8e6 solid;
  margin-bottom: 50px; }
  .pageContainer .standardContents .columnBlock h2:first-child, .pageContainer .standardContents .columnBlock h3:first-child, .pageContainer .standardContents .columnBlock h4:first-child, .pageContainer .standardContents .columnBlock h5:first-child, .pageContainer .standardContents .columnBlock h6:first-child {
    margin-top: 0; }
  .pageContainer .standardContents .columnBlock p:last-child, .pageContainer .standardContents .columnBlock ul:last-child, .pageContainer .standardContents .columnBlock ol:last-child, .pageContainer .standardContents .columnBlock dl:last-child, .pageContainer .standardContents .columnBlock table:last-child {
    margin-bottom: 0; }
.pageContainer .standardContents p + .columnBlock, .pageContainer .standardContents table + .columnBlock, .pageContainer .standardContents ol + .columnBlock, .pageContainer .standardContents ul + .columnBlock, .pageContainer .standardContents dl + .columnBlock {
  margin-top: 50px; }
.pageContainer .standardContents .subBlock {
  padding: 20px;
  background: #f5f5f5;
  border: 1px #ccc solid; }
  .pageContainer .standardContents .subBlock h2, .pageContainer .standardContents .subBlock h3, .pageContainer .standardContents .subBlock h4, .pageContainer .standardContents .subBlock h5, .pageContainer .standardContents .subBlock h6 {
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px; }
    .pageContainer .standardContents .subBlock h2:first-child, .pageContainer .standardContents .subBlock h3:first-child, .pageContainer .standardContents .subBlock h4:first-child, .pageContainer .standardContents .subBlock h5:first-child, .pageContainer .standardContents .subBlock h6:first-child {
      margin-top: 0; }
  .pageContainer .standardContents .subBlock p, .pageContainer .standardContents .subBlock ul, .pageContainer .standardContents .subBlock ol, .pageContainer .standardContents .subBlock dl, .pageContainer .standardContents .subBlock table {
    font-size: 14px; }
    .pageContainer .standardContents .subBlock p:last-child, .pageContainer .standardContents .subBlock ul:last-child, .pageContainer .standardContents .subBlock ol:last-child, .pageContainer .standardContents .subBlock dl:last-child, .pageContainer .standardContents .subBlock table:last-child {
      margin-bottom: 0; }
.pageContainer .standardContents table {
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px #c3d8e6 solid; }
  .pageContainer .standardContents table.fixed {
    table-layout: fixed; }
  .pageContainer .standardContents table th, .pageContainer .standardContents table td {
    padding: 20px;
    line-height: 1.5;
    border-bottom: 1px #c3d8e6 solid;
    border-right: 1px #c3d8e6 solid; }
  .pageContainer .standardContents table.compact th, .pageContainer .standardContents table.compact td {
    padding: 10px;
    font-size: 14px; }
  .pageContainer .standardContents table tr th:last-child, .pageContainer .standardContents table tr td:last-child {
    border-right: 0; }
  .pageContainer .standardContents table thead th {
    text-align: center;
    padding: 10px; }
  .pageContainer .standardContents table th {
    background: #f7fafc; }
  .pageContainer .standardContents table td.data {
    text-align: center; }
  .pageContainer .standardContents table td.value {
    text-align: right; }
  .pageContainer .standardContents table td:last-child.internal {
    border-right: 1px #c3d8e6 solid; }
  .pageContainer .standardContents table td ul:last-child, .pageContainer .standardContents table td ol:last-child, .pageContainer .standardContents table td dl:last-child, .pageContainer .standardContents table td p:last-child {
    margin-bottom: 0; }
  .pageContainer .standardContents table.dataTable td {
    text-align: center; }
  .pageContainer .standardContents table.numeralTable td {
    text-align: right; }
  .pageContainer .standardContents table + .note {
    margin: -40px 0 50px; }
  .pageContainer .standardContents table caption {
    text-align: right;
    padding-bottom: 5px; }
  .pageContainer .standardContents table.compact th, .pageContainer .standardContents table.compact td {
    padding: 6px;
    line-height: 1.4;
    font-size: 13px; }
.pageContainer .standardContents table.sus th, .pageContainer .standardContents table.sus td {
  padding: 15px;
  letter-spacing: -0.2px; }
.pageContainer .standardContents .ftWrap {
  margin-bottom: 50px; }
  .pageContainer .standardContents .ftWrap table {
    margin-bottom: 0; }
  .pageContainer .standardContents .ftWrap + .note, .pageContainer .standardContents .ftWrap + .notes {
    margin: -40px 0 50px; }
.pageContainer .standardContents ol, .pageContainer .standardContents ul, .pageContainer .standardContents dl {
  margin-bottom: 50px;
  line-height: 1.5; }
.pageContainer .standardContents ul li {
  list-style: none;
  padding-left: 1em;
  position: relative;
  margin-bottom: .5em; }
  .pageContainer .standardContents ul li::before {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #d70c18;
    position: absolute;
    left: 0;
    top: .75em; }
  .pageContainer .standardContents ul li ul {
    margin: 1em 0; }
    .pageContainer .standardContents ul li ul li::before {
      height: 1px; }
.pageContainer .standardContents ul.linkList li {
  position: relative; }
  .pageContainer .standardContents ul.linkList li::after {
    display: block;
    font-family: 'marunichi';
    position: absolute;
    font-weight: normal !important; }
  .pageContainer .standardContents ul.linkList li::before {
    content: none; }
  .pageContainer .standardContents ul.linkList li::after {
    content: '\e90a';
    position: absolute;
    left: 0;
    top: 0.45em;
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #d70c18; }
.pageContainer .standardContents ul.linkList.pdf li {
  padding-left: 1.5em; }
  .pageContainer .standardContents ul.linkList.pdf li a {
    color: #d70c18; }
  .pageContainer .standardContents ul.linkList.pdf li::after {
    content: '\e91e';
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: .05em; }
  .pageContainer .standardContents ul.linkList.pdf li.movie::after {
    content: '\e921'; }
.pageContainer .standardContents ul.linkBtns {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0; }
  .pageContainer .standardContents ul.linkBtns li {
    position: relative;
    padding: 0;
    flex: 1;
    margin: 0 20px 0 0; }
    .pageContainer .standardContents ul.linkBtns li::after {
      display: block;
      font-family: 'marunichi';
      position: absolute;
      font-weight: normal !important; }
    .pageContainer .standardContents ul.linkBtns li:last-child {
      margin-right: 0; }
    .pageContainer .standardContents ul.linkBtns li::before {
      content: none; }
    .pageContainer .standardContents ul.linkBtns li a {
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
      display: block;
      padding: 15px 45px 15px 15px;
      position: relative;
      color: #111111;
      transition: background .3s ease; }
      .pageContainer .standardContents ul.linkBtns li a::after {
        display: block;
        font-family: 'marunichi';
        position: absolute;
        font-weight: normal !important; }
      .pageContainer .standardContents ul.linkBtns li a::after {
        content: '\e90e';
        color: #d70c18;
        position: absolute;
        right: 15px;
        top: calc(50% - 8px);
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        transition: right .3s ease; }
      .pageContainer .standardContents ul.linkBtns li a:hover {
        background: #f7fafc;
        text-decoration: none; }
        .pageContainer .standardContents ul.linkBtns li a:hover::after {
          right: 10px; }
      .pageContainer .standardContents ul.linkBtns li a.active {
        background: #f0868c;
        color: #fff; }
        .pageContainer .standardContents ul.linkBtns li a.active::after {
          color: #fff; }
      .pageContainer .standardContents ul.linkBtns li a::before {
        display: inline-block;
        position: relative;
        margin-right: .5em; }
      .pageContainer .standardContents ul.linkBtns li a.pdf::before {
        top: .1em; }
      .pageContainer .standardContents ul.linkBtns li a.blank::after {
        content: '\e920'; }
  .pageContainer .standardContents ul.linkBtns.ml {
    justify-content: flex-start;
    flex-wrap: wrap; }
    .pageContainer .standardContents ul.linkBtns.ml li {
      width: calc((100% - 60px) / 4);
      flex: none;
      margin-bottom: 20px; }
      .pageContainer .standardContents ul.linkBtns.ml li:nth-child(4n) {
        margin-right: 0; }
  .pageContainer .standardContents ul.linkBtns.duo {
    flex-wrap: wrap; }
    .pageContainer .standardContents ul.linkBtns.duo li {
      width: calc(50% - 20px);
      flex: none;
      margin-bottom: 20px; }
      .pageContainer .standardContents ul.linkBtns.duo li:nth-child(2n) {
        margin-right: 0; }
  .pageContainer .standardContents ul.linkBtns.trio {
    justify-content: flex-start;
    flex-wrap: wrap; }
    .pageContainer .standardContents ul.linkBtns.trio li {
      width: calc((100% - 40px) / 3);
      flex: none;
      margin-bottom: 20px; }
      .pageContainer .standardContents ul.linkBtns.trio li:nth-child(3n) {
        margin-right: 0; }
.pageContainer .standardContents ul.notes {
  margin: 1em auto 50px; }
  .pageContainer .standardContents ul.notes li {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em; }
    .pageContainer .standardContents ul.notes li::before {
      content: none; }
  .pageContainer .standardContents ul.notes.num li {
    padding-left: 2.5em;
    text-indent: -2.5em; }
    .pageContainer .standardContents ul.notes.num li b {
      display: inline-block;
      width: 2.5em;
      text-indent: 0; }
.pageContainer .standardContents ul.docLinks li {
  border-bottom: 1px #c3d8e6 solid;
  padding: 15px 20px;
  margin-bottom: 0; }
  .pageContainer .standardContents ul.docLinks li::before {
    content: none; }
.pageContainer .standardContents ul.tabsNav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #c3d8e6 solid;
  padding: 0 10px;
  align-items: flex-end; }
  .pageContainer .standardContents ul.tabsNav li {
    padding: 0;
    flex: 1;
    border: 1px #c3d8e6 solid;
    margin: 0 10px;
    border-bottom: 0;
    position: relative; }
    .pageContainer .standardContents ul.tabsNav li::before {
      content: none; }
    .pageContainer .standardContents ul.tabsNav li:last-child {
      border-right: 1px #c3d8e6 solid; }
    .pageContainer .standardContents ul.tabsNav li a {
      display: block;
      padding: 15px 20px;
      background: #f7fafc;
      color: #111111;
      text-align: center;
      transition: padding .3s ease, background .3s ease; }
      .pageContainer .standardContents ul.tabsNav li a:hover {
        padding: 20px; }
    .pageContainer .standardContents ul.tabsNav li.on {
      top: 1px; }
      .pageContainer .standardContents ul.tabsNav li.on a {
        background: #fff;
        border-bottom: 0;
        padding: 20px; }
        .pageContainer .standardContents ul.tabsNav li.on a:hover {
          background: #f7fafc; }
.pageContainer .standardContents ul.bnrList li {
  padding-left: 0;
  margin-bottom: 40px; }
  .pageContainer .standardContents ul.bnrList li::before {
    content: none; }
.pageContainer .standardContents ul.plain {
  margin-left: 2em; }
  .pageContainer .standardContents ul.plain li {
    list-style: disc;
    text-indent: 0;
    padding-left: 0; }
    .pageContainer .standardContents ul.plain li::before {
      content: none; }
    .pageContainer .standardContents ul.plain li p {
      margin-top: 15px; }
.pageContainer .standardContents ol {
  counter-reset: regular; }
  .pageContainer .standardContents ol li {
    list-style: none;
    position: relative;
    margin-bottom: .5em;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    .pageContainer .standardContents ol li::before {
      counter-increment: regular;
      content: counter(regular) ".";
      display: inline-block;
      width: 1.5em;
      font-weight: bold;
      color: #d70c18;
      text-indent: 0; }
  .pageContainer .standardContents ol.notes li {
    font-size: 14px; }
  .pageContainer .standardContents ol ul {
    margin: .5em 0 1em; }
    .pageContainer .standardContents ol ul li {
      text-indent: 0; }
      .pageContainer .standardContents ol ul li::before {
        content: '';
        width: 8px; }
  .pageContainer .standardContents ol.plain {
    margin-left: 2em; }
    .pageContainer .standardContents ol.plain li {
      list-style: decimal;
      text-indent: 0;
      padding-left: 0; }
      .pageContainer .standardContents ol.plain li::before {
        content: none; }
      .pageContainer .standardContents ol.plain li p {
        margin-top: 15px; }
.pageContainer .standardContents p + ul.plain,
.pageContainer .standardContents p + ol.plain {
  margin-top: -10px; }
.pageContainer .standardContents table + ul.notes, .pageContainer .standardContents table + ol.notes {
  margin: -40px 0 50px; }
.pageContainer .standardContents .note + .notes {
  margin: -40px 0 50px; }
.pageContainer .standardContents dl dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: .5em; }
.pageContainer .standardContents dl dd {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px #c3d8e6 solid; }
.pageContainer .standardContents dl.flat dt {
  width: 10em;
  float: left;
  clear: both;
  font-size: 16px; }
.pageContainer .standardContents dl.flat dd {
  padding-left: 10em; }
  .pageContainer .standardContents dl.flat dd ul:last-child {
    margin-bottom: 0; }
.pageContainer .standardContents dl.flat.w15em dt {
  width: 15em; }
.pageContainer .standardContents dl.flat.w15em dd {
  padding-left: 15em; }
.pageContainer .standardContents dl.flat.w20em dt {
  width: 20em; }
.pageContainer .standardContents dl.flat.w20em dd {
  padding-left: 20em; }
.pageContainer .standardContents dl.getAdobeReader {
  background: #f7fafc;
  border: 1px #c3d8e6 solid;
  padding: 20px; }
  .pageContainer .standardContents dl.getAdobeReader dt {
    font-size: 16px; }
  .pageContainer .standardContents dl.getAdobeReader dd {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px; }
.pageContainer .standardContents dl.relatedPages dt {
  margin-bottom: 20px;
  border-bottom: 1px #c3d8e6 solid;
  padding-bottom: 10px; }
.pageContainer .standardContents dl.relatedPages dd {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
.pageContainer .standardContents dl.faq dt {
  background: #f7fafc;
  border-top: 1px #c3d8e6 solid;
  padding: 10px 15px 10px 60px;
  position: relative; }
.pageContainer .standardContents dl.faq dd {
  border-bottom: 0;
  padding: 10px 15px 10px 60px;
  position: relative; }
.pageContainer .standardContents dl.faq i {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  width: 40px;
  font-size: 20px;
  color: #d70c18;
  line-height: 20px;
  position: absolute;
  left: 10px;
  top: 12px; }
.pageContainer .standardContents .imgBox,
.pageContainer .standardContents figure {
  margin-bottom: 50px; }
  .pageContainer .standardContents .imgBox figcaption,
  .pageContainer .standardContents figure figcaption {
    padding: 5px 0;
    font-size: 14px; }
.pageContainer .standardContents .fRt {
  margin: 0 0 30px 30px; }
.pageContainer .standardContents .fLt {
  margin: 0 30px 30px 0; }
.pageContainer .standardContents .clr {
  clear: both;
  overflow: hidden; }
.pageContainer .standardContents .clrFx {
  clear: both; }
  .pageContainer .standardContents .clrFx::after {
    content: '';
    display: block;
    clear: both; }
.pageContainer .standardContents .mc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .pageContainer .standardContents .mc .col {
    margin-bottom: 30px; }
    .pageContainer .standardContents .mc .col h2:first-child, .pageContainer .standardContents .mc .col h3:first-child, .pageContainer .standardContents .mc .col h4:first-child, .pageContainer .standardContents .mc .col h5:first-child, .pageContainer .standardContents .mc .col h6:first-child {
      margin-top: 0; }
  .pageContainer .standardContents .mc.duo .col {
    width: calc(50% - 20px); }
  .pageContainer .standardContents .mc.reverse {
    flex-direction: row-reverse; }
  .pageContainer .standardContents .mc.trio .col {
    width: calc((100% - 60px) / 3); }
    .pageContainer .standardContents .mc.trio .col.g2 {
      width: calc(((100% - 30px) / 3) * 2); }
  .pageContainer .standardContents .mc.quad .col {
    width: calc((100% - 80px) / 4); }
    .pageContainer .standardContents .mc.quad .col.g2 {
      width: calc(50% - 20px); }
    .pageContainer .standardContents .mc.quad .col.g3 {
      width: calc(75% - 10px); }
.pageContainer .standardContents .newsDetail .articleHeader {
  margin-bottom: 50px; }
  .pageContainer .standardContents .newsDetail .articleHeader h1 {
    font-size: 28px;
    display: table;
    margin-bottom: 20px; }
  .pageContainer .standardContents .newsDetail .articleHeader .articleMeta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 1.2;
    border-bottom: 1px #c3d8e6 solid;
    padding-bottom: 10px; }
    .pageContainer .standardContents .newsDetail .articleHeader .articleMeta i {
      padding: 5px 20px;
      background: #f7fafc;
      text-align: center;
      border-radius: 20px; }
  .pageContainer .standardContents .newsDetail .articleHeader .ttlShoulder {
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px #ddd solid;
    padding-bottom: 5px;
    color: #888; }
  .pageContainer .standardContents .newsDetail .articleHeader .ttlBottom {
    margin-top: -15px;
    font-weight: bold;
    border-top: 1px #ddd solid;
    padding-top: 5px;
    color: #888; }
.pageContainer .standardContents aside.sub {
  margin: 120px auto 0; }

.pageContainer.grandTop {
  padding: 0; }
  .pageContainer.grandTop .homeMain {
    position: relative;
    z-index: 1; }
    .pageContainer.grandTop .homeMain .mainSlider .slide {
      width: 100%;
      height: 715px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .pageContainer.grandTop .homeMain h1 {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: calc((100% / 6) * 4);
      height: calc(100% / 3);
      background: #d70c18;
      color: #fff;
      line-height: 1; }
      .pageContainer.grandTop .homeMain h1 img {
        width: 250px;
        height: auto;
        position: absolute;
        right: 23px;
        bottom: 23px; }
      .pageContainer.grandTop .homeMain h1 span {
        display: block;
        position: absolute;
        left: 23px;
        top: 23px;
        font-weight: bold;
        font-size: 40px;
        letter-spacing: 0.05em; }
        .pageContainer.grandTop .homeMain h1 span br {
          display: none; }
    .pageContainer.grandTop .homeMain a {
      position: absolute;
      left: 50%;
      top: 400px;
      transform: translate(-50%, 0);
      padding: 10px 30px;
      border-radius: 30px;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      transition: background .3s ease; }
      .pageContainer.grandTop .homeMain a::after {
        display: inline-block;
        font-family: 'marunichi';
        vertical-align: middle;
        position: relative;
        margin-top: -0.1em;
        font-weight: normal !important; }
      .pageContainer.grandTop .homeMain a::after {
        content: '\e90a';
        margin-left: .5em;
        position: relative;
        transition: left .3s ease; }
      .pageContainer.grandTop .homeMain a:hover {
        background: rgba(255, 255, 255, 0.3); }
        .pageContainer.grandTop .homeMain a:hover::after {
          left: 5px; }
  .pageContainer.grandTop .corpMain {
    height: 600px;
    margin-top: 0; }
    .pageContainer.grandTop .corpMain .mainVisual {
      display: flex;
      width: 100%;
      height: 600px;
      background: url("/corporate/images/main-visual.jpg") no-repeat center;
      background-size: cover;
      justify-content: center;
      align-items: center; }
      .pageContainer.grandTop .corpMain .mainVisual h1 {
        width: calc((100% / 6) * 4);
        height: calc(100% / 3);
        color: #fff;
        position: relative;
        line-height: 1;
        background: #d70c18; }
        .pageContainer.grandTop .corpMain .mainVisual h1 img {
          width: 250px;
          height: auto;
          position: absolute;
          right: 23px;
          bottom: 23px; }
        .pageContainer.grandTop .corpMain .mainVisual h1 span {
          display: block;
          position: absolute;
          left: 23px;
          top: 23px;
          font-weight: bold;
          font-size: 40px;
          letter-spacing: 0.05em; }
          .pageContainer.grandTop .corpMain .mainVisual h1 span br {
            display: none; }
  .pageContainer.grandTop .mainBnr {
    margin-top: -110px;
    z-index: 2;
    position: relative;
    /* overflow: hidden; */
    padding: 20px 0; }
    .pageContainer.grandTop .mainBnr .slideBox {
      max-width: 100%;
      margin: 0 auto;
      position: relative;
      left: -250px;
     }
    .pageContainer.grandTop .mainBnr .slick-list {
      overflow: visible; }
    .pageContainer.grandTop .mainBnr .bnrSlider.slick-initialized.slick-slider {
      width: 1000px;
      margin: 0 auto; }
      .pageContainer.grandTop .mainBnr ul li {
        width: 480px;
        max-width: 480px;
        border-radius: 10px;
        box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
        border: 1px #f5f5f5 solid;
        margin: 0 10px; }
        .pageContainer.grandTop .mainBnr ul li img {
          display: block;
          border-radius: 9px; }
        .pageContainer.grandTop .mainBnr ul li a {
          display: block;
          position: relative; }
        .pageContainer.grandTop .mainBnr ul li i {
          display: inline-block;
          position: absolute;
          right: 10px;
          top: -15px;
          color: #fff;
          padding: 5px 10px;
          border-radius: 20px;
          line-height: 1.2;
          font-weight: bold;
          font-size: 14px; }
          .pageContainer.grandTop .mainBnr ul li i.campaign {
            background: #00A926; }
          .pageContainer.grandTop .mainBnr ul li i.featured {
            background: #AD6400; }
          .pageContainer.grandTop .mainBnr ul li i.tvcm {
            background: #0060C6; }
          .pageContainer.grandTop .mainBnr ul li i.product {
            background: #BD0000; }
  .pageContainer.grandTop section {
    max-width: 1200px;
    min-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    /*
    @media screen and (max-width:1440px){
    	max-width:1200px;
    }
    */
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .pageContainer.grandTop section {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
    .pageContainer.grandTop section h2 {
      text-align: center;
      margin: 0 auto 40px; }
      .pageContainer.grandTop section h2 + p {
        text-align: center;
        margin: -20px 0 30px;
        font-weight: bold;
        text-shadow: 0 0 3px white; }
    .pageContainer.grandTop section .bnrList li a b {
      line-height: 1.6;
      min-height: 3.2em; }
  .pageContainer.grandTop ul.specialSites {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .pageContainer.grandTop ul.specialSites li {
      width: calc(50% - 15px);
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
      overflow: hidden; }
      .pageContainer.grandTop ul.specialSites li:hover {
        background-size: 55% auto; }
      .pageContainer.grandTop ul.specialSites li a {
        display: block;
        padding-left: 50%;
        position: relative;
        transition: transform .3s ease; }
        .pageContainer.grandTop ul.specialSites li a:hover {
          transform: scale(1.05); }
      .pageContainer.grandTop ul.specialSites li.umito a {
        background: url("/images/bg_umito.jpg") no-repeat left center;
        background-size: 50% auto; }
      .pageContainer.grandTop ul.specialSites li.umito div {
        background: #015BAC; }
      .pageContainer.grandTop ul.specialSites li.oishiine a {
        background: url("/images/bg_oishiine.jpg") no-repeat left center;
        background-size: 50% auto; }
      .pageContainer.grandTop ul.specialSites li.oishiine div {
        background: #D8000F; }
      .pageContainer.grandTop ul.specialSites li div {
        position: relative;
        padding: 5px 30px 20px; }
        .pageContainer.grandTop ul.specialSites li div b {
          position: absolute;
          left: 0;
          bottom: 15px;
          color: #fff;
          width: 100%;
          display: block;
          text-align: center; }
          .pageContainer.grandTop ul.specialSites li div b::after {
            display: inline-block;
            font-family: 'marunichi';
            vertical-align: middle;
            position: relative;
            margin-top: -0.1em;
            font-weight: normal !important; }
          .pageContainer.grandTop ul.specialSites li div b::after {
            content: '\e90a';
            font-size: 14px;
            margin-left: .5em; }
  .pageContainer.grandTop .tileList.slider {
    margin: 0 -15px 0px; }
    .pageContainer.grandTop .tileList.slider li {
      height: 100%;
      /*min-height:240px;*/ }
      .pageContainer.grandTop .tileList.slider li:nth-child(5n) {
        margin-right: 15px; }
    .pageContainer.grandTop .tileList.slider .slick-track {
      display: flex;
      align-items: stretch; }
    .pageContainer.grandTop .tileList.slider .slick-list {
      padding: 20px 0 20px 0 !important; }
    .pageContainer.grandTop .tileList.slider li {
      width: calc((100% - 120px) / 5) !important;
      margin: 0 15px;
      height: 100%;
      align-self: center; }
    .pageContainer.grandTop .tileList.slider .slick-arrow {
      width: 50px;
      height: 50px;
      border-radius: 25px;
      border: 0 none;
      background: rgba(215, 12, 24, 0.7);
      display: block;
      text-indent: -9999px;
      overflow: hidden;
      top: calc(50% - 25px);
      position: relative;
      position: absolute;
      z-index: 2; }
      .pageContainer.grandTop .tileList.slider .slick-arrow::before {
        display: block;
        font-family: 'marunichi';
        position: absolute;
        font-weight: normal !important; }
      .pageContainer.grandTop .tileList.slider .slick-arrow::before {
        display: block;
        text-indent: 0;
        text-align: center;
        line-height: 50px;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 24px;
        color: #fff; }
      .pageContainer.grandTop .tileList.slider .slick-arrow.slick-prev {
        left: -5px; }
        .pageContainer.grandTop .tileList.slider .slick-arrow.slick-prev::before {
          content: '\e909'; }
      .pageContainer.grandTop .tileList.slider .slick-arrow.slick-next {
        right: -5px; }
        .pageContainer.grandTop .tileList.slider .slick-arrow.slick-next::before {
          content: '\e90a'; }
  .pageContainer.grandTop section.marutto {
    width: auto;
    max-width: none;
    background: url("/images/bg_marutto.jpg") no-repeat center bottom;
    background-size: auto 300px;
    padding: 0;
    position: relative; }
    .pageContainer.grandTop section.marutto .inner {
      background: url("/images/bg_marutto2.png") no-repeat center top;
      padding: 200px 0 120px; }
      .pageContainer.grandTop section.marutto .inner h3 {
        text-align: center;
        width: 345px;
        margin: 0 auto; }
    .pageContainer.grandTop section.marutto ul {
      max-width: 1200px;
      min-width: 984px;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      /*
      @media screen and (max-width:1440px){
      	max-width:1200px;
      }
      */
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .pageContainer.grandTop section.marutto ul {
          max-width: none;
          min-width: 0;
          padding-left: 15px;
          padding-right: 15px; } }
      .pageContainer.grandTop section.marutto ul li {
        width: calc(25% - 8px); }
        .pageContainer.grandTop section.marutto ul li a {
          border-radius: 10px;
          box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
          display: block;
          overflow: hidden; }
          .pageContainer.grandTop section.marutto ul li a img {
            display: block;
            transition: transform .3s ease; }
          .pageContainer.grandTop section.marutto ul li a:hover img {
            transform: scale(1.05); }
        .pageContainer.grandTop section.marutto ul li.threeMin a {
          border: 4px #d70c18 solid; }
    .pageContainer.grandTop section.marutto .linkDetail {
      top: 60px;
      position: relative; }
  .pageContainer.grandTop section.appendix {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px 0; }
    .pageContainer.grandTop section.appendix .block {
      width: calc(50% - 15px); }
      .pageContainer.grandTop section.appendix .block.movie {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
        padding: 0;
        text-align: center;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .pageContainer.grandTop section.appendix .block.movie h2 {
          color: #fff;
          font-size: 20px;
          margin-bottom: 20px; }
        .pageContainer.grandTop section.appendix .block.movie div {
          margin: 15px auto; }
        .pageContainer.grandTop section.appendix .block.movie a {
          transition: all .3s ease; }
          .pageContainer.grandTop section.appendix .block.movie a.play {
            display: block;
            margin: 0 auto;
            cursor: pointer;
            color: #d70c18; }
            .pageContainer.grandTop section.appendix .block.movie a.play::before {
              content: '\e916';
              width: 80px;
              height: 80px;
              text-align: center;
              line-height: 80px;
              background: rgba(255, 255, 255, 0.9);
              border-radius: 40px;
              font-family: marunichi;
              display: block;
              margin: 0 auto;
              font-size: 24px;
              margin-bottom: 20px;
              transition: background .3s ease; }
              .pageContainer.grandTop section.appendix .block.movie a.play:hover{
                color: #fff;
              }
            .pageContainer.grandTop section.appendix .block.movie a.play:hover::before {
              background: #d70c18 }
          .pageContainer.grandTop section.appendix .block.movie a.list {
            text-decoration: none;
            line-height: 1.6;
            padding: 10px 50px 10px 50px;
            background: rgba(255, 255, 255, 0.9);
            color: #d70c18;
            display: inline;
            border-radius: 40px; }
            .pageContainer.grandTop section.appendix .block.movie a.list:hover {
              color: #fff;
              background: #d70c18; }
      .pageContainer.grandTop section.appendix .block img {
        display: block;
        width: 100%;
        height: auto;
        transition: transform .3s ease; }
      .pageContainer.grandTop section.appendix .block .bnr {
        margin-bottom: 30px;}
        .pageContainer.grandTop section.appendix .block .bnr a {
          display: block;
          border-radius: 10px;
          box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
          overflow: hidden; }
        .pageContainer.grandTop section.appendix .block .bnr:last-child {
          margin-bottom: 0; }
        .pageContainer.grandTop section.appendix .block .bnr a:hover img {
          transform: scale(1.05); }
  .pageContainer.grandTop section.news .newsList {
    max-width: 1100px;
    margin: 0 auto 40px; }
  .pageContainer.grandTop .snsContainer {
    background: #f7fafc; }
  .pageContainer.grandTop .snsTimeline {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    max-width: 1080px;
    margin: 0 auto; }
    .pageContainer.grandTop .snsTimeline > div {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      text-align: center; }
    .pageContainer.grandTop .snsTimeline .twitter {
      width: 500px; }
    .pageContainer.grandTop .snsTimeline .facebook {
      width: 500px; }
    .pageContainer.grandTop .snsTimeline .fb_iframe_widget {
      margin: 0 auto; }
  .pageContainer.grandTop .fadeUp {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s ease , transform .3s ease; }
    .pageContainer.grandTop .fadeUp.play {
      opacity: 1;
      transform: translateY(0); }
  .pageContainer.grandTop section.newsNav {
    width: 100%;
    background: #f7fafc;
    max-width: none;
    padding: 40px 20px;
    margin-bottom: 0; }
    .pageContainer.grandTop section.newsNav .newsBox {
      max-width: 1200px;
      min-width: 984px;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      /*
      @media screen and (max-width:1440px){
      	max-width:1200px;
      }
      */
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
      background: #fff;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .pageContainer.grandTop section.newsNav .newsBox {
          max-width: none;
          min-width: 0;
          padding-left: 15px;
          padding-right: 15px; } }
      .pageContainer.grandTop section.newsNav .newsBox .menu {
        width: 250px; }
        .pageContainer.grandTop section.newsNav .newsBox .menu li {
          margin-bottom: 10px; }
          .pageContainer.grandTop section.newsNav .newsBox .menu li a {
            line-height: 1.6;
            padding: 8px;
            border-radius: 40px;
            position: relative;
            transition: background .3s ease;
            color: #111111;
            text-align: center;
            background: #f7fafc;
            display: block;
            transition: color .3s ease,background .3s ease; }
            .pageContainer.grandTop section.newsNav .newsBox .menu li a:hover {
              color: #d70c18;
              background: #ffeecc; }
            .pageContainer.grandTop section.newsNav .newsBox .menu li a.active {
              background: #d70c18;
              color: #fff; }
      .pageContainer.grandTop section.newsNav .newsBox .list {
        width: calc(100% - 290px); }
        .pageContainer.grandTop section.newsNav .newsBox .list dl {
          margin-top: -10px;
          clear: both;
          /*
          dt{float:left; width:200px; padding:15px 0; color:$c-main; font-family:$en;
          	span{color:#39576A; padding-left:1em; font-weight:bold; font-size:14px; font-family:$jp; display:inline-block; vertical-align:text-top;}
          }
          dd{padding-left:200px; padding:15px 0; border-bottom:1px $c-bdr solid;
          	a{color:$c-base; @include icnAa; padding-right:40px; display:block;
          		&::after{content:'\e90a'; color:$c-main; position:absolute; right:15px; top:calc(50% - 8px); width:16px; height:16px; display:block; line-height:16px; transition:right .3s ease;}
          		&:hover{color:$c-main;
          			&::after{right:5px;}
          		}
          	}
          }
          */ }
      .pageContainer.grandTop section.newsNav .newsBox .goList {
        width: 100%;
        text-align: right;
        padding: 10px 15px 0; }
        .pageContainer.grandTop section.newsNav .newsBox .goList a::after {
          display: inline-block;
          font-family: 'marunichi';
          vertical-align: middle;
          position: relative;
          margin-top: -0.1em;
          font-weight: normal !important; }
        .pageContainer.grandTop section.newsNav .newsBox .goList a::after {
          content: '\e90a';
          padding-left: 1em; }
        .pageContainer.grandTop section.newsNav .newsBox .goList a:hover {
          text-decoration: underline; }

.homeLoader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: white;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center; }
  .homeLoader div {
    width: 0;
    height: 56px;
    overflow: hidden;
    transition: width 1s ease-out;
    position: relative; }
    .homeLoader div img {
      width: 188px;
      height: 56px;
      position: absolute;
      left: calc(50% - 94px);
      top: 0;
      max-width: none; }
  .homeLoader.start div {
    width: 188px; }

.contentMore {
  padding-top: 0; }
  .contentMore .visualHeader {
    text-align: center;
    overflow: hidden; }
    .contentMore .visualHeader div.visual {
      height: 350px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 1;
      color: #fff;
      margin-bottom: 40px; }
      .contentMore .visualHeader div.visual h1 {
        font-size: 50px;
        color: #fff;
        font-weight: bold;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        line-height: 1.4; }
        .contentMore .visualHeader div.visual h1 span {
          font-size: 32px;
          display: block;
          font-weight: bold; }
      .contentMore .visualHeader div.visual p {
        font-size: 18px;
        margin-bottom: 2em;
        font-weight: bold;
        margin-top: 30px; }
      .contentMore .visualHeader div.visual .copyright {
        position: absolute;
        left: 15px;
        top: 15px;
        color: #fff; }
      .contentMore .visualHeader div.visual::before, .contentMore .visualHeader div.visual::after {
        content: '';
        display: block;
        position: absolute; }
      .contentMore .visualHeader div.visual::before {
        background: url("/contents/more/images/sustainability-wave-rt.png") no-repeat right top;
        width: 1600px;
        height: 200px;
        left: calc(50% + 40px);
        top: 0; }
      .contentMore .visualHeader div.visual::after {
        background: url("/contents/more/images/sustainability-wave-lb.png") no-repeat left bottom;
        width: 1600px;
        height: 300px;
        right: calc(50% + 40px);
        bottom: -190px; }
    .contentMore .visualHeader h2.catch {
      max-width: 1200px;
      min-width: 984px;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      /*
      @media screen and (max-width:1440px){
      	max-width:1200px;
      }
      */
      text-align: center;
      position: relative;
      padding: 150px 0 60px;
      font-size: 24px;
      font-weight: bold;
      color: #015BAC;
      z-index: 2;
      background: url("/contents/more/images/sustainability-point.png") no-repeat center top;
      margin-top: -30px;
      margin-bottom: 80px; }
      @media screen and (max-width: 767px) {
        .contentMore .visualHeader h2.catch {
          max-width: none;
          min-width: 0;
          padding-left: 15px;
          padding-right: 15px; } }
    .contentMore .visualHeader ul.notes {
      max-width: 1200px;
      min-width: 984px;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      /*
      @media screen and (max-width:1440px){
      	max-width:1200px;
      }
      */
      position: relative;
      top: -60px; }
      @media screen and (max-width: 767px) {
        .contentMore .visualHeader ul.notes {
          max-width: none;
          min-width: 0;
          padding-left: 15px;
          padding-right: 15px; } }
      .contentMore .visualHeader ul.notes li {
        text-align: left;
        font-size: 12px; }
    .contentMore .visualHeader div.catch {
      position: relative;
      z-index: 2;
      max-width: 1240px;
      padding: 40px 20px 0;
      margin: 40px auto 30px;
      text-align: left; }
      .contentMore .visualHeader div.catch p {
        font-size: 18px;
        margin-bottom: 2em;
        font-weight: bold; }
    .contentMore .visualHeader.localCommunity div.visual {
      background-image: url("/contents/more/images/sustainability01-mainVisual.jpg"); }
    .contentMore .visualHeader.msc-asc div.visual {
      background-image: url("/contents/more/images/sustainability02-mainVisual.jpg"); }
    .contentMore .visualHeader.msc-asc .wFix {
      display: table;
      margin: 0 auto 80px; }
      .contentMore .visualHeader.msc-asc .wFix h2.catch {
        max-width: none;
        margin-bottom: 20px; }
    .contentMore .visualHeader.seabos div.visual {
      background-image: url("/contents/more/images/sustainability03-mainVisual.jpg"); }
    .contentMore .visualHeader.globalwarming div.visual {
      background-image: url("/contents/more/images/sustainability04-mainVisual.jpg"); }
    .contentMore .visualHeader.recycle div.visual {
      background-image: url("/contents/more/images/sustainability05-mainVisual.jpg"); }
    .contentMore .visualHeader.spacefoods div.visual {
      background-image: url("/contents/more/images/story001_img01.jpg");
      height: 640px; }
    .contentMore .visualHeader.spacefoods div.catch p {
      color: #004181; }
    .contentMore .visualHeader.tunaAuaculture div.visual {
      background-image: url("/contents/more/images/story002_bg01.jpg");
      height: 640px; }
    .contentMore .visualHeader.nursing div.visual {
      background-image: url("/contents/more/images/story003_bg01.jpg");
      height: 640px; }
    .contentMore .visualHeader.nursing div.catch p {
      color: #AF641B; }
    .contentMore .visualHeader.factory div.visual {
      background-image: url("/contents/more/images/story004_bg01.jpg");
      height: 640px; }
    .contentMore .visualHeader.spacefoods {
      /*
      	div.catch{display:flex; justify-content:space-between; align-items:flex-start;
      		.content{width: calc(100% - 550px); margin-bottom: 30px;}
      		.image{width: 490px; margin-bottom: 30px;
      			a{display: block; margin-bottom: 10px; overflow: hidden; @include rcSdw;
      				img{display:block; transition:all .3s ease; width:100%; height:auto;}
      				&:hover{
      					img{transform:scale(1.05); opacity:.7;}
      				}
      			}
      		}
      	}
      */ }
  .contentMore div.caution {
    max-width: 1240px;
    padding: 0 20px;
    margin: -70px auto 0; }
  .contentMore .photoImageBox {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    .contentMore .photoImageBox::before, .contentMore .photoImageBox::after {
      content: '';
      display: block;
      position: absolute;
      height: 50px;
      width: 480px; }
    .contentMore .photoImageBox::before {
      background: #015BAC;
      right: 0;
      top: -50px; }
    .contentMore .photoImageBox::after {
      background: #01ABEC;
      left: 0;
      bottom: -50px; }
    .contentMore .photoImageBox.sus0101 {
      background-image: url("/contents/more/images/sustainability01-vis01.jpg"); }
    .contentMore .photoImageBox.sus0102 {
      background-image: url("/contents/more/images/sustainability01-vis02.jpg"); }
    .contentMore .photoImageBox.sus0103 {
      background-image: url("/contents/more/images/sustainability01-vis03.jpg"); }
    .contentMore .photoImageBox.sus0201 {
      background-image: url("/contents/more/images/sustainability02-vis01.jpg"); }
    .contentMore .photoImageBox.sus0202 {
      background-image: url("/contents/more/images/sustainability02-vis02.jpg"); }
    .contentMore .photoImageBox.sus0301 {
      background-image: url("/contents/more/images/sustainability03-vis01.jpg"); }
    .contentMore .photoImageBox.sus0302 {
      background-image: url("/contents/more/images/sustainability03-vis02.jpg"); }
    .contentMore .photoImageBox.sus0401 {
      background-image: url("/contents/more/images/sustainability04-vis01.jpg"); }
    .contentMore .photoImageBox.sus0402 {
      background-image: url("/contents/more/images/sustainability04-vis02.jpg"); }
    .contentMore .photoImageBox.sus0403 {
      background-image: url("/contents/more/images/sustainability04-vis03.jpg"); }
    .contentMore .photoImageBox.sus0501 {
      background-image: url("/contents/more/images/sustainability05-vis01.jpg"); }
    .contentMore .photoImageBox.sus0502 {
      background-image: url("/contents/more/images/sustainability05-vis02.jpg"); }
    .contentMore .photoImageBox.prj0201 {
      background-image: url("/contents/more/images/story002_bg02.jpg"); }
    .contentMore .photoImageBox.prj0202 {
      background-image: url("/contents/more/images/story002_bg03.jpg"); }
    .contentMore .photoImageBox.prj0203 {
      background-image: url("/contents/more/images/story002_bg04.jpg"); }
    .contentMore .photoImageBox.str0101 {
      background-image: url("/contents/more/images/story001_bg01.jpg"); }
    .contentMore .photoImageBox.str0102 {
      background-image: url("/contents/more/images/story001_bg02.jpg"); }
  .contentMore.sustainability section h3 {
    font-size: 22px;
    font-weight: bold;
    color: #015BAC; }
  .contentMore section {
    padding: 80px 20px 30px;
    margin-bottom: 80px;
    max-width: 1240px; }
    .contentMore section h3 {
      font-size: 30px;
      font-weight: normal;
      margin-top: 0; }
    .contentMore section p {
      font-size: 18px; }
      .contentMore section p.process {
        margin-bottom: 10px;
        position: relative; }
        .contentMore section p.process img {
          display: block; }
        .contentMore section p.process i {
          position: absolute;
          right: 0;
          bottom: 0;
          font-family: "Oswald", sans-serif;
          font-size: 50px;
          color: #fff;
          padding: 10px 20px; }
  .contentMore .popImg {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .contentMore .popImg .content {
      width: calc(100% - 550px);
      margin-bottom: 30px; }
      .contentMore .popImg .content.fw {
        width: 100%; }
    .contentMore .popImg .image {
      width: 490px;
      margin-bottom: 30px; }
      .contentMore .popImg .image a {
        display: block;
        border-radius: 10px;
        box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
        margin-bottom: 10px;
        overflow: hidden; }
        .contentMore .popImg .image a img {
          display: block;
          transition: all .3s ease;
          width: 100%;
          height: auto; }
        .contentMore .popImg .image a:hover img {
          transform: scale(1.05);
          opacity: .7; }
      .contentMore .popImg .image .caption {
        text-align: center;
        font-size: 14px; }
        .contentMore .popImg .image .caption p {
          text-align: left; }
      .contentMore .popImg .image.slider .slide img {
        border-radius: 10px; }
      .contentMore .popImg .image.slider .slick-arrow {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        border: 0 none;
        background: rgba(215, 12, 24, 0.7);
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        top: calc(50% - 20px);
        position: absolute;
        z-index: 2; }
        .contentMore .popImg .image.slider .slick-arrow::before {
          display: block;
          text-indent: 0;
          text-align: center;
          line-height: 40px;
          width: 40px;
          height: 40px;
          position: absolute;
          left: 0;
          top: 0;
          font-size: 20px;
          color: #fff;
          font-family: 'marunichi'; }
        .contentMore .popImg .image.slider .slick-arrow.slick-next {
          right: -20px; }
          .contentMore .popImg .image.slider .slick-arrow.slick-next::before {
            content: '\e90a'; }
        .contentMore .popImg .image.slider .slick-arrow.slick-prev {
          left: -20px; }
          .contentMore .popImg .image.slider .slick-arrow.slick-prev::before {
            content: '\e909'; }
  .contentMore ol.growProcess {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    .contentMore ol.growProcess li {
      text-align: center;
      list-style: none; }
      .contentMore ol.growProcess li b {
        display: block; }
  .contentMore .aquacultureHistory {
    background: #333;
    color: #fff; }
    .contentMore .aquacultureHistory section {
      padding: 80px 120px; }
      .contentMore .aquacultureHistory section h3 {
        font-size: 40px;
        color: #fff;
        text-align: center;
        border-bottom: 1px #666 solid;
        padding: 0 0 15px;
        margin-bottom: 0; }
      .contentMore .aquacultureHistory section table {
        width: 100%; }
        .contentMore .aquacultureHistory section table th {
          font-size: 48px;
          font-family: "Oswald", sans-serif;
          width: 200px;
          padding: 10px;
          border-bottom: 1px #666 solid;
          text-align: center; }
        .contentMore .aquacultureHistory section table td {
          border-bottom: 1px #666 solid;
          padding: 10px;
          font-size: 18px;
          font-weight: bold; }
  .contentMore .profile {
    width: 280px;
    float: right;
    margin: 0 0 50px 50px;
    padding: 15px;
    border: 1px #ccc solid;
    background: #f5f5f5;
    border-radius: 10px; }
    .contentMore .profile .caption p {
      font-size: 14px;
      margin-bottom: 0; }
  .contentMore.nursing section {
    padding-top: 0; }
    .contentMore.nursing section h2:first-child {
      margin-top: 0; }
  .contentMore.nursing .bgBlock {
    background: #F7F5EA; }
    .contentMore.nursing .bgBlock section {
      padding: 60px 0 30px; }
      .contentMore.nursing .bgBlock section .udf {
        background: #fff;
        padding: 25px; }
        .contentMore.nursing .bgBlock section .udf dl {
          display: flex;
          justify-content: space-between;
          align-items: stretch;
          margin-bottom: 15px; }
          .contentMore.nursing .bgBlock section .udf dl dt {
            width: calc(20% - 10px);
            margin: 0; }
          .contentMore.nursing .bgBlock section .udf dl dd {
            width: calc(20% - 10px);
            margin: 0;
            padding: 0;
            border: 1px #333 solid;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center; }
  .contentMore .footNote {
    max-width: 1200px;
    min-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    /*
    @media screen and (max-width:1440px){
    	max-width:1200px;
    }
    */
    text-align: right;
    padding: 40px 0; }
    @media screen and (max-width: 767px) {
      .contentMore .footNote {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
  .contentMore.sustainability nav.contentMore {
    border: 0;
    margin-top: 80px; }
  .contentMore .pageBody .linkDetail:last-child {
    margin-bottom: 40px; }

nav.contentMore {
  padding: 0 20px 40px;
  position: relative;
  max-width: 1240px;
  margin: 0 auto; }
  nav.contentMore ul {
    display: flex;
    justify-content: center; }
    nav.contentMore ul li {
      margin: 0 10px; }
      nav.contentMore ul li a {
        display: block;
        border: 1px #d70c18 solid;
        border-radius: 30px;
        padding: 10px;
        min-width: 240px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.2;
        transition: background .3s ease; }
        nav.contentMore ul li a span {
          display: block;
          font-size: 14px; }
        nav.contentMore ul li a:hover, nav.contentMore ul li a.active {
          background: #d70c18;
          color: #fff; }

@media (max-width: 767px) {
  .pageWrapper {
    padding-top: 70px;
    min-width: 320px;
    overflow: hidden;
    max-width: 100%; }

  .siteHeader {
    height: 70px; }
    .siteHeader #siteID {
      width: 230px; }
    .siteHeader header {
      max-width: none;
      min-width: 320px;
      height: 70px;
      padding: 0 10px; }
      .siteHeader header .globalNav {
        display: block;
        position: absolute;
        left: 0;
        top: 70px;
        width: 100%; }
        .siteHeader header .globalNav .toggle {
          display: block;
          position: absolute;
          right: 10px;
          top: -60px;
          width: 40px;
          height: 40px; }
          .siteHeader header .globalNav .toggle i {
            display: block;
            width: 24px;
            height: 2px;
            text-indent: -9999px;
            overflow: hidden;
            background: #d70c18;
            position: absolute;
            left: 8px;
            top: calc(50% - 1px); }
          .siteHeader header .globalNav .toggle::before, .siteHeader header .globalNav .toggle::after {
            content: '';
            display: block;
            width: 24px;
            height: 2px;
            background: #d70c18;
            position: absolute;
            left: 8px;
            transition: transform .3s ease; }
          .siteHeader header .globalNav .toggle::before {
            top: 10px; }
          .siteHeader header .globalNav .toggle::after {
            bottom: 10px; }
          .siteHeader header .globalNav .toggle.open i {
            display: none; }
          .siteHeader header .globalNav .toggle.open::before {
            top: 19px;
            transform: rotate(45deg); }
          .siteHeader header .globalNav .toggle.open::after {
            bottom: 19px;
            transform: rotate(-45deg); }
        .siteHeader header .globalNav .navToggled {
          display: none;
          padding: 20px;
          height: calc(100vh - 70px);
          background: #fff;
          overflow-y: auto; }
        .siteHeader header .globalNav nav {
          position: relative;
          display: block; }
          .siteHeader header .globalNav nav ul {
            display: block; }
            .siteHeader header .globalNav nav ul.primary {
              margin: 0 0 30px; }
              .siteHeader header .globalNav nav ul.primary li {
                border-right: 0;
                line-height: 1;
                font-size: 18px;
                text-align: center; }
                .siteHeader header .globalNav nav ul.primary li a {
                  padding: 20px;
                  display: block; }
                .siteHeader header .globalNav nav ul.primary li::after {
                  content: none; }
            .siteHeader header .globalNav nav ul.secondary {
              display: block;
              margin: 0 0 30px; }
              .siteHeader header .globalNav nav ul.secondary li {
                font-size: 14px;
                padding: 0;
                text-align: center; }
                .siteHeader header .globalNav nav ul.secondary li a {
                  display: block;
                  padding: 15px;
                  font-size: 14px; }
                  .siteHeader header .globalNav nav ul.secondary li a::before {
                    width: 26px;
                    height: 26px;
                    font-size: 26px;
                    padding-right: 8px; }
        .siteHeader header .globalNav .searchBox {
          width: auto;
          height: auto; }
          .siteHeader header .globalNav .searchBox .toggle {
            display: none; }
          .siteHeader header .globalNav .searchBox input {
            display: block;
            position: absolute;
            left: 0;
            top: 0; }
            .siteHeader header .globalNav .searchBox input:checked + .form {
              display: block; }
        .siteHeader header .globalNav .form {
          position: static;
          right: auto;
          top: auto;
          height: auto;
          background: transparent;
          border-radius: 0;
          box-shadow: none;
          overflow: visible;
          width: auto;
          transition: none;
          border: 1px #cccccc solid;
          border-radius: 10px; }
          .siteHeader header .globalNav .form form {
            display: flex;
            justify-content: space-between; }
          .siteHeader header .globalNav .form input {
            width: calc(100% - 50px);
            position: static; }
          .siteHeader header .globalNav .form button {
            position: relative;
            right: auto;
            top: auto;
            border-width: 2px;
            border-radius: 0 10px 10px 0; }
          .siteHeader header .globalNav .form.active {
            width: auto; }
      .siteHeader header.forCP {
        flex-wrap: wrap; }
        .siteHeader header.forCP .globalNav nav ul.primary {
          display: none; }
        .siteHeader header.forCP .corporateNavigation {
          display: block;
          width: 100%;
          margin: 0 0 20px; }
        .siteHeader header.forCP nav.category {
          display: block;
          position: relative;
          left: auto;
          top: auto;
          padding: 0;
          border-bottom: 1px #d70c18 solid; }
          .siteHeader header.forCP nav.category .close {
            display: none; }
        .siteHeader header.forCP .navToggled {
          padding-top: 0; }
    .siteHeader nav.category {
      padding: 40px 10px 0;
      overflow-y: auto;
      height: 100vh; }
      .siteHeader nav.category .header {
        height: auto;
        margin-bottom: 20px; }
        .siteHeader nav.category .header .headerTitle {
          font-size: 22px;
          margin-bottom: 10px; }
      .siteHeader nav.category ul {
        width: auto;
        margin: 0 auto; }
        .siteHeader nav.category ul li {
          font-size: 12px; }
        .siteHeader nav.category ul.productList {
          margin: 0 -10px 20px;
          /*border-top:1px $c-line solid;*/ }
          .siteHeader nav.category ul.productList li {
            width: 50%;
            margin: 0;
            text-align: left;
            /*border:1px $c-line solid; border-width:0 0 1px;*/
            /*&:nth-child(even){border-left:1px $c-line solid;}*/ }
            .siteHeader nav.category ul.productList li a {
              display: flex;
              align-items: center;
              justify-content: flex-start;
              width: 100%;
              padding: 5px 10px; }
              .siteHeader nav.category ul.productList li a .img {
                width: 40px;
                height: 40px;
                padding: 0;
                margin: 0 5px 0 0; }
        .siteHeader nav.category ul.pickup {
          justify-content: space-between; }
          .siteHeader nav.category ul.pickup li {
            width: calc(50% - 5px);
            margin: 0 0 20px; }
            .siteHeader nav.category ul.pickup li a .img {
              width: 100%;
              margin-bottom: 10px;
              border-radius: 10px;
              border: 1px #f5f5f5 solid;
              box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
              .siteHeader nav.category ul.pickup li a .img img {
                width: 100%; }
          .siteHeader nav.category ul.pickup.duo {
            width: auto; }
            .siteHeader nav.category ul.pickup.duo li {
              width: calc(50% - 5px); }
        .siteHeader nav.category ul.simple {
          display: block;
          margin-bottom: 20px; }
          .siteHeader nav.category ul.simple li {
            width: 100%;
            margin: 0 auto 10px; }
            .siteHeader nav.category ul.simple li a {
              display: block;
              padding: 10px 20px;
              line-height: 24px; }
              .siteHeader nav.category ul.simple li a.recipeTop::before, .siteHeader nav.category ul.simple li a.recipePopular::before, .siteHeader nav.category ul.simple li a.recipeSeasonal::before {
                font-size: 24px;
                top: 1px; }
          .siteHeader nav.category ul.simple.duo {
            width: auto; }
            .siteHeader nav.category ul.simple.duo li {
              width: auto; }
      .siteHeader nav.category a.close {
        width: 40px;
        height: 40px;
        right: 3px;
        top: 9px;
        transition: none; }
        .siteHeader nav.category a.close::before, .siteHeader nav.category a.close::after {
          content: '';
          display: block;
          width: 24px;
          height: 2px; }
      .siteHeader nav.category .isb {
        height: auto;
        width: auto;
        overflow: visible; }
      .siteHeader nav.category.cp {
        padding: 30px 0; }
        .siteHeader nav.category.cp .header {
          margin: 0 0 20px;
          padding: 0; }
          .siteHeader nav.category.cp .header .headerTitle {
            font-size: 20px;
            margin: 0 0 15px;
            font-weight: bold;
            padding: 0 15px; }
            .siteHeader nav.category.cp .header .headerTitle::after {
              font-size: 16px;
              height: 16px;
              width: 16px;
              line-height: 16px;
              right: -20px;
              top: calc(50% - 8px); }
            .siteHeader nav.category.cp .header .headerTitle a {
              padding: 15px 0;
              display: block;
              text-align: center; }
          .siteHeader nav.category.cp .header p {
            font-size: 14px; }
      .siteHeader nav.category .cpNav {
        display: block;
        padding-bottom: 10px;
        border-top: 1px #d70c18 solid; }
        .siteHeader nav.category .cpNav ul {
          padding: 0;
          border-right: 0; }
          .siteHeader nav.category .cpNav ul li {
            margin: 0;
            border-bottom: 1px #d70c18 solid;
            font-size: 14px;
            font-weight: bold; }
            .siteHeader nav.category .cpNav ul li a {
              position: relative;
              display: block;
              position: relative;
              padding: 15px 30px 15px 15px;
              background: transparent;
              border: 0 none;
              border-radius: 0;
              box-shadow: none;
              color: #d70c18; }
              .siteHeader nav.category .cpNav ul li a::before {
                display: block;
                font-family: 'marunichi';
                position: absolute;
                font-weight: normal !important; }
              .siteHeader nav.category .cpNav ul li a::before {
                margin-right: 0;
                left: auto;
                right: 22px;
                top: calc(50% - 6px); }
            .siteHeader nav.category .cpNav ul li ul {
              width: auto;
              display: none;
              padding: 0;
              margin: 0 0 10px; }
              .siteHeader nav.category .cpNav ul li ul li {
                margin-bottom: 0;
                border: 0; }
                .siteHeader nav.category .cpNav ul li ul li a {
                  padding: 10px 15px 10px 50px; }
                  .siteHeader nav.category .cpNav ul li ul li a::before {
                    top: calc(50% - 5px);
                    left: 25px; }
                  .siteHeader nav.category .cpNav ul li ul li a small {
                    white-space: nowrap;
                    font-size: 10px; }
            .siteHeader nav.category .cpNav ul li.indexLink {
              display: block; }
            .siteHeader nav.category .cpNav ul li.hasChildren > a {
              color: #666; }
              .siteHeader nav.category .cpNav ul li.hasChildren > a::before {
                content: '\e908';
                transition: transform .3s ease; }
              .siteHeader nav.category .cpNav ul li.hasChildren > a.open::before {
                transform: rotate(180deg); }
              .siteHeader nav.category .cpNav ul li.hasChildren > a::after {
                content: ''; }
          .siteHeader nav.category .cpNav ul:only-child {
            display: block; }
            .siteHeader nav.category .cpNav ul:only-child li {
              width: auto; }
        .siteHeader nav.category .cpNav.hasGroup {
          display: block;
          margin: 0; }
          .siteHeader nav.category .cpNav.hasGroup > ul.navGroup {
            width: 100%;
            margin: 0; }
            .siteHeader nav.category .cpNav.hasGroup > ul.navGroup li {
              margin: 0; }
        .siteHeader nav.category .cpNav ul.subLinks {
          display: block;
          border: 0;
          padding: 15px; }
          .siteHeader nav.category .cpNav ul.subLinks li {
            width: auto;
            border: 0;
            margin-bottom: 0; }
            .siteHeader nav.category .cpNav ul.subLinks li a {
              padding: 8px 15px 8px 25px;
              display: block; }
    .siteHeader.compact .globalNav {
      top: 50px; }
      .siteHeader.compact .globalNav .toggle {
        top: -45px; }
      .siteHeader.compact .globalNav .navToggled {
        height: calc(100vh - 50px); }

  .breadcrumbs {
    position: relative;
    z-index: 1; }

  .pageContainer {
    position: relative;
    z-index: 1; }

  .siteFooter footer {
    width: auto;
    padding-bottom: 30px;
    min-width: 0; }
    .siteFooter footer nav {
      padding: 0;
      margin-bottom: 20px; }
      .siteFooter footer nav ul {
        display: block; }
        .siteFooter footer nav ul li {
          border-right: none;
          border-bottom: 1px #cccccc solid; }
          .siteFooter footer nav ul li a {
            padding: 14px 0;
            display: block;
            text-align: left; }
          .siteFooter footer nav ul li:last-child {
            border-bottom: 1px #cccccc solid; }
    .siteFooter footer .btmMenu {
      border-top: 0;
      padding: 0;
      display: block; }
      .siteFooter footer .btmMenu ul {
        display: flex;
        align-items: center; }
        .siteFooter footer .btmMenu ul.policies {
          display: block;
          margin-bottom: 20px; }
          .siteFooter footer .btmMenu ul.policies li {
            border-left: 0;
            padding: 0; }
            .siteFooter footer .btmMenu ul.policies li a {
              padding: 10px;
              display: block;
              text-align: center; }
            .siteFooter footer .btmMenu ul.policies li:first-child {
              border: 0;
              padding-left: 0; }
        .siteFooter footer .btmMenu ul.sns {
          justify-content: center;
          margin-bottom: 30px; }
          .siteFooter footer .btmMenu ul.sns li {
            margin: 0 15px; }
    .siteFooter footer .siteAuthor {
      display: block;
      text-align: center; }
      .siteFooter footer .siteAuthor .logo {
        width: 220px;
        margin: 0 auto 10px; }
      .siteFooter footer .siteAuthor .copyright {
        font-size: 10px; }

  .pageUp {
    right: 10px;
    bottom: 20px; }
    .pageUp.stop {
      bottom: 20px; }
  

  .breadcrumbs {
    display: none; }

  .pageWrapper.cp .siteFooter footer nav ul.cp {
    display: block; }

  .pageContainer {
    padding: 0 0 20px 0;
    /* グループ会社
    .standardContents dl.groupList{margin-top:-20px;
    	dt{float:none; font-size:16px; width:auto; padding:10px; margin:0;
    		i{font-size:12px;}
    		&:nth-of-type(even){background:$c-pale;}
    	}
    	dd{padding:0 10px 10px 10px; font-size:14px;}
    }
    */ }
    .pageContainer .pageHeader {
      max-width: 1200px;
      min-width: 984px;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      /*
      @media screen and (max-width:1440px){
      	max-width:1200px;
      }
      */
      margin-bottom: 30px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .pageContainer .pageHeader {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
@media (max-width: 767px) {
      .pageContainer .pageHeader h1, .pageContainer .pageHeader .catLabel {
        font-size: 24px; }
    .pageContainer .majorInformations {
      max-width: none;
      margin: 20px auto 80px;
      padding: 0; }
      .pageContainer .majorInformations > div {
        margin: 0 1em;
        padding: 15px 20px;
        border-radius: 10px;
        display: block;
        box-shadow: none; }
        .pageContainer .majorInformations > div h2 {
          width: 150px;
          padding: 5px 10px; }
        .pageContainer .majorInformations > div .dateList {
          width: auto; }
          .pageContainer .majorInformations > div .dateList dt {
            float: none;
            width: auto; }
          .pageContainer .majorInformations > div .dateList dd {
            padding-left: 0;
            margin-bottom: 10px; }
            .pageContainer .majorInformations > div .dateList dd:last-of-type {
              margin-bottom: 0; }
            .pageContainer .majorInformations > div .dateList dd a:hover {
              text-decoration: underline; }
        .pageContainer .majorInformations > div.important {
          border-width: 2px 0; }
        .pageContainer .majorInformations > div.general {
          border-width: 2px 0; }
    .pageContainer .pageAnchor {
      display: block;
      margin: 40px 0; }
      .pageContainer .pageAnchor li {
        margin: 0 0 10px;
        width: auto; }
      .pageContainer .pageAnchor.dualOnSp {
        display: flex;
        justify-content: space-between; }
        .pageContainer .pageAnchor.dualOnSp li {
          width: calc(50% - 10px);
          margin-left: 5px !important;
          margin-right: 5px !important;
          font-size: 12px; }
      .pageContainer .pageAnchor.trio li {
        width: auto; }
    .pageContainer section,
    .pageContainer .section {
      max-width: 1200px;
      min-width: 984px;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      /*
      @media screen and (max-width:1440px){
      	max-width:1200px;
      }
      */
      margin-bottom: 40px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .pageContainer section,
      .pageContainer .section {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
@media (max-width: 767px) {
      .pageContainer section header,
      .pageContainer .section header {
        display: block; }
        .pageContainer section header a.btn,
        .pageContainer .section header a.btn {
          display: block;
          margin: -5px 0 20px; }
      .pageContainer section h2,
      .pageContainer .section h2 {
        font-size: 20px;
        margin-bottom: 20px; }
      .pageContainer section h3,
      .pageContainer .section h3 {
        font-size: 18px;
        margin: 30px 0 20px; }
      .pageContainer section h4,
      .pageContainer .section h4 {
        font-size: 16px;
        margin: 30px 0 15px; }
      .pageContainer section:last-child,
      .pageContainer .section:last-child {
        margin-bottom: 0; }
      .pageContainer section.index h2 + p,
      .pageContainer .section.index h2 + p {
        margin-bottom: 20px; }
    .pageContainer .productMeta {
      margin: 0 0 25px;
      justify-content: center; }
      .pageContainer .productMeta li {
        margin: 0 5px;
        padding: 4px 10px 5px;
        font-size: 12px; }
    .pageContainer .shareOn {
      margin: 30px 0 0; }
    .pageContainer .productListHeader {
      display: block;
      margin-bottom: 30px; }
      .pageContainer .productListHeader .ctgIntro {
        display: block;
        width: auto; }
        .pageContainer .productListHeader .ctgIntro .image {
          width: auto;
          padding: 0 50px;
          margin-bottom: 20px; }
        .pageContainer .productListHeader .ctgIntro .headline {
          width: auto; }
        .pageContainer .productListHeader .ctgIntro h1 {
          font-size: 24px;
          text-align: center;
          margin-bottom: 10px; }
      .pageContainer .productListHeader .cookMothod li {
        margin: 0 16px 10px 0;
        width: calc(50% - 8px); }
        .pageContainer .productListHeader .cookMothod li .tip {
          width: calc(100vw - 30px); }
          .pageContainer .productListHeader .cookMothod li .tip::after, .pageContainer .productListHeader .cookMothod li .tip::before {
            bottom: 100%;
            left: 23%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .pageContainer .productListHeader .cookMothod li .tip::after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 10px;
            margin-left: -10px; }
          .pageContainer .productListHeader .cookMothod li .tip::before {
            border-color: rgba(204, 204, 204, 0);
            border-bottom-color: #ccc;
            border-width: 13px;
            margin-left: -13px; }
        .pageContainer .productListHeader .cookMothod li:hover .tip {
          color: #111111; }
        .pageContainer .productListHeader .cookMothod li::after {
          content: '?';
          background: #cccccc;
          color: #fff;
          border-radius: 50%;
          display: inline-block;
          width: 14px;
          height: 14px;
          line-height: 14px;
          padding: 2px;
          text-align: center;
          font-weight: bold;
          margin-left: 5px; }
        .pageContainer .productListHeader .cookMothod li:nth-child(2n) {
          margin-right: 0; }
          .pageContainer .productListHeader .cookMothod li:nth-child(2n) .tip {
            left: auto;
            right: 0; }
            .pageContainer .productListHeader .cookMothod li:nth-child(2n) .tip::after, .pageContainer .productListHeader .cookMothod li:nth-child(2n) .tip::before {
              left: auto;
              right: 23%; }
            .pageContainer .productListHeader .cookMothod li:nth-child(2n) .tip::after {
              right: calc(23% + 2px); }
    .pageContainer .tagAnchor li {
      margin: 0 10px 10px 0;
      font-size: 12px;
      width: calc(50% - 10px); }
      .pageContainer .tagAnchor li a {
        padding: 8px 0;
        display: block;
        position: relative;
        border-bottom: 1px #d70c18 solid;
        transition: color .3s ease;
        color: #111111; }
        .pageContainer .tagAnchor li a::after {
          display: block;
          font-family: 'marunichi';
          position: absolute;
          font-weight: normal !important; }
        .pageContainer .tagAnchor li a::after {
          content: '\e908';
          right: 5px;
          top: calc(50% - 7px);
          transition: top .3s ease; }
        .pageContainer .tagAnchor li a:hover {
          color: #d70c18; }
          .pageContainer .tagAnchor li a:hover::after {
            top: calc(50% - 3px); }
    .pageContainer figure {
      margin-bottom: 25px; }
      .pageContainer figure.fLt, .pageContainer figure.fRt {
        margin: 0px 0px 30px 0; }
        .pageContainer figure.fLt img, .pageContainer figure.fRt img {
          display: block;
          margin: 0 auto; }
    .pageContainer .giftBlock {
      display: block;
      margin-bottom: 40px;
      border-top: 1px #cccccc solid;
      padding-top: 10px; }
      .pageContainer .giftBlock .image {
        width: auto;
        text-align: center; }
      .pageContainer .giftBlock .content {
        width: 100%; }
        .pageContainer .giftBlock .content h3 {
          font-size: 20px;
          text-align: center; }
        .pageContainer .giftBlock .content table {
          border-top: 1px #c3d8e6 solid; }
          .pageContainer .giftBlock .content table th, .pageContainer .giftBlock .content table td {
            display: block; }
          .pageContainer .giftBlock .content table th {
            font-size: 14px;
            border-bottom: 0;
            background: #f7fafc;
            padding: 5px 10px;
            font-weight: bold;
            width: 100%; }
          .pageContainer .giftBlock .content table td {
            text-align: left;
            font-size: 14px;
            padding: 5px 10px; }
          .pageContainer .giftBlock .content table + ul.notes li {
            font-size: 12px;
            text-indent: -1em;
            padding-left: 1em; }
    .pageContainer .pageHeader .searchPanelLabel {
      display: block;
      color: #d70c18;
      font-weight: bold;
      font-size: 20px;
      border-radius: 10px;
      box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
      padding: 10px; }
      .pageContainer .pageHeader .searchPanelLabel::after {
        display: inline-block;
        font-family: 'marunichi';
        vertical-align: middle;
        position: relative;
        margin-top: -0.1em;
        font-weight: normal !important; }
      .pageContainer .pageHeader .searchPanelLabel::after {
        content: '\e90b';
        margin-left: 1em;
        transition: transform .5s ease; }
      .pageContainer .pageHeader .searchPanelLabel.close::after {
        transform: rotate(180deg); }
    .pageContainer .pageHeader .recipeSearchPanel {
      display: block;
      margin: 20px 0; }
      .pageContainer .pageHeader .recipeSearchPanel .keywd {
        width: auto;
        margin-bottom: 20px; }
        .pageContainer .pageHeader .recipeSearchPanel .keywd input[type=text] {
          width: 100%;
          height: 50px;
          padding: 15px; }
        .pageContainer .pageHeader .recipeSearchPanel .keywd button {
          width: 40px;
          height: 40px;
          right: 5px;
          top: calc(50% - 20px); }
          .pageContainer .pageHeader .recipeSearchPanel .keywd button::before {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 24px; }
      .pageContainer .pageHeader .recipeSearchPanel .products,
      .pageContainer .pageHeader .recipeSearchPanel .genre {
        width: auto;
        margin-bottom: 20px; }
      .pageContainer .pageHeader .recipeSearchPanel input[type=text] {
        height: 50px;
        margin-bottom: 10px; }
      .pageContainer .pageHeader .recipeSearchPanel .selectBox select {
        padding: 0 15px;
        height: 48px; }
      .pageContainer .pageHeader .recipeSearchPanel .selectBox::after {
        right: 10px;
        top: calc(50% - 8px);
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 16px; }
      .pageContainer .pageHeader .recipeSearchPanel dl.keywords {
        display: block; }
        .pageContainer .pageHeader .recipeSearchPanel dl.keywords dt {
          width: 100%;
          padding: 5px 0; }
        .pageContainer .pageHeader .recipeSearchPanel dl.keywords dd {
          width: 100%; }
          .pageContainer .pageHeader .recipeSearchPanel dl.keywords dd a {
            margin: 0 8px 8px 0; }
    .pageContainer section.featuredRecipe {
      padding: 20px 0 0; }
      .pageContainer section.featuredRecipe.spring2021 {
        background-size: 120vw auto; }
      .pageContainer section.featuredRecipe .catch {
        width: auto;
        margin: 0 auto 10px;
        padding: 0 20px; }
        .pageContainer section.featuredRecipe .catch h2 {
          padding: 0 15vw; }
        .pageContainer section.featuredRecipe .catch p {
          margin-bottom: 30px; }
      .pageContainer section.featuredRecipe .bnrList {
        max-width: 1200px;
        min-width: 984px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        /*
        @media screen and (max-width:1440px){
        	max-width:1200px;
        }
        */
        padding: 0 20px; } }
      @media screen and (max-width: 767px) and (max-width: 767px) {
        .pageContainer section.featuredRecipe .bnrList {
          max-width: none;
          min-width: 0;
          padding-left: 15px;
          padding-right: 15px; } }
@media (max-width: 767px) {
    .pageContainer section.recipeSearchResult header {
      display: block;
      text-align: center;
      margin-bottom: 40px; }
      .pageContainer section.recipeSearchResult header .records {
        margin-bottom: 10px; }
      .pageContainer section.recipeSearchResult header h2 {
        border-bottom: 0;
        margin-bottom: 10px; }
        .pageContainer section.recipeSearchResult header h2 em {
          border-bottom: 2px #d70c18 solid;
          font-size: 28px;
          padding: 0 0.25em; }
      .pageContainer section.recipeSearchResult header .found em {
        font-size: 24px;
        font-family: "Oswald", sans-serif;
        color: #d70c18; }
    .pageContainer section.recipeSearchResult dl.sorter {
      justify-content: space-between;
      flex-wrap: wrap; }
      .pageContainer section.recipeSearchResult dl.sorter dt {
        display: none; }
      .pageContainer section.recipeSearchResult dl.sorter dd {
        margin: 0 0 10px;
        width: calc(50% - 8px);
        padding: 12px 10px;
        position: relative; }
        .pageContainer section.recipeSearchResult dl.sorter dd::after {
          content: '\e908';
          margin-left: .5em;
          position: absolute;
          right: 10px;
          top: calc(50% - 8px); }
        .pageContainer section.recipeSearchResult dl.sorter dd.active {
          background: #d70c18;
          color: #fff; }
    .pageContainer section.recipeDetail header {
      display: block;
      padding: 0;
      margin-bottom: 40px; }
      .pageContainer section.recipeDetail header .recipeImage {
        width: 100%;
        border-radius: 15px;
        margin-bottom: 20px; }
        .pageContainer section.recipeDetail header .recipeImage.movie {
          height: 0;
          padding-top: calc(100% * 0.5625);
          position: relative; }
          .pageContainer section.recipeDetail header .recipeImage.movie iframe {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0; }
      .pageContainer section.recipeDetail header .headline {
        width: 100%; }
        .pageContainer section.recipeDetail header .headline h1 {
          font-size: 20px;
          margin-bottom: 20px; }
        .pageContainer section.recipeDetail header .headline .recipeInfo {
          justify-content: space-between;
          margin-bottom: 20px;
          flex-wrap: wrap; }
          .pageContainer section.recipeDetail header .headline .recipeInfo dt {
            width: 14em; }
          .pageContainer section.recipeDetail header .headline .recipeInfo dd {
            padding: 0 0 0 15px;
            width: calc(100% - 14em); }
    .pageContainer section.recipeDetail .recipeContent {
      display: block; }
      .pageContainer section.recipeDetail .recipeContent .ingredients {
        width: auto;
        margin-bottom: 50px; }
        .pageContainer section.recipeDetail .recipeContent .ingredients h3 {
          font-size: 16px;
          margin: 30px 0 0; }
        .pageContainer section.recipeDetail .recipeContent .ingredients table th, .pageContainer section.recipeDetail .recipeContent .ingredients table td {
          padding: 10px 5px; }
        .pageContainer section.recipeDetail .recipeContent .ingredients table th {
          font-size: 16px;
          max-width: 70%; }
        .pageContainer section.recipeDetail .recipeContent .ingredients table td {
          font-size: 14px;
          padding-right: 30px; }
      .pageContainer section.recipeDetail .recipeContent .procedure {
        width: 100%; }
        .pageContainer section.recipeDetail .recipeContent .procedure .process {
          padding: 10px 30px 20px 0;
          display: block; }
          .pageContainer section.recipeDetail .recipeContent .procedure .process i {
            width: 30px;
            height: 30px;
            line-height: 28px;
            border-radius: 15px;
            position: relative;
            left: auto;
            top: auto;
            display: block;
            margin-bottom: 10px; }
          .pageContainer section.recipeDetail .recipeContent .procedure .process figure {
            text-align: center; }
          .pageContainer section.recipeDetail .recipeContent .procedure .process p:last-of-type {
            margin-bottom: 1em; }
    .pageContainer.hasNav {
      display: block;
      max-width: 1200px;
      min-width: 984px;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      /*
      @media screen and (max-width:1440px){
      	max-width:1200px;
      }
      */
      padding: 20px 15px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .pageContainer.hasNav {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
@media (max-width: 767px) {
      .pageContainer.hasNav .pageHeader h1 {
        margin: 0 auto 15px; }
      .pageContainer.hasNav .pageBody,
      .pageContainer.hasNav .pageAside {
        width: 100%; }
      .pageContainer.hasNav section,
      .pageContainer.hasNav .section {
        padding: 0;
        max-width: none;
        min-width: 0;
        width: 100%; }
    .pageContainer .productInfoHewader {
      margin: 30px 0 10px;
      font-size: 16px; }
    .pageContainer table.productInfo caption {
      text-align: left;
      font-size: 12px;
      padding-top: 10px; }
    .pageContainer table.productInfo th, .pageContainer table.productInfo td {
      padding: 10px 20px;
      border-width: 0 0 1px 0;
      display: block; }
    .pageContainer table.productInfo tr td:last-child {
      border-right: 0; }
    .pageContainer table.productInfo tr:last-child th, .pageContainer table.productInfo tr:last-child td {
      border-bottom: 1px #c3d8e6 solid; }
    .pageContainer table.productInfo tr:last-child td:last-child {
      border-bottom: 0; }
    .pageContainer table.productInfo th {
      background: #f7fafc;
      color: #39576A;
      font-size: 14px; }
    .pageContainer table.productInfo.info th,
    .pageContainer table.productInfo.info td, .pageContainer table.productInfo.nutrient th,
    .pageContainer table.productInfo.nutrient td, .pageContainer table.productInfo.production th,
    .pageContainer table.productInfo.production td {
      width: 100%; }
    .pageContainer table.productInfo .empty {
      display: none; }
    .pageContainer table.allergy {
      box-shadow: none;
      border-radius: 0; }
      .pageContainer table.allergy tr {
        display: inline; }
      .pageContainer table.allergy th, .pageContainer table.allergy td {
        padding: 4px;
        border: 1px #c3d8e6 solid;
        border-width: 1px;
        display: block;
        width: calc(50% - 8px);
        float: left;
        margin: 0 4px 4px;
        border-radius: 20px; }
        .pageContainer table.allergy th.empty, .pageContainer table.allergy td.empty {
          display: none; }
      .pageContainer table.allergy tr td:last-child {
        border-right: 1px #c3d8e6 solid; }
      .pageContainer table.allergy tr:last-child th, .pageContainer table.allergy tr:last-child td {
        border-bottom: 1px #c3d8e6 solid; }
    .pageContainer .janSearchPanel .qBox {
      position: relative; }
    .pageContainer .janSearchPanel .barcodeSample {
      padding: 10px; }
      .pageContainer .janSearchPanel .barcodeSample p {
        font-size: 14px; }
    .pageContainer .sakanagohanSlider {
      max-width: 1200px;
      min-width: 984px;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      /*
      @media screen and (max-width:1440px){
      	max-width:1200px;
      }
      */
      margin-bottom: 50px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .pageContainer .sakanagohanSlider {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
@media (max-width: 767px) {
      .pageContainer .sakanagohanSlider ul {
        max-width: none;
        min-width: 0; }
      .pageContainer .sakanagohanSlider .slick-dots {
        bottom: -40px;
        height: 40px; }
        .pageContainer .sakanagohanSlider .slick-dots li {
          width: 12px;
          height: 12px;
          border-radius: 6px; }
    .pageContainer .bnrList.sakanagohan b {
      display: flex;
      align-items: center; }
      .pageContainer .bnrList.sakanagohan b img {
        width: 60px;
        margin-right: 15px; }
      .pageContainer .bnrList.sakanagohan b span {
        text-align: left;
        line-height: 1.4; }
        .pageContainer .bnrList.sakanagohan b span small {
          display: block; }
    .pageContainer .sakanagohanRecipeTitle {
      display: flex; }
      .pageContainer .sakanagohanRecipeTitle img {
        margin-right: 20px;
        width: 60px; }
      .pageContainer .sakanagohanRecipeTitle h2 {
        font-size: 18px; }
        .pageContainer .sakanagohanRecipeTitle h2 b {
          font-size: 14px; }
    .pageContainer .sakanagohanMovie {
      height: auto;
      margin: -15px auto 40px;
      background: transparent;
      padding: 0 10px; }
      .pageContainer .sakanagohanMovie .movie {
        width: 100%;
        padding-top: calc(100% * 0.5625); }
      .pageContainer .sakanagohanMovie.fin01000 {
        background-image: none; }
    .pageContainer .sakanagohanTips {
      margin-bottom: 40px; }
      .pageContainer .sakanagohanTips section {
        padding: 20px 15px; }
      .pageContainer .sakanagohanTips header {
        display: block;
        margin-bottom: 0; }
        .pageContainer .sakanagohanTips header h2 {
          width: auto;
          display: block; }
        .pageContainer .sakanagohanTips header p {
          width: auto;
          padding-left: 0; }
      .pageContainer .sakanagohanTips .tips {
        display: block; }
        .pageContainer .sakanagohanTips .tips .tip {
          padding: 15px;
          width: auto;
          margin-bottom: 15px; }
        .pageContainer .sakanagohanTips .tips.trio .tip, .pageContainer .sakanagohanTips .tips.duo .tip {
          width: auto; }
      .pageContainer .sakanagohanTips.kanimeshi section {
        background: url("/recipe/finest_recipes/images/fin06008.png") no-repeat center 60vw;
        background-size: 120vw auto; }
      .pageContainer .sakanagohanTips.kanimeshi .tips {
        padding-top: 45vw; }
    .pageContainer .contentsSlider {
      margin: 20px 0 20px; }
      .pageContainer .contentsSlider .slick-list {
        overflow: hidden;
        padding: 0 !important; }
      .pageContainer .contentsSlider .slide {
        width: 100%;
        max-width: none;
        min-width: 0;
        margin: 0 15px;
        border-radius: 10px;
        box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
        overflow: hidden; }
      .pageContainer .contentsSlider .slick-dots {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 15px;
        flex-wrap: wrap; }
        .pageContainer .contentsSlider .slick-dots li {
          margin: 0;
          width: 49%;
          padding: 0; }
          .pageContainer .contentsSlider .slick-dots li button {
            padding: 5px;
            font-size: 12px;
            width: 100%; }
            .pageContainer .contentsSlider .slick-dots li button span {
              font-size: 10px;
              display: block; }
            .pageContainer .contentsSlider .slick-dots li button:hover {
              background: #d70c18;
              color: #fff; }
          .pageContainer .contentsSlider .slick-dots li.slick-active button {
            background: #d70c18;
            color: #fff; }
    .pageContainer .pageHeader.more {
      margin-top: 0;
      margin-bottom: 40px;
      background: url("/contents/more/images/ttlBg03.png") no-repeat center bottom;
      padding-bottom: 40px; }
      .pageContainer .pageHeader.more::before {
        content: none; }
      .pageContainer .pageHeader.more div {
        padding: 70px 0;
        background: url("/contents/more/images/ttlBg01.jpg") no-repeat left top, url("/contents/more/images/ttlBg02.jpg") no-repeat right bottom;
        background-size: 140px auto, 140px auto;
        min-height: 0; }
      .pageContainer .pageHeader.more h1 {
        font-size: 30px;
        line-height: 1.5; }
      .pageContainer .pageHeader.more p {
        font-size: 16px; }
    .pageContainer .threeMinBnr {
      margin: 0 auto 40px;
      padding-top: 70px; }
      .pageContainer .threeMinBnr a {
        display: block;
        padding: 20px; }
        .pageContainer .threeMinBnr a h2 {
          width: 100%; }
          .pageContainer .threeMinBnr a h2 img {
            display: block; }
        .pageContainer .threeMinBnr a ul {
          width: 100%;
          display: flex;
          font-size: 18px; }
          .pageContainer .threeMinBnr a ul li {
            margin: 4px 0;
            padding: 5px;
            white-space: normal;
            line-height: 1.4; }
    .pageContainer .contentsHistoryContainer {
      width: 100%;
      padding: 40px 15px; }
      .pageContainer .contentsHistoryContainer header h1 {
        width: 120px;
        margin: 0 auto 40px; }
      .pageContainer .contentsHistoryContainer header + section {
        margin-bottom: 50px; }
      .pageContainer .contentsHistoryContainer section {
        padding-bottom: 40px; }
      .pageContainer .contentsHistoryContainer h2 {
        font-size: 24px;
        margin-bottom: 30px; }
      .pageContainer .contentsHistoryContainer p {
        font-size: 16px; }
        .pageContainer .contentsHistoryContainer p .note {
          font-size: 12px; }
      .pageContainer .contentsHistoryContainer .shadowImageBox {
        position: relative;
        margin: 0 auto; }
        .pageContainer .contentsHistoryContainer .shadowImageBox.si01 {
          width: 100%; }
        .pageContainer .contentsHistoryContainer .shadowImageBox.si02, .pageContainer .contentsHistoryContainer .shadowImageBox.si03 {
          width: 100%; }
        .pageContainer .contentsHistoryContainer .shadowImageBox.ai01 {
          width: 100%; }
        .pageContainer .contentsHistoryContainer .shadowImageBox.ai02, .pageContainer .contentsHistoryContainer .shadowImageBox.ai03 {
          width: 100%; }
    .pageContainer.historicalContent {
      text-align: left;
      padding: 0 0 30px; }
      .pageContainer.historicalContent .visualHeader {
        padding: 0 15px; }
        .pageContainer.historicalContent .visualHeader::before {
          width: 100vw;
          height: 360px;
          margin: 0 -15px 20px;
          background-position: center; }
        .pageContainer.historicalContent .visualHeader h1 {
          font-size: 24px;
          text-align: left;
          margin-bottom: 20px; }
          .pageContainer.historicalContent .visualHeader h1 span {
            width: 150px;
            margin: 0 auto 20px; }
      .pageContainer.historicalContent section h2 {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: left; }
      .pageContainer.historicalContent section:last-child {
        margin-bottom: 40px; }
      .pageContainer.historicalContent p {
        font-size: 14px; }
      .pageContainer.historicalContent .imgBox {
        margin: 30px auto; }
        .pageContainer.historicalContent .imgBox.founder, .pageContainer.historicalContent .imgBox.akebono-sake {
          width: 200px; }
        .pageContainer.historicalContent .imgBox .caption {
          font-size: 12px; }
        .pageContainer.historicalContent .imgBoxCentered {
          margin: 30px auto;
          display: block; }
          .pageContainer.historicalContent .imgBoxCentered.nichiro-founder {
            display: flex; }
            .pageContainer.historicalContent .imgBoxCentered.nichiro-founder .imgBox {
              margin-bottom: 0; }
          .pageContainer.historicalContent .imgBoxCentered .imgBox {
            margin: 0 5px 30px; }
    .pageContainer .posterIntro {
      display: block;
      padding: 0; }
      .pageContainer .posterIntro .image {
        width: 100%;
        margin-bottom: 20px; }
      .pageContainer .posterIntro .content {
        width: 100%; }
        .pageContainer .posterIntro .content p {
          font-size: 16px; }
    .pageContainer .posterStage {
      padding: 20px 20px 40px;
      margin-bottom: 50px; }
      .pageContainer .posterStage .posterSlider {
        width: 100%;
        padding: 0;
        background: transparent;
        box-shadow: none; }
        .pageContainer .posterStage .posterSlider li {
          text-align: center;
          padding: 0 10px;
          font-size: 14px; }
        .pageContainer .posterStage .posterSlider .slick-dots li {
          width: 12px;
          height: 12px;
          border-radius: 6px; }
    .pageContainer .posterDetail {
      display: block;
      padding: 20px 0 0; }
      .pageContainer .posterDetail .poster {
        width: 100%;
        padding: 10px 15px 20px;
        margin: 0 0 30px; }
        .pageContainer .posterDetail .poster:last-child {
          margin-bottom: 0; }
        .pageContainer .posterDetail .poster h3 {
          padding: 10px 15px;
          margin: -10px -15px 15px; }
        .pageContainer .posterDetail .poster .posterImg {
          width: 200px;
          margin: 0 auto 10px auto;
          float: none; }
        .pageContainer .posterDetail .poster p {
          margin-bottom: .5em; }
        .pageContainer .posterDetail .poster table th, .pageContainer .posterDetail .poster table td {
          display: block;
          padding: 5px 0; }
        .pageContainer .posterDetail .poster table th {
          width: 100%;
          background: #f7fafc;
          padding: 5px 10px; }
        .pageContainer .posterDetail .poster table td {
          border-top: 0; }
    .pageContainer .pageBody.threeMin {
      margin-top: 0; }
      .pageContainer .pageBody.threeMin .threeMinHeader {
        background-position: center;
        height: 240px;
        background-size: 180vw auto;
        background-position: center top; }
        .pageContainer .pageBody.threeMin .threeMinHeader::before {
          content: none; }
        .pageContainer .pageBody.threeMin .threeMinHeader::after {
          content: '';
          width: 100%;
          height: 180px;
          display: block;
          position: absolute;
          left: 0;
          top: 0px;
          background: url("/contents/3min/images/clip2sp.png") no-repeat center bottom;
          background-size: 100% auto;
          z-index: 2; }
        .pageContainer .pageBody.threeMin .threeMinHeader > div {
          width: 100%;
          height: 80px;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 3; }
          .pageContainer .pageBody.threeMin .threeMinHeader > div h1 {
            max-width: none;
            margin: 0 auto; }
            .pageContainer .pageBody.threeMin .threeMinHeader > div h1 img {
              display: block;
              width: 100%;
              height: auto; }
      .pageContainer .pageBody.threeMin section {
        padding: 0 0 40px 0;
        width: auto;
        top: 80px; }
        .pageContainer .pageBody.threeMin section header {
          height: auto;
          padding: 20px 20px 40px; }
          .pageContainer .pageBody.threeMin section header::before {
            content: '';
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: url("/contents/3min/images/clipSp.png") no-repeat center bottom;
            background-size: 100% auto;
            z-index: 1; }
          .pageContainer .pageBody.threeMin section header h1 {
            position: relative;
            padding: 50px 0 0;
            font-size: 14px;
            padding-bottom: 15px;
            margin: 0 auto 15px;
            max-width: 80vw;
            background-size: 40px; }
            .pageContainer .pageBody.threeMin section header h1 .shoulder {
              font-size: 10px; }
          .pageContainer .pageBody.threeMin section header p {
            font-size: 12px; }
        .pageContainer .pageBody.threeMin section .content {
          max-width: none;
          padding: 0 15px; }
        .pageContainer .pageBody.threeMin section.about .content {
          padding: 20px 0; }
          .pageContainer .pageBody.threeMin section.about .content > div {
            width: 100px;
            height: 100px;
            margin: 0 5px 50px;
            cursor: pointer; }
            .pageContainer .pageBody.threeMin section.about .content > div h2 {
              font-size: 13px;
              bottom: -30px;
              white-space: nowrap; }
            .pageContainer .pageBody.threeMin section.about .content > div p {
              height: 0;
              border-radius: 8px;
              top: 0;
              font-size: 12px;
              transition: all .3s ease;
              display: flex;
              overflow: hidden; }
              .pageContainer .pageBody.threeMin section.about .content > div p br {
                display: none; }
            .pageContainer .pageBody.threeMin section.about .content > div.active p {
              display: flex;
              height: 60px;
              overflow: visible;
              top: -70px; }
            .pageContainer .pageBody.threeMin section.about .content > div:hover {
              background-color: transparent; }
            .pageContainer .pageBody.threeMin section.about .content > div.active {
              background-color: rgba(215, 0, 15, 0.1); }
        .pageContainer .pageBody.threeMin section.number .content {
          max-width: none;
          padding-top: 20px; }
          .pageContainer .pageBody.threeMin section.number .content table {
            width: 100%;
            display: block; }
            .pageContainer .pageBody.threeMin section.number .content table th, .pageContainer .pageBody.threeMin section.number .content table td {
              display: block;
              padding: 0 0 15px; }
        .pageContainer .pageBody.threeMin section.roadmap .content {
          padding-bottom: 0; }
          .pageContainer .pageBody.threeMin section.roadmap .content::after {
            content: none; }
          .pageContainer .pageBody.threeMin section.roadmap .content section {
            display: block;
            padding: 0 0 50px 0;
            height: auto;
            margin-top: 0;
            border-radius: 0; }
            .pageContainer .pageBody.threeMin section.roadmap .content section::before, .pageContainer .pageBody.threeMin section.roadmap .content section::after {
              content: none; }
            .pageContainer .pageBody.threeMin section.roadmap .content section div {
              width: auto; }
              .pageContainer .pageBody.threeMin section.roadmap .content section div.imgBox {
                width: auto;
                padding: 0 12.5%; }
              .pageContainer .pageBody.threeMin section.roadmap .content section div h2 {
                font-size: 40px;
                margin-bottom: 20px;
                text-align: center; }
              .pageContainer .pageBody.threeMin section.roadmap .content section div ul {
                width: auto;
                margin-bottom: 10px; }
                .pageContainer .pageBody.threeMin section.roadmap .content section div ul li {
                  width: calc(50% - 10px);
                  margin-bottom: 10px; }
            .pageContainer .pageBody.threeMin section.roadmap .content section.odd {
              text-align: left;
              padding: 0 0 50px 0;
              border: none;
              border-radius: 0; }
              .pageContainer .pageBody.threeMin section.roadmap .content section.odd ul {
                margin-left: 0; }
              .pageContainer .pageBody.threeMin section.roadmap .content section.odd:first-child {
                padding-left: 0;
                border: 0; }
            .pageContainer .pageBody.threeMin section.roadmap .content section:last-child {
              padding-bottom: 0; }
              .pageContainer .pageBody.threeMin section.roadmap .content section:last-child ul {
                width: auto; }
                .pageContainer .pageBody.threeMin section.roadmap .content section:last-child ul li {
                  width: 100%; }
              .pageContainer .pageBody.threeMin section.roadmap .content section:last-child .terminal {
                display: none; }
        .pageContainer .pageBody.threeMin section.sustainability .content {
          display: block;
          padding-top: 20px; }
          .pageContainer .pageBody.threeMin section.sustainability .content .box {
            width: auto;
            height: 60vw; }
            .pageContainer .pageBody.threeMin section.sustainability .content .box h2 {
              font-size: 18px; }
            .pageContainer .pageBody.threeMin section.sustainability .content .box p {
              font-size: 14px; }
            .pageContainer .pageBody.threeMin section.sustainability .content .box:hover p {
              opacity: 1; }
          .pageContainer .pageBody.threeMin section.sustainability .content ul {
            padding: 20px 0 0; }
            .pageContainer .pageBody.threeMin section.sustainability .content ul li {
              font-size: 10px; }
        .pageContainer .pageBody.threeMin section.values .content .photos {
          margin-bottom: 10px; }
        .pageContainer .pageBody.threeMin section.values .content .history h2 {
          margin: 0 0 20px; }
        .pageContainer .pageBody.threeMin section.values .content .history div {
          display: block;
          margin: 0 auto 20px;
          width: 260px; }
          .pageContainer .pageBody.threeMin section.values .content .history div img {
            display: block;
            margin: 0 auto; }
            .pageContainer .pageBody.threeMin section.values .content .history div img:nth-child(1), .pageContainer .pageBody.threeMin section.values .content .history div img:nth-child(3) {
              margin: 0 auto;
              max-width: none;
              width: 80%; }
            .pageContainer .pageBody.threeMin section.values .content .history div img:nth-child(2) {
              margin: 0 auto 30px;
              max-width: none;
              width: 100%; }
        .pageContainer .pageBody.threeMin section.values .content .history .statement {
          font-size: 16px; }
    .pageContainer dl.newsList {
      width: auto;
      padding-left: 0;
      border-left: 0;
      margin-bottom: 20px;
      display: block; }
      .pageContainer dl.newsList dt {
        width: auto;
        padding: 10px 0 0;
        border: 0; }
        .pageContainer dl.newsList dt ul.ctgs,
        .pageContainer dl.newsList dt p.ctgs {
          width: calc(100% - 5em);
          display: flex;
          justify-content: flex-start; }
          .pageContainer dl.newsList dt ul.ctgs li,
          .pageContainer dl.newsList dt p.ctgs span {
            display: block;
            margin: 2px 5px;
            font-size: 10px;
            display: flex;
            align-items: center;
            line-height: 1; }
      .pageContainer dl.newsList dd {
        padding: 0 0 10px 0;
        width: auto;
        font-size: 14px; }
        .pageContainer dl.newsList dd:last-of-type {
          border-bottom: 0; }
        .pageContainer dl.newsList dd a {
          padding-right: 0;
          padding-right: 30px; }
          .pageContainer dl.newsList dd a::after {
            top: 4px;
            right: 0;
            width: 22px;
            font-size: 14px;
            height: calc(100% - 4px);
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #f7fafc;
            border-radius: 5px; }
          .pageContainer dl.newsList dd a.pdf::after {
            top: 4px;
            right: 0;
            font-size: 18px; }
    .pageContainer dl.newsList.notice {
      width: auto;
      padding-left: 0;
      border-left: 0;
      margin-bottom: 20px;
      display: block; }
      .pageContainer dl.newsList.notice dt {
        width: auto;
        padding: 10px 0 0;
        border: 0; }
        .pageContainer dl.newsList.notice dt ul.ctgs,
        .pageContainer dl.newsList.notice dt p.ctgs {
          width: calc(100% - 5em);
          display: flex;
          justify-content: flex-start; }
          .pageContainer dl.newsList.notice dt ul.ctgs li,
          .pageContainer dl.newsList.notice dt p.ctgs span {
            margin: 2px 5px;
            font-size: 10px;
            display: flex;
            align-items: center;
            line-height: 1; }
      .pageContainer dl.newsList.notice dd {
        padding: 0 0 10px 0;
        width: auto;
        font-size: 14px; }
        .pageContainer dl.newsList.notice dd:last-of-type {
          border-bottom: 0; }
        .pageContainer dl.newsList.notice dd a {
          padding-right: 0;
          padding-right: 30px; }
          .pageContainer dl.newsList.notice dd a::after {
            top: 4px;
            right: 0;
            width: 22px;
            font-size: 14px;
            height: calc(100% - 4px);
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #f7fafc;
            border-radius: 5px; }
          .pageContainer dl.newsList.notice dd a.pdfLink::before {
            font-size: 20px;
            top: -5px;
            left: 4px; }
    .pageContainer ul.pager {
      padding: 20px 15px; }
      .pageContainer ul.pager li {
        width: 24px;
        height: 24px;
        margin: 0 2px;
        font-size: 12px; }
        .pageContainer ul.pager li a {
          border-radius: 12px;
          width: 24px;
          height: 24px;
          line-height: 24px; }
        .pageContainer ul.pager li:first-child, .pageContainer ul.pager li:last-child {
          display: none; }
    .pageContainer .radioCM {
      display: block; }
      .pageContainer .radioCM li {
        width: 100%;
        padding-right: 0; }
    .pageContainer .standardContents .completeAquaculture .process h3 {
      font-size: 24px;
      justify-content: center; }
      .pageContainer .standardContents .completeAquaculture .process h3 i {
        font-size: 50px;
        width: 50px; }
    .pageContainer .standardContents .completeAquaculture .process .reverse h3 {
      flex-direction: row; }
    .pageContainer .standardContents .completeAquaculture section.amami {
      background-size: 60vw;
      background-position: left top;
      padding: 1px 20px;
      margin: 0 -15px;
      width: 100vw; }
      .pageContainer .standardContents .completeAquaculture section.amami h2 {
        font-size: 26px; }
    .pageContainer .standardContents .completeAquaculture section.history h2 {
      font-size: 24px; }
      .pageContainer .standardContents .completeAquaculture section.history h2 span {
        font-size: 18px; }
    .pageContainer .standardContents .completeAquaculture section.history dl {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      width: auto;
      margin: 0 auto; }
      .pageContainer .standardContents .completeAquaculture section.history dl dt {
        width: 60px;
        font-size: 24px; }
      .pageContainer .standardContents .completeAquaculture section.history dl dd {
        width: calc(100% - 60px);
        padding: 10px 0 10px 15px;
        border: 0;
        font-size: 14px; }
    .pageContainer ul.researchArchives {
      margin: 0 -10px; }
      .pageContainer ul.researchArchives li {
        width: 50%;
        margin-bottom: 10px;
        font-size: 12px; }
        .pageContainer ul.researchArchives li.headline {
          width: 100%;
          font-size: 14px; }
    .pageContainer header.corpCtgTop {
      max-width: none;
      min-width: 0;
      margin: 0 auto 40px;
      display: block;
      position: relative;
      overflow: hidden;
      padding: 0; }
      .pageContainer header.corpCtgTop .content {
        width: 100%;
        padding: 0;
        position: relative;
        z-index: 2;
        padding: 40px 20px;
        background: rgba(255, 255, 255, 0.7); }
        .pageContainer header.corpCtgTop .content.ir {
          padding: 0 15px 20px; }
      .pageContainer header.corpCtgTop .mainVisual {
        width: 100%;
        height: 100%;
        max-width: none;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        .pageContainer header.corpCtgTop .mainVisual img {
          display: block;
          width: auto;
          height: auto;
          min-width: 100%;
          min-height: 100%;
          display: none; }
        .pageContainer header.corpCtgTop .mainVisual.cpOutline {
          position: absolute;
          background-image: url(/corporate/outline/images/main-visual.jpg); }
          .pageContainer header.corpCtgTop .mainVisual.cpOutline::after {
            content: none; }
        .pageContainer header.corpCtgTop .mainVisual.cpSustainability {
          background-image: url("/corporate/sustainability/images/main-visual.jpg"); }
        .pageContainer header.corpCtgTop .mainVisual.cpSafe {
          background-image: url("/corporate/safe_rd/images/main-visual.jpg"); }
        .pageContainer header.corpCtgTop .mainVisual.irNewsPanel {
          padding: 15px 15px 25px;
          position: relative;
          left: auto;
          top: auto;
          border: 0; }
          .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .irSelector {
            font-size: 12px; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .irSelector a {
              padding: 5px;
              border-radius: 20px;
              width: 32%; }
          .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel .linkBtn {
            text-align: center; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel .linkBtn a {
              min-width: 0;
              width: 100%;
              text-align: center; }
          .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel ul, .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl, .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel table {
            margin-bottom: 20px; }
          .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl {
            display: block; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl dt {
              font-size: 14px;
              padding: 10px 0 0;
              width: auto; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl dd {
              padding: 5px 0 10px 0;
              font-size: 14px;
              width: auto; }
              .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl dd a {
                padding-right: 0;
                text-overflow: clip;
                white-space: normal; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl.irCalendar dt {
              width: auto;
              border: 0; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel dl.irCalendar dd {
              padding-left: 0;
              width: auto; }
          .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel ul li {
            padding: 10px 0;
            margin-bottom: 0;
            font-size: 14px; }
            .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel ul li a {
              white-space: normal;
              text-overflow: clip;
              overflow: visible; }
              .pageContainer header.corpCtgTop .mainVisual.irNewsPanel .panel ul li a::after {
                content: ''; }
      .pageContainer header.corpCtgTop h1 {
        font-size: 24px;
        margin: 0 auto 20px; }
    .pageContainer .midtermPlan {
      display: block; }
      .pageContainer .midtermPlan img {
        margin: 0 0 15px;
        width: 100%; }
      .pageContainer .midtermPlan a {
        font-size: 20px;
        text-align: center;
        display: block;
        padding: 0;
        border: 0; }
    .pageContainer .standardContents .operatingFoundations {
      display: block; }
      .pageContainer .standardContents .operatingFoundations dl.header {
        width: 100%;
        display: block;
        padding: 20px;
        margin-bottom: 20px; }
        .pageContainer .standardContents .operatingFoundations dl.header dd {
          margin: 0;
          padding: 0; }
      .pageContainer .standardContents .operatingFoundations .label,
      .pageContainer .standardContents .operatingFoundations .value {
        color: #d70c18;
        font-size: 12px;
        font-weight: bold;
        display: block; }
        .pageContainer .standardContents .operatingFoundations .label b,
        .pageContainer .standardContents .operatingFoundations .value b {
          font-size: 18px;
          font-weight: bold; }
      .pageContainer .standardContents .operatingFoundations .distributed {
        width: auto;
        padding-left: 0;
        background: none; }
        .pageContainer .standardContents .operatingFoundations .distributed table {
          margin-bottom: 20px; }
          .pageContainer .standardContents .operatingFoundations .distributed table:last-child {
            margin-bottom: 0; }
          .pageContainer .standardContents .operatingFoundations .distributed table th, .pageContainer .standardContents .operatingFoundations .distributed table td {
            padding: 5px; }
            .pageContainer .standardContents .operatingFoundations .distributed table th ul li, .pageContainer .standardContents .operatingFoundations .distributed table td ul li {
              font-size: 12px; }
          .pageContainer .standardContents .operatingFoundations .distributed table th {
            width: 30%; }
    .pageContainer .brandLogo {
      padding: 20px 0 0; }
      .pageContainer .brandLogo .imgBox {
        padding: 0 40px; }
      .pageContainer .brandLogo p {
        font-size: 16px;
        text-align: left; }
    .pageContainer .standardContents .brandDefinition .brandBox {
      padding: 15px;
      text-align: left; }
      .pageContainer .standardContents .brandDefinition .brandBox h3 {
        text-align: left;
        font-size: 20px;
        margin: 0 auto 10px; }
      .pageContainer .standardContents .brandDefinition .brandBox p {
        margin-bottom: 0; }
        .pageContainer .standardContents .brandDefinition .brandBox p.guide {
          padding-top: 15px;
          font-size: 14px; }
      .pageContainer .standardContents .brandDefinition .brandBox .content {
        padding: 10px; }
        .pageContainer .standardContents .brandDefinition .brandBox .content p {
          font-size: 14px; }
          .pageContainer .standardContents .brandDefinition .brandBox .content p strong {
            font-size: 16px; }
    .pageContainer .standardContents .brandDefinition .downArr {
      padding: 15px;
      height: 70px; }
    .pageContainer .standardContents .bookSlider {
      margin: 0 0 50px;
      padding: 0; }
      .pageContainer .standardContents .bookSlider ul {
        max-width: none;
        margin: 0 auto;
        width: 100%; }
        .pageContainer .standardContents .bookSlider ul li {
          padding: 0;
          margin-bottom: 0;
          text-align: center; }
          .pageContainer .standardContents .bookSlider ul li::before {
            content: none; }
          .pageContainer .standardContents .bookSlider ul li img {
            display: block;
            margin-bottom: 5px; }
          .pageContainer .standardContents .bookSlider ul li a {
            padding: 5px;
            font-size: 12px; }
      .pageContainer .standardContents .bookSlider .slick-dots {
        bottom: -40px;
        height: 40px; }
        .pageContainer .standardContents .bookSlider .slick-dots li {
          width: 10px;
          height: 10px;
          border-radius: 5px;
          margin: 0 5px; }
    .pageContainer .tabsNav {
      margin-bottom: 10px; }
      .pageContainer .tabsNav .tab {
        font-size: 18px; }
        .pageContainer .tabsNav .tab a {
          padding: 10px; }
          .pageContainer .tabsNav .tab a:hover {
            background: transparent; }
    .pageContainer .tabContents .map figure.offices {
      width: 100%;
      height: calc((100vw - 30px) * 0.7936);
      background-size: contain;
      margin: 0; }
    .pageContainer .tabContents .map figure img {
      width: 100%; }
    .pageContainer .tabContents .map figure .areaAnchor {
      display: none; }
    .pageContainer .tabContents .map p.pdfLink {
      font-size: 14px; }
    .pageContainer .tabContents .map.hasAnchor {
      overflow-x: visible; }
      .pageContainer .tabContents .map.hasAnchor figure {
        width: 100%;
        margin-top: 30px; }
      .pageContainer .tabContents .map.hasAnchor p.pdfLink {
        margin: 0;
        top: -20px; }
    .pageContainer .tabContents .map ul.switchBtns li {
      width: 50%;
      margin: 0;
      padding: 0 5px; }
      .pageContainer .tabContents .map ul.switchBtns li a, .pageContainer .tabContents .map ul.switchBtns li em {
        border: 2px #d70c18 solid;
        font-size: 14px; }
    .pageContainer .tabContents .map.unit {
      display: block; }
      .pageContainer .tabContents .map.unit .unitNav {
        width: auto;
        padding-top: 0;
        position: relative;
        margin-bottom: 10px;
        z-index: 1; }
        .pageContainer .tabContents .map.unit .unitNav ul {
          display: none; }
        .pageContainer .tabContents .map.unit .unitNav form {
          display: block; }
          .pageContainer .tabContents .map.unit .unitNav form select {
            display: block;
            padding: 10px;
            text-align: center;
            border: 1px #111111 solid;
            width: 100%; }
            .pageContainer .tabContents .map.unit .unitNav form select option:selected {
              background: #f00; }
      .pageContainer .tabContents .map.unit figure {
        width: 100%;
        height: calc((100vw - 30px) * 0.8064);
        margin-left: 0;
        background-size: contain;
        margin-top: 0; }
        .pageContainer .tabContents .map.unit figure img {
          width: 100%;
          height: auto;
          left: 0;
          top: 0; }
        .pageContainer .tabContents .map.unit figure div.pdfLink {
          position: absolute;
          left: 0;
          top: 0; }
          .pageContainer .tabContents .map.unit figure div.pdfLink a.pdf {
            font-size: 14px; }
    .pageContainer .standardContents table.basesTable {
      margin-bottom: 50px; }
      .pageContainer .standardContents table.basesTable col {
        width: auto; }
      .pageContainer .standardContents table.basesTable tr {
        position: relative;
        /* for iPone Safari */
        display: block; }
      .pageContainer .standardContents table.basesTable th, .pageContainer .standardContents table.basesTable td {
        padding: 10px 0;
        border: 0;
        border-bottom: 1px #c3d8e6 solid;
        font-size: 16px;
        display: block;
        width: 100%; }
      .pageContainer .standardContents table.basesTable td.mapBtn {
        padding: 0;
        border: 0; }
      .pageContainer .standardContents table.basesTable th {
        padding-right: 70px; }
        .pageContainer .standardContents table.basesTable th:not([colspan="3"]) {
          border-bottom: 0;
          padding-bottom: 0; }
      .pageContainer .standardContents table.basesTable td {
        font-size: 14px; }
        .pageContainer .standardContents table.basesTable td.business img {
          width: 30px;
          height: 30px; }
      .pageContainer .standardContents table.basesTable span.zip {
        padding: 0;
        display: block; }
      .pageContainer .standardContents table.basesTable a.viewMap {
        position: absolute;
        right: 0;
        top: 10px;
        padding: 0 15px; }
      .pageContainer .standardContents table.basesTable.overseas tr {
        border-bottom: 1px #c3d8e6 solid;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative; }
      .pageContainer .standardContents table.basesTable.overseas th {
        width: 100%; }
      .pageContainer .standardContents table.basesTable.overseas td {
        border: 0; }
        .pageContainer .standardContents table.basesTable.overseas td:first-of-type {
          width: 25%; }
        .pageContainer .standardContents table.basesTable.overseas td.business {
          width: 75%; }
        .pageContainer .standardContents table.basesTable.overseas td:last-child img {
          position: absolute;
          right: 0;
          top: 10px; }
    .pageContainer .standardContents ul.legend img {
      width: 30px; }
    .pageContainer .standardContents ul.legend.tableLegend {
      margin-top: -40px; }
    .pageContainer .standardContents .groupList {
      display: block; }
      .pageContainer .standardContents .groupList dt {
        width: auto;
        border-bottom: 0;
        margin-bottom: 10px;
        padding-bottom: 0;
        padding-right: 60px; }
        .pageContainer .standardContents .groupList dt a {
          color: #111111;
          text-decoration: underline;
          padding-right: 20px;
          background-size: 16px; }
          .pageContainer .standardContents .groupList dt a:hover {
            color: #d70c18; }
      .pageContainer .standardContents .groupList dd {
        width: auto;
        position: relative;
        padding-right: 0; }
        .pageContainer .standardContents .groupList dd b {
          font-weight: bold; }
        .pageContainer .standardContents .groupList dd span.zip {
          display: block;
          padding: 0; }
        .pageContainer .standardContents .groupList dd a.viewMap {
          position: absolute;
          right: 0;
          top: -33px;
          padding: 0 15px; }
        .pageContainer .standardContents .groupList dd:empty {
          padding: 0 0 5px; }
    .pageContainer .standardContents h3 + .groupList {
      border-top: 1px #c3d8e6 solid;
      padding-top: 15px; }
    .pageContainer .standardContents .groupHistory section.history {
      width: calc(50% - 5px); }
      .pageContainer .standardContents .groupHistory section.history table {
        margin-bottom: 0; }
        .pageContainer .standardContents .groupHistory section.history table th, .pageContainer .standardContents .groupHistory section.history table td {
          padding: 5px; }
        .pageContainer .standardContents .groupHistory section.history table th {
          white-space: nowrap;
          width: auto; }
        .pageContainer .standardContents .groupHistory section.history table th {
          font-size: 16px; }
        .pageContainer .standardContents .groupHistory section.history table .fRt {
          margin-bottom: 10px; }
        .pageContainer .standardContents .groupHistory section.history table div {
          text-align: center; }
      .pageContainer .standardContents .groupHistory section.history.maruha::after {
        content: '～';
        width: 40px;
        height: 40px;
        margin: 20px auto;
        text-align: center;
        transform: rotate(90deg);
        font-size: 40px;
        font-weight: bold;
        display: none; }
    .pageContainer .standardContents .groupHistory .nextArr {
      margin: 20px auto; }
    .pageContainer .standardContents dl.irCalendar dt {
      width: auto;
      float: none;
      padding: 5px 0;
      margin: 0;
      font-size: 12px; }
    .pageContainer .standardContents dl.irCalendar dd {
      padding: 0 0 10px 0;
      font-size: 16px; }
    .pageContainer .standardContents dl.irCalendar em {
      position: relative;
      right: auto;
      top: 2px;
      display: inline-block;
      margin-left: 1em; }
    .pageContainer .standardContents .qualityMessage {
      padding: 20px 15px;
      margin-bottom: 40px; }
      .pageContainer .standardContents .qualityMessage h3 {
        font-size: 20px; }
      .pageContainer .standardContents .qualityMessage h4 {
        font-size: 16px; }
      .pageContainer .standardContents .qualityMessage p {
        font-size: 14px;
        font-weight: bold; }
    .pageContainer .standardContents table th.past {
      background: #cbe5ff; }
    .pageContainer .standardContents table th.renew {
      background: #ffd8d8;
      color: #d70c18; }
    .pageContainer .standardContents table td.past {
      background: #eef6ff; }
    .pageContainer .standardContents table td.renew {
      background: #fff3f3; }
    .pageContainer .standardContents .brandSlogan {
      padding: 80px 20px 50px;
      box-shadow: none;
      border-radius: 0;
      margin: -20px -15px 30px; }
      .pageContainer .standardContents .brandSlogan h2 {
        margin: 0 0 30px; }
      .pageContainer .standardContents .brandSlogan p {
        text-align: center;
        letter-spacing: 0;
        font-size: 14px; }
    .pageContainer .standardContents dl.customersValue {
      padding: 15px; }
      .pageContainer .standardContents dl.customersValue dt {
        padding: 5px 10px;
        margin-bottom: 10px; }
    .pageContainer .standardContents.sustainabilityPlan h3.vision {
      font-size: 14px;
      font-weight: bold; }
      .pageContainer .standardContents.sustainabilityPlan h3.vision b {
        font-size: 18px; }
    .pageContainer .standardContents.sustainabilityPlan .ttlShoulder {
      padding: 5px;
      font-size: 20px; }
    .pageContainer .standardContents.sustainabilityPlan .toggleTrig {
      padding: 5px 10px; }
      .pageContainer .standardContents.sustainabilityPlan .toggleTrig::after {
        width: 14px;
        height: 14px;
        font-size: 14px;
        line-height: 14px;
        right: 14px;
        top: calc(50% - 7px); }
    .pageContainer .standardContents.sustainabilityPlan .summary {
      display: block; }
      .pageContainer .standardContents.sustainabilityPlan .summary h3 {
        font-size: 18px; }
      .pageContainer .standardContents.sustainabilityPlan .summary article {
        width: 100%; }
        .pageContainer .standardContents.sustainabilityPlan .summary article h1 {
          font-size: 18px;
          font-weight: bold;
          text-align: center;
          padding: 10px;
          color: #fff;
          margin-bottom: 15px; }
          .pageContainer .standardContents.sustainabilityPlan .summary article h1.economy {
            background: #ffc000; }
          .pageContainer .standardContents.sustainabilityPlan .summary article h1.social {
            background: #61cff9; }
          .pageContainer .standardContents.sustainabilityPlan .summary article h1.environment {
            background: #92d050; }
        .pageContainer .standardContents.sustainabilityPlan .summary article h2 {
          font-weight: bold;
          display: block;
          margin: 0 0 15px;
          padding: 0;
          font-size: 18px;
          border: 0; }
      .pageContainer .standardContents.sustainabilityPlan .summary .downArr {
        padding: 0 0 30px; }
    .pageContainer .standardContents.sustainabilityPlan dl.sustManageStatus {
      display: block; }
      .pageContainer .standardContents.sustainabilityPlan dl.sustManageStatus dt {
        width: auto;
        margin-bottom: 10px; }
        .pageContainer .standardContents.sustainabilityPlan dl.sustManageStatus dt.main + dd {
          font-size: 18px; }
      .pageContainer .standardContents.sustainabilityPlan dl.sustManageStatus dd {
        width: auto;
        padding: 5px 0 10px 0; }
    .pageContainer .standardContents.sustainabilityPlan table.sustManageStatus th {
      width: auto; }
      .pageContainer .standardContents.sustainabilityPlan table.sustManageStatus th br {
        display: none; }
    .pageContainer .standardContents h3.mainTheme span {
      padding: 2px 15px 3px;
      font-size: 14px;
      margin-right: .5em;
      position: relative;
      top: -2px;
      display: table; }
    .pageContainer .standardContents h3.case {
      padding: 5px 10px;
      font-size: 18px; }
    .pageContainer .formBtns {
      padding: 30px 0; }
      .pageContainer .formBtns button, .pageContainer .formBtns .btn {
        margin: 0 10px;
        min-width: 0;
        width: calc(50% - 20px);
        padding: 8px 10px 10px; }
    .pageContainer .formTable {
      padding: 15px;
      margin: 0 -15px; }
      .pageContainer .formTable table th, .pageContainer .formTable table td {
        padding: 5px 0 0;
        display: block; }
      .pageContainer .formTable table td {
        padding-bottom: 15px; }
      .pageContainer .formTable table th {
        font-weight: bold;
        width: 100%;
        border-bottom: 0;
        font-size: 14px; }
        .pageContainer .formTable table th span {
          font-size: 10px; }
        .pageContainer .formTable table th br {
          display: none; }
        .pageContainer .formTable table th b {
          font-size: 12px;
          display: block; }
      .pageContainer .formTable table td b {
        font-weight: bold;
        padding-bottom: 5px;
        font-size: 14px;
        display: inline-block; }
      .pageContainer .formTable table td p {
        font-size: 14px; }
        .pageContainer .formTable table td p.jancode {
          font-size: 12px; }
      .pageContainer .formTable table tr:last-child th, .pageContainer .formTable table tr:last-child td {
        border-bottom: 0; }
      .pageContainer .formTable .multi {
        width: 100%;
        max-width: none; }
      .pageContainer .formTable input[type=text], .pageContainer .formTable input[type=email], .pageContainer .formTable input[type=password], .pageContainer .formTable input[type=url], .pageContainer .formTable input[type=email], .pageContainer .formTable select, .pageContainer .formTable textarea {
        padding: 7px;
        font-size: 16px;
        width: 100%; }
        .pageContainer .formTable input[type=text].mid, .pageContainer .formTable input[type=email].mid, .pageContainer .formTable input[type=password].mid, .pageContainer .formTable input[type=url].mid, .pageContainer .formTable input[type=email].mid, .pageContainer .formTable select.mid, .pageContainer .formTable textarea.mid {
          width: 47%; }
        .pageContainer .formTable input[type=text].short, .pageContainer .formTable input[type=email].short, .pageContainer .formTable input[type=password].short, .pageContainer .formTable input[type=url].short, .pageContainer .formTable input[type=email].short, .pageContainer .formTable select.short, .pageContainer .formTable textarea.short {
          width: 30%; }
        .pageContainer .formTable input[type=text]:focus, .pageContainer .formTable input[type=email]:focus, .pageContainer .formTable input[type=password]:focus, .pageContainer .formTable input[type=url]:focus, .pageContainer .formTable input[type=email]:focus, .pageContainer .formTable select:focus, .pageContainer .formTable textarea:focus {
          box-shadow: none; }
      .pageContainer .formTable label i {
        padding: 7px 20px 7px 35px;
        background-repeat: no-repeat;
        background-position: 15px center;
        background-size: 16px;
        display: block; }
      .pageContainer .formTable label.radio i {
        background-image: url("/assets/images/radioOff.png"); }
      .pageContainer .formTable label.check i {
        background-image: url("/assets/images/checkOff.png"); }
      .pageContainer .formTable label.radio input, .pageContainer .formTable label.check input {
        position: absolute;
        left: -30px;
        top: -30px; }
      .pageContainer .formTable label.radio input:checked + i {
        background-image: url("/assets/images/radioOn.png"); }
      .pageContainer .formTable label.check input:checked + i {
        background-image: url("/assets/images/checkOn.png"); }
    .pageContainer .contactMsg {
      margin: 30px 0;
      padding: 15px; }
      .pageContainer .contactMsg dt {
        font-size: 20px;
        margin-bottom: 10px; }
    .pageContainer .faqListBlock {
      background: #f7fafc;
      padding: 15px; }
      .pageContainer .faqListBlock header {
        display: block;
        margin-bottom: 10px; }
        .pageContainer .faqListBlock header h2 {
          margin: 0 0 5px;
          text-align: center;
          display: block; }
        .pageContainer .faqListBlock header .faqSearch {
          width: 100%; }
          .pageContainer .faqListBlock header .faqSearch form {
            display: block; }
            .pageContainer .faqListBlock header .faqSearch form label {
              width: auto;
              display: block;
              margin-bottom: 5px;
              font-size: 12px; }
            .pageContainer .faqListBlock header .faqSearch form div {
              width: 100%; }
      .pageContainer .faqListBlock ul li {
        line-height: 1.4;
        font-size: 14px; }
        .pageContainer .faqListBlock ul li a {
          padding: 10px 20px 10px 30px; }
          .pageContainer .faqListBlock ul li a::after {
            right: 0;
            top: calc(50% - 8px); }
          .pageContainer .faqListBlock ul li a::before {
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 12px;
            left: 0;
            top: calc(50% - 12px);
            font-size: 16px;
            font-family: "Oswald", sans-serif; }
    .pageContainer .contactPoints.standardContents {
      display: block; }
      .pageContainer .contactPoints.standardContents > div {
        margin-bottom: 30px;
        width: auto;
        padding: 20px; }
        .pageContainer .contactPoints.standardContents > div.viaPhone {
          width: 100%; }
          .pageContainer .contactPoints.standardContents > div.viaPhone .head {
            display: block;
            margin-bottom: 20px; }
            .pageContainer .contactPoints.standardContents > div.viaPhone .head h3 {
              margin: 0 auto 10px; }
            .pageContainer .contactPoints.standardContents > div.viaPhone .head a {
              font-size: 40px;
              margin-right: 0;
              color: #111111;
              text-decoration: none; }
            .pageContainer .contactPoints.standardContents > div.viaPhone .head p {
              margin-bottom: 0; }
        .pageContainer .contactPoints.standardContents > div h3 {
          width: 100%;
          border-radius: 20px;
          line-height: 1;
          text-align: center;
          margin: 0 auto 20px; }
        .pageContainer .contactPoints.standardContents > div p {
          margin-bottom: 1.5em;
          font-size: 14px; }
          .pageContainer .contactPoints.standardContents > div p.linkBtn {
            margin: 0; }
          .pageContainer .contactPoints.standardContents > div p b {
            color: #d70c18; }
    .pageContainer .faqSwitch {
      margin-bottom: 20px;
      justify-content: space-between; }
      .pageContainer .faqSwitch a {
        padding: 20px;
        margin: 0;
        min-width: 0;
        width: calc(50% - 10px); }
    .pageContainer.hasNav section.faqDetails, .pageContainer.hasNav dl.faqList {
      padding: 15px; }
      .pageContainer.hasNav section.faqDetails h2.faqQuestion, .pageContainer.hasNav section.faqDetails .faqQuestion, .pageContainer.hasNav dl.faqList h2.faqQuestion, .pageContainer.hasNav dl.faqList .faqQuestion {
        padding: 0 0 0 30px;
        font-size: 16px; }
        .pageContainer.hasNav section.faqDetails h2.faqQuestion::before, .pageContainer.hasNav section.faqDetails .faqQuestion::before, .pageContainer.hasNav dl.faqList h2.faqQuestion::before, .pageContainer.hasNav dl.faqList .faqQuestion::before {
          width: 24px;
          height: 24px;
          line-height: 24px;
          border-radius: 12px;
          top: calc(50% - 12px);
          font-size: 14px; }
      .pageContainer.hasNav section.faqDetails .faqAnswer, .pageContainer.hasNav dl.faqList .faqAnswer {
        padding: 10px;
        margin-bottom: 10px; }
        .pageContainer.hasNav section.faqDetails .faqAnswer p, .pageContainer.hasNav dl.faqList .faqAnswer p {
          font-size: 14px; }
      .pageContainer.hasNav section.faqDetails .faqEval, .pageContainer.hasNav dl.faqList .faqEval {
        display: block;
        padding: 10px; }
        .pageContainer.hasNav section.faqDetails .faqEval p, .pageContainer.hasNav dl.faqList .faqEval p {
          font-size: 13px;
          text-align: center;
          margin-bottom: 10px; }
        .pageContainer.hasNav section.faqDetails .faqEval .evalBtns, .pageContainer.hasNav dl.faqList .faqEval .evalBtns {
          padding-left: 0;
          justify-content: center; }
          .pageContainer.hasNav section.faqDetails .faqEval .evalBtns button, .pageContainer.hasNav dl.faqList .faqEval .evalBtns button {
            margin: 0 10px; }
    .pageContainer.hasNav section dl.faqList {
      padding: 0 10px 20px; }
      .pageContainer.hasNav section dl.faqList dt.faqQuestion {
        padding: 10px 30px 0 30px;
        font-size: 16px;
        margin-top: 10px; }
        .pageContainer.hasNav section dl.faqList dt.faqQuestion::before {
          width: 24px;
          height: 24px;
          line-height: 24px;
          border-radius: 12px;
          top: calc(50% - 8px);
          font-size: 14px; }
        .pageContainer.hasNav section dl.faqList dt.faqQuestion::after {
          right: 0;
          top: calc(50% - 6px);
          font-size: 22px; }
        .pageContainer.hasNav section dl.faqList dt.faqQuestion:hover::after {
          color: #c3d8e6; }
      .pageContainer.hasNav section dl.faqList dd.faqAnswer {
        margin: 10px 0 0; }
        .pageContainer.hasNav section dl.faqList dd.faqAnswer p {
          font-size: 14px; }
      .pageContainer.hasNav section dl.faqList dd.faqEval {
        padding: 10px;
        margin-bottom: 20px; }
        .pageContainer.hasNav section dl.faqList dd.faqEval p {
          text-align: center;
          font-size: 12px;
          margin-bottom: 10px; }
        .pageContainer.hasNav section dl.faqList dd.faqEval .evalBtns {
          padding-left: 0;
          justify-content: center; }
          .pageContainer.hasNav section dl.faqList dd.faqEval .evalBtns button {
            margin: 0 10px; }
        .pageContainer.hasNav section dl.faqList dd.faqEval.active {
          display: block; }
          .pageContainer.hasNav section dl.faqList dd.faqEval.active p.active {
            opacity: 1; }
          .pageContainer.hasNav section dl.faqList dd.faqEval.active .evalBtns.active {
            opacity: 1; }
    .pageContainer .standardContents .systemErrorPage {
      padding: 60px 15px; }
      .pageContainer .standardContents .systemErrorPage h1 {
        font-size: 20px;
        margin: 0 auto 30px; }
        .pageContainer .standardContents .systemErrorPage h1 b {
          margin: 0 auto 10px;
          font-size: 30vw; }
      .pageContainer .standardContents .systemErrorPage p {
        margin-bottom: 30px; }
      .pageContainer .standardContents .systemErrorPage .linkBtn a {
        min-width: none;
        width: auto;
        display: block;
        margin: 20px; }

  .recipeAnchor {
    display: block;
    position: fixed;
    top: 40vh;
    right: 0;
    z-index: 999; }
    .recipeAnchor a {
      display: block;
      background: #d70c18;
      color: #fff;
      border-radius: 8px 0 0 8px;
      font-weight: bold;
      margin-bottom: 10px;
      padding: 10px 8px;
      width: calc(1em + 16px);
      line-height: 1.2;
      text-align: center;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

  .modalBase .close {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px; }
    .modalBase .close::before, .modalBase .close::after {
      width: 40px; }
  .modalBase .modalMovie {
    width: 100%;
    min-width: 0; }

  /* list
  =========================================================== */
  .tileList {
    margin-bottom: 30px; }
    .tileList li {
      width: calc(50% - 8px);
      margin: 0 16px 15px 0; }
      .tileList li:nth-child(5n) {
        margin-right: 16px; }
      .tileList li:nth-child(2n) {
        margin-right: 0; }
      .tileList li a {
        padding: 5px 5px 15px; }
        .tileList li a i {
          font-size: 10px; }
      .tileList li b {
        font-size: 13px;
        padding: 0 5px;
        display: block; }

  .hasNav .tileList li {
    width: calc(50% - 8px); }
    .hasNav .tileList li:nth-child(5n) {
      margin-right: 16px; }
    .hasNav .tileList li:nth-child(4n) {
      margin-right: 0; }

  .bnrList {
    display: block; }
    .bnrList li {
      width: 100%;
      margin: 0 0 30px 0; }
      .bnrList li a b {
        margin-bottom: 5px;
        font-size: 16px; }
      .bnrList li p {
        line-height: 1.4;
        font-size: 14px; }
    .bnrList.pickup li {
      width: 100%;
      margin: 0 0 30px; }
    .bnrList.quad, .bnrList.dualOnSp {
      display: flex; }
      .bnrList.quad li, .bnrList.dualOnSp li {
        width: calc(50% - 8px);
        margin-right: 16px;
        font-size: 12px;
        line-height: 1.4; }
        .bnrList.quad li:nth-child(2n), .bnrList.dualOnSp li:nth-child(2n) {
          margin-right: 0; }
        .bnrList.quad li b, .bnrList.dualOnSp li b {
          font-size: 14px; }
    .bnrList.duo li {
      width: 100%; }
    .bnrList.oneByTwo {
      display: flex; }
      .bnrList.oneByTwo li {
        width: calc(50% - 8px);
        margin: 0 16px 16px 0;
        text-align: center; }
        .bnrList.oneByTwo li.c2 {
          width: 100%;
          margin: 0 0 16px; }
    .bnrList.ranking li a {
      position: relative; }
      .bnrList.ranking li a i {
        width: 40px;
        height: 40px;
        line-height: 38px;
        border-radius: 20px;
        text-align: center;
        background: #d70c18;
        font-size: 20px;
        font-weight: bold;
        font-family: "Oswald", sans-serif;
        display: block;
        position: absolute;
        left: -10px;
        top: -10px;
        color: #fff; }
    .bnrList.ranking li:nth-child(n + 4) {
      width: auto;
      margin-right: 0; }
    .bnrList.caseSlider {
      margin: 0 -5px; }
      .bnrList.caseSlider li {
        margin: 0 5px 20px 5px; }
      .bnrList.caseSlider li:nth-child(3n) {
        margin: 0 5px 20px 5px; }
      .bnrList.caseSlider .slick-arrow {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        top: 10.5vw; }
        .bnrList.caseSlider .slick-arrow::before {
          line-height: 30px;
          width: 30px;
          height: 30px;
          font-size: 20px; }
        .bnrList.caseSlider .slick-arrow.slick-prev {
          left: -5px; }
        .bnrList.caseSlider .slick-arrow.slick-next {
          right: -5px; }

  .productCategoryList li {
    width: calc(50% - 8px);
    margin: 0 16px 15px 0;
    text-align: center; }
    .productCategoryList li:nth-child(2n) {
      margin-right: 0; }
    .productCategoryList li a {
      display: block;
      padding: 10px; }
      .productCategoryList li a .img {
        overflow: hidden; }
        .productCategoryList li a .img img {
          display: block;
          transition: transform .3s ease; }
      .productCategoryList li a:hover .img img {
        transform: scale(1.075); }
      .productCategoryList li a .img {
        padding: 0 10px; }
      .productCategoryList li a[target="_blank"]::after {
        display: inline-block;
        content: '\e91c';
        font-size: 22px; }

  .pageAside {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px #c3d8e6 solid; }
    .pageAside .featured {
      margin-bottom: 30px;
      display: flex;
      justify-content: flex-start; }
      .pageAside .featured li {
        font-size: 14px;
        width: calc(50% - 8px);
        margin: 0 16px 15px 0; }
        .pageAside .featured li:nth-child(2n) {
          margin-right: 0; }
        .pageAside .featured li a {
          display: block;
          color: #111111; }
          .pageAside .featured li a .img {
            overflow: hidden; }
            .pageAside .featured li a .img img {
              display: block;
              transition: transform .3s ease; }
          .pageAside .featured li a:hover .img img {
            transform: scale(1.075); }
        .pageAside .featured li .img {
          border-radius: 10px;
          box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
          margin-bottom: 10px; }
    .pageAside .util li {
      margin-bottom: 15px;
      text-align: center;
      line-height: 1.2; }
      .pageAside .util li a {
        border-radius: 10px;
        box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
        background: #f7fafc;
        display: block;
        padding: 15px 10px 15px 60px;
        color: #111111;
        transition: color .3s ease,background .3s ease; }
        .pageAside .util li a:hover {
          color: #d70c18;
          background: #ffeecc; }

  .pageContainer .standardContents .pageHeader h1 {
    font-size: 22px;
    display: block; }
  .pageContainer .standardContents section {
    margin-bottom: 50px; }
  .pageContainer .standardContents .mainVisual {
    margin-bottom: 30px; }
  .pageContainer .standardContents h2 {
    font-size: 20px;
    margin: 40px 0 20px; }
  .pageContainer .standardContents h3 {
    font-size: 20px;
    margin: 40px 0 15px; }
  .pageContainer .standardContents h4 {
    font-size: 18px;
    margin: 40px 0 15px;
    padding-bottom: 5px; }
  .pageContainer .standardContents h5 {
    font-size: 18px;
    margin: 40px 0 15px; }
  .pageContainer .standardContents h6 {
    font-size: 16px;
    margin: 30px 0 15px; }
  .pageContainer .standardContents .columnBlock {
    padding: 20px;
    margin-bottom: 30px; }
  .pageContainer .standardContents table {
    margin-bottom: 40px; }
    .pageContainer .standardContents table caption {
      font-size: 12px; }
    .pageContainer .standardContents table th, .pageContainer .standardContents table td {
      padding: 10px;
      font-size: 14px; }
    .pageContainer .standardContents table thead th {
      padding: 6px; }
    .pageContainer .standardContents table + .note, .pageContainer .standardContents table + .notes {
      margin: -30px 0 40px; }
    .pageContainer .standardContents table.stackTable th, .pageContainer .standardContents table.stackTable td {
      display: block;
      border-right: 0 none;
      width: auto; }
    .pageContainer .standardContents table.stackTable th {
      border-bottom: 0 none; }
  .pageContainer .standardContents .ftWrap {
    margin-bottom: 40px;
    position: relative; }
    .pageContainer .standardContents .ftWrap::after {
      content: '';
      display: block;
      width: 25px;
      height: 100%;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
      position: absolute;
      right: 0;
      top: 0; }
    .pageContainer .standardContents .ftWrap .ftInner {
      width: 100%;
      overflow-y: scroll;
      padding-bottom: 1px; }
      .pageContainer .standardContents .ftWrap .ftInner table.flowTable {
        width: 800px; }
    .pageContainer .standardContents .ftWrap table {
      margin-bottom: 0; }
      .pageContainer .standardContents .ftWrap table caption {
        font-size: 12px;
        padding: 0 15px; }
    .pageContainer .standardContents .ftWrap + .note, .pageContainer .standardContents .ftWrap + .notes {
      margin: -30px 0 40px; }
  .pageContainer .standardContents ol, .pageContainer .standardContents ul, .pageContainer .standardContents dl {
    margin-bottom: 40px; }
  .pageContainer .standardContents ul.linkBtns {
    display: block;
    margin-left: 0;
    margin-right: 0; }
    .pageContainer .standardContents ul.linkBtns li {
      margin: 0 0 15px; }
    .pageContainer .standardContents ul.linkBtns.ml li {
      width: 100%;
      margin-bottom: 15px; }
    .pageContainer .standardContents ul.linkBtns.duo li, .pageContainer .standardContents ul.linkBtns.trio li {
      width: 100%;
      margin-bottom: 15px; }
  .pageContainer .standardContents ul.tabsNav {
    padding: 0 5px; }
    .pageContainer .standardContents ul.tabsNav li {
      margin: 0 5px; }
      .pageContainer .standardContents ul.tabsNav li a {
        padding: 10px 15px; }
        .pageContainer .standardContents ul.tabsNav li a:hover {
          padding: 15px; }
      .pageContainer .standardContents ul.tabsNav li.on a {
        padding: 15px; }
  .pageContainer .standardContents dl.flat dt {
    float: none !important;
    font-size: 18px; }
  .pageContainer .standardContents dl.flat dd {
    padding-left: 0 !important; }
  .pageContainer .standardContents .imgBox,
  .pageContainer .standardContents figure {
    margin-bottom: 40px;
    text-align: center; }
  .pageContainer .standardContents .fRt,
  .pageContainer .standardContents .fLt {
    margin: 0 0 30px 0;
    float: none; }
  .pageContainer .standardContents .clr {
    clear: both; }
  .pageContainer .standardContents .clrFx {
    clear: both; }
    .pageContainer .standardContents .clrFx::after {
      content: '';
      display: block;
      clear: both; }
  .pageContainer .standardContents .mc.duo, .pageContainer .standardContents .mc.trio {
    display: block; }
    .pageContainer .standardContents .mc.duo .col, .pageContainer .standardContents .mc.trio .col {
      width: 100%; }
      .pageContainer .standardContents .mc.duo .col.g2, .pageContainer .standardContents .mc.duo .col.g3, .pageContainer .standardContents .mc.trio .col.g2, .pageContainer .standardContents .mc.trio .col.g3 {
        width: 100%; }
  .pageContainer .standardContents .mc.quad .col {
    width: calc(50% - 10px); }
    .pageContainer .standardContents .mc.quad .col.g2, .pageContainer .standardContents .mc.quad .col.g3 {
      width: calc(50% - 10px); }
  .pageContainer .standardContents .newsDetail .articleHeader {
    margin-bottom: 30px; }
    .pageContainer .standardContents .newsDetail .articleHeader h1 {
      font-size: 24px;
      display: block;
      margin-bottom: 20px;
      line-height: 1.4; }
      .pageContainer .standardContents .newsDetail .articleHeader h1 smal {
        font-size: 14px;
        color: #333;
        font-weight: bold; }
    .pageContainer .standardContents .newsDetail .articleHeader .articleMeta i {
      padding: 5px 15px;
      font-size: 14px; }
    .pageContainer .standardContents .newsDetail .articleHeader .articleMeta time {
      font-size: 14px;
      padding: 5px 0; }
    .pageContainer .standardContents .newsDetail .articleHeader .ttlShoulder {
      font-size: 14px; }
    .pageContainer .standardContents .newsDetail .articleHeader .ttlBottom {
      margin-top: -10px;
      font-size: 14px; }
  .pageContainer .standardContents aside.sub {
    margin: 60px auto 0; }

  .pageContainer.grandTop .homeMain {
    height: calc(100vh - 70px);
    margin-bottom: 40px; }
    .pageContainer.grandTop .homeMain .mainSlider .slide {
      width: 100%;
      height: calc(100vh - 70px); }
    .pageContainer.grandTop .homeMain h1 {
      width: 80vw;
      height: calc(((100vh - 70px) - 24vw) / 4);
      top: calc(50% - ((400px - 24vw) / 2));
      left: 10vw;
      transform: none; }
      .pageContainer.grandTop .homeMain h1 img {
        width: 50%;
        right: 17px;
        bottom: 17px; }
      .pageContainer.grandTop .homeMain h1 span {
        left: 14px;
        top: 14px;
        font-size: 20px; }
    .pageContainer.grandTop .homeMain a {
      padding: 5px 20px;
      width: 70vw;
      text-align: center;
      top: calc(10vh + 170px); }
  .pageContainer.grandTop .corpMain {
    max-width: none;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    height: 400px;
    margin-top: 0; }
    .pageContainer.grandTop .corpMain .mainVisual {
      height: 400px;
      display: flex; }
      .pageContainer.grandTop .corpMain .mainVisual h1 {
        width: 80vw;
        height: calc((400px - 24vw) / 3); }
        .pageContainer.grandTop .corpMain .mainVisual h1 img {
          width: 50%;
          right: 17px;
          bottom: 17px; }
        .pageContainer.grandTop .corpMain .mainVisual h1 span {
          left: 14px;
          top: 14px;
          font-size: 20px; }
  .pageContainer.grandTop .mainBnr {
    margin-top: -230px; }
    .pageContainer.grandTop .mainBnr .slideBox {
      left: auto; }
    .pageContainer.grandTop .mainBnr ul {
      width: 280px; }
      .pageContainer.grandTop .mainBnr ul li {
        min-width: 260px;
        max-width: 260px;
        margin: 0 10px; }
  .pageContainer.grandTop section {
    max-width: 1200px;
    min-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    /*
    @media screen and (max-width:1440px){
    	max-width:1200px;
    }
    */
    margin-bottom: 50px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .pageContainer.grandTop section {
      max-width: none;
      min-width: 0;
      padding-left: 15px;
      padding-right: 15px; } }
@media (max-width: 767px) {
    .pageContainer.grandTop section h2 {
      margin: 0 auto 30px; }
      .pageContainer.grandTop section h2 + p {
        margin: -15px 0 20px; }
  .pageContainer.grandTop ul.specialSites li {
    width: calc(50% - 8px); }
    .pageContainer.grandTop ul.specialSites li a {
      display: block;
      padding-left: 0; }
      .pageContainer.grandTop ul.specialSites li a img {
        display: block; }
    .pageContainer.grandTop ul.specialSites li.umito a {
      background: none; }
    .pageContainer.grandTop ul.specialSites li.oishiine a {
      background: none; }
    .pageContainer.grandTop ul.specialSites li div {
      padding: 0; }
      .pageContainer.grandTop ul.specialSites li div b {
        display: none; }
  .pageContainer.grandTop .tileList.slider {
    margin: 0 -10px 40px; }
    .pageContainer.grandTop .tileList.slider li {
      height: 100%;
      min-height: 170px;
      margin: 0 10px; }
      .pageContainer.grandTop .tileList.slider li:nth-child(5n) {
        margin-right: 10px; }
    .pageContainer.grandTop .tileList.slider .slick-track {
      display: flex;
      align-items: stretch; }
    .pageContainer.grandTop .tileList.slider .slick-list {
      padding: 20px 0 15px 0 !important; }
    .pageContainer.grandTop .tileList.slider li {
      width: calc(50% - 16px) !important;
      margin: 0 8px; }
    .pageContainer.grandTop .tileList.slider .slick-arrow {
      width: 30px;
      height: 30px;
      border-radius: 15px;
      top: calc(50% - 15px); }
      .pageContainer.grandTop .tileList.slider .slick-arrow::before {
        line-height: 30px;
        width: 30px;
        height: 30px;
        font-size: 20px; }
      .pageContainer.grandTop .tileList.slider .slick-arrow.slick-prev {
        left: -5px; }
      .pageContainer.grandTop .tileList.slider .slick-arrow.slick-next {
        right: -5px; }
  .pageContainer.grandTop .bnrList.series li {
    display: none; }
    .pageContainer.grandTop .bnrList.series li:first-child {
      display: block; }
  .pageContainer.grandTop .bnrList.recipe {
    display: flex;
    justify-content: space-between; }
    .pageContainer.grandTop .bnrList.recipe li {
      width: calc(50% - 8px); }
      .pageContainer.grandTop .bnrList.recipe li:last-child {
        width: 100%; }
  .pageContainer.grandTop section.marutto {
    position: relative;
    background: url("/images/bg_marutto2.png") no-repeat center top;
    background-size: calc(100vw - 40px);
    padding: 20vw 0 0; }
    .pageContainer.grandTop section.marutto .inner {
      padding: 0;
      background: none; }
      .pageContainer.grandTop section.marutto .inner h3 {
        display: none; }
    .pageContainer.grandTop section.marutto h2 {
      width: auto;
      margin-bottom: 10px; }
      .pageContainer.grandTop section.marutto h2 + p {
        width: auto;
        margin: 0 auto 30px;
        padding: 60px 40px 0;
        background: url("/images/ttl_marutto.png") no-repeat center 15px;
        background-size: 220px auto; }
    .pageContainer.grandTop section.marutto ul {
      max-width: 1200px;
      min-width: 984px;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      /*
      @media screen and (max-width:1440px){
      	max-width:1200px;
      }
      */
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 30px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .pageContainer.grandTop section.marutto ul {
        max-width: none;
        min-width: 0;
        padding-left: 15px;
        padding-right: 15px; } }
@media (max-width: 767px) {
      .pageContainer.grandTop section.marutto ul li {
        width: calc(50% - 8px);
        margin: 0 0 15px; }
    .pageContainer.grandTop section.marutto .linkDetail {
      top: auto; }
  .pageContainer.grandTop section.appendix {
    display: block;
    padding: 0 15px; }
    .pageContainer.grandTop section.appendix .block {
      width: auto; }
      .pageContainer.grandTop section.appendix .block.movie {
        padding: 30px;
        margin-bottom: 30px; }
        .pageContainer.grandTop section.appendix .block.movie h2 {
          font-size: 18px; }
        .pageContainer.grandTop section.appendix .block.movie a::before {
          width: 60px;
          height: 60px;
          line-height: 60px;
          border-radius: 30px;
          font-size: 20px;
          margin-bottom: 30px; }
      .pageContainer.grandTop section.appendix .block img {
        display: block;
        width: 100%;
        height: auto;
        transition: transform .3s ease; }
      .pageContainer.grandTop section.appendix .block .bnr {
        margin-bottom: 30px;
        border-radius: 10px;
        overflow: hidden; }
        .pageContainer.grandTop section.appendix .block .bnr:last-child {
          margin-bottom: 0; }
        .pageContainer.grandTop section.appendix .block .bnr a:hover img {
          transform: scale(1.05); }
  .pageContainer.grandTop section.news {
    display: block;
    width: auto;
    padding: 0 15px; }
    .pageContainer.grandTop section.news .linkDetail {
      padding-bottom: 0 !important; }
    .pageContainer.grandTop section.news header {
      width: auto; }
      .pageContainer.grandTop section.news header h2 {
        margin-bottom: 0; }
      .pageContainer.grandTop section.news header a.btn {
        padding: 8px 30px 8px 20px;
        width: 80%; }
    .pageContainer.grandTop section.news .newsList {
      width: auto;
      padding-left: 0;
      border-left: 0;
      margin-bottom: 20px; }
      .pageContainer.grandTop section.news .newsList dd:last-of-type {
        border-bottom: 0; }
  .pageContainer.grandTop .snsTimeline {
    display: block;
    max-width: 1200px;
    min-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    /*
    @media screen and (max-width:1440px){
    	max-width:1200px;
    }
    */
    padding: 20px 15px;
    margin-bottom: 40px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .pageContainer.grandTop .snsTimeline {
      max-width: none;
      min-width: 0;
      padding-left: 15px;
      padding-right: 15px; } }
@media (max-width: 767px) {
    .pageContainer.grandTop .snsTimeline > div {
      width: auto;
      margin-bottom: 20px; }
    .pageContainer.grandTop .snsTimeline .twitter {
      width: auto; }
    .pageContainer.grandTop .snsTimeline .facebook {
      width: auto; }
    .pageContainer.grandTop .snsTimeline .fb_iframe_widget > span {
      width: 100%; }
  .pageContainer.grandTop section.newsNav {
    padding: 20px 15px 30px;
    background: transparent;
    border: 1px #c3d8e6 solid;
    border-width: 1px 0;
    margin-bottom: 30px; }
    .pageContainer.grandTop section.newsNav .newsBox {
      padding: 0;
      display: block;
      background: transparent;
      box-shadow: none; }
      .pageContainer.grandTop section.newsNav .newsBox .menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px; }
        .pageContainer.grandTop section.newsNav .newsBox .menu li {
          width: calc(50% - 5px);
          font-size: 14px; }
          .pageContainer.grandTop section.newsNav .newsBox .menu li a.active {
            background: #d70c18;
            color: #fff; }
      .pageContainer.grandTop section.newsNav .newsBox .list {
        width: 100%; }
        .pageContainer.grandTop section.newsNav .newsBox .list dl {
          margin-top: 0; }
          .pageContainer.grandTop section.newsNav .newsBox .list dl dt {
            float: none;
            width: auto;
            padding: 10px 0 0; }
          .pageContainer.grandTop section.newsNav .newsBox .list dl dd {
            padding: 0 0 10px 0; }
            .pageContainer.grandTop section.newsNav .newsBox .list dl dd:last-of-type {
              border-bottom: 1px #c3d8e6 solid; }
            .pageContainer.grandTop section.newsNav .newsBox .list dl dd a {
              padding-right: 0; }
              .pageContainer.grandTop section.newsNav .newsBox .list dl dd a::after {
                content: none; }
      .pageContainer.grandTop section.newsNav .newsBox .goList {
        width: 100%;
        text-align: right;
        padding: 10px 15px 0; }
        .pageContainer.grandTop section.newsNav .newsBox .goList a::after {
          display: inline-block;
          font-family: 'marunichi';
          vertical-align: middle;
          position: relative;
          margin-top: -0.1em;
          font-weight: normal !important; }
        .pageContainer.grandTop section.newsNav .newsBox .goList a::after {
          content: '\e90a';
          padding-left: 1em; }
        .pageContainer.grandTop section.newsNav .newsBox .goList a:hover {
          text-decoration: underline; }

  .contentMore .visualHeader div.visual {
    height: 400px;
    padding: 20px;
    margin-bottom: 20px; }
    .contentMore .visualHeader div.visual h1 {
      font-size: 32px; }
      .contentMore .visualHeader div.visual h1 span {
        font-size: 16px; }
    .contentMore .visualHeader div.visual::before, .contentMore .visualHeader div.visual::after {
      content: none; }
  .contentMore .visualHeader h2.catch {
    padding: 80px 20px 30px;
    font-size: 22px;
    background-size: 60px auto;
    margin-top: -40px;
    margin-bottom: 30px; }
  .contentMore .visualHeader ul.notes {
    top: -30px;
    margin-bottom: 30px; }
    .contentMore .visualHeader ul.notes li {
      font-size: 10px; }
  .contentMore .visualHeader.msc-asc .wFix {
    margin-bottom: 30px; }
  .contentMore .visualHeader.spacefoods div.visual {
    height: 400px;
    padding: 280px 20px 0; }
    .contentMore .visualHeader.spacefoods div.visual h1 {
      text-align: center; }
  .contentMore .visualHeader.spacefoods div.catch {
    padding: 0 20px;
    margin: 20px auto 20px;
    text-align: left; }
    .contentMore .visualHeader.spacefoods div.catch p {
      font-size: 16px;
      margin-bottom: 1.5em; }
  .contentMore .visualHeader.tunaAuaculture div.visual {
    height: 400px; }
  .contentMore .visualHeader.nursing div.visual {
    height: 400px;
    padding-top: 270px; }
  .contentMore .visualHeader.nursing p.catch {
    color: #AF641B; }
  .contentMore .photoImageBox {
    height: 200px; }
    .contentMore .photoImageBox::before, .contentMore .photoImageBox::after {
      height: 20px;
      width: 40vw; }
    .contentMore .photoImageBox::before {
      top: -20px; }
    .contentMore .photoImageBox::after {
      bottom: -20px; }
  .contentMore.sustainability section h3 {
    font-size: 20px; }
  .contentMore section h3 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0; }
  .contentMore section p {
    font-size: 16px; }
    .contentMore section p.process i {
      font-size: 40px;
      padding: 5px 20px; }
  .contentMore .popImg {
    padding: 40px 15px 20px;
    margin-bottom: 20px;
    display: block; }
    .contentMore .popImg .content {
      width: auto; }
    .contentMore .popImg .image {
      width: auto; }
      .contentMore .popImg .image.slider .slick-arrow.slick-next {
        right: -10px; }
      .contentMore .popImg .image.slider .slick-arrow.slick-prev {
        left: -10px; }
      .contentMore .popImg .image .caption {
        font-size: 12px; }
  .contentMore ol.growProcess {
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    .contentMore ol.growProcess li {
      width: 48%; }
      .contentMore ol.growProcess li b {
        display: block; }
  .contentMore .aquacultureHistory section {
    padding: 40px 20px; }
    .contentMore .aquacultureHistory section h3 {
      font-size: 24px;
      padding: 0 0 10px; }
    .contentMore .aquacultureHistory section table th {
      font-size: 24px;
      padding: 5px 5px 0;
      width: 100%;
      display: block;
      border-bottom: 0; }
    .contentMore .aquacultureHistory section table td {
      padding: 5px 0 10px;
      font-size: 16px;
      display: block;
      text-align: center; }
  .contentMore .profile {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
    padding: 10px; }
    .contentMore .profile img {
      float: left;
      width: 35%;
      margin: 0 15px 10px 0; }
    .contentMore .profile .caption p {
      font-size: 12px;
      margin-bottom: 0; }
  .contentMore.nursing section {
    padding-top: 0; }
    .contentMore.nursing section h2:first-child {
      margin-top: 0; }
  .contentMore.nursing .bgBlock section {
    padding: 30px 15px 10px; }
    .contentMore.nursing .bgBlock section .udf {
      padding: 15px; }
      .contentMore.nursing .bgBlock section .udf dl {
        margin-bottom: 10px;
        flex-wrap: wrap; }
        .contentMore.nursing .bgBlock section .udf dl dt {
          width: 100%;
          margin: 0 0 10px;
          text-align: center; }
        .contentMore.nursing .bgBlock section .udf dl dd {
          width: calc(25% - 5px);
          font-size: 12px;
          padding: 20px 5px; }

  nav.contentMore {
    padding: 0 0 40px; }
    nav.contentMore::before {
      width: 200px;
      left: calc(50% - 100px); }
    nav.contentMore ul {
      padding: 0 5px;
      flex-wrap: wrap; }
      nav.contentMore ul li {
        margin: 0 5px 10px;
        width: calc(50% - 10px); }
        nav.contentMore ul li a {
          border-radius: 30px;
          padding: 5px;
          min-width: 0;
          font-size: 12px; }
          nav.contentMore ul li a span {
            display: block;
            font-size: 10px; } }
