@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");
/* font-size
-------------------------------------------------- */
/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%; }

body {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-smoothing: antialiased;
  width: 100%;
  height: 100%; }

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

audio,
canvas,
video {
  display: inline-block; }

hr {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

input,
select {
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

img {
  vertical-align: bottom; }

/* ============================================================ */
/* 基本設定 */
/* ============================================================ */
@media screen and (max-width: 320px) {
  html {
    font-size: calc(100vw / 37.5); } }

body {
  background: #e8e6d9;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック"; }

#wrapper {
  padding: 75px 0 0;
  font-size: 1.4rem;
  line-height: 1.8; }
  .fixed #wrapper {
    position: fixed;
    width: 100%;
    height: 100%; }

.pc-view {
  display: none !important; }

a {
  color: #006699; }
  #footer a {
    color: #333; }

[class^="icon-arrow-"] {
  font-size: 1.6rem !important; }

/* ============================================================ */
/* header */
/* ============================================================ */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 75px;
  background: #e8e6d9; }
  #header .header-logo {
    top: 15px;
    width: 109px;
    height: 42px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  #header .header-recruit {
    position: absolute;
    top: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90px;
    height: 40px;
    background: #fff;
    border: 1px slid #dcdacd;
    color: #494947;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    border-radius: 3px; }
    @media screen and (max-width: 320px) {
      #header .header-recruit {
        width: 24vw; } }
  #header .header-menu,
  #header .header-menu__item {
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  #header .header-menu {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 200;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #424242;
    display: block;
    border-radius: 3px; }
    #header .header-menu__item {
      position: absolute;
      left: 10px;
      display: block;
      width: 20px;
      height: 3px;
      background: #fff; }
      #header .header-menu__item:nth-child(1) {
        top: 12px; }
      #header .header-menu__item:nth-child(2) {
        top: 19px; }
      #header .header-menu__item:nth-child(3) {
        top: 26px; }
    #header .header-menu.gnav-open {
      background: transparent; }
      #header .header-menu.gnav-open .header-menu__item {
        left: 5px;
        width: 30px;
        height: 4px;
        background: #494947; }
        #header .header-menu.gnav-open .header-menu__item:nth-of-type(1) {
          -webkit-transform: translateY(7px) rotate(-315deg);
                  transform: translateY(7px) rotate(-315deg); }
        #header .header-menu.gnav-open .header-menu__item:nth-of-type(2) {
          opacity: 0; }
        #header .header-menu.gnav-open .header-menu__item:nth-of-type(3) {
          -webkit-transform: translateY(-7px) rotate(315deg);
                  transform: translateY(-7px) rotate(315deg); }
  #header .drawer-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 72vw;
    height: 100vh;
    padding: 60px 0 0;
    background: #e8e6d9;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    #header .drawer-nav.open {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
  #header .drawer-menu {
    padding: 0 13px 100px; }
    #header .drawer-menu__content1 {
      margin: 0 0 20px;
      background: #fff;
      font-size: 1.5rem;
      border-radius: 4px; }
      #header .drawer-menu__content1 > *:not(:last-child) {
        border-bottom: 1px solid #ddd; }
      #header .drawer-menu__content1 .drawer-menu-item {
        padding: 10px;
        font-size: 1.5rem; }
  #header .drawer-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    color: #333;
    font-size: 1.4rem;
    text-align: left; }
    #header .drawer-menu-item:hover {
      color: #333;
      text-decoration: none; }
    #header .drawer-menu-item > *:not([class^="icon-"]) {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    #header .drawer-menu-item .icon-arrow-right {
      margin: 0 5px 0 0;
      font-size: 1.6rem; }
  #header .drawer-dropdown.open .drawer-menu-item .icon-angle-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #header .drawer-dropdown-menu {
    display: none;
    padding: 0 0 10px;
    background: none; }
  #header .drawer-dropdown-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 12px 6px 25px;
    color: #333;
    font-size: 1.2rem;
    line-height: 1.6; }
    #header .drawer-dropdown-menu-item > *:not([class^="icon-"]) {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    #header .drawer-dropdown-menu-item .icon-angle-right {
      margin: 0 0 0 10px;
      color: #8b8a82; }
  #header::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden; }
    .drawer-open #header::before {
      opacity: 1;
      visibility: visible; }
  #header::after {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    .fixed #header::after {
      visibility: visible;
      opacity: 1; }

/* ============================================================ */
/* .contents */
/* ============================================================ */
.contents {
  margin: 0 15px 30px;
  padding: 0 15px 30px;
  background: #fff; }

.section:not(:last-child) {
  margin: 0 0 30px; }

.dot {
  margin: 0 0 30px;
  background: none;
  border: none;
  border-top: 2px dotted #4c4c4c; }
  .dot--yellow {
    border-color: #d2a51f; }
  .dot--red {
    border-color: #bf4d4e; }
  .dot--aqua {
    border-color: #1996b6; }
  .dot--green {
    border-color: #336600; }
  .dot--brown {
    border-color: #a06a33; }
  .dot--indigo {
    border-color: #476883; }
  .dot--purple {
    border-color: #996699; }

/* --------------------------------------------------- */
/* パンくず */
/* --------------------------------------------------- */
.pankuzu {
  margin: 0 0 20px;
  font-size: 1rem;
  text-align: right;
  line-height: 1.4; }

/* ============================================================ */
/* 汎用スタイル */
/* ============================================================ */
/* --------------------------------------------------- */
/* テキスト */
/* --------------------------------------------------- */
p {
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }

.indent {
  display: table; }
  .indent > *:first-child {
    display: table-cell;
    white-space: nowrap; }

/* --------------------------------------------------- */
/* 見出し */
/* --------------------------------------------------- */
.main_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 160px;
  margin: 0 0 20px;
  padding: 0 30px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  .cheese .main_lead {
    background-image: url(/common/images/main_cheese_sp.png); }
  .food .main_lead {
    background-image: url(/common/images/main_food_sp.png); }
  .rakuno .main_lead {
    background-image: url(/common/images/main_rakuno_sp.png); }
  .kyoshin .main_lead {
    background-image: url(/common/images/main_hinpyo_sp.png); }
  .horse .main_lead {
    background-image: url(/common/images/main_horse_sp.png); }
  .denim .main_lead {
    background-image: url(/common/images/main_denim_sp.png); }
  .tamahagane .main_lead {
    background-image: url(/common/images/main_tamahagane_sp.png); }
  .blog_cheese-fm .main_lead {
    background-image: url(/common/images/main_cheese-fm_sp.jpg); }
  .blog_cheese-fm_2 .main_lead {
    background-image: url(/common/images/main_cheese-fm_2_sp.jpg); }

/* ----- CHEESE FM ----- */
.blog_cheese-fm .main_lead {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .blog_cheese-fm .main_lead img {
    max-height: 140px; }

.blog_cheese-fm .entry-list__item {
  padding: 5px 0 10px;
  border-bottom: 1px solid #ddd;
  display: block;
  text-decoration: none; }
  .blog_cheese-fm .entry-list__item:first-child {
    border-top: 1px solid #ddd; }
  .blog_cheese-fm .entry-list__item__data {
    color: #999;
    font-size: 1.4rem; }
    .blog_cheese-fm .entry-list__item__data::before {
      margin: 0 8px 0 0;
      font-family: 'icomoon';
      content: "\e915";
      font-size: 2.0rem;
      font-weight: normal;
      line-height: 38px; }
  .blog_cheese-fm .entry-list__item__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #efa212; }

.blog_cheese-fm .catch {
  border: 2px solid #efa212;
  -webkit-box-shadow: 5px 5px 0 #efa212;
          box-shadow: 5px 5px 0 #efa212;
  border-radius: 15px;
  margin: 0 0 30px;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .blog_cheese-fm .catch__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold; }
  .blog_cheese-fm .catch__pic {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    text-align: center;
    margin-bottom: 15px; }

.ttl01 {
  margin: 0 -15px 10px;
  padding: 20px 0;
  background: #494947;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2; }
  .ttl01--yellow {
    background: #d2a51f; }
  .ttl01--red {
    background: #bf4d4e; }
  .ttl01--aqua {
    background: #1996b6; }
  .ttl01--green {
    background: #336600; }
  .ttl01--brown {
    background: #a06a33; }
  .ttl01--indigo {
    background: #476883; }
  .ttl01--purple {
    background: #996699; }

.ttl02 {
  position: relative;
  margin: 0 0 20px;
  color: #4c4c4c;
  font-weight: bold;
  line-height: 1.4; }
  .ttl02::before, .ttl02::after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    border-top: 2px dotted #4c4c4c; }
  .ttl02::before {
    top: 0; }
  .ttl02::after {
    bottom: 0; }
  .ttl02__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0; }
    .ttl02__inner::before {
      position: absolute;
      left: 0;
      right: 0;
      content: '';
      border-top: 2px dotted #4c4c4c; }
    .ttl02__inner:last-child::before {
      top: 0; }
    .ttl02__inner:first-child::before {
      bottom: 0; }
  .ttl02__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 10px;
    margin: 0 0 5px;
    background: #4c4c4c;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3; }
  .ttl02__lead {
    font-size: 1.4rem; }
  .ttl02__text {
    display: block;
    padding: 15px 0;
    font-family: "ヒラギノ明朝 W5 JIS2004", serif;
    font-size: 2rem; }
  .ttl02--yellow {
    color: #d2a51f; }
    .ttl02--yellow::before, .ttl02--yellow::after,
    .ttl02--yellow .ttl02__inner::before {
      border-color: #d2a51f; }
    .ttl02--yellow .ttl02__label {
      background: #d2a51f; }
  .ttl02--red {
    color: #bf4d4e; }
    .ttl02--red::before, .ttl02--red::after,
    .ttl02--red .ttl02__inner::before {
      border-color: #bf4d4e; }
    .ttl02--red .ttl02__label {
      background: #bf4d4e; }
  .ttl02--aqua {
    color: #1996b6; }
    .ttl02--aqua::before, .ttl02--aqua::after,
    .ttl02--aqua .ttl02__inner::before {
      border-color: #1996b6; }
    .ttl02--aqua .ttl02__label {
      background: #1996b6; }
  .ttl02--green {
    color: #336600; }
    .ttl02--green::before, .ttl02--green::after,
    .ttl02--green .ttl02__inner::before {
      border-color: #336600; }
    .ttl02--green .ttl02__label {
      background-color: #336600; }
  .ttl02--brown {
    color: #a06a33; }
    .ttl02--brown::before, .ttl02--brown::after,
    .ttl02--brown .ttl02__inner::before {
      border-color: #a06a33; }
    .ttl02--brown .ttl02__label {
      background-color: #a06a33; }
  .ttl02--indigo {
    color: #476883; }
    .ttl02--indigo::before, .ttl02--indigo::after,
    .ttl02--indigo .ttl02__inner::before {
      border-color: #476883; }
    .ttl02--indigo .ttl02__label {
      background-color: #476883; }
  .ttl02--purple {
    color: #996699; }
    .ttl02--purple::before, .ttl02--purple::after,
    .ttl02--purple .ttl02__inner::before {
      border-color: #996699; }
    .ttl02--purple .ttl02__label {
      background-color: #996699; }

.ttl03 {
  margin: 0 0 20px;
  padding: 5px 0 5px 15px;
  border-left: 4px solid #4c4c4c;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4; }
  .ttl03--yellow {
    border-color: #d2a51f; }
  .ttl03--red {
    border-color: #bf4d4e; }
  .ttl03--aqua {
    border-color: #1996b6; }
  .ttl03--green {
    border-color: #336600; }
  .ttl03--brown {
    border-color: #a06a33; }
  .ttl03--indigo {
    border-color: #476883; }
  .ttl03--purple {
    border-color: #996699; }

.ttl04 {
  margin: 20px 0;
  padding: 10px 15px;
  background: #eee;
  color: #494947;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4; }
  .ttl04--red {
    background: #bf4d4e;
    color: #fff; }

.ttl05 {
  margin: 0 0 10px;
  padding: 10px 15px;
  background: #4C4C4C;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4; }
  .ttl05--yellow {
    background: #d2a51f; }
  .ttl05--red {
    background: #bf4d4e; }
  .ttl05--aqua {
    background: #1996b6; }
  .ttl05--green {
    background: #336600; }
  .ttl05--brown {
    background: #a06a33; }
  .ttl05--indigo {
    background: #476883; }
  .ttl05--purple {
    background: #996699; }
  .ttl05--balloon-btm {
    position: relative; }
    .ttl05--balloon-btm::after {
      position: absolute;
      left: 50%;
      bottom: -5px;
      content: '';
      border-style: solid;
      border-width: 5px 4.5px 0;
      border-color: #494947 transparent transparent;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .ttl05--balloon-btm.ttl05--yellow::after {
      border-top-color: #d2a51f; }
    .ttl05--balloon-btm.ttl05--red::after {
      border-top-color: #bf4d4e; }
    .ttl05--balloon-btm.ttl05--aqua::after {
      border-top-color: #1996b6; }
    .ttl05--balloon-btm.ttl05--green::after {
      border-top-color: #336600; }
    .ttl05--balloon-btm.ttl05--brown::after {
      border-top-color: #a06a33; }
    .ttl05--balloon-btm.ttl05--indigo::after {
      border-top-color: #476883; }
    .ttl05--balloon-btm.ttl05--purple::after {
      border-top-color: #996699; }

.ttl06 {
  margin: 0 0 20px;
  padding: 10px;
  border: 2px solid #4C4C4C;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4; }
  .ttl06--yellow {
    border-color: #d2a51f;
    color: #bf8811; }
  .ttl06--red {
    border-color: #bf4d4e;
    color: #a73233; }
  .ttl06--aqua {
    border-color: #1996b6;
    color: #0d779c; }
  .ttl06--green {
    border-color: #336600;
    color: #1e4700; }
  .ttl06--brown {
    border-color: #a06a33;
    color: #824b1e; }
  .ttl06--indigo {
    border-color: #476883;
    color: #2d4963; }
  .ttl06--purple {
    border-color: #996699;
    color: #7a477a; }

.ttl07 {
  margin: 0 0 15px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4; }
  .ttl07--yellow {
    color: #d2a51f; }

.ttl08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
  font-family: "ヒラギノ明朝 W5 JIS2004";
  font-size: 2.4rem;
  line-height: 1.4; }
  .ttl08__number {
    margin: 0 15px 0 5px;
    font-family: "ヒラギノ明朝 W3 JIS2004";
    font-size: 3.8rem;
    line-height: 1; }
  .ttl08__text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em; }
    .ttl08__text__small {
      display: block;
      margin: 0 0 5px;
      font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
      font-size: 1.4rem;
      font-weight: bold; }
  .ttl08--yellow {
    color: #bf8811; }
  .ttl08--red {
    color: #a73233; }
  .ttl08--aqua {
    color: #0d779c; }
  .ttl08--green {
    color: #1e4700; }
  .ttl08--brown {
    color: #824b1e; }
  .ttl08--indigo {
    color: #2d4963; }
  .ttl08--purple {
    color: #7a477a; }

/* --------------------------------------------------- */
/* カラム制御 */
/* --------------------------------------------------- */
/* 複数カラム
/* --------------------------------------------------- */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.column > * {
  margin-bottom: 15px; }
  .column > * * {
    max-width: 100%; }
  .column > * img {
    outline: 1px solid transparent; }
    .column > * img:not([class*="wd-a"]) {
      width: 100%; }

.column1 > * {
  width: 100%; }

.column2 {
  margin-left: -1.5%;
  margin-right: -1.5%; }
  .column2 > * {
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 47%; }
  .column2--wide {
    margin-left: -2%;
    margin-right: -2%; }
    .column2--wide > * {
      margin-left: 2%;
      margin-right: 2%;
      width: 46%; }

.column3,
.column6 {
  margin-left: -1%;
  margin-right: -1%; }
  .column3 > *,
  .column6 > * {
    margin-left: 1%;
    margin-right: 1%;
    width: 31%; }

.column4 {
  margin-left: -1%;
  margin-right: -1%; }
  .column4 > * {
    margin-left: 1%;
    margin-right: 1%;
    width: 23%; }

.column5 {
  margin-left: -1%;
  margin-right: -1%; }
  .column5 > * {
    margin-left: 1%;
    margin-right: 1%;
    width: 18%; }

.sp-column1 {
  margin-left: 0;
  margin-right: 0; }
  .sp-column1 > * {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

.sp-column2 {
  margin-left: -1.5%;
  margin-right: -1.5%; }
  .sp-column2 > * {
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 47%; }

.sp-column3 {
  margin-left: -1%;
  margin-right: -1%; }
  .sp-column3 > * {
    margin-left: 1%;
    margin-right: 1%;
    width: 31%; }

/* 幅指定カラム
------------------------------------------------------------ */
.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex-column > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    .flex-column > *:not(:last-child) {
      margin-bottom: 20px; }
    .flex-column > * img {
      display: block;
      margin: 0 auto; }
    .flex-column > * * {
      max-width: 100%; }

/* 画像回り込みカラム
------------------------------------------------------------ */
.float::after {
  display: block;
  content: "";
  clear: both; }

.float--left .float__item {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 0 0 10px; }
  .float--left .float__item * {
    max-width: 100%; }

.float--right .float__item {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 0 0 10px; }
  .float--right .float__item * {
    max-width: 100%; }

.sp-float.float::after {
  display: block;
  content: "";
  clear: both; }

.sp-float.float--left .float__item {
  float: left;
  margin: 0 20px 20px 0;
  text-align: center;
  max-width: 50%; }
  .sp-float.float--left .float__item * {
    max-width: 100%; }

.sp-float.float--right .float__item {
  float: right;
  margin: 0 0 20px 20px;
  text-align: center;
  max-width: 50%; }
  .sp-float.float--right .float__item * {
    max-width: 100%; }

/* --------------------------------------------------- */
/* リスト */
/* --------------------------------------------------- */
.list {
  list-style-type: none; }
  .list > * {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px; }
    .list > *::before {
      content: "";
      width: 6px;
      height: 6px;
      display: block;
      position: absolute;
      top: 0.7em;
      left: 5px; }
  .list--circle > *::before {
    width: 6px;
    height: 6px;
    border-radius: 100%; }
  .list--black > *::before {
    background: #333; }
  .list--yellow > *::before {
    background: #d2a51f; }
  .list--red > *::before {
    background: #bf4d4e; }
  .list--aqua > *::before {
    background: #1996b6; }
  .list--green > *::before {
    background: #336600; }
  .list--brown > *::before {
    background: #a06a33; }
  .list--indigo > *::before {
    background: #476883; }
  .list--purple > *::before {
    background: #996699; }
  .list--decimal {
    list-style: decimal outside;
    margin: 0 0 15px 20px; }
    .list--decimal > * {
      padding-left: 0; }

/* --------------------------------------------------- */
/* box */
/* --------------------------------------------------- */
.box {
  padding: 15px;
  background: #fff; }
  .box--white {
    background: #fff; }
  .box--gray {
    background: #f4f4f4; }
  .box--border-gray {
    border: 1px solid #e6e6e6; }
  .box--border-gray-vertical {
    margin-top: -1px;
    padding: 15px 10px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3; }
  .box--khaki {
    background: #e8e6d9; }
  .box--yellow {
    background: #faf7c3; }
  .box--red {
    background: #f3dedf; }
  .box--aqua {
    background: #d6ebf2; }
  .box--green {
    background: #e1f1d7; }
  .box--brown {
    background: #ebe0c9; }
  .box--indigo {
    background: #d5dee4; }
  .box--purple {
    background: #eadfea; }

/* --------------------------------------------------- */
/* iframe */
/* --------------------------------------------------- */
.iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* --------------------------------------------------- */
/* table */
/* --------------------------------------------------- */
.table {
  width: 100%;
  border: 1px solid #d3d3d3;
  table-layout: fixed;
  font-size: 1.3rem;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word; }
  .table th,
  .table td {
    padding: 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
    text-align: left;
    vertical-align: middle; }
  .table .bg-khaki {
    background: #e8e6d9; }
  .table .bg-gray {
    background: #f3f3f3; }
  .table--sp-column1 {
    display: block; }
    .table--sp-column1 thead,
    .table--sp-column1 tbody {
      display: block; }
    .table--sp-column1 tr {
      display: block; }
      .table--sp-column1 tr:first-child th {
        border-top: none; }
    .table--sp-column1 th,
    .table--sp-column1 td {
      display: block;
      padding: 15px;
      border-left: none;
      border-right: none;
      border-bottom: none; }
  .table--wide {
    border-width: 0;
    display: block; }
    .table--wide th,
    .table--wide td {
      display: block;
      padding: 5px 8px;
      border-bottom-width: 0;
      border-right-width: 0;
      text-align: center; }
    .table--wide th {
      width: auto;
      text-align: left; }
    .table--wide thead {
      display: block;
      float: left;
      overflow-x: scroll; }
    .table--wide tbody {
      display: block;
      width: auto;
      overflow-x: auto;
      white-space: nowrap; }
      .table--wide tbody tr {
        display: inline-block;
        margin: 0 -3px; }
        .table--wide tbody tr:last-child th,
        .table--wide tbody tr:last-child td {
          border-right-width: 1px; }
    .table--wide thead th:last-child,
    .table--wide tbody td:last-child {
      border-bottom-width: 1px; }
  .table--list {
    border: none; }
    .table--list tr {
      display: block;
      margin: 0 0 20px; }
    .table--list th {
      display: block; }
    .table--list td {
      display: list-item;
      margin: 0 0 0 20px;
      padding: 5px 0 0;
      border: none;
      background: none; }
  .table--thin {
    font-size: 1.1rem; }
    .table--thin th,
    .table--thin td {
      padding: 6px 8px; }

/* --------------------------------------------------- */
/* btn */
/* --------------------------------------------------- */
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 150px;
  height: 40px;
  margin: 5px 0;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  border-radius: 3px; }
  .btn .icon-fix-left,
  .btn .icon-fix-right {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .btn .icon-fix-left {
    left: 10px; }
  .btn .icon-fix-right {
    right: 10px; }
  .btn--yellow {
    background: #d2a51f;
    -webkit-box-shadow: 0 3px 0 #bf8811;
            box-shadow: 0 3px 0 #bf8811; }
  .btn--red {
    background: #bf4d4e;
    -webkit-box-shadow: 0 3px 0 #a73233;
            box-shadow: 0 3px 0 #a73233; }
  .btn--aqua {
    background: #1996b6;
    -webkit-box-shadow: 0 3px 0 #0d779c;
            box-shadow: 0 3px 0 #0d779c; }
  .btn--green {
    background: #336600;
    -webkit-box-shadow: 0 3px 0 #1e4700;
            box-shadow: 0 3px 0 #1e4700; }
  .btn--brown {
    background: #a06a33;
    -webkit-box-shadow: 0 3px 0 #824b1e;
            box-shadow: 0 3px 0 #824b1e; }
  .btn--indigo {
    background: #476883;
    -webkit-box-shadow: 0 3px 0 #2d4963;
            box-shadow: 0 3px 0 #2d4963; }
  .btn--purple {
    background: #996699;
    -webkit-box-shadow: 0 3px 0 #7a477a;
            box-shadow: 0 3px 0 #7a477a; }
  .btn--gray {
    background: #494947;
    -webkit-box-shadow: 0 3px 0 #222221;
            box-shadow: 0 3px 0 #222221; }
  .btn--orange {
    background: #ff6000;
    -webkit-box-shadow: 0 3px 0 #da5403;
            box-shadow: 0 3px 0 #da5403; }
  .btn--yellow2 {
    background: #ffc000;
    -webkit-box-shadow: 0 3px 0 #e7ae01;
            box-shadow: 0 3px 0 #e7ae01; }
  .btn--aqua2 {
    background: #1996b6;
    -webkit-box-shadow: 0 3px 0 #1183a0;
            box-shadow: 0 3px 0 #1183a0; }
  .btn--brown2 {
    background: #9e6c29;
    -webkit-box-shadow: 0 3px 0 #80561d;
            box-shadow: 0 3px 0 #80561d; }
  .btn--light-orange {
    background: #efa212;
    -webkit-box-shadow: 0 3px 0 #bf7d00;
            box-shadow: 0 3px 0 #bf7d00; }
  .btn--lg {
    width: 100%;
    height: 50px; }
  .btn--sm {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 0;
    min-height: 35px;
    padding: 0 20px;
    font-size: 1.2rem; }
  .btn--concept {
    width: 50px;
    height: 50px;
    min-width: 0;
    padding: 0; }
    .btn--concept [class^="icon-"] {
      font-size: 2.8rem; }
    .btn--concept .icon-logo {
      font-size: 2.2rem; }
    .btn--concept .icon-denim {
      font-size: 2.4rem; }
    .btn--concept .icon-cow2,
    .btn--concept .icon-knife {
      font-size: 3.2rem; }

button,
input[type="button"].btn,
input[type="submit"].btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.menu-btn {
  position: relative;
  background: #f2f1ec;
  -webkit-box-shadow: 0 3px 0 #d2d1c8;
          box-shadow: 0 3px 0 #d2d1c8;
  color: #2858af;
  border-radius: 4px; }
  .menu-btn::before {
    display: block;
    content: '';
    padding-top: 100%; }
  .menu-btn__body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .menu-btn__icon {
    margin: 0 0 10px;
    font-size: 7.5rem; }
  .menu-btn__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold; }

/* --------------------------------------------------- */
/* pager */
/* --------------------------------------------------- */
.pager {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
  font-size: 1.2rem; }
  .pager a {
    color: #333; }
  .pager .link_page,
  .pager .link_before,
  .pager .link_next,
  .pager .current_page {
    display: block;
    margin: 0 3px 10px;
    padding: 5px 12px;
    background: #f3f3f3;
    border: 1px solid #d5d5d5;
    color: #333;
    border-radius: 2px; }
  .pager .current_page {
    background: #494947;
    border: 1px solid #494947;
    color: #fff;
    opacity: 1; }

/* --------------------------------------------------- */
/* accordion */
/* --------------------------------------------------- */
.accordion,
.sp-accordion {
  position: relative;
  padding: 10px 30px 10px 10px;
  background: #f3f3f3;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  line-height: 1.6;
  border-radius: 3px; }
  .accordion__icon,
  .sp-accordion__icon {
    right: 10px;
    color: #ff6131;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .accordion.active .accordion__icon::before,
  .sp-accordion.active .accordion__icon::before {
    display: block;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.accordion-hide {
  display: none;
  padding: 15px 0 0; }

/* --------------------------------------------------- */
/* form */
/* --------------------------------------------------- */
.label-must {
  right: 0;
  padding: 2px 10px;
  background: #bf4d4e;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.error {
  margin-top: 5px;
  color: #bf4d4e;
  font-weight: bold; }

input[type="text"],
textarea,
select {
  color: #333;
  font-size: 16px; }

input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #d2d2d2;
  border-radius: 0px; }

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 10px;
  width: 100%;
  height: 200px;
  border: 1px solid #d2d2d2;
  border-radius: 0px; }

select {
  height: 40px;
  padding: 0 0 0 10px;
  background: #fff;
  border: 1px solid #d2d2d2; }

/* radio
----------------------------------------------------------- */
.radio {
  cursor: pointer; }
  .radio input[type="radio"] {
    display: none; }
  .radio input[type="radio"] + span {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    color: #333; }
    .radio input[type="radio"] + span::before, .radio input[type="radio"] + span::after {
      position: absolute;
      top: 50%;
      content: '';
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .radio input[type="radio"] + span::before {
      left: 0;
      background: #fff;
      border: 2px solid #c6c6c6;
      width: 14px;
      height: 14px;
      border-radius: 50%; }
    .radio input[type="radio"] + span::after {
      left: 5px;
      background: #4C4C4C;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      opacity: 0; }
  .radio input[type="radio"]:checked + span::after {
    opacity: 1; }

/* checkbox
----------------------------------------------------------- */
.checkbox input[type="checkbox"] {
  display: none; }

.checkbox input[type="checkbox"] + span {
  position: relative;
  padding: 0 0 0 22px;
  color: #333;
  cursor: pointer; }
  .checkbox input[type="checkbox"] + span::before, .checkbox input[type="checkbox"] + span::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .checkbox input[type="checkbox"] + span::before {
    left: 0;
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #c6c6c6; }
  .checkbox input[type="checkbox"] + span::after {
    left: 1px;
    content: "\f00c";
    color: #4C4C4C;
    font-family: 'icomoon';
    font-size: 1.6rem;
    opacity: 0; }

.checkbox input[type="checkbox"]:checked + span::after {
  opacity: 1; }

/* --------------------------------------------------- */
/* label */
/* --------------------------------------------------- */
.label {
  min-width: 75px;
  height: 40px;
  padding: 0 5px;
  background: #ff6131;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 40px; }
  @media screen and (max-width: 320px) {
    .label {
      min-width: 60px;
      font-size: 1.1rem; } }
  .label--yellow {
    background: #ffc000; }
  .label--orange {
    background: #ff6000; }
  .label--blue {
    background: #1996b6; }
  .label--brown {
    background: #9e6c29; }
  .label--light-orange {
    background: #efa212; }

/* --------------------------------------------------- */
/* news-list */
/* --------------------------------------------------- */
.news-list {
  margin: 0 0 40px;
  border-top: 1px solid #d3d3d3; }
  .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #d3d3d3; }
    .news-list__item__date {
      margin: 0 10px 0 0;
      font-size: 1.2rem; }
    .news-list__item__link {
      width: 100%;
      margin: 5px 0 0; }
      .news-list__item__link .icon-filter_none {
        color: #ff6131; }

/* --------------------------------------------------- */
/* entry */
/* --------------------------------------------------- */
.entry {
  margin-bottom: 30px;
  word-break: break-all; }
  .entry__body img {
    max-width: 100%;
    height: auto !important; }
  .entry__body hr {
    margin: 25px 0;
    border-top: 1px solid #d3d3d3; }
  .entry__body b,
  .entry__body em,
  .entry__body strong {
    font-weight: bold; }
  .entry__body i {
    font-style: italic; }
  .entry__data {
    margin: 20px 0 0;
    color: #999;
    font-size: 1.1rem; }
  .blog .entry__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 20px;
    padding: 0 15px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4; }
    .blog .entry__ttl > * {
      padding: 5px 0; }
    .blog .entry__ttl::before {
      margin: 0 15px 0 0;
      padding: 5px 0;
      font-family: 'icomoon';
      font-size: 2.4rem;
      font-weight: normal;
      line-height: 38px; }
    .blog .entry__ttl--food {
      background: #ffc000; }
      .blog .entry__ttl--food::before {
        content: "\f030";
        font-size: 2rem; }
    .blog .entry__ttl--world {
      background: #ff6000; }
      .blog .entry__ttl--world::before {
        content: "\e912"; }
    .blog .entry__ttl--rakuno {
      background: #1996b6; }
      .blog .entry__ttl--rakuno::before {
        content: "\e904";
        font-size: 3.4rem; }
    .blog .entry__ttl--horse {
      background: #9e6c29; }
      .blog .entry__ttl--horse::before {
        content: "\e903"; }
    .blog .entry__ttl--cheese-fm {
      background: #efa212; }
      .blog .entry__ttl--cheese-fm::before {
        content: "\e915"; }

/* --------------------------------------------------- */
/* スタッフ紹介 */
/* staff */
/* --------------------------------------------------- */
.staff {
  margin: 0 0 30px;
  font-size: 1.3rem; }
  .staff__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 10px; }
  .staff__img {
    width: 90px;
    margin: 0 0 0 20px;
    border-style: solid;
    border-width: 2px; }
  .staff__profile {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-style: solid;
    border-bottom-width: 1px;
    line-height: 1.5; }
    .staff__profile > * {
      padding: 10px 0;
      border-style: solid;
      border-top-width: 1px; }
    .staff__profile__ttl {
      width: 5em;
      font-weight: bold; }
    .staff__profile__text {
      width: calc(100% - 5em); }
  .staff--yellow .staff__img,
  .staff--yellow .staff__profile,
  .staff--yellow .staff__profile > * {
    border-color: #d2a51f; }
  .staff--red .staff__img,
  .staff--red .staff__profile,
  .staff--red .staff__profile > * {
    border-color: #bf4d4e; }
  .staff--aqua .staff__img,
  .staff--aqua .staff__profile,
  .staff--aqua .staff__profile > * {
    border-color: #1996b6; }
  .staff--green .staff__img,
  .staff--green .staff__profile,
  .staff--green .staff__profile > * {
    border-color: #336600; }
  .staff--brown .staff__img,
  .staff--brown .staff__profile,
  .staff--brown .staff__profile > * {
    border-color: #a06a33; }
  .staff--indigo .staff__img,
  .staff--indigo .staff__profile,
  .staff--indigo .staff__profile > * {
    border-color: #476883; }
  .staff--purple .staff__img,
  .staff--purple .staff__profile,
  .staff--purple .staff__profile > * {
    border-color: #996699; }

/* --------------------------------------------------- */
/* お客さまご要望対応Q&A */
/* .faq */
/* --------------------------------------------------- */
.faq:not(:last-child) {
  margin: 0 0 20px;
  border-bottom: 1px solid #d3d3d3; }

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
  padding: 10px 15px;
  background: #eee;
  font-weight: bold;
  line-height: 1.5; }
  .faq__question::before {
    margin: 0 15px 0 0;
    content: 'Q';
    font-size: 2rem; }

.faq__answer {
  position: relative;
  min-height: 35px;
  margin: 0 0 20px;
  padding: 0 0 0 48px; }
  .faq__answer::before {
    position: absolute;
    top: 0;
    left: 15px;
    content: 'A';
    margin: 0 15px 0 0;
    font-size: 2rem;
    font-weight: bold; }

.faq--yellow .faq__question {
  background: #faf7c3; }

.faq--yellow .faq__question::before,
.faq--yellow .faq__answer::before {
  color: #bf8811; }

.faq--red .faq__question {
  background: #f3dedf; }

.faq--red .faq__question::before,
.faq--red .faq__answer::before {
  color: #a73233; }

.faq--aqua .faq__question {
  background: #d6ebf2; }

.faq--aqua .faq__question::before,
.faq--aqua .faq__answer::before {
  color: #0d779c; }

.faq--green .faq__question {
  background: #e1f1d7; }

.faq--green .faq__question::before,
.faq--green .faq__answer::before {
  color: #1e4700; }

.faq--brown .faq__question {
  background: #ebe0c9; }

.faq--brown .faq__question::before,
.faq--brown .faq__answer::before {
  color: #824b1e; }

.faq--indigo .faq__question {
  background: #d5dee4; }

.faq--indigo .faq__question::before,
.faq--indigo .faq__answer::before {
  color: #2d4963; }

.faq--purple .faq__question {
  background: #eadfea; }

.faq--purple .faq__question::before,
.faq--purple .faq__answer::before {
  color: #7a477a; }

/* ============================================================ */
/* .side */
/* ============================================================ */
.other_left {
  margin: 0 15px 40px; }

.side-box {
  margin: 0 0 20px;
  padding: 10px 15px;
  background: #fff; }
  .side-box__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 15px; }
    .side-box__ttl h2 {
      font-size: 1.8rem;
      font-weight: bold;
      font-family: 'Montserrat', sans-serif; }

/* --------------------------------------------------- */
/* snav */
/* --------------------------------------------------- */
.snav {
  margin: 0 0 20px; }
  .other_right .snav {
    margin: 0 15px 25px; }
    .other_right .snav .snav__body {
      display: none; }
  .snav__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #333;
    color: #fff;
    font-weight: bold;
    padding: 0 15px 0 0; }
    .other_left .snav__ttl {
      display: none; }
    .snav__ttl > *:not([class*="icon"]) {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .snav__ttl__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 45px;
      height: 45px;
      margin: 0 15px 0 0;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .snav__ttl .icon-chevron-down {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      font-size: 1rem; }
    .snav__ttl.active .icon-chevron-down {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .cheese .snav__ttl {
      background: #d2a51f; }
    .food .snav__ttl {
      background: #bf4d4e; }
    .rakuno .snav__ttl {
      background: #1996b6; }
    .kyoshin .snav__ttl {
      background: #336600; }
    .horse .snav__ttl {
      background: #a06a33; }
    .denim .snav__ttl {
      background: #476883; }
    .tamahagane .snav__ttl {
      background: #996699; }
  .snav__item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6; }
  .snav__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 10px;
    background: #fff;
    color: #333;
    line-height: 1.6; }
    .snav__item__link.current {
      background-color: #4C4C4C;
      color: #fff;
      text-decoration: none; }
      .cheese .snav__item__link.current {
        background: #faf7c3;
        color: #333; }
      .food .snav__item__link.current {
        background: #f3dedf;
        color: #333; }
      .rakuno .snav__item__link.current {
        background: #d6ebf2;
        color: #333; }
      .kyoshin .snav__item__link.current {
        background: #e1f1d7;
        color: #333; }
      .horse .snav__item__link.current {
        background: #ebe0c9;
        color: #333; }
      .denim .snav__item__link.current {
        background: #d5dee4;
        color: #333; }
      .tamahagane .snav__item__link.current {
        background: #eadfea;
        color: #333; }
    .snav__item__link .icon-arrow-right {
      margin: 0 5px 0 0;
      font-size: 1.6rem; }
      .cheese .snav__item__link .icon-arrow-right {
        color: #d2a51f; }

.rakuno05_detail .snav__item--rakuno05 .snav__item__link {
  background-color: #d6ebf2;
  text-decoration: none; }

.recruit_recruit04_detail .snav__item--recruit04 .snav__item__link,
.recruit_recruit05_detail .snav__item--recruit05 .snav__item__link {
  color: #fff;
  background-color: #4C4C4C;
  text-decoration: none; }

/* --------------------------------------------------- */
/* side-blog */
/* --------------------------------------------------- */
.side-blog__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 1%; }
  .side-blog__category .btn {
    width: 48%;
    margin: 0 1% 10px; }

/* --------------------------------------------------- */
/* side-bnr */
/* --------------------------------------------------- */
.side-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1% 20px; }
  .side-bnr__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48%;
    height: 65px;
    margin: 0 1% 10px;
    background: #fff;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5; }
    .side-bnr__item__text2 {
      color: #888;
      font-size: 1rem;
      font-weight: normal;
      font-family: 'Montserrat', sans-serif; }
    .side-bnr__item--black {
      background: #494947;
      color: #fff; }
      .side-bnr__item--black::after {
        color: #bbbbba; }

/* --------------------------------------------------- */
/* side-news */
/* --------------------------------------------------- */
.side-news .rss-box {
  margin: 0 0 10px; }
  .side-news .rss-box .rss-items {
    border-top: 1px solid #e3e3e3;
    font-size: 1.2rem;
    line-height: 1.6; }
    .side-news .rss-box .rss-items li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 5px;
      border-bottom: 1px solid #e3e3e3; }
      .side-news .rss-box .rss-items li .mt_date {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 85px; }
      .side-news .rss-box .rss-items li .mt_title {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }

.side-news .news-list {
  margin-bottom: 0;
  border: 0;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center; }

/* ============================================================ */
/* 個別スタイル */
/* ============================================================ */
/* --------------------------------------------------- */
/* 採用情報 社員の一日 */
/* staff-list */
/* --------------------------------------------------- */
.staff-list {
  border-top: 1px solid #d3d3d3; }
  .staff-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    margin: 0;
    padding: 10px 0 15px;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
    line-height: 1.4; }
    .staff-list__item:nth-child(2n+1) {
      border-right: 1px solid #d3d3d3; }
    .staff-list__item img {
      width: auto !important;
      height: 203px; }
    .staff-list__item__name {
      position: relative;
      width: 100%;
      font-weight: bold; }
      .staff-list__item__name .icon-chevron-right {
        right: 10px;
        color: #cbcbcb;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }

/* --------------------------------------------------- */
/* 採用情報 社員の声 */
/* voice-list */
/* --------------------------------------------------- */
.voice-list {
  border-top: 1px solid #d3d3d3; }
  .voice-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #d3d3d3;
    color: #333;
    font-size: 1.3rem;
    line-height: 1.6; }
    .voice-list__item__thumb {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75px;
      margin: 0 15px 0 0; }
    .voice-list__item__name {
      display: block;
      margin: 0 0 5px;
      color: #006699;
      font-size: 1.4rem;
      font-weight: bold; }
    .voice-list__item__text {
      display: block; }
    .voice-list__item .icon-chevron-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -ms-flex-item-align: center;
          align-self: center;
      margin: 0 0 0 10px;
      color: #cbcbcb; }

/* --------------------------------------------------- */
/* 食品輸入・販売 カタログ */
/* /food/catalogue.html */
/* --------------------------------------------------- */
.catalog__ttl01 {
  margin: 0 0 15px;
  padding: 10px 15px;
  color: #fff;
  font-family: "ヒラギノ明朝 W5 JIS2004", serif !important;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4; }

.catalog__ttl02 {
  margin: 0 0 15px;
  padding: 0 0 10px;
  font-family: "ヒラギノ明朝 W5 JIS2004", serif !important;
  font-size: 1.6rem;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  font-weight: bold; }

.catalog__lead {
  margin: 0 0 15px; }

.catalog__product {
  font-size: 1.1rem; }
  .catalog__product__name {
    padding: 5px 0;
    font-family: "ヒラギノ明朝 W5 JIS2004", serif !important;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
    border-style: solid;
    border-width: 1px 0;
    font-size: 1.4rem; }
  .catalog__product__name2 {
    margin: 0 0 5px;
    padding: 5px 0;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 1.0rem; }
  .catalog__product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 1rem;
    line-height: 1.5; }
    .catalog__product__info > * {
      padding: 3px 0;
      border-style: solid;
      border-width: 1px 0 0; }
    .catalog__product__info__ttl {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 65px;
      font-weight: bold; }
    .catalog__product__info__text {
      width: calc(100% - 65px); }

.catalog--purple {
  color: #956d72; }
  .catalog--purple .catalog__ttl01 {
    background: #956d72; }
  .catalog--purple .catalog__ttl02,
  .catalog--purple .catalog__product__name,
  .catalog--purple .catalog__product__name::after,
  .catalog--purple .catalog__product__info,
  .catalog--purple .catalog__product__info > * {
    border-color: #956d72; }

.catalog--blue {
  color: #3e4386; }
  .catalog--blue .catalog__ttl01 {
    background: #3e4386; }
  .catalog--blue .catalog__ttl02,
  .catalog--blue .catalog__product__name,
  .catalog--blue .catalog__product__name::after,
  .catalog--blue .catalog__product__info,
  .catalog--blue .catalog__product__info > * {
    border-color: #3e4386; }

.catalog--red {
  color: #dd002b; }
  .catalog--red .catalog__ttl01 {
    background: #dd002b; }
  .catalog--red .catalog__ttl02,
  .catalog--red .catalog__product__name,
  .catalog--red .catalog__product__name::after,
  .catalog--red .catalog__product__info,
  .catalog--red .catalog__product__info > * {
    border-color: #dd002b; }

.catalog--purple {
  color: #956d72; }
  .catalog--purple .catalog__ttl01 {
    background: #956d72; }
  .catalog--purple .catalog__ttl02,
  .catalog--purple .catalog__product__name,
  .catalog--purple .catalog__product__name::after,
  .catalog--purple .catalog__product__info,
  .catalog--purple .catalog__product__info > * {
    border-color: #956d72; }

/* --------------------------------------------------- */
/* チーズ、イタリア食材内 バナー */
/* food-banner */
/* --------------------------------------------------- */
.food-banner {
  padding: 0 15px;
  margin-bottom: 15px; }
  .food-banner__inquiry {
    background: #333;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    margin-bottom: 13px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 1.0rem; }
    .food-banner__inquiry__text01 {
      font-family: 'Montserrat', sans-serif;
      font-weight: bold !important;
      font-size: 1.6rem; }
  .food-banner__faq {
    background: #fff;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    color: #333 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 1.0rem; }
    .food-banner__faq__text01 {
      font-family: 'Montserrat', sans-serif;
      font-weight: bold !important;
      font-size: 1.6rem; }

/* --------------------------------------------------- */
/* チーズ、イタリア食材 > 各食材 */
/* foodstuff */
/* --------------------------------------------------- */
.foodstuff {
  text-decoration: none;
  margin-bottom: 30px; }
  .foodstuff:hover {
    text-decoration: none; }
  .foodstuff__link {
    position: relative;
    display: block; }
    .foodstuff__link__new {
      position: absolute;
      z-index: 1;
      top: 5px;
      right: 0;
      width: 35px;
      height: 35px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #bf4d4e;
      border-radius: 50%;
      color: #fff !important;
      font-size: 1.0rem;
      padding: 0 5px;
      margin-right: 5px;
      text-decoration: none; }
    .foodstuff__link__pic {
      margin-bottom: 5px;
      position: relative;
      width: 300px;
      max-height: 250px;
      height: 120px;
      overflow: hidden;
      display: block;
      margin-bottom: 3px; }
      .foodstuff__link__pic__img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: auto !important;
        max-width: none;
        height: 100%;
        min-height: 120px; }
    .foodstuff__link__ttl {
      margin-bottom: 5px;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.4;
      color: #bf4d4e; }
  .foodstuff__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .foodstuff__tag__item {
      background: #bf4d4e;
      border-radius: 3px;
      color: #fff !important;
      font-size: 1.2rem;
      padding: 0 5px;
      margin-right: 5px;
      text-decoration: none;
      display: block;
      margin-bottom: 5px; }
  .foodstuff__text {
    color: #333;
    font-size: 1.2rem; }

/* --------------------------------------------------- */
/* チーズ、イタリア食材 > 各食材の一覧 > 詳細画面*/
/* food-product */
/* --------------------------------------------------- */
.food-product__pic {
  margin-bottom: 15px; }
  .food-product__pic__main {
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .food-product__pic__thumb {
    width: 100%;
    margin: 5px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .food-product__pic__thumb__item {
      cursor: pointer;
      width: 24%;
      margin: 0 0.5%;
      border: 1px solid #ccc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.food-product__body {
  margin-top: 20px; }

/* ============================================================ */
/* footer */
/* ============================================================ */
.pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 15px; }
  .pagetop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 15px;
    background: url(/common/images/back_footer.jpg) 0 0 repeat;
    color: #333;
    font-size: 1.1rem; }

#footer {
  padding: 25px 15px 20px;
  background: url(/common/images/back_footer.jpg) 0 0 repeat;
  line-height: 1.6; }
  #footer .footer_logo {
    width: 78px;
    margin: 0 auto 15px; }
  #footer .footer_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.4);
    font-size: 1.2rem;
    border-radius: 3px; }
    #footer .footer_navi li {
      width: 50%;
      border-bottom: 1px solid #d0d0d0; }
      #footer .footer_navi li:nth-child(2n+1) {
        border-right: 1px solid #d0d0d0; }
      #footer .footer_navi li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 8px 10px 8px 5px; }
  #footer .catch_copy {
    padding: 0 0 20px;
    border-bottom: 1px solid #c5c1a6;
    font-size: 1rem; }
  #footer .footer-bnr__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 35px;
    background: #f90;
    color: #fff;
    font-size: 1.3rem; }
    #footer .footer-bnr__item--concept {
      background: #333; }
    #footer .footer-bnr__item--rakuno {
      background: #638C0B; }
    #footer .footer-bnr__item--shopping {
      background: #FFC106; }
  #footer .footer_navi2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 20px;
    font-size: 1.1rem;
    line-height: 1; }
    #footer .footer_navi2 li {
      padding: 0 7px; }
      #footer .footer_navi2 li:not(:first-child) {
        border-left: 1px solid #c5c1a6; }
  #footer .copyright {
    font-size: 1rem;
    text-align: center; }

/* ============================================================ */
/* index.html */
/* ============================================================ */
#index {
  /* #main_visual
	----------------------------------------------------------- */
  /* .事業内容
	----------------------------------------------------------- */
  /* ..mt_news
	----------------------------------------------------------- */ }
  #index #main_visual {
    margin: 0 15px; }
    #index #main_visual .flexslider {
      margin-bottom: 45px; }
    #index #main_visual .flex-control-nav {
      bottom: -20px; }
    #index #main_visual .flex-control-nav li {
      margin: 0 3px; }
    #index #main_visual .flex-control-paging li a {
      background: #fff;
      border: 1px solid #e0dece;
      -webkit-box-shadow: none;
              box-shadow: none;
      width: 10px;
      height: 10px;
      border-radius: 50%; }
    #index #main_visual .flex-control-paging li a.flex-active {
      background: #000;
      background: rgba(0, 0, 0, 0.9);
      cursor: default; }
  #index #delay {
    margin: 0 15px; }
  #index .business-ttl {
    margin: 0 0 15px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    overflow: hidden; }
    #index .business-ttl span {
      position: relative;
      display: inline-block;
      padding: 0 15px;
      text-align: left; }
      #index .business-ttl span::before, #index .business-ttl span::after {
        position: absolute;
        top: 50%;
        content: '';
        width: 400%;
        height: 1px;
        background-color: #bbb79b; }
      #index .business-ttl span::before {
        right: 100%; }
      #index .business-ttl span::after {
        left: 100%; }
  #index .business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    line-height: 1.6;
    border-radius: 4px; }
    #index .business__icon {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 60px;
      height: 30px;
      margin: -30px 0 0;
      font-size: 25px;
      overflow: hidden; }
      #index .business__icon::before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: '';
        width: 60px;
        height: 60px;
        border-radius: 50%; }
      #index .business__icon [class^="icon-"] {
        position: relative;
        z-index: 1;
        line-height: 1; }
    #index .business__ttl {
      width: 100%;
      padding: 5px 0;
      font-size: 1.3rem;
      font-weight: bold;
      text-align: center; }
    #index .business__text {
      width: 100%;
      padding: 10px;
      font-size: 1.1rem; }
    #index .business--cheese {
      background: #e0be24;
      -webkit-box-shadow: 0 3px 0 #d2b11d;
              box-shadow: 0 3px 0 #d2b11d; }
      #index .business--cheese__icon {
        color: #e0b92a; }
      #index .business--cheese__icon::before, #index .business--cheese__ttl {
        background: #ead348; }
    #index .business--food {
      background: #cd4242;
      -webkit-box-shadow: 0 3px 0 #b42323;
              box-shadow: 0 3px 0 #b42323; }
      #index .business--food__icon {
        color: #cd4444; }
      #index .business--food__icon::before, #index .business--food__ttl {
        background: #d75a60; }
    #index .business--rakuno {
      background: #6fbdd1;
      -webkit-box-shadow: 0 3px 0 #63b0c3;
              box-shadow: 0 3px 0 #63b0c3; }
      #index .business--rakuno__icon {
        color: #1996b6; }
      #index .business--rakuno__icon::before, #index .business--rakuno__ttl {
        background: #8ccada; }
    #index .business--kyoshin {
      background: #408c38;
      -webkit-box-shadow: 0 3px 0 #36782f;
              box-shadow: 0 3px 0 #36782f; }
      #index .business--kyoshin__icon {
        color: #336600; }
      #index .business--kyoshin__icon::before, #index .business--kyoshin__ttl {
        background: #57a546; }
    #index .business--horse {
      background: #bc9c51;
      -webkit-box-shadow: 0 3px 0 #ac7f35;
              box-shadow: 0 3px 0 #ac7f35; }
      #index .business--horse__icon {
        color: #ac7f35; }
      #index .business--horse__icon::before, #index .business--horse__ttl {
        background: #ccb76b; }
    #index .business--denim {
      background: #8699a7;
      -webkit-box-shadow: 0 3px 0 #788b99;
              box-shadow: 0 3px 0 #788b99; }
      #index .business--denim__icon {
        color: #6a7e8f; }
      #index .business--denim__icon::before, #index .business--denim__ttl {
        background: #96a7b4; }
    #index .business--tamahagane {
      background: #a48796;
      -webkit-box-shadow: 0 3px 0 #927785;
              box-shadow: 0 3px 0 #927785; }
      #index .business--tamahagane__icon {
        color: #8e665a; }
      #index .business--tamahagane__icon::before, #index .business--tamahagane__ttl {
        background: #af99b5; }
  #index .mt_news {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    background: #f5f6f6;
    border: 3px solid #fff; }
    #index .mt_news .mt_news_ttl {
      font-size: 1.8rem;
      font-weight: bold;
      font-family: 'Montserrat', sans-serif; }
    #index .mt_news ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 10px 5px;
      border-bottom: 1px solid #fff;
      font-size: 1.2rem;
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt";
      line-height: 1.6; }
      #index .mt_news ul li:last-child {
        border-bottom: none; }
      #index .mt_news ul li .mt_date {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 85px; }
      #index .mt_news ul li .mt_label {
        padding-right: 0px;
        width: 90px;
        border-radius: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fff;
        font-size: 11px;
        background: #bbb; }
        #index .mt_news ul li .mt_label--yellow {
          background: #ffc000; }
        #index .mt_news ul li .mt_label--orange {
          background: #ff6000; }
        #index .mt_news ul li .mt_label--blue {
          background: #1996b6; }
        #index .mt_news ul li .mt_label--brown {
          background: #9e6c29; }
        #index .mt_news ul li .mt_label--light-orange {
          background: #efa212; }
      #index .mt_news ul li .mt_title {
        width: 100%; }
        #index .mt_news ul li .mt_title a {
          color: #006699; }
    #index .mt_news .blog_bn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 15px 0 0; }
      #index .mt_news .blog_bn > * {
        border-radius: 5px 5px;
        margin-right: 5px;
        margin-bottom: 5px; }

/*# sourceMappingURL=../maps/sp/common.css.map */
