@charset "UTF-8";
/** 画像アセット 記述方法 */
/* #############################################################

[ プロジェクト ] 固有スタイルを定義

############################################################# */
/* ==========================================================================
	Project Layout
=========================================================================== */
/** -------------------------------- **
	Header
*** ----------------------------------------------------------------- ***/
/*.top-slider {
  &_inner {
    &.first {
      background: url(/ad-okifre/wp-content/themes/okifre/assets/images/top/top-slideImg01.jpg) no-repeat left top;
      background-size: cover;
      height: 840px;
    }
    &.second {
      background: url(/ad-okifre/wp-content/themes/okifre/assets/images/top/top-slideImg02.jpg) no-repeat left top;
      background-size: cover;
      height: 840px;
    }
    &.third {
      background: url(/ad-okifre/wp-content/themes/okifre/assets/images/top/top-slideImg03.jpg) no-repeat left top;
      background-size: cover;
      height: 840px;
    }
    &.four {
      background: url(/ad-okifre/wp-content/themes/okifre/assets/images/top/top-slideImg04.jpg) no-repeat left top;
      background-size: cover;
      height: 840px;
    }
  } 
  
}*/
.header {
  position: relative;
  /*display: flex;
  align-items: center;*/
}

.header-logo {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1200px;
  max-height: 192px;
  margin: auto;
}

.header-lead {
  z-index: 100;
  position: absolute;
  top: 14%;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  font-family: "GENJB";
  font-size: 1.875rem;
  letter-spacing: .2em;
  text-align: center;
  text-shadow: 2px 2px 4px #333;
}

.header-onlineshop {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
}

.header-menu {
  z-index: 100;
  position: fixed;
  top: 195px;
  right: 45px;
  list-style: none;
  text-align: center;
}

.header-menu_item {
  margin-bottom: 23px;
}

.header-menu_link {
  z-index: 120;
  position: fixed;
  top: 147px;
  right: 45px;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.header-menu_link.active {
  position: fixed;
}

.header-menu_line {
  -webkit-transition: -webkit-transform .3s;
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #354cad;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header-menu_line--center {
  top: 10px;
}

.header-menu_line--center.active {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.header-menu_line--bottom {
  bottom: -7px;
}

.header-menu_line--bottom.active {
  -webkit-transform: rotate(145deg);
  bottom: 8px;
  width: 40px;
  height: 3px;
  transform: rotate(145deg);
  border: none;
  background: #fff;
}

.header-menu_line--top.active {
  -webkit-transform: rotate(35deg);
  top: 9px;
  width: 40px;
  height: 3px;
  transform: rotate(35deg);
  border: none;
  background: #fff;
}

@media print, screen and (max-width: 64em) {
  .header-logo {
    left: 2.5%;
  }
}

@media print, screen and (max-width: 56.25em) {
  .header-logo {
    top: 10%;
  }
  .header-logo img {
    width: 45%;
  }
  .header-lead {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 42.5em) {
  .header-logo_sp {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 13px;
    width: 45%;
  }
  .header-menu {
    /*&_line {
        border: none;
        background: #fff;
        height: 2px;
        &--bottom {
          bottom: -2px;
        }
      }*/
  }
  .header-menu_link {
    top: 15px;
    right: 20px;
  }
  .header-menu_link.active {
    top: 15px;
  }
  .header-lead {
    top: 18%;
    font-size: 2rem;
  }
}

.slick-slider {
  z-index: 1;
}

@media screen and (max-width: 30em) {
  .header-logo_sp {
    top: -11px;
    left: 10px;
  }
  .header-lead {
    top: 22%;
    font-size: 1.125rem;
  }
}

.globalnav {
  display: none;
  z-index: 110;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(/ad-okifre/wp-content/themes/okifre/assets/images/common/menu-bg.jpg) no-repeat left top;
  background-size: cover;
}

.globalnav-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /*align-items:center;
    height: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 15%;
  justify-content: center;
  width: 100%;
}

.globalnav-menu {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -26%;
  flex-wrap: wrap;
  align-items: center;
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}

.globalnav-menu_item {
  width: 33.3%;
  margin-bottom: 25px;
  font-size: 1.25rem;
}

.globalnav-menu_item:last-child {
  font-size: .875rem;
}

.globalnav-menu_link {
  -webkit-transition: .5s;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: .5s;
}

.globalnav-menu_link:hover {
  color: #fff;
}

.globalnav-menu.sp {
  display: none;
}

@media print, screen and (max-width: 86.25em) {
  .globalnav-wrap {
    top: 13%;
  }
  .globalnav-menu {
    top: 0;
    left: 5%;
    width: 75%;
  }
}

@media print, screen and (max-width: 64em) {
  .globalnav-wrap {
    top: 16%;
  }
  .globalnav-menu {
    left: 10%;
    width: 70%;
  }
  .globalnav-menu_item {
    width: 48%;
  }
}

@media print, screen and (max-width: 56.25em) {
  .globalnav-wrap {
    top: 13%;
  }
  .globalnav-menu {
    left: 13%;
    width: 80%;
  }
  .globalnav-menu_item {
    width: 50%;
    font-size: 1rem;
  }
  .globalnav-menu_item:last-child {
    font-size: .75rem;
  }
}

@media screen and (max-width: 46em) {
  .globalnav-menu {
    top: 8px;
    left: 5%;
  }
}

@media screen and (max-width: 30em) {
  .globalnav {
    background: url("/ad-okifre/wp-content/themes/okifre/assets/images/common/menu-bg-sp.jpg") no-repeat left top;
    background-size: cover;
  }
  .globalnav-menu {
    display: block;
    top: -40px;
    left: 5%;
    width: 55%;
  }
  .globalnav-menu_item {
    width: 100%;
  }
  .globalnav-menu_item:last-child {
    margin-top: 50px;
  }
  .globalnav-menu.pc {
    display: none;
  }
  .globalnav-menu.sp {
    display: block;
  }
}

@media screen and (max-width: 20em) {
  .globalnav-menu {
    left: 19%;
  }
}

/** -------------------------------- **
	Global Navigation
*** ----------------------------------------------------------------- ***/
/** -------------------------------- **
	Main
*** ----------------------------------------------------------------- ***/
.main-contents {
  margin-bottom: 90px;
}

.main-contents-sec_title {
  color: #003a76;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 30em) {
  .main-contents-sec_title {
    font-size: 1.375rem;
  }
}

/** -------------------------------- **
	Footer
*** ----------------------------------------------------------------- ***/
.footer {
  position: relative;
}

.footer::before {
  position: absolute;
  top: -106%;
  right: 21%;
  content: url("/ad-okifre/wp-content/themes/okifre/assets/images/common/footer-bg02.png");
}

.footer-banner-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding-left: 0;
  list-style: none;
}

.footer-banner-list_item {
  width: 31.6%;
  margin: 0 2.5% 2.5% 0;
}

.footer-banner-list_item:nth-child(3n) {
  margin-right: 0;
}

.footer-bottom {
  height: 373px;
  background: #003a76 url("/ad-okifre/wp-content/themes/okifre/assets/images/common/footer-bg.png") no-repeat left 32px top;
}

.footer-inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 6%;
  padding-left: 5%;
}

.footer-inner-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-top: 80px;
}

.footer-inner-wrap_image {
  width: 20%;
}

.footer-inner-wrap_text {
  width: 54.5%;
  margin-right: 10%;
}

.footer-inner-menu {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.footer-inner-menu_item {
  width: 50%;
  margin-bottom: 10px;
  color: #fff;
  font-size: .9375rem;
}

.footer-inner-menu_item02 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 40px;
  font-size: .75rem;
}

.footer-inner-menu_item02::before {
  width: 10px;
  height: 2px;
  margin: 0 5px 0 0;
  background: #7f9cba;
  content: "";
}

.footer-inner-menu_link {
  color: #fff;
}

.footer-inner-menu_link:hover {
  color: #fff;
}

.footer-inner-menu-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-inner-menu-item-wrap_left p {
  margin-bottom: 0;
}

.footer-inner-menu-item-wrap_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-inner-menu-item-wrap_right p {
  margin: 0 0 0 14px;
}

.footer-inner-wrap02 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer-inner-wrap02_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
  padding: 23px 0;
}

.footer-inner-wrap02_text {
  width: 64.5%;
  margin-bottom: 0;
  color: #fff;
  font-size: .875rem;
}

.footer-inner-wrap02_address {
  margin-bottom: 0;
}

.footer-inner-wrap02_address span {
  margin-left: 1rem;
}

.footer-inner-wrap02_tel {
  margin-bottom: 0;
}

.footer-inner-wrap02_button {
  width: 28%;
  margin-bottom: 0;
  text-align: center;
}

.footer-inner-wrap02_link {
  display: block;
  padding: 5px 0;
  border-radius: 5px;
  background: #fff;
  color: #003a76;
  font-family: "GENJB";
}

.footer-inner-wrap02_link:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #003a76;
}

.footer-inner-wrap02_link span {
  padding-left: 37px;
  background: url("/ad-okifre/wp-content/themes/okifre/assets/images/common/footer-contact.png") no-repeat left center;
}

.footer-inner_copyright {
  margin: 20px 0;
  color: #fff;
  font-size: .6875rem;
  text-align: center;
}

.footer-pagetop {
  z-index: 10;
  position: fixed;
  right: 4%;
  /*bottom: 27.5%;
    bottom: 278px;*/
  bottom: 1%;
}

.production-process .footer {
  padding-top: 90px;
  background: #e4f0f5;
}

.production-process .main-contents {
  margin-bottom: 0;
}

@media print, screen and (max-width: 86.25em) {
  .footer {
    /*&-pagetop {
      bottom: 27%;
      bottom: 275px;
    }*/
  }
  .footer-pagetop {
    right: 2%;
  }
  .footer::before {
    top: -104%;
    right: 9%;
  }
}

@media print, screen and (max-width: 64em) {
  .footer {
    /*&-pagetop {
      bottom: 37%;
      bottom: 289px;
    }*/
  }
  .footer-banner-list {
    margin: 0 2.5% 60px;
  }
  .footer-bottom {
    height: 381px;
  }
  .footer-inner {
    padding-left: 15%;
  }
  .footer-inner-wrap {
    display: block;
    margin-bottom: 0;
    padding-top: 40px;
  }
  .footer-inner-wrap_image {
    width: 100%;
  }
  .footer-inner-wrap_text {
    width: 100%;
    margin-right: 0;
  }
  .footer-inner-menu_item {
    width: 40%;
  }
  .footer-inner-wrap02_text {
    font-size: .75rem;
  }
  .footer::before {
    top: -103%;
    right: 2.5%;
  }
}

@media print, screen and (max-width: 56.25em) {
  .footer {
    /*&-pagetop {
      bottom: 28%;
      bottom: 287px;
    }*/
  }
  .footer-inner-wrap {
    padding-top: 28px;
  }
  .footer-inner-menu_item {
    width: 42%;
    font-size: .8125rem;
  }
  .footer-bottom {
    height: 381px;
  }
}

@media screen and (max-width: 42.5em) {
  .footer {
    /*&-pagetop {
      bottom: 267px;
    }*/
  }
  .footer::before {
    display: inline-block;
    top: -29%;
    right: 2%;
    width: 84px;
    height: 207px;
    background: url("/ad-okifre/wp-content/themes/okifre/assets/images/common/footer-bg02.png") no-repeat;
    background-size: contain;
    content: "";
  }
  .footer-banner-list {
    z-index: 9;
    position: relative;
    margin: -40px 5% 60px;
  }
  .footer-banner-list_item {
    width: 48.7%;
  }
  .footer-banner-list_item:nth-child(3n) {
    margin-right: 2.5%;
  }
  .footer-banner-list_item:nth-child(2n) {
    margin-right: 0;
  }
  .footer-bottom {
    height: 280px;
    padding-bottom: 315px;
    background: #003a76;
  }
  .footer-inner {
    padding: 8% 2% 2%;
  }
  .footer-inner-wrap {
    padding-top: 0;
  }
  .footer-inner-wrap_image {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-inner-wrap_text {
    display: none;
  }
  .footer-inner-wrap02 {
    border-top: none;
    border-bottom: none;
  }
  .footer-inner-wrap02_inner {
    display: block;
    padding: 0;
  }
  .footer-inner-wrap02_text {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-inner-wrap02_address {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-inner-wrap02_address span {
    margin-left: 0;
  }
  .footer-inner-wrap02_tel {
    font-size: .9375rem;
    text-align: center;
  }
  .footer-inner-wrap02_button {
    display: none;
  }
  .footer-inner_copyright {
    margin: 25px 0 10px;
  }
  .footer-pagetop {
    right: 0;
    bottom: 13%;
  }
  .footer-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 110;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .footer-menu_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .625rem;
    text-align: center;
  }
  .footer-menu_item:nth-child(1) {
    border-right: 2px solid #354cad;
  }
  .footer-menu_item:nth-child(1), .footer-menu_item:nth-child(2) {
    width: 25%;
    padding-top: 5px;
    background: #fff;
  }
  .footer-menu_item:nth-child(1) img, .footer-menu_item:nth-child(2) img {
    width: 25%;
  }
  .footer-menu_item:nth-child(3) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 50%;
    background: #354cad;
  }
  .footer-menu_item:nth-child(3) img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    margin: auto;
  }
  .footer-menu_link {
    display: block;
    width: 100%;
    height: 100%;
    color: #354cad;
  }
}

@media screen and (max-width: 30em) {
  .footer-menu_item:nth-child(1) img, .footer-menu_item:nth-child(2) img {
    width: 35%;
  }
  .footer-menu_item:nth-child(3) img {
    width: 80%;
  }
  .footer-pagetop {
    bottom: 6%;
  }
  .footer-bottom {
    height: 250px;
  }
}

body.layer .footer::before {
  content: "";
}

@media screen and (max-width: 42.5em) {
  body.layer .footer::before {
    background: none;
    content: "";
  }
}

/** -------------------------------- **
	Wrapper
*** ----------------------------------------------------------------- ***/
/* ==========================================================================
	Project Original
=========================================================================== */
/** -------------------------------- **
	post
*** ----------------------------------------------------------------- ***/
/* Archive List
--------------------------------------------- */
/* Post Detail
--------------------------------------------- */
.single-posts pre {
  display: block;
}

.single-posts strong {
  font-weight: bold;
}

.single-posts em {
  font-style: italic;
}

.single-posts ul {
  list-style: outside disc;
}

.single-posts ol {
  list-style: outside decimal;
}

.single-posts li {
  margin-bottom: .6rem;
}

.single-posts blockquote {
  display: block;
  margin: 1em 40px;
}

.single-posts a {
  color: #14639a;
  text-decoration: underline;
}

.single-posts del {
  text-decoration: line-through;
}

.single-posts hr {
  display: block;
  border: none;
  border-top: #14639a 1px solid;
}

.single-posts .alignright {
  margin-bottom: 1em;
  margin-left: 1em;
  float: right;
}

.single-posts .alignleft {
  margin-right: 1em;
  margin-bottom: 1em;
  float: left;
}

.single-posts .aligncenter {
  display: block;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}

.single-posts table {
  width: 100%;
  table-layout: fixed;
}

.single-posts table th,
.single-posts table td {
  padding: 8px 5px;
  font-size: 1rem;
  font-weight: 350;
}

.single-posts table th {
  width: 50%;
}

.single-posts table tr:not(:first-child) {
  border-top: 1px solid #8d8d8d;
}

.single-posts dl {
  margin: 1.5rem 0;
}

/** -------------------------------- **
	Top Page
*** ----------------------------------------------------------------- ***/
.food-education {
  /*background-image: url("/ad-okifre/wp-content/themes/okifre/assets/images/top/top-food-education-bg.jpg"), url("/ad-okifre/wp-content/themes/okifre/assets/images/top/top-featured-products-bg.png");
	background-position: left top, left bottom;
	background-size: contain, 100%;
	background-repeat: no-repeat, no-repeat;*/
  margin-top: -8px;
  background: url("/ad-okifre/wp-content/themes/okifre/assets/images/top/top-food-education-bg.jpg") no-repeat left top;
  background-size: contain;
}

.food-education-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding-top: 75px;
}

.food-education-wrap_text {
  width: 55%;
}

.food-education-wrap_title {
  display: inline-block;
  margin-bottom: 25px;
  padding: 5px 20px;
  background: #354cad;
  color: #fff;
  font-size: 1.5625rem;
}

.food-education-wrap_sentence span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 20px;
  background: #003a76;
  color: #fff;
  font-size: 1.125rem;
}

.food-education-wrap_image {
  position: absolute;
  top: 75px;
  left: 27%;
}

.food-education-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 840px;
  margin: 0 auto 60px;
  padding-left: 0;
  list-style: none;
}

.food-education-menu_item {
  width: 30.3%;
  margin-right: 3%;
  font-family: "GENJB";
  text-align: center;
}

.food-education-menu_item:last-child {
  margin-right: 0;
}

.food-education-menu_link {
  display: block;
  padding: 15px 0;
  border-radius: 35px;
  background: #fff;
  color: #003a76;
}

.food-education-menu_link:hover {
  background: #003a76;
  color: #fff;
}

.food-education-wrap02 {
  max-width: 1200px;
  margin: 0 auto 50px;
}

.food-education-wrap02--first {
  position: relative;
  height: 408px;
}

.food-education-wrap02--second {
  position: relative;
  height: 422px;
}

.food-education-wrap02--second::after {
  z-index: 1;
  position: absolute;
  top: 57%;
  right: 3%;
  content: url("/ad-okifre/wp-content/themes/okifre/assets/images/top/top-food-education-bg02.png");
}

.food-education-wrap02--third {
  position: relative;
  height: 347px;
}

.food-education-wrap02--third::after {
  z-index: 1;
  position: absolute;
  top: 69%;
  left: -1%;
  content: url("/ad-okifre/wp-content/themes/okifre/assets/images/top/top-featured-products-bg03.png");
}

.food-education-wrap02_text {
  position: absolute;
  padding: 30px;
  background: #fff;
  opacity: .9;
}

.food-education-wrap02_text--first {
  top: 15%;
  right: 0;
  width: 50%;
}

.food-education-wrap02_text--second {
  z-index: 3;
  top: 10%;
  left: 0;
  width: 48%;
}

.food-education-wrap02_text--third {
  z-index: 3;
  top: 26%;
  left: 38%;
  width: 46.7%;
  padding: 35px 30px 110px;
}

.food-education-wrap02_image--first {
  position: absolute;
  top: -33%;
  left: -4.5%;
}

.food-education-wrap02_image--second {
  position: absolute;
  top: -14%;
  left: 0.5%;
}

.food-education-wrap02_image--third {
  position: absolute;
  top: -42%;
  left: 3%;
}

.food-education-wrap02_title {
  margin-bottom: 20px;
  color: #003a76;
  font-size: 1.25rem;
  text-align: center;
}

.food-education-wrap02_sentence {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.food-education-wrap02_image02--second {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}

.food-education-wrap02_image02--third {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (max-width: 64em) {
  .food-education-wrap {
    margin: 0 5% 60px;
  }
  .food-education-wrap02 {
    margin: 0 5% 50px;
  }
  .food-education-wrap02_image--first {
    top: -25%;
    left: -19%;
  }
  .food-education-wrap02_image--second {
    top: -11%;
  }
  .food-education-wrap02_image--third {
    left: 1%;
  }
  .food-education-wrap02--third::after {
    top: 29%;
  }
  .food-education-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .food-education-menu_item {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 56.25em) {
  .food-education-wrap_text {
    width: 60%;
  }
  .food-education-wrap02_image--first {
    top: -28%;
    left: -8%;
  }
  .food-education-wrap02_image--second {
    position: absolute;
    top: -20%;
  }
  .food-education-wrap02_image--third {
    position: absolute;
    left: 5%;
  }
  .food-education-wrap02--third::after {
    top: 29%;
  }
  .food-education-wrap02_text--first {
    width: 80%;
  }
  .food-education-wrap02_text--second {
    width: 80%;
  }
  .food-education-wrap02_text--third {
    top: 21%;
    left: 20%;
    width: 80%;
  }
}

@media screen and (max-width: 42.5em) {
  .food-education-wrap {
    margin: 0 5% 30px;
  }
  .food-education-wrap_image {
    top: 5px;
    left: 0;
  }
  .food-education-wrap_title {
    margin-top: 90px;
    margin-bottom: 15px;
    font-size: 1.1875rem;
  }
  .food-education-wrap_text {
    width: 100%;
    margin-top: -40px;
  }
  .food-education-wrap_sentence span {
    width: 100%;
    padding: 5px 15px;
    font-size: .875rem;
  }
  .food-education-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 5% 30px;
  }
  .food-education-menu_item {
    width: 48%;
    margin-bottom: 5%;
    font-size: .875rem;
  }
  .food-education-wrap02 {
    margin: 0;
  }
  .food-education-wrap02_image02 {
    width: 70%;
  }
  .food-education-wrap02_text {
    top: 27%;
    right: 0;
    left: 0;
    width: 90%;
    max-width: 370px;
    margin: 0 auto;
    padding: 20px;
  }
  .food-education-wrap02_text--third {
    top: 36%;
  }
  .food-education-wrap02_title {
    margin-bottom: 15px;
    font-size: .9375rem;
  }
  .food-education-wrap02_sentence {
    font-size: .8125rem;
  }
  .food-education-wrap02_image--first {
    top: -49%;
    left: 47%;
    width: 50%;
  }
  .food-education-wrap02_image--second {
    top: -10%;
    left: 1%;
    width: 60%;
  }
  .food-education-wrap02_image--third {
    top: -59%;
    left: 76%;
    width: 50%;
  }
  .food-education-wrap02--second {
    margin-top: -65px;
  }
  .food-education-wrap02--second::after {
    content: "";
  }
  .food-education-wrap02--third {
    margin-top: -28px;
  }
  .food-education-wrap02--third::after {
    display: inline-block;
    top: 73%;
    left: 9%;
    width: 56px;
    height: 194px;
    background: url("/ad-okifre/wp-content/themes/okifre/assets/images/top/top-featured-products-bg03.png") no-repeat;
    background-size: contain;
    content: "";
  }
}

@media screen and (max-width: 30em) {
  .food-education-wrap_title {
    margin-top: 0;
  }
  .food-education-wrap02_image--third {
    top: -43%;
    left: 50%;
    width: 50%;
  }
}

@media screen and (max-width: 20em) {
  .food-education-wrap02--second {
    margin-top: -45px;
  }
  .food-education-wrap02--third {
    margin-top: -124px;
  }
}

.featured-products {
  position: relative;
  padding: 11% 0 4%;
  background-color: #fff;
  background-image: url("/ad-okifre/wp-content/themes/okifre/assets/images/top/top-featured-products-bg.png"), url("/ad-okifre/wp-content/themes/okifre/assets/images/top/top-featured-products-bg02.png");
  background-position: left top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.featured-products-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  margin: 70px auto 95px;
}

.featured-products-wrap_image {
  width: 28%;
  margin-right: auto;
}

.featured-products-wrap_text {
  width: 65%;
}

.featured-products-wrap_sentence {
  margin-bottom: 25px;
  line-height: 1.5;
}

.featured-products_title02 {
  font-family: "GENJB";
  font-size: 1.125rem;
}

.featured-products h3 {
  margin-bottom: 0;
}

.featured-products_capacity {
  font-family: "GENJM";
  font-size: 1.0625rem;
}

.featured-products::before {
  display: inline-block;
  position: absolute;
  top: -7%;
  right: 0;
  width: 559px;
  height: 373px;
  background: url("/ad-okifre/wp-content/themes/okifre/assets/images/top/top-featured-products-bg04.png") no-repeat right top;
  background-size: contain;
  vertical-align: middle;
  content: '';
}

@media print, screen and (max-width: 86.25em) {
  .featured-products {
    padding: 10% 0 4%;
  }
}

@media print, screen and (max-width: 64em) {
  .featured-products {
    padding: 12% 0 4%;
  }
  .featured-products::before {
    top: -3%;
    width: 38.5%;
    height: 100%;
  }
  .featured-products-wrap {
    margin: 70px 5% 95px;
  }
  .featured-products-wrap_text {
    width: 68%;
  }
}

@media screen and (max-width: 42.5em) {
  .featured-products::before {
    top: -7%;
    right: -17px;
    width: 45%;
    height: 100%;
  }
  .featured-products_title {
    margin-top: 85px;
  }
}

@media screen and (max-width: 30em) {
  .featured-products::before {
    top: -7%;
    right: -17px;
    width: 58%;
    height: 100%;
  }
  .featured-products_title {
    margin-top: 60px;
  }
  .featured-products-wrap {
    display: block;
    margin: 30px 5% 40px;
  }
  .featured-products-wrap_image {
    width: 65%;
    margin: 0 auto;
    text-align: center;
  }
  .featured-products-wrap_text {
    width: 100%;
  }
  .featured-products-wrap_title02 {
    text-align: center;
  }
  .featured-products-wrap_capacity {
    text-align: center;
  }
  .featured-products-wrap_sentence {
    font-size: .8125rem;
  }
  .featured-products_button {
    margin: 0 auto;
  }
}

@media screen and (max-width: 20em) {
  .featured-products::before {
    top: -2%;
  }
}

.top-product-slider {
  max-width: 1225px;
  margin: 0 auto 100px;
}

.top-product-slider_title {
  margin: -5px 0 0;
  font-family: "GENJB";
  text-align: center;
}

.top-product-slider_capacity {
  text-align: center;
}

.top-product-slider_button {
  margin: 0 auto 2px;
}

@media print, screen and (max-width: 86.25em) {
  .top-product-slider {
    margin: 0 5.5% 100px 7%;
  }
  .top-product-slider_title {
    font-size: .8125rem;
  }
  .top-product-slider__capacity {
    font-size: .8125rem;
  }
}

@media print, screen and (max-width: 64em) {
  .top-product-slider {
    margin: 0 8.5% 100px 10%;
  }
  .top-product-slider_inner {
    width: 90% !important;
  }
}

@media print, screen and (max-width: 56.25em) {
  .top-product-slider {
    margin: 0 8.5% 100px 11%;
  }
}

@media screen and (max-width: 30em) {
  .top-product-slider {
    margin: 0 8.5% 60px 11%;
  }
  .top-product-slider_title {
    margin: -10px 0 0;
  }
  .top-product-slider_capacity {
    margin-bottom: 10px;
    font-size: .75rem;
  }
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -70px;
}

.prev-arrow {
  left: -70px;
  width: 33px;
  height: 69px;
}

.next-arrow {
  right: -50px;
  width: 33px;
  height: 69px;
}

@media screen and (max-width: 42.5em) {
  .prev-arrow {
    left: -36px;
    width: 15px;
    height: 31px;
  }
  .next-arrow {
    right: -18px;
    width: 15px;
    height: 31px;
  }
}

@media screen and (max-width: 30em) {
  .prev-arrow {
    left: -28px;
  }
}

.top-news_button {
  width: 70%;
  max-width: 420px;
  margin: 0 auto;
  font-family: "GENJB";
  text-align: center;
}

.top-news_link {
  display: block;
  padding: 13px 0;
  border: 1px solid #354cad;
  border-radius: 30px;
  background: #354cad;
  color: #fff;
}

.top-news_link:hover {
  background: #fff;
  color: #354cad;
}

.top-news-list {
  max-width: 1000px;
  margin: 50px auto 55px;
  padding-left: 0;
  list-style: none;
}

.top-news-list_item {
  padding: 30px 40px;
  border-top: 2px solid #999;
  font-size: .9375rem;
}

.top-news-list_item:last-child {
  border-bottom: 2px solid #999;
}

.top-news-list_category {
  margin: 0 28px 0 68px;
  font-size: .8125rem;
}

@media print, screen and (max-width: 64em) {
  .top-news-list {
    margin: 50px 5% 55px;
  }
}

@media screen and (max-width: 42.5em) {
  .top-news_title {
    margin-top: 30px;
  }
  .top-news-list {
    margin: 50px 5% 35px;
  }
  .top-news-list_item {
    padding: 20px 0px;
  }
  .top-news-list_category {
    margin: 0 0 0 20px;
  }
  .top-news_button {
    z-index: 9;
    position: relative;
  }
}

@media screen and (max-width: 30em) {
  .top-news-list {
    margin: 30px 5% 35px;
  }
}

/** -------------------------------- **
	Low Page
*** ----------------------------------------------------------------- ***/
.layer-header {
  position: relative;
  width: 100%;
  padding-top: 19%;
  background: url("/ad-okifre/wp-content/themes/okifre/assets/images/common/layer-header-bg.png") no-repeat;
  background-size: cover;
}

.layer-header_inner {
  max-width: 1310px;
  margin: 0 auto;
}

.layer-header-logo {
  position: absolute;
  top: 8%;
}

.layer-header_title {
  position: absolute;
  top: 41%;
  margin-left: 2.5%;
}

@media print, screen and (max-width: 64em) {
  .layer-header {
    padding-top: 25%;
  }
  .layer-header-logo {
    left: 3%;
  }
}

@media print, screen and (max-width: 56.25em) {
  .layer-header {
    padding-top: 30%;
  }
}

@media screen and (max-width: 46em) {
  .layer-header_title {
    top: 38%;
    width: 75%;
  }
}

@media screen and (max-width: 42.5em) {
  .layer-header {
    padding-top: 25%;
  }
  .layer-header-logo {
    top: -11px;
    left: 10px;
    width: 45%;
  }
  .layer-header_title {
    top: 30%;
    width: 80%;
  }
}

@media screen and (max-width: 30em) {
  .layer-header {
    padding-top: 33%;
  }
  .layer-header_title {
    top: 40%;
  }
  .layer-header_title--contact {
    width: 60%;
  }
}

/* Companyprofile
--------------------------------------------- */
.companyprofile {
  max-width: 1200px;
  margin: 0 auto 100px;
}

.companyprofile-table {
  width: 100%;
  margin-top: 20px;
  font-size: 1.125rem;
}

.companyprofile-table_header {
  width: 20%;
  padding: 25px 0 25px 30px;
  border-bottom: 2px solid #ddd;
  color: #003a76;
  font-family: "GENJM";
  font-weight: normal;
}

.companyprofile-table_data {
  padding: 25px 30px 25px 0;
  border-bottom: 2px solid #ddd;
  color: #003a76;
  font-family: "GENJM";
}

@media print, screen and (max-width: 64em) {
  .companyprofile {
    margin: 0 5% 100px;
  }
}

.greeting {
  max-width: 1200px;
  margin: 0 auto 100px;
}

.greeting_title {
  margin-bottom: 25px;
  text-align: left;
}

.greeting_sentence {
  line-height: 2;
}

@media print, screen and (max-width: 64em) {
  .greeting {
    margin: 0 5% 100px;
  }
}

@media screen and (max-width: 42.5em) {
  .greeting_title {
    margin-bottom: 15px;
    font-size: 1.3125rem;
  }
  .greeting_sentence {
    font-size: .8125rem;
  }
}

.local-activities {
  max-width: 1200px;
  margin: 0 auto 100px;
}

.local-activities_title {
  margin-bottom: 25px;
  text-align: left;
}

.local-activities-list {
  padding-left: 23px;
}

@media print, screen and (max-width: 64em) {
  .local-activities {
    margin: 0 5% 100px;
  }
}

@media screen and (max-width: 42.5em) {
  .local-activities_title {
    margin-bottom: 15px;
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 42.5em) {
  .companyprofile {
    margin: 0 5% 50px;
  }
  .companyprofile_title {
    margin-top: 30px;
    font-size: 1.3125rem;
  }
  .companyprofile-table_header {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    border-bottom: none;
    font-size: .875rem;
  }
  .companyprofile-table_data {
    display: block;
    width: 100%;
    padding: 0 0 10px 20px;
    font-size: .875rem;
  }
}

/* Product list
--------------------------------------------- */
.product-lineup-wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 60px auto 0;
}

.product-lineup-wrap_inner {
  width: 33.3%;
  padding: 2.5%;
  text-align: center;
}

.product-lineup-wrap_inner:nth-child(odd) {
  background: #f4f4f4;
}

.product-lineup-wrap_title02 {
  margin-bottom: 0;
  color: #ff001a;
  font-family: "GENJB";
  font-size: 1.125rem;
  text-align: left;
}

.product-lineup-wrap_title {
  margin-bottom: 0;
  font-family: "GENJB";
  font-size: 1.125rem;
}

.product-lineup-wrap_capacity {
  margin-bottom: 20px;
}

.product-lineup-wrap_button {
  margin: 0 auto 20px;
}

#product-lineup-tab-conts01 .product-lineup-wrap::after {
  display: block;
  width: 33.3%;
  content: "";
}

.product-lineup-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  margin: 73px auto 84px;
  padding-left: 0;
  list-style: none;
}

.product-lineup-tab_item {
  width: 30.7%;
  margin-right: 3.8%;
  font-size: 1.4375rem;
  text-align: center;
}

.product-lineup-tab_item:last-child {
  margin-right: 0;
}

.product-lineup-tab_item.active a {
  background: #354cad;
  color: #fff;
}

.product-lineup-tab_link {
  display: block;
  padding: 8% 0;
  border: 2px solid #354cad;
  background: #fff;
  color: #354cad;
}

.product-lineup-tab_link:hover {
  background: #354cad;
  color: #fff;
}

.product-lineup-area {
  display: none;
  opacity: 0;
}

.product-lineup-area.is-active {
  -webkit-animation-name: displayAnime;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media print, screen and (max-width: 64em) {
  .product-lineup-wrap {
    margin: 60px 5% 0;
  }
  .product-lineup-tab {
    margin: 73px 5% 84px;
  }
}

@media print, screen and (max-width: 56.25em) {
  .product-lineup-tab_item {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 30em) {
  .product-lineup-tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px 5% 0;
  }
  .product-lineup-tab_item {
    width: 48%;
    margin-bottom: 3.8%;
    font-size: 1rem;
  }
  .product-lineup-tab_item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 42.5em) {
  .product-lineup_title {
    margin-top: 30px;
  }
  .product-lineup-wrap_title, .product-lineup-wrap_title02 {
    font-size: .8125rem;
  }
  .product-lineup-wrap_capacity {
    font-size: .75rem;
  }
  .product-lineup-wrap_button {
    width: 80%;
    font-size: .8125rem;
  }
  .product-lineup-wrap_button a {
    padding: 7px 0;
  }
}

@media screen and (max-width: 30em) {
  .product-lineup-wrap_inner {
    width: 50%;
  }
  .product-lineup-wrap_inner:nth-child(odd) {
    background: #fff;
  }
  .product-lineup-wrap_inner:nth-child(1), .product-lineup-wrap_inner:nth-child(4), .product-lineup-wrap_inner:nth-child(5), .product-lineup-wrap_inner:nth-child(8) {
    background: #f4f4f4;
  }
}

/* Product detail
--------------------------------------------- */
.product-contents-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 1015px;
  margin: 190px auto 185px;
}

.product-contents-wrap_image {
  width: 39.6%;
  margin-right: auto;
}

.product-contents-wrap_text {
  width: 54.2%;
}

.product-contents-wrap_title {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.product-contents-wrap_pricetitle {
  margin-bottom: 0;
}

.product-contents-wrap_price span {
  color: #ff001a;
  font-family: "GENJB";
  font-size: 1.5rem;
}

.product-contents-wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50.8%;
  float: right;
}

.product-contents-wrap02_left {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -14px;
  align-items: flex-end;
  width: 37%;
  margin-right: auto;
  font-family: "GENJB";
  font-size: .8125rem;
}

.product-contents-wrap02_left input {
  width: 72.8%;
  min-height: 46px;
  margin-right: 6%;
}

.product-contents-wrap02_button {
  width: 61.4%;
  font-family: "GENJB";
  font-size: .8125rem;
  text-align: center;
}

.product-contents-wrap02_link {
  display: block;
  padding: 10px 0;
  border: 1px solid #008b1b;
  border-radius: 30px;
  background: #008b1b;
  color: #fff;
}

.product-contents-wrap02_link:hover {
  background: #fff;
  color: #008b1b;
}

.product-contents-wrap02_text {
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.product-contents-wrap02_numbtn img {
  vertical-align: middle;
}

@media print, screen and (max-width: 64em) {
  .product-contents-wrap {
    margin: 190px 5% 185px;
  }
}

@media print, screen and (max-width: 56.25em) {
  .product-contents-wrap02 {
    width: 70%;
  }
}

@media screen and (max-width: 42.5em) {
  .product-contents-wrap {
    margin: 60px 5% 80px;
  }
  .product-contents-wrap_title {
    font-size: 1rem;
  }
  .product-contents-wrap_capacity {
    font-size: .9375rem;
  }
  .product-contents-wrap_sentence {
    font-size: .8125rem;
  }
  .product-contents-wrap02 {
    width: 70%;
  }
  .product-lineup_title {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 30em) {
  .product-contents-wrap {
    display: block;
    margin: 60px 5% 5px;
  }
  .product-contents-wrap_image {
    width: 80%;
    margin: 0 auto 15px;
  }
  .product-contents-wrap_text {
    width: 100%;
  }
  .product-contents-wrap_title {
    text-align: center;
  }
  .product-contents-wrap_capacity {
    text-align: center;
  }
  .product-contents-wrap02 {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .product-contents-wrap02_left {
    margin-bottom: 10px;
    font-size: .9375rem;
  }
  .product-contents-wrap02_left input {
    min-height: 55px;
  }
  .product-contents-wrap02_button {
    width: 61.4%;
    margin: 0 auto;
    clear: both;
    font-size: 1rem;
  }
}

.recommendation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 75px auto 0;
}

.recommendation-wrap_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 48.7%;
  padding: 1% 3% 0% 3.5%;
  background: #e4f0f5;
}

.recommendation-wrap_inner:first-child {
  margin-right: auto;
}

.recommendation-wrap_inner:last-child .recommendation-wrap_title,
.recommendation-wrap_inner:last-child .recommendation-wrap_capacity {
  margin-left: 30%;
}

.recommendation-wrap_image {
  position: relative;
  top: -26%;
  width: 35%;
  margin: 0 auto 0 0;
}

.recommendation-wrap_text {
  width: 58%;
}

.recommendation-wrap_title {
  margin-bottom: 0;
  font-family: "GENJB";
  font-size: 1.125rem;
}

.recommendation-wrap_button {
  margin: 0 0 0 27%;
}

@media print, screen and (max-width: 64em) {
  .recommendation-wrap {
    margin: 75px 5% 0;
  }
  .recommendation-wrap_inner {
    padding: 1% 2%;
  }
}

@media print, screen and (max-width: 56.25em) {
  .recommendation-wrap {
    margin: 75px 5% 0;
  }
  .recommendation-wrap_inner {
    display: block;
    padding: 3%;
  }
  .recommendation-wrap_inner:last-child .recommendation-wrap_title,
  .recommendation-wrap_inner:last-child .recommendation-wrap_capacity {
    margin-left: 0;
  }
  .recommendation-wrap_image {
    position: static;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .recommendation-wrap_text {
    width: 100%;
    text-align: center;
  }
  .recommendation-wrap_button {
    margin: 0 auto;
  }
}

@media screen and (max-width: 42.5em) {
  .recommendation-wrap {
    margin: 30px 5% 0;
  }
  .recommendation-wrap_button {
    width: 60%;
  }
  .recommendation-wrap_button a {
    padding: 7px 0;
    font-size: .8125rem;
  }
  .recommendation-wrap_title {
    font-size: .8125rem;
  }
  .recommendation-wrap_capacity {
    font-size: .75rem;
  }
}

@media screen and (max-width: 30em) {
  .recommendation-wrap_button {
    width: 80%;
  }
}

/* Contact
--------------------------------------------- */
.contact-contents {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-form {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-form_sentence {
  margin: 70px 0 60px;
}

.contact-form-list {
  margin-bottom: 70px;
}

.contact-form-list_title {
  margin-bottom: 10px;
}

.contact-form-list_data {
  margin-bottom: 30px;
}

.contact-form-list_mandatory {
  margin-left: 20px;
  padding: 2px 5px 3px;
  background: #cd002f;
  color: #fff;
  font-size: .8125rem;
}

.contact-form-list_box01 {
  width: 100%;
  max-width: 364px;
  padding: 5px;
}

.contact-form-list_box02 {
  width: 100%;
  max-width: 772px;
  padding: 5px;
}

.contact-form-list_submitbtn {
  width: 199px;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #003a76;
  border-radius: 30px;
  background: #fff;
  color: #003a76;
  font-family: "GENJB";
  text-align: center;
  cursor: pointer;
}

.contact-form-list_submitbtn:hover {
  background: #003a76;
  color: #fff;
}

.contact-form-list_backbtn {
  width: 76px;
  margin: 0 auto;
  padding: 4px 0;
  border: 1px solid #767676;
  border-radius: 20px;
  background: #767676;
  color: #fff;
  font-family: "GENJB";
  text-align: center;
  cursor: pointer;
}

.contact-form-list_backbtn:hover {
  background: #fff;
  color: #767676;
}

@media print, screen and (max-width: 64em) {
  .contact-contents {
    margin: 0 5%;
  }
}

@media screen and (max-width: 42.5em) {
  .contact-form_title {
    margin-top: 30px;
    font-size: 1.3125rem;
  }
  .contact-form_sentence {
    margin: 35px 0 30px;
  }
  .contact-form-list {
    margin-bottom: 30px;
  }
  .contact-form-list_box01 {
    max-width: 772px;
  }
  .contact-form_backbtn {
    border-radius: 10px;
  }
}

/* Production process
--------------------------------------------- */
/*body.production-process {
  .breadcrumbs-wrap {
    position: relative;
    z-index: 99999;
  }
}*/
.tab {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
  flex-wrap: wrap;
  width: 70%;
  max-width: 940px;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}

.tab_item {
  width: 46.8%;
  border: 2px solid #354cad;
  font-family: "GENJM";
  font-size: 1.5625rem;
  text-align: center;
}

.tab_item a {
  display: block;
  padding: 6% 0 5%;
  background: #fff;
  color: #354cad;
}

.tab_item a:hover {
  background: #354cad;
  color: #fff;
}

.tab_item.active a {
  background: #354cad;
  color: #fff;
}

.tab_item--en {
  opacity: .4;
}

.tab_item:first-child {
  margin-right: auto;
}

/*@include l-tablet {
  .tab {
    top: 230px;
  }
}*/
@media print, screen and (max-width: 56.25em) {
  .tab_item {
    line-height: 1.3;
  }
  .tab_item a {
    padding: 6% 0;
  }
  .tab_item--en {
    position: relative;
    top: 10px;
  }
}

/*@include sphone-l {
  .tab {
    top: 75%;
  }
}*/
@media screen and (max-width: 42.5em) {
  .tab {
    top: 60%;
  }
  .tab_item--en {
    display: inline-block;
    top: 4px;
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .tab_item a {
    padding: 6% 1% 7%;
  }
}

@media screen and (max-width: 30em) {
  .tab {
    top: 55%;
    width: 85%;
  }
  .tab_item {
    font-size: 1rem;
  }
  .tab_item--en {
    font-size: .875rem;
  }
}

@media screen and (max-width: 20em) {
  .tab {
    top: 55%;
  }
  .tab_item {
    font-size: 1rem;
  }
  .tab_item--en {
    font-size: 1rem;
  }
}

.area {
  z-index: 1;
  position: relative;
  padding-top: 60px;
  /*display: none;
  opacity: 0;*/
  background: #fff;
  /*&.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }*/
}

.area_title {
  z-index: -2;
  position: relative;
  width: 32%;
  padding: 13px 42px 13px 0;
  background: #003a76;
  color: #fff;
  font-size: 1.5625rem;
  text-align: center;
}

.area_title::after {
  z-index: -1;
  position: absolute;
  top: -4px;
  right: -3px;
  width: 0;
  height: 0;
  border: none;
  border-bottom: #fff solid 79px;
  border-left: solid 60px transparent;
  content: '';
}

.area_title span {
  padding-left: 31px;
  background: url("/ad-okifre/wp-content/themes/okifre/assets/images/production-process/title-bg.png") no-repeat left center;
}

.area_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.area_title02 {
  margin: -1.5% 0 29px;
}

.area_title03 {
  color: #003a76;
  font-family: "GENJM";
  font-size: 1.25rem;
}

.area_sentence {
  max-width: 560px;
  margin: 55px 0 42px;
}

.area_sentence02 {
  margin: 55px 0 130px;
}

.area-wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 86px;
}

.area-wrap02_inner {
  position: relative;
  width: 9.5%;
  margin-right: 3.3%;
  border-radius: 50%;
  background: #003a76;
}

.area-wrap02_inner::after {
  position: absolute;
  top: 35%;
  left: 100%;
  content: url("/ad-okifre/wp-content/themes/okifre/assets/images/production-process/arrow.png");
}

.area-wrap02_inner:last-child {
  margin-right: 0;
}

.area-wrap02_inner:last-child::after {
  content: "";
}

.area-wrap02_inner02 {
  position: relative;
  height: 0;
  padding-top: 100%;
}

.area-wrap02_title {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: 0;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.area-wrap02_title span {
  display: block;
  position: relative;
  top: 4px;
  font-size: .75rem;
  line-height: 1.2;
}

.area-wrap02_title02 {
  top: 30%;
}

.area-wrap02_title03 {
  top: 26%;
}

.area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}

.area-wrap_text {
  width: 60%;
  margin-right: auto;
}

.area-wrap_image {
  width: 35.9%;
}

.area-wrap_sentence {
  margin-top: 15px;
}

.area-title-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.production-process-flow {
  display: none;
}

@media print, screen and (max-width: 64em) {
  .area_inner {
    margin: 0 5%;
  }
  .area-wrap02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .area-wrap02_title {
    top: 43%;
    line-height: normal;
  }
  .area-wrap02_title02 {
    top: 37%;
  }
  .area-wrap02_title03 {
    top: 35%;
  }
  .area-wrap02_inner {
    width: 19.5%;
    margin: 0 5.5% 5% 0;
  }
  .area-wrap02_inner::after {
    top: 40%;
    content: url("/ad-okifre/wp-content/themes/okifre/assets/images/production-process/arrow-sp.png");
  }
  .area-wrap02_inner:nth-child(4n) {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 56.25em) {
  .area-wrap02_inner::after {
    content: url("/ad-okifre/wp-content/themes/okifre/assets/images/production-process/arrow.png");
  }
  .area-wrap02_title03 {
    top: 31%;
  }
}

@media screen and (max-width: 42.5em) {
  .area_title {
    width: 35%;
    padding: 13px 0px;
    background: url("/ad-okifre/wp-content/themes/okifre/assets/images/production-process/area-title-bg.png") no-repeat left top;
    background-size: contain;
    font-size: 1.25rem;
  }
  .area_title::after {
    z-index: -1;
    border: none;
    border-bottom: none;
    border-left: none;
  }
  .area_title span {
    position: relative;
    top: -5px;
    left: -33px;
  }
  .area-wrap02 {
    display: none;
  }
  .area-wrap02_inner::after {
    top: 36%;
    left: 97%;
  }
  .production-process-flow {
    display: block;
    padding-left: 3%;
    color: #003a76;
    font-family: "GENJM";
    font-size: 1rem;
    list-style: none;
  }
  .production-process-flow_item span {
    font-size: .8125rem;
  }
}

@media screen and (max-width: 30em) {
  .area {
    padding-top: 30px;
  }
  .area_title {
    width: 48%;
    font-size: 1rem;
  }
  .area_title span {
    top: -8px;
  }
  .area_title02 {
    width: 80%;
    margin: -1.5% 0 14px;
  }
  .area_title03 {
    font-size: 1rem;
  }
  .area_sentence {
    margin: 15px 0 42px;
    font-size: .8125rem;
  }
  .area-wrap02 {
    margin: 24px 0 40px;
  }
  .area-wrap02_inner {
    width: 40%;
    margin: 0px 10% 5% 0;
  }
  .area-wrap02_inner:nth-child(2n) {
    margin-right: 0;
  }
  .area-wrap02_inner:nth-child(3n) {
    margin-right: 10%;
  }
  .area-wrap02_inner:nth-child(4n) {
    margin-right: 10%;
  }
  .area-wrap02_inner::after {
    top: 37%;
    left: 98%;
  }
  .area-wrap02_title {
    top: 43%;
  }
  .area-wrap02_title02 {
    top: 35%;
  }
  .area-wrap02_title03 {
    top: 30%;
  }
  .area-wrap {
    display: block;
    padding-bottom: 30px;
  }
  .area-wrap_text {
    width: 100%;
    margin-right: 0;
  }
  .area-wrap_image {
    width: 100%;
  }
  .area-wrap_sentence {
    font-size: .8125rem;
  }
}

#quality-management .area_title::after {
  border-bottom: #e4f0f5 solid 79px;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.layer-header--production-process {
  position: relative;
  width: 100%;
  padding-top: 26%;
  background: url("/ad-okifre/wp-content/themes/okifre/assets/images/production-process/header-bg.jpg") no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 86.25em) {
  .layer-header--production-process {
    padding-top: 38%;
  }
}

@media print, screen and (max-width: 56.25em) {
  .layer-header--production-process {
    padding-top: 57%;
  }
}

@media screen and (max-width: 30em) {
  .layer-header--production-process {
    padding-top: 70%;
  }
}

#production-process {
  background: #fff url("/ad-okifre/wp-content/themes/okifre/assets/images/production-process/production-process-bg01.jpg") no-repeat;
  background-size: contain;
}

#quality-management {
  background: #e4f0f5 url("/ad-okifre/wp-content/themes/okifre/assets/images/production-process/production-process-bg02.jpg") no-repeat;
  background-size: contain;
}

.production-process-contents_lead {
  position: absolute;
  top: 26%;
  right: 0;
  left: 0;
  color: #fff;
  font-family: "GENJB";
  font-size: 1.75rem;
  text-align: center;
}

/*@include l-tablet {
  .production-process-contents {
    &_lead {
      top: 116px;
    }
  }
}*/
/*@include tablet {
  .production-process-contents {
    &_lead {
      top: 11%;
      font-size: 1.375rem;
    }
  }
}*/
@media print, screen and (max-width: 56.25em) {
  .production-process-contents_lead {
    top: 28%;
    font-size: 1.5rem;
  }
}

/*@include sphone-l {
  .production-process-contents {
    &_lead {
      top: 42%;
    }
  }
}*/
@media screen and (max-width: 42.5em) {
  .production-process-contents_lead {
    top: 18%;
  }
}

@media screen and (max-width: 30em) {
  .production-process-contents_lead {
    top: 20%;
    font-size: .875rem;
  }
}

/* Information
--------------------------------------------- */
@media screen and (max-width: 42.5em) {
  .news_title {
    font-size: 1.3125rem;
  }
}

/* Information detail
--------------------------------------------- */
.information-contents-titlewrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 118px auto 43px;
  padding: 20px 70px;
  border-bottom: 1px solid #003a76;
}

.information-contents-titlewrap_date {
  margin: 0 30px 0 0;
}

.information-contents-titlewrap_title {
  margin-bottom: 0;
  font-size: 1.1875rem;
  text-align: left;
}

@media print, screen and (max-width: 64em) {
  .information-contents-titlewrap {
    margin: 118px 2.5% 43px;
  }
}

@media screen and (max-width: 42.5em) {
  .information-contents-titlewrap {
    display: block;
    margin: 60px 2.5% 30px;
    padding: 20px 0 10px;
  }
  .information-contents-titlewrap_date {
    margin: 0;
  }
  .information-contents-titlewrap_title {
    margin-top: 5px;
    font-size: 1rem;
  }
}

.information-contents_conts {
  max-width: 840px;
  margin: 0 auto 100px;
}

.information-contents-pager {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 296px;
  margin: 0 auto 100px;
  font-family: "GENJB";
  font-size: 1.125rem;
  list-style: none;
}

.information-contents-pager_link {
  display: block;
  position: relative;
}

.information-contents-pager_link--pre::before {
  -webkit-transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: -30px;
  width: 13px;
  height: 13px;
  margin-top: -7px;
  transform: rotate(-135deg);
  border: 0px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  content: '';
}

.information-contents-pager_link--next:hover::after {
  border-top: solid 2px #003a76;
  border-right: solid 2px #003a76;
}

.information-contents-pager_link--next::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 45px;
  width: 13px;
  height: 13px;
  margin-top: -7px;
  transform: rotate(45deg);
  border: 0px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  content: '';
}

.information-contents-pager_link--next:hover::after {
  border-top: solid 2px #003a76;
  border-right: solid 2px #003a76;
}

.information-contents-pager_link:hover {
  color: #003a76;
}

@media print, screen and (max-width: 64em) {
  .information-contents_conts {
    margin: 0 2.5% 100px;
  }
}

@media screen and (max-width: 42.5em) {
  .information-contents_conts {
    margin: 0 2.5% 50px;
  }
  .information-contents_conts p {
    font-size: .8125rem;
  }
  .information-contents-pager {
    font-size: 1rem;
  }
}

/* User guide
--------------------------------------------- */
.user-guide-contents {
  max-width: 1000px;
  margin: 0 auto 100px;
}

.user-guide-contents_title {
  margin-bottom: 50px;
}

@media print, screen and (max-width: 64em) {
  .user-guide-contents {
    margin: 0 5% 100px;
  }
}

@media screen and (max-width: 42.5em) {
  .user-guide-contents_title {
    margin-top: 30px;
    font-size: 1.3125rem;
  }
}

/* Privacy policy
--------------------------------------------- */
.privacy-policy-contents {
  max-width: 1000px;
  margin: 0 auto 100px;
}

.privacy-policy-contents_title {
  margin-bottom: 50px;
}

@media print, screen and (max-width: 64em) {
  .privacy-policy-contents {
    margin: 0 5% 100px;
  }
}

@media screen and (max-width: 42.5em) {
  .privacy-policy-contents_title {
    margin-top: 30px;
    font-size: 1.3125rem;
  }
}
