@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto");
/* line 5, ../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 2, ../sass/partials/common/_global.scss */
html {
  font-size: 62.5%;
}

/* line 5, ../sass/partials/common/_global.scss */
body {
  font-size: 1.4rem;
  font-family: "usual","Noto Sans Japanese",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #717171;
}

/* line 11, ../sass/partials/common/_global.scss */
* {
  box-sizing: border-box;
}

/* line 15, ../sass/partials/common/_global.scss */
h1 {
  font-size: 3rem;
}

/* line 19, ../sass/partials/common/_global.scss */
p {
  font-size: 1.5rem;
  line-height: 1.8;
}

/* line 24, ../sass/partials/common/_global.scss */
a {
  text-decoration: none;
  color: #d9bd8d;
}

/* line 29, ../sass/partials/common/_global.scss */
input, textarea {
  font-family: "usual","Noto Sans Japanese",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
}

/* line 33, ../sass/partials/common/_global.scss */
.pc {
  display: inline-block !important;
}

/* line 36, ../sass/partials/common/_global.scss */
.sp {
  display: none !important;
}

/* line 39, ../sass/partials/common/_global.scss */
.tablet {
  display: none !important;
}

/* line 43, ../sass/partials/common/_global.scss */
.wrapper {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

/* line 49, ../sass/partials/common/_global.scss */
.lg-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 57, ../sass/partials/common/_global.scss */
.entry-header {
  margin: 0 0 30px;
  padding-top: 150px;
  display: block;
}

/* line 314, partials/common/_global.scss */
/* line 64, ../sass/partials/common/_global.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

/* line 325, partials/common/_global.scss */
/* line 77, ../sass/partials/common/_global.scss */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* line 84, ../sass/partials/common/_global.scss */
.page_title {
  font-size: 2.6rem;
  color: #d9bd8d;
  text-align: center;
  line-height: 3.5rem;
}
/* line 89, ../sass/partials/common/_global.scss */
.page_title span {
  display: block;
  font-family: 'Roboto', sans-serif;
}

/* line 95, ../sass/partials/common/_global.scss */
.ReadMoreBtn {
  z-index: 19;
  position: relative;
  font-size: 1.8rem;
  background-color: transparent;
  border: 1px solid #d9bd8d;
  border-radius: 2rem;
  color: #d9bd8d;
  padding: 1rem 2rem;
  max-width: 300px;
  width: 40%;
  display: block;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 109, ../sass/partials/common/_global.scss */
.ReadMoreBtn:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #d9bd8d;
  border-radius: 2rem;
  background: #d9bd8d;
  opacity: 0;
  -moz-transform: scale(1.1, 1.4);
  -o-transform: scale(1.1, 1.4);
  -ms-transform: scale(1.1, 1.4);
  -webkit-transform: scale(1.1, 1.4);
  transform: scale(1.1, 1.4);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 125, ../sass/partials/common/_global.scss */
.ReadMoreBtn.Btn1 {
  border: 1px solid #d9bd8d;
  color: #d9bd8d;
}
/* line 128, ../sass/partials/common/_global.scss */
.ReadMoreBtn.Btn1:before {
  border: 1px solid #d9bd8d;
  background: #d9bd8d;
}
/* line 133, ../sass/partials/common/_global.scss */
.ReadMoreBtn.Btn2 {
  border: 1px solid #e68621;
  color: #e68621;
}
/* line 136, ../sass/partials/common/_global.scss */
.ReadMoreBtn.Btn2:before {
  border: 1px solid #e68621;
  background: #e68621;
}
/* line 141, ../sass/partials/common/_global.scss */
.ReadMoreBtn.Btn3 {
  width: 75%;
  border: 1px solid #9b7936;
  color: #9b7936;
}
/* line 145, ../sass/partials/common/_global.scss */
.ReadMoreBtn.Btn3:before {
  border: 1px solid #9b7936;
  background: #9b7936;
}
/* line 150, ../sass/partials/common/_global.scss */
.ReadMoreBtn.Btn4 {
  width: 40%;
  border: 1px solid #ffa422;
  color: #ffa422;
}
/* line 154, ../sass/partials/common/_global.scss */
.ReadMoreBtn.Btn4:before {
  border: 1px solid #ffa422;
  background: #ffa422;
}
/* line 159, ../sass/partials/common/_global.scss */
.ReadMoreBtn:hover, .ReadMoreBtn.selected {
  background-color: #d9bd8d;
  color: #fff;
}
/* line 162, ../sass/partials/common/_global.scss */
.ReadMoreBtn:hover:before, .ReadMoreBtn.selected:before {
  opacity: 100;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 168, ../sass/partials/common/_global.scss */
.ReadMoreBtn.selected:after {
  content: '';
  position: absolute;
  background-image: url(../images/close-cross.png);
  width: 10px;
  height: 10px;
  background-size: 10px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 184, ../sass/partials/common/_global.scss */
.select-options {
  z-index: 300;
  position: relative;
  font-size: 1.8rem;
  background-color: transparent;
  border: 1px solid #d9bd8d;
  border-radius: 2rem;
  color: #d9bd8d;
  padding: 1rem 2rem;
  max-width: 300px;
  width: 100%;
  display: block;
  text-align: center;
}
/* line 199, ../sass/partials/common/_global.scss */
.select-options:focus {
  outline: none;
}
/* line 204, ../sass/partials/common/_global.scss */
.select-options option {
  width: 100%;
  background-color: transparent;
}
/* line 209, ../sass/partials/common/_global.scss */
.select-options option:hover, .select-options option:focus {
  background-color: #d9bd8d;
  color: #fff;
}

/* line 219, ../sass/partials/common/_global.scss */
.entry-title {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
  color: #d9bd8d;
  font-size: 26px;
  line-height: 1.5;
}
/* line 226, ../sass/partials/common/_global.scss */
.entry-title span {
  display: block;
  font-family: 'Roboto', sans-serif;
}

/* line 232, ../sass/partials/common/_global.scss */
.article-nav {
  height: 160px;
  width: 100%;
  max-width: 1190px;
  margin: auto;
  display: block !important;
}
/* line 238, ../sass/partials/common/_global.scss */
.article-nav ul {
  height: 100%;
  padding-top: 70px;
  overflow: hidden;
  position: relative;
}
/* line 243, ../sass/partials/common/_global.scss */
.article-nav ul li {
  color: #d9bd8d;
  vertical-align: middle;
}
/* line 247, ../sass/partials/common/_global.scss */
.article-nav ul li.article-prev, .article-nav ul li.article-next {
  width: 25%;
}
/* line 249, ../sass/partials/common/_global.scss */
.article-nav ul li.article-prev a, .article-nav ul li.article-next a {
  position: relative;
  font-family: 'Roboto', sans-serif;
}
/* line 252, ../sass/partials/common/_global.scss */
.article-nav ul li.article-prev a:before, .article-nav ul li.article-next a:before {
  position: absolute;
  content: '';
  top: -8px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 264, ../sass/partials/common/_global.scss */
.article-nav ul li.article-prev {
  float: left;
}
/* line 266, ../sass/partials/common/_global.scss */
.article-nav ul li.article-prev a {
  padding-left: 60px;
}
/* line 268, ../sass/partials/common/_global.scss */
.article-nav ul li.article-prev a:before {
  background-image: url("../images/left-arrow.png");
  left: 0;
}
/* line 274, ../sass/partials/common/_global.scss */
.article-nav ul li.article-next {
  float: right;
  text-align: right;
}
/* line 277, ../sass/partials/common/_global.scss */
.article-nav ul li.article-next a {
  padding-right: 60px;
}
/* line 279, ../sass/partials/common/_global.scss */
.article-nav ul li.article-next a:before {
  background-image: url("../images/right-arrow.png");
  right: 0;
}
/* line 285, ../sass/partials/common/_global.scss */
.article-nav ul li.article-back, .article-nav ul li.news-date {
  width: 50%;
  text-align: center;
  margin: auto;
  display: block;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 293, ../sass/partials/common/_global.scss */
.article-nav ul li.article-back a, .article-nav ul li.news-date a {
  border-bottom: 1px solid #d9bd8d;
  font-weight: 500;
}
/* line 298, ../sass/partials/common/_global.scss */
.article-nav ul li.news-date {
  line-height: 21px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
/* line 303, ../sass/partials/common/_global.scss */
.article-nav ul li a {
  color: #d9bd8d;
  font-size: 1.8rem;
}
/* line 311, ../sass/partials/common/_global.scss */
.article-nav#article-nav-bot ul li {
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  /* line 320, ../sass/partials/common/_global.scss */
  h1 {
    font-size: 2rem;
  }

  /* line 324, ../sass/partials/common/_global.scss */
  h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
  }

  /* line 331, ../sass/partials/common/_global.scss */
  h3 {
    font-size: 1.4rem;
  }

  /* line 335, ../sass/partials/common/_global.scss */
  p {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  /* line 339, ../sass/partials/common/_global.scss */
  img {
    max-width: 100%;
  }

  /* line 342, ../sass/partials/common/_global.scss */
  .pc {
    display: none !important;
  }

  /* line 345, ../sass/partials/common/_global.scss */
  .sp {
    display: block !important;
  }

  /* line 348, ../sass/partials/common/_global.scss */
  .entry-header {
    padding-top: 80px;
  }

  /* line 351, ../sass/partials/common/_global.scss */
  #content.site-content {
    padding-top: 62px;
  }

  /* line 354, ../sass/partials/common/_global.scss */
  body.page-template-page_business #content.site-content {
    padding-top: 0;
  }

  /* line 357, ../sass/partials/common/_global.scss */
  #menu_icon {
    height: 2px;
    width: 25px;
    margin-top: -1px;
  }
  /* line 361, ../sass/partials/common/_global.scss */
  #menu_icon:before {
    width: 25px;
    height: 2px;
    margin: auto auto 7px auto;
    background-color: #fff;
  }
  /* line 367, ../sass/partials/common/_global.scss */
  #menu_icon:after {
    width: 25px;
    height: 2px;
    margin: 7px auto auto auto;
    background-color: #fff;
  }

  /* line 374, ../sass/partials/common/_global.scss */
  .page_title {
    font-size: 2.1rem;
    line-height: 2.7rem;
    margin-bottom: 40px;
  }

  /* line 379, ../sass/partials/common/_global.scss */
  .ReadMoreBtn {
    width: 80%;
    max-width: 300px;
  }
  /* line 382, ../sass/partials/common/_global.scss */
  .ReadMoreBtn.Btn3, .ReadMoreBtn.Btn4 {
    width: 60%;
  }

  /* line 387, ../sass/partials/common/_global.scss */
  .article-nav.top-nav {
    height: auto;
  }
  /* line 389, ../sass/partials/common/_global.scss */
  .article-nav.top-nav ul {
    padding-top: 0;
    padding-bottom: 20px;
    text-align: center;
  }
  /* line 393, ../sass/partials/common/_global.scss */
  .article-nav.top-nav ul li {
    float: none;
  }
  /* line 395, ../sass/partials/common/_global.scss */
  .article-nav.top-nav ul li.news-date {
    position: relative;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: auto;
    text-align: center;
    left: auto;
  }
  /* line 403, ../sass/partials/common/_global.scss */
  .article-nav.top-nav ul li.news-date {
    width: auto;
  }

  /* line 408, ../sass/partials/common/_global.scss */
  .article-nav#article-nav-bot {
    height: 70px;
    border-bottom: 1px #d9bd8d solid;
    border-top: 1px #d9bd8d solid;
  }
  /* line 412, ../sass/partials/common/_global.scss */
  .article-nav#article-nav-bot ul {
    padding-top: 18px;
  }
  /* line 415, ../sass/partials/common/_global.scss */
  .article-nav#article-nav-bot .article-prev, .article-nav#article-nav-bot .article-next {
    width: 50%;
  }
  /* line 417, ../sass/partials/common/_global.scss */
  .article-nav#article-nav-bot .article-prev a, .article-nav#article-nav-bot .article-next a {
    font-size: 14px;
  }
  /* line 421, ../sass/partials/common/_global.scss */
  .article-nav#article-nav-bot a {
    display: block;
  }
  /* line 423, ../sass/partials/common/_global.scss */
  .article-nav#article-nav-bot a:before {
    width: 28px;
    height: 28px;
    background-size: 28px;
    top: 2px;
  }
  /* line 430, ../sass/partials/common/_global.scss */
  .article-nav#article-nav-bot .article-prev {
    border-right: 1px #d9bd8d solid;
  }
  /* line 432, ../sass/partials/common/_global.scss */
  .article-nav#article-nav-bot .article-prev a {
    padding-left: 50px;
  }
  /* line 434, ../sass/partials/common/_global.scss */
  .article-nav#article-nav-bot .article-prev a:before {
    left: 10px;
  }
  /* line 441, ../sass/partials/common/_global.scss */
  .article-nav#article-nav-bot .article-next a {
    padding-right: 50px;
  }
  /* line 443, ../sass/partials/common/_global.scss */
  .article-nav#article-nav-bot .article-next a:before {
    right: 10px;
  }

  /* line 450, ../sass/partials/common/_global.scss */
  .backbtn {
    display: block;
    margin: 40px auto;
    text-align: center;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 414px) {
  /* line 459, ../sass/partials/common/_global.scss */
  h2 {
    font-size: 20px;
  }

  /* line 462, ../sass/partials/common/_global.scss */
  .tablet {
    display: none !important;
  }
}
/* line 2, ../sass/partials/layouts/_content.scss */
#content.site-content {
  max-width: 1600px;
  margin: 0 auto;
}
/* line 7, ../sass/partials/layouts/_content.scss */
#content.site-content .breadcrumb {
  display: none;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    padding-top: 20px;
  }
  100% {
    opacity: 1;
    padding-top: 0;
  }
}
/* line 22, ../sass/partials/layouts/_header.scss */
header {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
/* line 26, ../sass/partials/layouts/_header.scss */
header #product {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
/* line 32, ../sass/partials/layouts/_header.scss */
header #product a {
  display: block;
  margin-right: 20px;
  float: right;
  font-size: 16px;
  font-weight: bold;
  color: #145597;
  position: relative;
}
/* line 40, ../sass/partials/layouts/_header.scss */
header #product a:hover {
  opacity: 0.7;
}
/* line 43, ../sass/partials/layouts/_header.scss */
header #product a .arrow {
  position: relative;
  padding-left: 20px;
}
/* line 46, ../sass/partials/layouts/_header.scss */
header #product a .arrow:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #145597;
  border-right: solid 3px #145597;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 4px;
}
/* line 64, ../sass/partials/layouts/_header.scss */
header #global_nav {
  width: 100%;
  position: absolute;
  top: 50px;
  z-index: 20;
  /*&.open+.menu_btn{
    display: none;
  }*/
}
/* line 69, ../sass/partials/layouts/_header.scss */
header #global_nav #logo {
  float: left;
  position: relative;
  z-index: 1000000;
  /*img{
    padding: 10px 0;
    max-width: 110px;
  }*/
}
/* line 73, ../sass/partials/layouts/_header.scss */
header #global_nav #logo a {
  display: inline-block;
  padding: 20px 0;
  width: 170px;
  height: 60px;
  background: url(../images/logo_akita.png) no-repeat center center;
  background: url(../images/logo.svg?20190401) no-repeat center center;
  background-size: 100%;
}
/* line 81, ../sass/partials/layouts/_header.scss */
header #global_nav #logo a span {
  display: none;
}
/* line 90, ../sass/partials/layouts/_header.scss */
header #global_nav nav {
  float: right;
  margin-top: 20px;
}
/* line 93, ../sass/partials/layouts/_header.scss */
header #global_nav nav ul {
  font-size: 0;
}
/* line 95, ../sass/partials/layouts/_header.scss */
header #global_nav nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 100px;
}
/* line 99, ../sass/partials/layouts/_header.scss */
header #global_nav nav ul li a {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #606060;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
/* line 106, ../sass/partials/layouts/_header.scss */
header #global_nav nav ul li a:hover {
  opacity: 0.7;
}
/* line 112, ../sass/partials/layouts/_header.scss */
header #global_nav nav .full_nav {
  position: fixed;
  right: -500px;
  top: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100vh;
  background-color: #fff;
  padding-top: 80px;
  padding-left: 40px;
  width: 500px;
  z-index: 10000;
}
/* line 124, ../sass/partials/layouts/_header.scss */
header #global_nav nav .full_nav.column_2 ul {
  float: left;
  width: 50%;
}
/* line 127, ../sass/partials/layouts/_header.scss */
header #global_nav nav .full_nav.column_2 ul li {
  width: 100%;
}
/* line 133, ../sass/partials/layouts/_header.scss */
header #global_nav nav .full_nav .menu a {
  font-size: 20px;
}
/* line 137, ../sass/partials/layouts/_header.scss */
header #global_nav nav .full_nav ul {
  margin-top: 30px;
}
/* line 139, ../sass/partials/layouts/_header.scss */
header #global_nav nav .full_nav ul li {
  display: block;
}
/* line 141, ../sass/partials/layouts/_header.scss */
header #global_nav nav .full_nav ul li a {
  font-size: 16px;
  color: #606060;
  font-weight: 600;
  padding: 2.2% 10px;
}
/* line 150, ../sass/partials/layouts/_header.scss */
header #global_nav nav .full_nav ul.site_link li a {
  color: #d0ad71;
}
/* line 156, ../sass/partials/layouts/_header.scss */
header #global_nav nav .full_nav .menu_btn {
  right: auto;
  left: 46px;
  top: 50px;
}
/* line 164, ../sass/partials/layouts/_header.scss */
header #global_nav.open .full_nav {
  right: 0;
}
/* line 172, ../sass/partials/layouts/_header.scss */
header .top_bar {
  text-align: right;
}
/* line 174, ../sass/partials/layouts/_header.scss */
header .top_bar ul {
  margin-top: 10px;
}
/* line 176, ../sass/partials/layouts/_header.scss */
header .top_bar ul li {
  display: inline-block;
}
/* line 178, ../sass/partials/layouts/_header.scss */
header .top_bar ul li a {
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #145597;
  padding: 14px 20px 0;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
/* line 186, ../sass/partials/layouts/_header.scss */
header .top_bar ul li a:hover {
  opacity: 0.7;
}
/* line 190, ../sass/partials/layouts/_header.scss */
header .top_bar ul li#search_wrap {
  border: 1px #aaa solid;
  text-align: center;
  border-radius: 4px;
}
/* line 201, ../sass/partials/layouts/_header.scss */
header .menu_btn {
  position: absolute;
  display: block;
  width: 35px;
  height: 34px;
  right: 20px;
  top: 70px;
  z-index: 20;
  cursor: pointer;
  margin-top: 15px;
  margin: auto;
  background: none;
  border: none;
  outline: inherit;
}
/* line 216, ../sass/partials/layouts/_header.scss */
header .menu_btn .menu_wrap {
  width: 45px;
  z-index: 9999;
}
/* line 219, ../sass/partials/layouts/_header.scss */
header .menu_btn .menu_wrap > span {
  height: 34px;
  line-height: 34px;
  margin: 0 auto 0 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #d9bd8d;
}
/* line 229, ../sass/partials/layouts/_header.scss */
header .menu_btn .menu_icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 4px;
  margin-top: -3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 238, ../sass/partials/layouts/_header.scss */
header .menu_btn .menu_icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #d9bd8d;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 249, ../sass/partials/layouts/_header.scss */
header .menu_btn .menu_icon span:nth-child(1) {
  top: 0px;
}
/* line 252, ../sass/partials/layouts/_header.scss */
header .menu_btn .menu_icon span:nth-child(2)
, header .menu_btn .menu_icon span:nth-child(3) {
  top: 11px;
}
/* line 256, ../sass/partials/layouts/_header.scss */
header .menu_btn .menu_icon span:nth-child(4) {
  top: 22px;
}
/* line 263, ../sass/partials/layouts/_header.scss */
header .menu_btn.open .menu_icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
  display: none;
}
/* line 269, ../sass/partials/layouts/_header.scss */
header .menu_btn.open .menu_icon span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 272, ../sass/partials/layouts/_header.scss */
header .menu_btn.open .menu_icon span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 275, ../sass/partials/layouts/_header.scss */
header .menu_btn.open .menu_icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  display: none;
}

/* line 286, ../sass/partials/layouts/_header.scss */
header#header_business {
  max-width: inherit;
}
/* line 289, ../sass/partials/layouts/_header.scss */
header#header_business .menu_btn {
  display: none;
}
/* line 292, ../sass/partials/layouts/_header.scss */
header#header_business .wrapper {
  margin-top: 10px;
  height: 60px;
}
/* line 296, ../sass/partials/layouts/_header.scss */
header#header_business #global_nav {
  background: url(../images/business/bg.jpg) no-repeat;
  background-size: 100%;
  height: 100px;
  top: 45px;
}
/* line 301, ../sass/partials/layouts/_header.scss */
header#header_business #global_nav #logo {
  float: left;
  position: relative;
  z-index: 100;
  margin-top: 10px;
}
/* line 306, ../sass/partials/layouts/_header.scss */
header#header_business #global_nav #logo a {
  display: inline-block;
  padding: 20px 0;
  width: 170px;
  background: url(../images/business/logo_akita.png) no-repeat center center;
  background-size: 100%;
}
/* line 313, ../sass/partials/layouts/_header.scss */
header#header_business #global_nav #logo a span {
  display: none;
}
/* line 318, ../sass/partials/layouts/_header.scss */
header#header_business #global_nav .full_nav-business {
  background: none;
}
/* line 322, ../sass/partials/layouts/_header.scss */
header#header_business #global_nav nav {
  height: 100px;
  position: relative;
}
/* line 325, ../sass/partials/layouts/_header.scss */
header#header_business #global_nav nav ul {
  z-index: 10;
  margin-top: 7px;
}
/* line 328, ../sass/partials/layouts/_header.scss */
header#header_business #global_nav nav ul li {
  margin-right: 95px;
}
/* line 330, ../sass/partials/layouts/_header.scss */
header#header_business #global_nav nav ul li:nth-of-type(4) {
  margin-right: 0;
}
/* line 334, ../sass/partials/layouts/_header.scss */
header#header_business #global_nav nav ul li a {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
}

/* line 344, ../sass/partials/layouts/_header.scss */
.page-template-page_business header#header_business #global_nav {
  background: none;
}

@media only screen and (max-width: 900px) {
  /* line 351, ../sass/partials/layouts/_header.scss */
  header #global_nav nav .full_nav .menu a {
    font-size: 1.8rem;
  }
  /* line 354, ../sass/partials/layouts/_header.scss */
  header #global_nav nav .full_nav ul {
    margin-top: 20px;
  }
  /* line 356, ../sass/partials/layouts/_header.scss */
  header #global_nav nav .full_nav ul li a {
    font-size: 1.4rem;
  }
  /* line 361, ../sass/partials/layouts/_header.scss */
  header #global_nav nav .full_nav.column_2 ul {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 371, ../sass/partials/layouts/_header.scss */
  .page-template-page_business header#header_business #global_nav {
    background-position: top;
    background: url(../images/business/bg_sp.jpg) center top/auto 100vw no-repeat;
  }

  /* line 376, ../sass/partials/layouts/_header.scss */
  header {
    z-index: 20;
    width: 100%;
    background-color: #fff;
    height: auto;
    position: fixed;
    top: 0;
  }
  /* line 383, ../sass/partials/layouts/_header.scss */
  header #product {
    display: none;
  }
  /* line 386, ../sass/partials/layouts/_header.scss */
  header #global_nav {
    top: 0;
    background: #fff;
  }
  /* line 389, ../sass/partials/layouts/_header.scss */
  header #global_nav.open {
    height: 100vh;
    position: fixed;
  }
  /* line 393, ../sass/partials/layouts/_header.scss */
  header #global_nav.open > .wrapper nav {
    right: 0;
  }
  /* line 401, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper {
    overflow: visible;
    padding: 0;
  }
  /* line 404, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper nav {
    position: fixed;
    top: 0;
    right: -100%;
    float: none;
    width: 100%;
    height: 100%;
    z-index: 100000;
    margin-top: 0;
    background-color: #fff;
    padding-bottom: 100px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* line 416, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper nav.open {
    left: 0;
  }
  /* line 419, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper nav div > .menu {
    display: none;
  }
  /* line 422, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper nav ul {
    margin-top: 15px;
  }
  /* line 424, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper nav ul li {
    display: block;
  }
  /* line 426, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper nav ul li a {
    font-size: 18px;
    font-weight: bold;
  }
  /* line 432, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper nav .full_nav {
    display: block;
    position: relative;
    padding-top: 40px;
    padding-left: 20px;
    overflow: auto;
  }
  /* line 438, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper nav .full_nav .menu {
    display: block;
  }
  /* line 440, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper nav .full_nav .menu li {
    margin-right: 0;
  }
  /* line 442, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper nav .full_nav .menu li a {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
  }
  /* line 448, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper nav .full_nav a {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
  }
  /* line 452, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper nav .full_nav .menu_btn {
    display: none;
  }
  /* line 457, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper #logo {
    float: none;
    margin-left: 20px;
    width: 30%;
  }
  /* line 461, ../sass/partials/layouts/_header.scss */
  header #global_nav > .wrapper #logo a {
    width: 100%;
  }
  /* line 467, ../sass/partials/layouts/_header.scss */
  header .menu_btn {
    display: block;
    top: 20px;
    right: 20px;
  }
  /* line 472, ../sass/partials/layouts/_header.scss */
  header .menu_btn.open {
    position: fixed;
    right: 20px;
  }

  /* line 480, ../sass/partials/layouts/_header.scss */
  header#header_business #product {
    display: none;
  }
  /* line 483, ../sass/partials/layouts/_header.scss */
  header#header_business .wrapper {
    margin-top: 0;
  }
  /* line 486, ../sass/partials/layouts/_header.scss */
  header#header_business #global_nav + .menu_btn {
    display: block;
  }
  /* line 489, ../sass/partials/layouts/_header.scss */
  header#header_business .menu_btn .menu_icon span {
    background: #FFF;
  }
  /* line 492, ../sass/partials/layouts/_header.scss */
  header#header_business .menu_btn.open .menu_icon span {
    background: #FFF;
  }
  /* line 495, ../sass/partials/layouts/_header.scss */
  header#header_business div#global_nav {
    margin-top: 0;
    height: 70px;
    top: 0;
  }
  /* line 500, ../sass/partials/layouts/_header.scss */
  header#header_business div#global_nav.open .wrapper #logo {
    z-index: 10000000;
    margin-left: 20px;
  }
  /* line 505, ../sass/partials/layouts/_header.scss */
  header#header_business div#global_nav .full_nav-business {
    background: #072849;
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
  }
  /* line 511, ../sass/partials/layouts/_header.scss */
  header#header_business div#global_nav nav {
    height: 100vh;
    background: #072849;
    margin-top: 0;
  }
  /* line 515, ../sass/partials/layouts/_header.scss */
  header#header_business div#global_nav nav ul {
    width: auto;
    display: block;
    position: static;
    margin: 0;
    clear: both;
  }
  /* line 523, ../sass/partials/layouts/_header.scss */
  header#header_business div#global_nav nav ul li a {
    color: #FFF;
    font-size: 16px;
    padding: 3.5% 10px;
  }
  /* line 530, ../sass/partials/layouts/_header.scss */
  header#header_business div#global_nav nav ul.sp {
    margin-top: 20px;
  }
  /* line 532, ../sass/partials/layouts/_header.scss */
  header#header_business div#global_nav nav ul.sp li {
    margin-bottom: 10px;
  }
  /* line 534, ../sass/partials/layouts/_header.scss */
  header#header_business div#global_nav nav ul.sp li a {
    font-size: 14px;
    padding: 1.5% 10px;
  }
  /* line 542, ../sass/partials/layouts/_header.scss */
  header#header_business div#global_nav nav ul.site_link li a {
    color: #3b8bbe;
  }
}
@media only screen and (max-width: 414px) {
  /* line 553, ../sass/partials/layouts/_header.scss */
  header > .wrapper #logo img {
    max-width: 37%;
  }
  /* line 556, ../sass/partials/layouts/_header.scss */
  header .menu_btn {
    width: 30px;
  }
  /* line 558, ../sass/partials/layouts/_header.scss */
  header .menu_btn .menu_icon {
    display: block;
  }
  /* line 560, ../sass/partials/layouts/_header.scss */
  header .menu_btn .menu_icon span {
    height: 22px;
    line-height: 22px;
    height: 4px;
  }
  /* line 564, ../sass/partials/layouts/_header.scss */
  header .menu_btn .menu_icon span:nth-child(1) {
    top: 0px;
  }
  /* line 567, ../sass/partials/layouts/_header.scss */
  header .menu_btn .menu_icon span:nth-child(2), header .menu_btn .menu_icon span:nth-child(3) {
    top: 11px;
  }
  /* line 570, ../sass/partials/layouts/_header.scss */
  header .menu_btn .menu_icon span:nth-child(4) {
    top: 22px;
  }
}
/* line 1, ../sass/partials/layouts/_footer.scss */
footer {
  background-color: #f9f9f9;
  clear: both;
}
/* line 4, ../sass/partials/layouts/_footer.scss */
footer .wrapper {
  padding: 0;
  height: 125px;
  background-color: #f9f9f9;
  position: relative;
}
/* line 9, ../sass/partials/layouts/_footer.scss */
footer .wrapper > ul {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  max-width: 1200px;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  float: left;
}
/* line 19, ../sass/partials/layouts/_footer.scss */
footer .wrapper > ul > li {
  text-align: left;
  display: inline-block;
  margin: 10px 0;
  padding: 0 30px;
}
/* line 25, ../sass/partials/layouts/_footer.scss */
footer .wrapper > ul > li a {
  font-size: 14px;
  color: #606060;
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 5px 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 34, ../sass/partials/layouts/_footer.scss */
footer .wrapper > ul > li a:hover {
  color: #d9bd8d;
}
/* line 41, ../sass/partials/layouts/_footer.scss */
footer address {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  line-height: 46px;
  font-family: 'Roboto', sans-serif;
}
/* line 54, ../sass/partials/layouts/_footer.scss */
footer .footerLink {
  width: 100%;
  background: #fff;
  padding: 20px 0;
}
/* line 58, ../sass/partials/layouts/_footer.scss */
footer .footerLink ul {
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 100%;
}
/* line 63, ../sass/partials/layouts/_footer.scss */
footer .footerLink ul li {
  text-align: left;
  display: inline-block;
  padding: 0 30px;
  border-right: 1px solid #d9bd8d;
}
/* line 68, ../sass/partials/layouts/_footer.scss */
footer .footerLink ul li p {
  color: #d9bd8d;
}
/* line 71, ../sass/partials/layouts/_footer.scss */
footer .footerLink ul li a {
  color: #d9bd8d;
  padding: 5px 0;
}

/* line 82, ../sass/partials/layouts/_footer.scss */
footer#footer_business .wrapper {
  max-width: 1260px;
  margin: auto;
  height: auto;
  background: none;
}
/* line 87, ../sass/partials/layouts/_footer.scss */
footer#footer_business .wrapper #footer_link {
  position: relative;
  padding: 30px 40px;
  background: #f9f9f9;
}
/* line 91, ../sass/partials/layouts/_footer.scss */
footer#footer_business .wrapper #footer_link > ul {
  font-size: 16px;
}
/* line 93, ../sass/partials/layouts/_footer.scss */
footer#footer_business .wrapper #footer_link > ul li {
  font-weight: 900;
  float: left;
  margin-right: 3%;
}
/* line 97, ../sass/partials/layouts/_footer.scss */
footer#footer_business .wrapper #footer_link > ul li a {
  color: #949494;
  padding-top: 2px;
}
/* line 105, ../sass/partials/layouts/_footer.scss */
footer#footer_business div {
  background: #FFF;
}
/* line 107, ../sass/partials/layouts/_footer.scss */
footer#footer_business div div {
  max-width: 1280px;
  padding: 30px 40px 30px;
  margin: 0 auto;
}
/* line 112, ../sass/partials/layouts/_footer.scss */
footer#footer_business div ul {
  position: relative;
  overflow: hidden;
}
/* line 115, ../sass/partials/layouts/_footer.scss */
footer#footer_business div ul li a {
  color: #145597;
  font-size: 16px;
  margin-right: 50px;
  font-weight: 900;
  display: block;
  float: left;
  padding-top: 2px;
}
/* line 123, ../sass/partials/layouts/_footer.scss */
footer#footer_business div ul li a .arrow {
  position: relative;
  padding-left: 20px;
}
/* line 126, ../sass/partials/layouts/_footer.scss */
footer#footer_business div ul li a .arrow:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #145597;
  border-right: solid 3px #145597;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 4px;
}
/* line 145, ../sass/partials/layouts/_footer.scss */
footer#footer_business address {
  position: static;
  float: right;
  transform: translate(0, 0%);
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  /* line 155, ../sass/partials/layouts/_footer.scss */
  footer h3 {
    text-align: left;
  }
  /* line 159, ../sass/partials/layouts/_footer.scss */
  footer .wrapper ul {
    display: none;
  }
  /* line 162, ../sass/partials/layouts/_footer.scss */
  footer .wrapper address {
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    transform: translate(0, 0%);
  }
  /* line 170, ../sass/partials/layouts/_footer.scss */
  footer .footerLink {
    display: none;
  }

  /* line 174, ../sass/partials/layouts/_footer.scss */
  footer#footer_business {
    margin-top: 80px;
    height: auto;
  }
  /* line 177, ../sass/partials/layouts/_footer.scss */
  footer#footer_business .wrapper {
    height: auto;
    padding: 0 20px;
  }
  /* line 180, ../sass/partials/layouts/_footer.scss */
  footer#footer_business .wrapper #footer_link {
    padding: 0;
  }
  /* line 183, ../sass/partials/layouts/_footer.scss */
  footer#footer_business .wrapper div:nth-of-type(2) ul {
    display: block;
    margin-top: 47px;
  }
  /* line 186, ../sass/partials/layouts/_footer.scss */
  footer#footer_business .wrapper div:nth-of-type(2) ul ul {
    display: none;
  }
  /* line 190, ../sass/partials/layouts/_footer.scss */
  footer#footer_business .wrapper address {
    transform: translate(0, 0%);
    font-size: 12px;
    text-align: left;
  }
}
@media only screen and (max-width: 414px) {
  /* line 202, ../sass/partials/layouts/_footer.scss */
  footer .wrapper ul {
    display: none;
  }
  /* line 206, ../sass/partials/layouts/_footer.scss */
  footer ul li a {
    margin-top: 10px;
    float: none;
  }

  /* line 213, ../sass/partials/layouts/_footer.scss */
  footer#footer_business {
    height: auto !important;
    margin-top: 0;
  }
  /* line 216, ../sass/partials/layouts/_footer.scss */
  footer#footer_business div {
    background: #f9f9f9;
  }
  /* line 218, ../sass/partials/layouts/_footer.scss */
  footer#footer_business div div {
    padding: 15px 40px 35px;
  }
  /* line 220, ../sass/partials/layouts/_footer.scss */
  footer#footer_business div div ul {
    display: none;
  }
  /* line 224, ../sass/partials/layouts/_footer.scss */
  footer#footer_business div address {
    float: none;
    margin-top: 20px;
    font-size: 11px;
  }
}
/************/
/* Top News */
/************/
/* line 5, ../sass/partials/layouts/_news.scss */
#news {
  padding-top: 150px;
  padding-bottom: 10rem;
}
/* line 8, ../sass/partials/layouts/_news.scss */
#news .wrapper {
  padding: 0;
  background: #fff;
}
/* line 12, ../sass/partials/layouts/_news.scss */
#news #news_content {
  padding-top: 5rem;
}
/* line 15, ../sass/partials/layouts/_news.scss */
#news #news_content ul {
  font-size: 0;
  width: 100%;
}
/* line 18, ../sass/partials/layouts/_news.scss */
#news #news_content ul li {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
  margin-right: 1%;
  margin-bottom: 100px;
}
/* line 25, ../sass/partials/layouts/_news.scss */
#news #news_content ul li:nth-child(3n) {
  margin-right: 0;
}
/* line 29, ../sass/partials/layouts/_news.scss */
#news #news_content ul li h2 {
  display: none;
}
/* line 32, ../sass/partials/layouts/_news.scss */
#news #news_content ul li .date {
  font-family: 'Roboto', sans-serif;
  color: #d9bd8d;
  line-height: 1.2;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
/* line 38, ../sass/partials/layouts/_news.scss */
#news #news_content ul li .date span {
  display: none;
}
/* line 42, ../sass/partials/layouts/_news.scss */
#news #news_content ul li img {
  width: 100%;
}
/* line 45, ../sass/partials/layouts/_news.scss */
#news #news_content ul li .img_box {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  padding-top: 62%;
}
/* line 52, ../sass/partials/layouts/_news.scss */
#news #news_content ul li .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 59, ../sass/partials/layouts/_news.scss */
#news #news_content ul li p {
  font-size: 1.4rem;
  color: #717171;
  line-height: 1.5;
}
/* line 65, ../sass/partials/layouts/_news.scss */
#news #news_content ul li:hover .img_box {
  border-radius: 20px;
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* line 72, ../sass/partials/layouts/_news.scss */
#news #news_content .ReadMoreBtn {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  /* line 79, ../sass/partials/layouts/_news.scss */
  #news {
    padding-top: 80px;
  }
  /* line 81, ../sass/partials/layouts/_news.scss */
  #news #news_content {
    padding-top: 0;
  }
  /* line 84, ../sass/partials/layouts/_news.scss */
  #news #news_content ul li {
    width: 100%;
    margin-bottom: 35px;
  }
  /* line 88, ../sass/partials/layouts/_news.scss */
  #news #news_content ul li .date span {
    display: inline-block;
  }
  /* line 91, ../sass/partials/layouts/_news.scss */
  #news #news_content ul li .date br {
    display: none;
  }
}
/***************/
/* EO Top News */
/***************/
/* line 4, ../sass/partials/layouts/_single.scss */
body.single.hometama_recipe header {
  max-width: none;
}
/* line 6, ../sass/partials/layouts/_single.scss */
body.single.hometama_recipe header #global_nav {
  position: static;
}
/* line 8, ../sass/partials/layouts/_single.scss */
body.single.hometama_recipe header #global_nav .wrapper {
  position: relative;
}
/* line 10, ../sass/partials/layouts/_single.scss */
body.single.hometama_recipe header #global_nav .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
/* line 15, ../sass/partials/layouts/_single.scss */
body.single.hometama_recipe header #global_nav .wrapper .menu_btn {
  top: 15px;
}
/* line 21, ../sass/partials/layouts/_single.scss */
body.single.hometama_recipe #content {
  background: url(../images/hometama/pattern.png);
}
/* line 27, ../sass/partials/layouts/_single.scss */
body.single.hometama_recipe .article-nav ul li a {
  color: #f59200 !important;
  font-weight: bold;
  border: none;
}
/* line 34, ../sass/partials/layouts/_single.scss */
body.single.hometama_recipe .article-nav#article-nav-bot {
  display: none !important;
}
/* line 40, ../sass/partials/layouts/_single.scss */
body.single .ReadMoreBtn {
  width: 260px;
  max-width: 100%;
  margin: 0 auto;
}
/* line 46, ../sass/partials/layouts/_single.scss */
body.single .ReadMoreBtn:hover {
  color: #fff;
}
/* line 52, ../sass/partials/layouts/_single.scss */
body.single main.site-main {
  display: block;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 80px 10px 0;
}
/* line 61, ../sass/partials/layouts/_single.scss */
body.single .entry-content {
  width: 1020px;
  margin: 0 auto;
  max-width: 100%;
}
/* line 68, ../sass/partials/layouts/_single.scss */
body.single #recipe-main-img {
  width: 100%;
  max-width: 860px;
  margin: auto;
  display: block;
}
/* line 75, ../sass/partials/layouts/_single.scss */
body.single #news-main-img {
  width: 100%;
  max-width: 860px;
  margin: auto;
  display: block;
  position: relative;
  text-align: center;
}
/* line 83, ../sass/partials/layouts/_single.scss */
body.single #news-main-img img {
  width: auto;
  max-width: 500px;
}
/* line 87, ../sass/partials/layouts/_single.scss */
body.single #news-main-img .img_title {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  color: #d9bd8d;
  padding: 5px 10px;
}
/* line 101, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe h1 {
  color: #d9bd8d;
  text-align: center;
  margin: 40px 0 20px 0;
  font-size: 2.6rem;
}
/* line 110, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe h3#nb-ppl {
  color: #d9bd8d;
  font-size: 2rem;
  text-align: center;
}
/* line 117, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content {
  padding-top: 70px;
  overflow: hidden;
}
/* line 123, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content > div {
  float: left;
}
/* line 128, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #material {
  width: 37.254901960784315%;
  /* 380 / 1020 */
  margin-right: 9.803921568627451%;
  /* 100 / 1020 */
  background-color: #f7f7f7;
}
/* line 135, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #material .title-row {
  background-color: #e1cba5;
  padding: 15px 30px;
  overflow: hidden;
}
/* line 142, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #material #material-wrapper {
  background-color: #f7f7f7;
  padding: 30px 30px 60px 30px;
  overflow: hidden;
}
/* line 149, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #material p {
  line-height: 34px;
}
/* line 152, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #material p:first-of-type {
  float: left;
  width: 70%;
  text-align: left;
}
/* line 158, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #material p:last-of-type {
  float: right;
  width: 30%;
  text-align: right;
}
/* line 165, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #material p.title {
  width: 100%;
  text-align: left;
}
/* line 171, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #material .row {
  margin: 0 0 20px;
}
/* line 177, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions {
  width: 52.94117647058824%;
  /* 540 / 1020 */
}
/* line 180, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-values {
  color: #d9bd8d;
  text-align: right;
}
/* line 183, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-values ul {
  width: 100%;
  height: 70px;
  display: block;
  margin: 0;
}
/* line 188, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-values ul li {
  display: inline-block;
  width: 25%;
  font-size: 1.4rem;
  line-height: 28px;
  text-align: center;
  height: 100%;
  padding-top: 7px;
}
/* line 197, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-values ul li.protein, body.single article.category-recipe .recipe-content #recipe-instructions #recipe-values ul li.salt {
  display: none;
}
/* line 202, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-values ul li.cooking_time {
  position: relative;
}
/* line 205, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-values ul li.cooking_time span {
  display: block;
}
/* line 208, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-values ul li.cooking_time:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #d9bd8d;
}
/* line 222, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-values ul li span {
  font-size: 2.3rem;
  font-family: 'Roboto', sans-serif;
}
/* line 234, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-steps {
  margin-top: 50px;
}
/* line 238, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-steps ol {
  counter-reset: repas;
}
/* line 241, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-steps ul li {
  list-style-type: none;
  counter-increment: repas;
  /* on incrémente le compteur à chaque nouveau li */
  position: relative;
  padding-left: 37px;
  margin: 40px 0;
}
/* line 249, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-steps ul li:before {
  content: counter(repas);
  /* on affiche le compteur */
  vertical-align: middle;
  font-size: 4.0rem;
  color: #d9bd8d;
  position: absolute;
  left: -30px;
  font-family: 'Roboto', sans-serif;
}
/* line 258, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-steps ul li p {
  color: #717171;
}
/* line 261, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-steps ul li p span,
body.single article.category-recipe .recipe-content #recipe-instructions #recipe-steps ul li p b {
  display: block;
}
/* line 271, ../sass/partials/layouts/_single.scss */
body.single article.category-recipe .recipe-content .credit {
  float: none;
  clear: both;
  text-align: center;
  font-size: 13px;
  margin: 40px auto;
  color: #000;
}
/* line 283, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe {
  overflow: hidden;
  color: #3f3e3e;
}
/* line 287, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .entry-content {
  text-align: center;
}
/* line 290, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe h1 {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin: 40px 0 20px 0;
  font-size: 2.6rem;
  font-weight: bold;
}
/* line 299, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe h1:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/hometama/home_flower.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 30px;
  left: -60px;
  transform: rotateZ(20deg);
}
/* line 311, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe h1 span {
  font-size: 2rem;
  color: #ffa422;
}
/* line 314, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe h1 span:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/hometama/home_flower.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -10px;
  right: -110px;
  transform: rotateZ(50deg);
}
/* line 326, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe h1 span:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/hometama/home_flower.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 30px;
  right: -40px;
  transform: rotateZ(50deg);
}
/* line 340, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe p.description {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
/* line 345, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe h3#nb-ppl {
  color: #ffa422;
  font-size: 2rem;
  text-align: center;
}
/* line 352, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content {
  padding-top: 70px;
  padding-bottom: 50px;
  overflow: hidden;
}
/* line 359, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content > div {
  float: left;
}
/* line 364, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #material {
  position: relative;
  width: 45%;
  margin-right: 0;
  background: #ffeead;
  border-radius: 14px;
  padding: 35px;
}
/* line 372, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #material:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 14px;
  border-image: url(../images/hometama/border_dot.png) 15 round;
  border-style: solid;
  border-width: 15px;
}
/* line 385, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #material .title-row {
  overflow: hidden;
  padding: 15px;
  position: relative;
  color: #ffa422;
  font-weight: bold;
  background: none;
}
/* line 395, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #material #material-wrapper {
  overflow: hidden;
  position: relative;
  background: none;
  padding: 15px 15px 30px;
}
/* line 403, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #material p {
  line-height: 34px;
}
/* line 408, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #material p:first-of-type {
  float: left;
  width: 60%;
  text-align: left;
}
/* line 415, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #material p:last-of-type {
  float: right;
  width: 40%;
  text-align: right;
}
/* line 422, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #material p.title {
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
/* line 429, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #material .row {
  margin: 0;
}
/* line 436, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions {
  width: 55%;
}
/* line 439, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-values {
  color: #ffa422;
  text-align: right;
}
/* line 442, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-values ul {
  width: 100%;
  height: 70px;
  display: block;
  margin: 0;
}
/* line 447, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-values ul li {
  display: inline-block;
  width: 25%;
  font-size: 1.4rem;
  line-height: 28px;
  text-align: center;
  height: 100%;
  padding-top: 7px;
}
/* line 456, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-values ul li.protein, body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-values ul li.salt {
  display: none;
}
/* line 461, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-values ul li.cooking_time {
  position: relative;
}
/* line 464, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-values ul li.cooking_time span {
  display: block;
}
/* line 467, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-values ul li.cooking_time:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #ffa422;
}
/* line 481, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-values ul li span {
  font-size: 2.3rem;
  font-family: 'Roboto', sans-serif;
}
/* line 493, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-steps {
  padding-left: 50px;
  margin-top: 50px;
}
/* line 497, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-steps h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #ffa422;
}
/* line 503, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-steps ol {
  counter-reset: repas;
}
/* line 506, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-steps ul li {
  list-style-type: none;
  counter-increment: repas;
  /* on incrémente le compteur à chaque nouveau li */
  position: relative;
  padding-left: 37px;
  margin: 40px 0;
  text-align: left;
}
/* line 514, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-steps ul li:before {
  content: counter(repas);
  /* on affiche le compteur */
  vertical-align: middle;
  font-size: 4.0rem;
  color: #ffa422;
  position: absolute;
  left: 0px;
  font-family: 'Roboto', sans-serif;
}
/* line 523, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-steps ul li p {
  color: #3f3e3e;
}
/* line 526, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-steps ul li p img {
  display: block;
  margin-top: 20px;
  max-width: 180px;
  max-height: 130px;
  border-radius: 10px;
}
/* line 542, ../sass/partials/layouts/_single.scss */
body.single article.category-hometama_recipe.category-recipe .banner {
  margin: 120px auto;
}
/* line 550, ../sass/partials/layouts/_single.scss */
body.single article.category-news .entry-content,
body.single article.category-info .entry-content {
  width: 100%;
  background-color: #f9f9f9;
  margin-top: 300px;
}
/* line 556, ../sass/partials/layouts/_single.scss */
body.single article.category-news .entry-content #news-main-img,
body.single article.category-info .entry-content #news-main-img {
  width: 1020px;
  display: block;
  margin: 0 auto;
  transform: translateY(-300px);
}
/* line 565, ../sass/partials/layouts/_single.scss */
body.single article.category-news .entry-content #news-content,
body.single article.category-info .entry-content #news-content {
  width: 1020px;
  max-width: 100%;
  margin: -300px auto 0;
  padding: 40px 20px 120px;
}

@media only screen and (max-width: 768px) {
  /* line 581, ../sass/partials/layouts/_single.scss */
  body.single.hometama_recipe header #global_nav {
    position: absolute;
  }
  /* line 584, ../sass/partials/layouts/_single.scss */
  body.single.hometama_recipe header #global_nav .wrapper .menu_btn {
    top: 20px;
    z-index: 999999;
  }
  /* line 592, ../sass/partials/layouts/_single.scss */
  body.single.hometama_recipe main.site-main {
    margin-top: 15px;
  }
  /* line 596, ../sass/partials/layouts/_single.scss */
  body.single.hometama_recipe .article-nav#article-nav-bot {
    display: block !important;
  }
  /* line 602, ../sass/partials/layouts/_single.scss */
  body.single main.site-main {
    padding: 0;
  }
  /* line 606, ../sass/partials/layouts/_single.scss */
  body.single main.site-main .article-nav.top-nav {
    margin-top: 40px;
  }
  /* line 613, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe h1 {
    font-size: 2rem;
    margin: 30px 0;
  }
  /* line 616, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe h1 span {
    display: block;
    font-size: 1.4rem;
  }
  /* line 621, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content {
    padding: 0 20px;
  }
  /* line 624, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content #material {
    width: 100%;
    margin-right: 0;
  }
  /* line 628, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content #material .title-row {
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
  }
  /* line 632, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content #material .title-row p span {
    display: none;
  }
  /* line 636, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content #material #material-wrapper {
    padding: 10px 20px 20px 20px;
  }
  /* line 639, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content #material p {
    font-size: 1.4rem;
  }
  /* line 642, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content #material .row {
    margin-bottom: 0;
  }
  /* line 647, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content #recipe-instructions {
    width: 100%;
  }
  /* line 651, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content #recipe-instructions #recipe-values {
    margin: 30px 0;
  }
  /* line 653, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content #recipe-instructions #recipe-values ul {
    height: auto;
  }
  /* line 655, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content #recipe-instructions #recipe-values ul li {
    width: 50%;
    margin-top: 25px;
  }
  /* line 663, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content #recipe-instructions #recipe-steps {
    overflow: hidden;
  }
  /* line 667, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content #recipe-instructions #recipe-steps ul li {
    margin: 80px 0;
    padding-left: 0;
  }
  /* line 672, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-recipe .recipe-content #recipe-instructions #recipe-steps ul li:before {
    left: 50%;
    margin-left: -15px;
    top: -60px;
  }
  /* line 687, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe h1 {
    font-size: 2rem;
    margin: 30px 0;
  }
  /* line 690, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe h1 span {
    display: block;
    font-size: 1.4rem;
  }
  /* line 695, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe p.description {
    margin: 0 auto 20px;
    font-size: 1.4rem;
  }
  /* line 699, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content {
    padding: 0 20px;
  }
  /* line 702, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #material {
    width: 100%;
    margin-right: 0;
  }
  /* line 706, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #material .title-row {
    padding: 10px 0px;
    color: #ffa422;
    font-weight: 600;
  }
  /* line 710, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #material .title-row p span {
    display: none;
  }
  /* line 714, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #material #material-wrapper {
    padding: 10px 0 20px 0px;
  }
  /* line 717, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #material p {
    font-size: 1.4rem;
  }
  /* line 720, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #material .row {
    margin-bottom: 0;
  }
  /* line 725, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions {
    width: 100%;
  }
  /* line 729, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-values {
    margin: 30px 0;
  }
  /* line 731, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-values ul {
    height: auto;
  }
  /* line 733, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-values ul li {
    width: 50%;
    margin-top: 25px;
  }
  /* line 741, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-steps {
    overflow: hidden;
    padding-left: 0;
  }
  /* line 744, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-steps h3 {
    text-align: center;
  }
  /* line 749, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-steps ul li {
    margin: 80px 0;
    padding-left: 0;
  }
  /* line 754, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe .recipe-content #recipe-instructions #recipe-steps ul li:before {
    left: 50%;
    margin-left: -15px;
    top: -60px;
  }
  /* line 767, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe div.banner {
    margin: 40px 20px;
  }
  /* line 769, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-hometama_recipe.category-recipe div.banner img {
    max-width: 100%;
  }
  /* line 778, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-news .entry-content,
  body.single main.site-main article.category-info .entry-content {
    padding: 0;
    margin-top: 0;
    background-color: #fff;
  }
  /* line 782, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-news .entry-content #news-main-img,
  body.single main.site-main article.category-info .entry-content #news-main-img {
    width: 100%;
    transform: translateY(0);
  }
  /* line 785, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-news .entry-content #news-main-img .img_title,
  body.single main.site-main article.category-info .entry-content #news-main-img .img_title {
    left: 20px;
    font-size: 14px;
  }
  /* line 792, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-news #news-content,
  body.single main.site-main article.category-info #news-content {
    max-width: 100%;
    margin-top: 0;
    padding: 30px 20px;
  }
  /* line 796, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-news #news-content h1,
  body.single main.site-main article.category-info #news-content h1 {
    font-size: 20px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
  }
  /* line 802, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-news #news-content p,
  body.single main.site-main article.category-info #news-content p {
    margin-top: 20px;
  }
  /* line 805, ../sass/partials/layouts/_single.scss */
  body.single main.site-main article.category-news #news-content a,
  body.single main.site-main article.category-info #news-content a {
    color: #d9bd8d;
  }
  /* line 811, ../sass/partials/layouts/_single.scss */
  body.single main.site-main a.ReadMoreBtn {
    margin: 20px auto;
  }
  /* line 819, ../sass/partials/layouts/_single.scss */
  body.single #news-main-img img {
    max-width: 100%;
  }
}
/**************/
/* Top Slider */
/**************/
/* line 5, ../sass/partials/pages/_top.scss */
.sp_slide {
  display: none;
}

/* line 8, ../sass/partials/pages/_top.scss */
.carousel {
  background: #EEE;
}

/* line 11, ../sass/partials/pages/_top.scss */
.flickity-prev-next-button {
  display: none;
}

/* line 14, ../sass/partials/pages/_top.scss */
.carousel-cell {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* line 18, ../sass/partials/pages/_top.scss */
.carousel-cell .wrapper {
  z-index: 300;
  max-width: 1200px;
  width: 75%;
  margin: 0 auto;
  height: 20px;
  position: absolute;
  background: transparent;
}
/* line 28, ../sass/partials/pages/_top.scss */
.carousel-cell.slide_tamami a {
  position: absolute;
  top: 10%;
  left: 20%;
  right: 20%;
  bottom: 10%;
}
/* line 37, ../sass/partials/pages/_top.scss */
.carousel-cell.slide1 .wrapper {
  bottom: 15%;
  right: 10%;
}
/* line 43, ../sass/partials/pages/_top.scss */
.carousel-cell.slide2 .wrapper {
  bottom: 42%;
  left: 12%;
}
/* line 49, ../sass/partials/pages/_top.scss */
.carousel-cell.slide3 .wrapper {
  width: 35%;
  margin: 0;
  bottom: 24%;
  right: 11%;
}
/* line 57, ../sass/partials/pages/_top.scss */
.carousel-cell.slide4 .wrapper {
  left: 0;
  right: 0;
  bottom: 18%;
}
/* line 64, ../sass/partials/pages/_top.scss */
.carousel-cell.slide_kiyora_cm .wrapper {
  bottom: 18%;
  width: 48%;
  text-align: center;
}
/* line 71, ../sass/partials/pages/_top.scss */
.carousel-cell.slide_karadanotamago .wrapper {
  bottom: 20%;
  left: 8%;
}
/* line 76, ../sass/partials/pages/_top.scss */
.carousel-cell .ReadMoreBtn {
  position: absolute;
}
/* line 78, ../sass/partials/pages/_top.scss */
.carousel-cell .ReadMoreBtn.Btn1 {
  right: 0;
}
/* line 81, ../sass/partials/pages/_top.scss */
.carousel-cell .ReadMoreBtn.Btn3 {
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 86, ../sass/partials/pages/_top.scss */
.carousel-cell .ReadMoreBtn.Btn4 {
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 91, ../sass/partials/pages/_top.scss */
.carousel-cell .ReadMoreBtn.Btn_kiyora_cm {
  margin: 0 auto;
  position: relative;
  left: auto;
  border-color: #F15A29;
  color: #F15A29;
}
/* line 98, ../sass/partials/pages/_top.scss */
.carousel-cell .ReadMoreBtn.Btn_karadanotamago {
  margin: 0;
  position: relative;
  left: auto;
  border-color: #F15A29;
  color: #F15A29;
}
/* line 104, ../sass/partials/pages/_top.scss */
.carousel-cell .ReadMoreBtn.Btn_karadanotamago:before {
  background: #F15A29;
}
/* line 107, ../sass/partials/pages/_top.scss */
.carousel-cell .ReadMoreBtn.Btn_karadanotamago:hover {
  color: #fff;
}

/* line 113, ../sass/partials/pages/_top.scss */
.carousel-cell img {
  width: 100%;
  position: relative;
}

/* line 118, ../sass/partials/pages/_top.scss */
.flickity-page-dots {
  display: none;
}

/*debug*/
/* line 125, ../sass/partials/pages/_top.scss */
.top_slider img {
  width: 100%;
  display: block;
}

/* line 131, ../sass/partials/pages/_top.scss */
.slider-nav {
  position: absolute;
  top: 60%;
  margin: auto;
  height: 70px;
  width: 100%;
  display: none !important;
}
/* line 139, ../sass/partials/pages/_top.scss */
.slider-nav .slick-arrow.slick-prev {
  left: 20px;
}
/* line 142, ../sass/partials/pages/_top.scss */
.slider-nav .slick-arrow.slick-next {
  right: 20px;
}

/* line 149, ../sass/partials/pages/_top.scss */
.dots {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
/* line 156, ../sass/partials/pages/_top.scss */
.dots ul {
  width: 100%;
  font-size: 0;
  margin: 0 0 20px 0;
}
/* line 161, ../sass/partials/pages/_top.scss */
.dots li {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 10px 5px;
  background-color: #ffdc6f;
  border: 4px solid #fff;
  /*&:nth-child(1n){
    background-color: #f79500;
  }
  &:nth-child(2n){
    background-color: #fef7db;
  }
  &:nth-child(3n){
    background-color: #ffdc6f;
  }*/
}
/* line 177, ../sass/partials/pages/_top.scss */
.dots li.slick-active {
  height: 24px;
  width: 24px;
  margin: 6px 5px;
  background-color: #ffdc6f;
}

/* line 188, ../sass/partials/pages/_top.scss */
.js-flickity .carousel-cell.left_cursor {
  cursor: url("../images/cur_right.png"), default;
}
/* line 191, ../sass/partials/pages/_top.scss */
.js-flickity .carousel-cell.right_cursor {
  cursor: url("../images/cur_left.png"), default;
}

@media only screen and (max-width: 768px) {
  /* line 200, ../sass/partials/pages/_top.scss */
  .js-flickity.pc_slide {
    display: none;
  }
  /* line 203, ../sass/partials/pages/_top.scss */
  .js-flickity.sp_slide {
    display: block;
  }
  /* line 207, ../sass/partials/pages/_top.scss */
  .js-flickity .carousel-cell .wrapper {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 15%;
  }
  /* line 213, ../sass/partials/pages/_top.scss */
  .js-flickity .carousel-cell .ReadMoreBtn {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  /* line 219, ../sass/partials/pages/_top.scss */
  .js-flickity .carousel-cell.slide_kiyora_cm .wrapper {
    bottom: 8%;
  }

  /* line 225, ../sass/partials/pages/_top.scss */
  .top_slider_wrap {
    padding-top: 70px;
  }

  /* line 228, ../sass/partials/pages/_top.scss */
  .slider-nav {
    display: block !important;
  }

  /* line 231, ../sass/partials/pages/_top.scss */
  .flickity-page-dots {
    display: block;
    bottom: -4%;
  }
}
@media only screen and (max-width: 414px) {
  /* line 238, ../sass/partials/pages/_top.scss */
  .top_slider_wrap {
    padding-top: 50px;
  }

  /* line 241, ../sass/partials/pages/_top.scss */
  .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: cover !important;
  }
}
/*****************/
/* EO Top Slider */
/*****************/
/**************/
/* Top Banner */
/**************/
/* line 257, ../sass/partials/pages/_top.scss */
#banner_box {
  max-width: 1600px;
  padding: 0 4rem;
  margin: 3rem auto 0;
  font-size: 0;
}
/* line 263, ../sass/partials/pages/_top.scss */
#banner_box .float_box {
  position: absolute;
  z-index: 300;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  background-color: rgba(255, 224, 0, 0);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 274, ../sass/partials/pages/_top.scss */
#banner_box .float_box > p {
  position: absolute;
  margin: auto;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
/* line 284, ../sass/partials/pages/_top.scss */
#banner_box .float_box .ReadMoreBtn.wh {
  position: absolute;
  margin: auto;
  top: 60%;
  left: 0;
  right: 0;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none;
}
/* line 291, ../sass/partials/pages/_top.scss */
#banner_box .float_box .ReadMoreBtn.wh a {
  color: #fff;
}
/* line 296, ../sass/partials/pages/_top.scss */
#banner_box .float_box .ReadMoreBtn.wh:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  border: none;
  background: rgba(255, 224, 0, 0.4);
  opacity: 0;
  -moz-transform: scale(1.1, 1.4);
  -o-transform: scale(1.1, 1.4);
  -ms-transform: scale(1.1, 1.4);
  -webkit-transform: scale(1.1, 1.4);
  transform: scale(1.1, 1.4);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 314, ../sass/partials/pages/_top.scss */
#banner_box .img_box {
  overflow: hidden;
}
/* line 316, ../sass/partials/pages/_top.scss */
#banner_box .img_box img {
  width: 100%;
  display: block;
}
/* line 321, ../sass/partials/pages/_top.scss */
#banner_box .text_box {
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: 10;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 328, ../sass/partials/pages/_top.scss */
#banner_box .text_box p {
  font-size: 2rem;
  line-height: 1.4;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 332, ../sass/partials/pages/_top.scss */
#banner_box .text_box p.en {
  font-family: 'Roboto', sans-serif,"usual","Noto Sans Japanese",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,Osaka, sans-serif;
}
/* line 337, ../sass/partials/pages/_top.scss */
#banner_box a {
  color: #717171;
}
/* line 340, ../sass/partials/pages/_top.scss */
#banner_box #banner01 {
  width: 48.7%;
  display: inline-block;
  vertical-align: top;
  margin-right: 1.6%;
  position: relative;
  overflow: hidden;
}
/* line 347, ../sass/partials/pages/_top.scss */
#banner_box #banner01:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 20;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -moz-transition: all 1.8s cubic-bezier(0, 0.5, 0.5, 1);
  -o-transition: all 1.8s cubic-bezier(0, 0.5, 0.5, 1);
  -webkit-transition: all 1.8s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 1.8s cubic-bezier(0, 0.5, 0.5, 1);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
/* line 359, ../sass/partials/pages/_top.scss */
#banner_box #banner01 .img_box {
  opacity: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: transform 0.8s cubic-bezier(0, 0.5, 0.5, 1);
  -o-transition: transform 0.8s cubic-bezier(0, 0.5, 0.5, 1);
  -webkit-transition: transform 0.8s cubic-bezier(0, 0.5, 0.5, 1);
  transition: transform 0.8s cubic-bezier(0, 0.5, 0.5, 1);
}
/* line 365, ../sass/partials/pages/_top.scss */
#banner_box #banner01 .text_box p {
  -moz-transition: all 0.7s ease 0.2s;
  -o-transition: all 0.7s ease 0.2s;
  -webkit-transition: all 0.7s ease 0.2s;
  transition: all 0.7s ease 0.2s;
}
/* line 371, ../sass/partials/pages/_top.scss */
#banner_box #banner01.open:before {
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* line 375, ../sass/partials/pages/_top.scss */
#banner_box #banner01.open .text_box p {
  -moz-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
}
/* line 379, ../sass/partials/pages/_top.scss */
#banner_box #banner01.open .img_box {
  opacity: 0;
  -moz-transform: translateY(600px);
  -o-transform: translateY(600px);
  -ms-transform: translateY(600px);
  -webkit-transform: translateY(600px);
  transform: translateY(600px);
}
/* line 385, ../sass/partials/pages/_top.scss */
#banner_box #banner_right {
  width: 48.7%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
/* line 392, ../sass/partials/pages/_top.scss */
#banner_box #banner02:before {
  transition-delay: 0.5s;
}
/* line 393, ../sass/partials/pages/_top.scss */
#banner_box #banner02 .img_box {
  -moz-transition: transform 0.8s cubic-bezier(0, 0.5, 0.5, 1) 0.3s;
  -o-transition: transform 0.8s cubic-bezier(0, 0.5, 0.5, 1) 0.3s;
  -webkit-transition: transform 0.8s cubic-bezier(0, 0.5, 0.5, 1) 0.3s;
  transition: transform 0.8s cubic-bezier(0, 0.5, 0.5, 1) 0.3s;
}
/* line 397, ../sass/partials/pages/_top.scss */
#banner_box #banner02 .text_box p {
  -moz-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  -webkit-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
/* line 402, ../sass/partials/pages/_top.scss */
#banner_box #banner03 {
  margin-top: 3.2%;
}
/* line 403, ../sass/partials/pages/_top.scss */
#banner_box #banner03:before {
  transition-delay: 1.0s;
}
/* line 405, ../sass/partials/pages/_top.scss */
#banner_box #banner03 .img_box {
  -moz-transition: transform 0.8s cubic-bezier(0, 0.5, 0.5, 1) 0.7s;
  -o-transition: transform 0.8s cubic-bezier(0, 0.5, 0.5, 1) 0.7s;
  -webkit-transition: transform 0.8s cubic-bezier(0, 0.5, 0.5, 1) 0.7s;
  transition: transform 0.8s cubic-bezier(0, 0.5, 0.5, 1) 0.7s;
}
/* line 409, ../sass/partials/pages/_top.scss */
#banner_box #banner03 .text_box p {
  -moz-transition: all 0.6s ease 0.8s;
  -o-transition: all 0.6s ease 0.8s;
  -webkit-transition: all 0.6s ease 0.8s;
  transition: all 0.6s ease 0.8s;
}
/* line 414, ../sass/partials/pages/_top.scss */
#banner_box #banner01, #banner_box #banner02, #banner_box #banner03 {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  border-width: 0;
  box-sizing: border-box;
  border-color: transparent;
  border-radius: 1px;
}
/* line 421, ../sass/partials/pages/_top.scss */
#banner_box #banner01 > a, #banner_box #banner02 > a, #banner_box #banner03 > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000;
}
/* line 435, ../sass/partials/pages/_top.scss */
#banner_box #banner01 .float_box, #banner_box #banner02 .float_box, #banner_box #banner03 .float_box {
  display: none;
}
/* line 439, ../sass/partials/pages/_top.scss */
#banner_box #banner01.isFloat .float_box, #banner_box #banner02.isFloat .float_box, #banner_box #banner03.isFloat .float_box {
  display: block;
}
/* line 442, ../sass/partials/pages/_top.scss */
#banner_box #banner01.isFloat:hover, #banner_box #banner02.isFloat:hover, #banner_box #banner03.isFloat:hover {
  border-radius: 20px;
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* line 445, ../sass/partials/pages/_top.scss */
#banner_box #banner01.isFloat:hover .text_box, #banner_box #banner02.isFloat:hover .text_box, #banner_box #banner03.isFloat:hover .text_box {
  opacity: 0;
}
/* line 448, ../sass/partials/pages/_top.scss */
#banner_box #banner01.isFloat:hover .float_box, #banner_box #banner02.isFloat:hover .float_box, #banner_box #banner03.isFloat:hover .float_box {
  opacity: 1;
  background-color: rgba(214, 181, 21, 0.72);
}
/* line 452, ../sass/partials/pages/_top.scss */
#banner_box #banner01.isFloat:hover .float_box .ReadMoreBtn:before, #banner_box #banner02.isFloat:hover .float_box .ReadMoreBtn:before, #banner_box #banner03.isFloat:hover .float_box .ReadMoreBtn:before {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 461, ../sass/partials/pages/_top.scss */
#banner_box #banner02, #banner_box #banner03 {
  overflow: hidden;
  position: relative;
  opacity: 1;
}
/* line 465, ../sass/partials/pages/_top.scss */
#banner_box #banner02:before, #banner_box #banner03:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -moz-transition: all 1.3s cubic-bezier(0, 0.5, 0.5, 1);
  -o-transition: all 1.3s cubic-bezier(0, 0.5, 0.5, 1);
  -webkit-transition: all 1.3s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 1.3s cubic-bezier(0, 0.5, 0.5, 1);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
/* line 477, ../sass/partials/pages/_top.scss */
#banner_box #banner02 .img_box, #banner_box #banner03 .img_box {
  opacity: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 481, ../sass/partials/pages/_top.scss */
#banner_box #banner02.open, #banner_box #banner03.open {
  opacity: 0;
}
/* line 483, ../sass/partials/pages/_top.scss */
#banner_box #banner02.open:before, #banner_box #banner03.open:before {
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* line 487, ../sass/partials/pages/_top.scss */
#banner_box #banner02.open .text_box p, #banner_box #banner03.open .text_box p {
  -moz-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
}
/* line 491, ../sass/partials/pages/_top.scss */
#banner_box #banner02.open .img_box, #banner_box #banner03.open .img_box {
  opacity: 0;
  -moz-transform: translateY(600px);
  -o-transform: translateY(600px);
  -ms-transform: translateY(600px);
  -webkit-transform: translateY(600px);
  transform: translateY(600px);
}

@media only screen and (max-width: 768px) {
  /* line 500, ../sass/partials/pages/_top.scss */
  #banner_box {
    margin: 25px 0 0;
    padding: 0;
  }
  /* line 503, ../sass/partials/pages/_top.scss */
  #banner_box #banner01,
  #banner_box #banner_right {
    width: 100%;
    margin: 12px 0 0 0;
  }
}
/*****************/
/* EO Top Banner */
/*****************/
@media only screen and (max-width: 768px) {
  /* line 519, ../sass/partials/pages/_top.scss */
  #top_news h2 {
    margin-top: 35px;
  }
  /* line 524, ../sass/partials/pages/_top.scss */
  #top_news #news_content ul li {
    width: 100%;
    margin-bottom: 55px;
  }
  /* line 528, ../sass/partials/pages/_top.scss */
  #top_news #news_content ul li .date span {
    display: inline-block;
  }
  /* line 531, ../sass/partials/pages/_top.scss */
  #top_news #news_content ul li .date br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 547, ../sass/partials/pages/_top.scss */
  h2 .jp {
    font-size: 16px;
  }

  /* line 550, ../sass/partials/pages/_top.scss */
  .one_space {
    display: inline;
  }

  /* line 553, ../sass/partials/pages/_top.scss */
  .top2slider {
    margin-top: 20px;
  }
  /* line 555, ../sass/partials/pages/_top.scss */
  .top2slider h2 {
    text-align: center;
  }

  /* line 561, ../sass/partials/pages/_top.scss */
  .carousel-cell.slide_tamami a {
    position: static;
  }
}
@-webkit-keyframes animPoyon {
  0% {
    -moz-transform: scale(0.8, 0.8) translateY(90px);
    -o-transform: scale(0.8, 0.8) translateY(90px);
    -ms-transform: scale(0.8, 0.8) translateY(90px);
    -webkit-transform: scale(0.8, 0.8) translateY(90px);
    transform: scale(0.8, 0.8) translateY(90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes animPoyon {
  0% {
    -moz-transform: scale(0.8, 0.8) translateY(90px);
    -o-transform: scale(0.8, 0.8) translateY(90px);
    -ms-transform: scale(0.8, 0.8) translateY(90px);
    -webkit-transform: scale(0.8, 0.8) translateY(90px);
    transform: scale(0.8, 0.8) translateY(90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
}
@keyframes animPoyon {
  0% {
    -moz-transform: scale(0.8, 0.8) translateY(90px);
    -o-transform: scale(0.8, 0.8) translateY(90px);
    -ms-transform: scale(0.8, 0.8) translateY(90px);
    -webkit-transform: scale(0.8, 0.8) translateY(90px);
    transform: scale(0.8, 0.8) translateY(90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes animPoyonRight {
  0% {
    -moz-transform: scale(0.8, 0.8) translateX(90px);
    -o-transform: scale(0.8, 0.8) translateX(90px);
    -ms-transform: scale(0.8, 0.8) translateX(90px);
    -webkit-transform: scale(0.8, 0.8) translateX(90px);
    transform: scale(0.8, 0.8) translateX(90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes animPoyonRight {
  0% {
    -moz-transform: scale(0.8, 0.8) translateX(90px);
    -o-transform: scale(0.8, 0.8) translateX(90px);
    -ms-transform: scale(0.8, 0.8) translateX(90px);
    -webkit-transform: scale(0.8, 0.8) translateX(90px);
    transform: scale(0.8, 0.8) translateX(90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
}
@keyframes animPoyonRight {
  0% {
    -moz-transform: scale(0.8, 0.8) translateX(90px);
    -o-transform: scale(0.8, 0.8) translateX(90px);
    -ms-transform: scale(0.8, 0.8) translateX(90px);
    -webkit-transform: scale(0.8, 0.8) translateX(90px);
    transform: scale(0.8, 0.8) translateX(90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes animPoyonLeft {
  0% {
    -moz-transform: scale(0.8, 0.8) translateX(-90px);
    -o-transform: scale(0.8, 0.8) translateX(-90px);
    -ms-transform: scale(0.8, 0.8) translateX(-90px);
    -webkit-transform: scale(0.8, 0.8) translateX(-90px);
    transform: scale(0.8, 0.8) translateX(-90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes animPoyonLeft {
  0% {
    -moz-transform: scale(0.8, 0.8) translateX(-90px);
    -o-transform: scale(0.8, 0.8) translateX(-90px);
    -ms-transform: scale(0.8, 0.8) translateX(-90px);
    -webkit-transform: scale(0.8, 0.8) translateX(-90px);
    transform: scale(0.8, 0.8) translateX(-90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
}
@keyframes animPoyonLeft {
  0% {
    -moz-transform: scale(0.8, 0.8) translateX(-90px);
    -o-transform: scale(0.8, 0.8) translateX(-90px);
    -ms-transform: scale(0.8, 0.8) translateX(-90px);
    -webkit-transform: scale(0.8, 0.8) translateX(-90px);
    transform: scale(0.8, 0.8) translateX(-90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes animYuraVer {
  0% {
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes animYuraVer {
  0% {
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animYuraVer {
  0% {
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes animYuraHor {
  0% {
    -moz-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  100% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes animYuraHor {
  0% {
    -moz-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  100% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animYuraHor {
  0% {
    -moz-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  100% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 57, ../sass/partials/pages/_hometama.scss */
#v1 #content #content_wrap {
  background-image: none;
}
/* line 59, ../sass/partials/pages/_hometama.scss */
#v1 #content #content_wrap #pe {
  background-image: url(../images/hometama/pattern.png);
  background-size: contain;
  margin: auto;
}
/* line 67, ../sass/partials/pages/_hometama.scss */
#v1 #main .kv {
  position: relative;
}
/* line 69, ../sass/partials/pages/_hometama.scss */
#v1 #main .kv:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background-image: linear-gradient(to right, #f59200, #f59200 1px, transparent 2px, transparent 6px);
  background-size: 8px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
}

/* line 91, ../sass/partials/pages/_hometama.scss */
#v2 #content #content_wrap {
  background-image: none;
  background-color: #f8f8f8;
}
/* line 96, ../sass/partials/pages/_hometama.scss */
#v2 #content #content_wrap #three_point .wrapper div#point01 .hana_outer .hana, #v2 #content #content_wrap #three_point .wrapper div#point02 .hana_outer .hana, #v2 #content #content_wrap #three_point .wrapper div#point03 .hana_outer .hana {
  background-image: url(../images/hometama/flw2.png);
}
/* line 102, ../sass/partials/pages/_hometama.scss */
#v2 #content #content_wrap #point_detail .graph01 .txt_box .hana {
  background-image: url(../images/hometama/flw2.png);
}
/* line 105, ../sass/partials/pages/_hometama.scss */
#v2 #content #content_wrap #point_detail .graph02 .txt_box .hana {
  background-image: url(../images/hometama/flw3.png);
}
/* line 109, ../sass/partials/pages/_hometama.scss */
#v2 #content #content_wrap #recipe {
  background: url(../images/hometama/pattern.png);
  margin: auto;
  position: relative;
  overflow: visible;
}
/* line 114, ../sass/partials/pages/_hometama.scss */
#v2 #content #content_wrap #recipe:before {
  content: "";
  display: block;
  background: none;
}
/* line 119, ../sass/partials/pages/_hometama.scss */
#v2 #content #content_wrap #recipe:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background-image: linear-gradient(to right, #f59200, #f59200 1px, transparent 2px, transparent 6px);
  background-size: 8px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
}
/* line 138, ../sass/partials/pages/_hometama.scss */
#v2 #content #package .wrapper .hana_outer1 .hana {
  background-image: url(../images/hometama/flw1.png);
}
/* line 141, ../sass/partials/pages/_hometama.scss */
#v2 #content #package .wrapper .hana_outer2 .hana {
  background-image: url(../images/hometama/flw2.png);
}
/* line 144, ../sass/partials/pages/_hometama.scss */
#v2 #content #package .wrapper .hana_outer3 .hana {
  background-image: url(../images/hometama/flw2.png);
}
/* line 147, ../sass/partials/pages/_hometama.scss */
#v2 #content #package .wrapper .hana_outer4 .hana {
  background-image: url(../images/hometama/flw1.png);
}

/* line 153, ../sass/partials/pages/_hometama.scss */
html, body {
  width: 100%;
}

/* line 158, ../sass/partials/pages/_hometama.scss */
#content.site-content {
  max-width: none;
}
/* line 161, ../sass/partials/pages/_hometama.scss */
#content .kv {
  text-align: center;
}
/* line 163, ../sass/partials/pages/_hometama.scss */
#content .kv img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
/* line 169, ../sass/partials/pages/_hometama.scss */
#content #content_wrap {
  background-color: #f8f8f8;
}
/* line 172, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point {
  overflow: hidden;
}
/* line 174, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point #point_img {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
/* line 179, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point #point_img .scrambled_eggs {
  top: 0;
  position: absolute;
  margin: auto;
  display: table;
  bottom: 0;
  border-radius: 20px;
  right: 0;
  max-width: 650px;
  width: 88%;
  overflow: hidden;
}
/* line 193, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point #point_img .scrambled_eggs img {
  width: 100%;
}
/* line 197, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point #point_img .circle_wrap {
  width: 900px;
  height: 830px;
  position: absolute;
  top: 50%;
  right: 8%;
  overflow: hidden;
  transform: translate(0, -50%);
  -moz-transition: all 0.5s cubic-bezier(0.44, 0.11, 0.17, 1);
  -o-transition: all 0.5s cubic-bezier(0.44, 0.11, 0.17, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.44, 0.11, 0.17, 1);
  transition: all 0.5s cubic-bezier(0.44, 0.11, 0.17, 1);
}
/* line 208, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point #point_img .circle_wrap .circle_inner {
  position: absolute;
  right: 0;
  width: 900px;
}
/* line 214, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point #point_img .circle_wrap .circle {
  height: 809px;
  border-radius: 0 100% 100% 0;
  overflow: hidden;
  -moz-transition: all 0.5s cubic-bezier(0.44, 0.11, 0.17, 1);
  -o-transition: all 0.5s cubic-bezier(0.44, 0.11, 0.17, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.44, 0.11, 0.17, 1);
  transition: all 0.5s cubic-bezier(0.44, 0.11, 0.17, 1);
  background: url("../images/hometama/3point.jpg") no-repeat center left;
  background-size: cover;
  position: absolute;
  width: 97%;
}
/* line 227, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper {
  width: calc(50% - 20px);
  float: left;
  margin: 35px 0 20px;
  padding: 0;
}
/* line 232, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div {
  max-width: 466px;
  min-height: 210px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  position: relative;
}
/* line 238, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div section {
  position: absolute;
  top: 0;
  left: 0%;
  padding: 40px 50px 40px 90px;
  background: url("../images/hometama/hukidashi.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 248, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div section h2 {
  font-size: 2.1rem;
  color: #f59200;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 256, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point01 {
  position: relative;
  right: 10%;
}
/* line 259, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point01 section {
  padding-top: 58px;
}
/* line 262, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point01 .hana_outer {
  width: 20%;
  height: 100px;
  position: absolute;
  top: 0;
  left: -100px;
  transform: rotateZ(60deg);
  -webkit-animation: animYuraVer 2s ease-in-out 1.4s infinite alternate;
  -moz-animation: animYuraVer 2s ease-in-out 1.4s infinite alternate;
  animation: animYuraVer 2s ease-in-out 1.4s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 270, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point01 .hana_outer .hana {
  -webkit-animation: animYuraHor 1.2s ease-in-out 1.4s infinite alternate;
  -moz-animation: animYuraHor 1.2s ease-in-out 1.4s infinite alternate;
  animation: animYuraHor 1.2s ease-in-out 1.4s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  background: url("../images/hometama/home_flower.png") no-repeat center center;
  background-size: 100%;
}
/* line 278, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point01.open section {
  -webkit-animation: animPoyonRight 1.6s ease-out forwards;
  -moz-animation: animPoyonRight 1.6s ease-out forwards;
  animation: animPoyonRight 1.6s ease-out forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 283, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point02 {
  position: relative;
  left: -31%;
}
/* line 286, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point02 section {
  left: 8%;
  background: url("../images/hometama/hukidashi_reverse.png") no-repeat left center;
  background-size: contain;
  padding: 60px 90px 40px 30px;
  height: 100%;
}
/* line 293, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point02 .hana_outer {
  width: 18%;
  height: 100px;
  position: absolute;
  bottom: 15px;
  right: -60px;
  transform: rotateZ(60deg);
  -webkit-animation: animYuraVer 2s ease-in-out infinite alternate;
  -moz-animation: animYuraVer 2s ease-in-out infinite alternate;
  animation: animYuraVer 2s ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 301, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point02 .hana_outer .hana {
  -webkit-animation: animYuraHor 1.2s ease-in-out infinite alternate;
  -moz-animation: animYuraHor 1.2s ease-in-out infinite alternate;
  animation: animYuraHor 1.2s ease-in-out infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  background: url("../images/hometama/home_flower.png") no-repeat center center;
  background-size: 100%;
}
/* line 308, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point02.open section {
  -webkit-animation: animPoyonLeft 1.6s ease-out 0.4s forwards;
  -moz-animation: animPoyonLeft 1.6s ease-out 0.4s forwards;
  animation: animPoyonLeft 1.6s ease-out 0.4s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 313, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point03 {
  position: relative;
  right: 10%;
}
/* line 316, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point03 section {
  padding-top: 58px;
}
/* line 319, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point03 .hana_outer {
  width: 10%;
  height: 100px;
  position: absolute;
  bottom: 15px;
  left: -40px;
  transform: rotateZ(60deg);
  -webkit-animation: animYuraVer 2s ease-in-out 0.7s infinite alternate;
  -moz-animation: animYuraVer 2s ease-in-out 0.7s infinite alternate;
  animation: animYuraVer 2s ease-in-out 0.7s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 327, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point03 .hana_outer .hana {
  -webkit-animation: animYuraHor 1.2s ease-in-out 0.7s infinite alternate;
  -moz-animation: animYuraHor 1.2s ease-in-out 0.7s infinite alternate;
  animation: animYuraHor 1.2s ease-in-out 0.7s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  background: url("../images/hometama/home_flower.png") no-repeat center center;
  background-size: 100%;
}
/* line 334, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #three_point .wrapper div#point03.open section {
  -webkit-animation: animPoyonRight 1.6s ease-out 0.9s forwards;
  -moz-animation: animPoyonRight 1.6s ease-out 0.9s forwards;
  animation: animPoyonRight 1.6s ease-out 0.9s forwards;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 342, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail {
  display: block;
  background: url("../images/hometama/pattern_orange.png");
  text-align: center;
  padding-bottom: 90px;
}
/* line 347, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .g_wrap {
  max-width: 950px;
  padding: 0 10px;
  margin: 0 auto;
}
/* line 351, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .g_wrap .caption {
  text-align: left;
}
/* line 355, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail h2 {
  display: inline-block;
  margin: 60px auto 0;
  font-size: 2.6rem;
  color: #f5b300;
  padding: 40px 54px;
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
  font-weight: 600;
  margin-bottom: 80px;
}
/* line 368, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail h2:after {
  display: block;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 377, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail h2 span {
  color: #f59200;
  font-weight: 900;
}
/* line 385, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box {
  text-align: left;
  width: 100%;
  vertical-align: top;
  opacity: 0;
  -moz-transition: all 0.8s ease-out 1s;
  -o-transition: all 0.8s ease-out 1s;
  -webkit-transition: all 0.8s ease-out 1s;
  transition: all 0.8s ease-out 1s;
}
/* line 391, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box.open {
  opacity: 1;
}
/* line 394, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box .orange {
  background-color: #f59200;
  color: #fff;
  padding: 46px 30px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 180px;
}
/* line 401, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box .orange h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
/* line 406, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box .orange p {
  font-size: 17px;
  font-weight: 600;
}
/* line 411, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box .comment {
  border-top: none;
  font-size: 0;
}
/* line 414, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box .comment .txt {
  display: inline-block;
  width: 100%;
  margin: auto;
  background-size: contain;
  padding: 35px 20px;
  /*background-image:url(../images/hometama/g_come_1.png);
  background-repeat: no-repeat;*/
  background-color: #ffeead;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
}
/* line 427, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box .comment .txt .le, #content #content_wrap #point_detail .txt_box .comment .txt .ri, #content #content_wrap #point_detail .txt_box .comment .txt .to, #content #content_wrap #point_detail .txt_box .comment .txt .bo {
  position: absolute;
  margin: auto;
}
/* line 431, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box .comment .txt .le {
  top: 0;
  bottom: 0;
  left: 10px;
  width: 2px;
  height: 90%;
  height: calc(100% - 30px);
  background-image: url(./images/hometama/dot_v.png);
  background-size: 2px;
  background-repeat: repeat-y;
}
/* line 442, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box .comment .txt .ri {
  top: 0;
  bottom: 0;
  right: 10px;
  width: 2px;
  height: 90%;
  height: calc(100% - 30px);
  background-image: url(./images/hometama/dot_v.png);
  background-size: 2px;
  background-repeat: repeat-y;
}
/* line 453, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box .comment .txt .to {
  top: 10px;
  left: 0;
  right: 0;
  height: 2px;
  width: 90%;
  width: calc(100% - 30px);
  background-image: url(./images/hometama/dot_h.png);
  background-repeat: repeat-x;
}
/* line 463, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box .comment .txt .bo {
  bottom: 10px;
  left: 0;
  right: 0;
  height: 2px;
  width: 90%;
  width: calc(100% - 30px);
  background-image: url(./images/hometama/dot_h.png);
  background-repeat: repeat-x;
}
/* line 475, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box .comment h3 {
  font-size: 20px;
  color: #f59200;
  font-weight: bold;
  margin-bottom: 8px;
}
/* line 481, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .txt_box .comment p {
  font-size: 17px;
  color: #3f3e3e;
  font-weight: 600;
}
/* line 488, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .g_box {
  width: 100%;
  display: inline-block;
  background-size: cover;
}
/* line 494, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph01 {
  width: 48%;
  float: left;
}
/* line 497, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph01 .txt_box {
  width: 100%;
}
/* line 499, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph01 .txt_box .orange {
  height: 180px;
}
/* line 504, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph01 .txt_box .hana_outer {
  top: 0;
  width: 80px;
  right: 0;
  position: absolute;
}
/* line 510, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph01 .txt_box .hana {
  width: 80px;
  height: 80px;
  background-image: url(../images/hometama/g_hana01.png);
  background-size: cover;
}
/* line 516, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph01 .txt_box .comment {
  position: relative;
}
/* line 518, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph01 .txt_box .comment .hana_outer {
  width: 20%;
  display: inline-block;
  -webkit-animation: animYuraVer 0.5s ease-in-out 1.8s infinite alternate;
  -moz-animation: animYuraVer 0.5s ease-in-out 1.8s infinite alternate;
  animation: animYuraVer 0.5s ease-in-out 1.8s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 522, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph01 .txt_box .comment .hana_outer .hana {
  -webkit-animation: animYuraHor 1.2s ease-in-out 1.4s infinite alternate;
  -moz-animation: animYuraHor 1.2s ease-in-out 1.4s infinite alternate;
  animation: animYuraHor 1.2s ease-in-out 1.4s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 528, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph01 .g_box {
  background-image: url(../images/hometama/graph01.png);
  background-repeat: no-repeat;
  padding-top: 80%;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
/* line 535, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph01 .g_box:before {
  content: "";
  width: 10%;
  height: 0%;
  position: absolute;
  left: 45.5%;
  bottom: 18.5%;
  background-color: #95adc9;
  -moz-transition: height 1.8s ease;
  -o-transition: height 1.8s ease;
  -webkit-transition: height 1.8s ease;
  transition: height 1.8s ease;
}
/* line 545, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph01 .g_box:after {
  content: "";
  width: 10%;
  height: 0%;
  position: absolute;
  left: 71.5%;
  bottom: 18.5%;
  background-color: #fbde18;
  -moz-transition: height 1.8s ease;
  -o-transition: height 1.8s ease;
  -webkit-transition: height 1.8s ease;
  transition: height 1.8s ease;
}
/* line 556, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph01 .g_box.open:before {
  height: 14%;
}
/* line 559, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph01 .g_box.open:after {
  height: 59%;
}
/* line 566, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph02 {
  width: 48%;
  float: right;
  margin-bottom: 40px;
}
/* line 570, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph02 .txt_box {
  float: right;
}
/* line 572, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph02 .txt_box .comment {
  position: relative;
}
/* line 574, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph02 .txt_box .comment .hana_outer {
  width: 20%;
  vertical-align: top;
  padding-top: 5%;
  display: inline-block;
  position: absolute;
  right: 0;
  -webkit-animation: animYuraVer 2s ease-in-out 1.4s infinite alternate;
  -moz-animation: animYuraVer 2s ease-in-out 1.4s infinite alternate;
  animation: animYuraVer 2s ease-in-out 1.4s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 582, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph02 .txt_box .comment .hana_outer .hana {
  width: 80px;
  height: 42px;
  background-image: url(../images/hometama/g_hana02.png);
  background-size: cover;
  -webkit-animation: animYuraHor 1.8s ease-in-out 1.4s infinite alternate;
  -moz-animation: animYuraHor 1.8s ease-in-out 1.4s infinite alternate;
  animation: animYuraHor 1.8s ease-in-out 1.4s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 592, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph02 .g_box {
  float: left;
  background-image: url(../images/hometama/graph02.png);
  background-repeat: no-repeat;
  padding-top: 80%;
  position: relative;
  margin-bottom: 20px;
}
/* line 599, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph02 .g_box:before {
  content: "";
  width: 10%;
  height: 0%;
  position: absolute;
  left: 45.5%;
  top: 58.8%;
  background-color: #95adc9;
  -moz-transition: height 1.8s ease;
  -o-transition: height 1.8s ease;
  -webkit-transition: height 1.8s ease;
  transition: height 1.8s ease;
}
/* line 609, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph02 .g_box:after {
  content: "";
  width: 10%;
  height: 0%;
  position: absolute;
  left: 71.5%;
  bottom: 41.8%;
  background-color: #fbde18;
  -moz-transition: height 1.8s ease;
  -o-transition: height 1.8s ease;
  -webkit-transition: height 1.8s ease;
  transition: height 1.8s ease;
}
/* line 620, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph02 .g_box.open:before {
  height: 14%;
}
/* line 623, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .graph02 .g_box.open:after {
  height: 38%;
}
/* line 629, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #point_detail .caption {
  color: #fff;
  clear: both;
}
/* line 634, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe {
  background: url(../images/hometama/pattern.png);
  padding-top: 40px;
  padding-bottom: 80px;
  margin: auto;
  overflow: visible;
  position: relative;
}
/* line 645, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe:before {
  content: "";
  display: block;
  background: none;
}
/* line 650, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background-image: linear-gradient(to right, #f59200, #f59200 1px, transparent 2px, transparent 6px);
  background-size: 8px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
}
/* line 666, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe .banner {
  width: 100%;
  max-width: 990px;
  margin: auto;
  display: block;
}
/* line 671, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe .banner img {
  display: block;
  width: 100%;
  padding: 0 10px;
  max-width: 950px;
}
/* line 678, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe img {
  display: block;
  margin: 40px auto;
}
/* line 683, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe h2 {
  display: block;
  max-width: 420px;
  margin: 0 auto;
  font-size: 2.6rem;
  color: #f5b300;
  margin-top: 80px;
  padding: 40px 54px;
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
}
/* line 695, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe h2 span {
  color: #f59200;
  font-weight: bold;
}
/* line 699, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe h2:before {
  content: "";
  display: block;
  width: 12%;
  height: 100px;
  background: url("../images/hometama/home_flower.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 25%;
  left: -20%;
  transform: rotateZ(20deg);
}
/* line 711, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe h2:after {
  display: block;
  content: url("../images/hometama/white_hukidashi.png");
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 721, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe ul {
  max-width: 940px;
  margin: 80px auto 0;
  position: relative;
}
/* line 725, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe ul:before {
  content: "";
  display: block;
  width: 8%;
  height: 100px;
  background: url("../images/hometama/home_flower.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -220px;
  right: 10%;
  transform: rotateZ(50deg);
}
/* line 737, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe ul:after {
  content: "";
  display: block;
  width: 4%;
  height: 100px;
  background: url("../images/hometama/home_flower.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -180px;
  right: 20%;
  transform: rotateZ(50deg);
}
/* line 750, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe ul li {
  float: left;
  margin-left: 20px;
  margin-bottom: 40px;
  max-width: 460px;
  width: calc(50% - 10px);
}
/* line 756, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe ul li:nth-of-type(2n-1) {
  margin-left: 0;
}
/* line 760, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe ul li figure img {
  margin: 0 auto 20px;
  max-width: 100%;
  border-radius: 30px;
}
/* line 765, ../sass/partials/pages/_hometama.scss */
#content #content_wrap #recipe ul li figure figcaption {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
/* line 775, ../sass/partials/pages/_hometama.scss */
#content #package {
  background: #ecedef;
  position: relative;
  /*&:before{
    content: "";
    display: block;
    width: 4%;
    height: 100px;
    background: url("../images/hometama/home_flower.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 12%;
    right: 18%;
    transform: rotateZ(15deg);
  }*/
  /*&:after{
    content: "";
    display: block;
    width: 6%;
    height: 100px;
    background: url("../images/hometama/home_flower.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 10%;
    right: 10%;
    transform: rotateZ(15deg);
  }*/
}
/* line 778, ../sass/partials/pages/_hometama.scss */
#content #package .genkaku {
  width: 55px;
  position: absolute;
  bottom: 90px;
  left: 10%;
  margin: auto;
  z-index: 10;
}
/* line 786, ../sass/partials/pages/_hometama.scss */
#content #package .hana_outer3 {
  position: absolute;
  top: 10%;
  right: 10%;
  -webkit-animation: animYuraVer 1.8s ease-in-out 0.4s infinite alternate;
  -moz-animation: animYuraVer 1.8s ease-in-out 0.4s infinite alternate;
  animation: animYuraVer 1.8s ease-in-out 0.4s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 791, ../sass/partials/pages/_hometama.scss */
#content #package .hana_outer3 .hana {
  width: 90px;
  height: 100px;
  background: url("../images/hometama/p_hana02.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: animYuraHor 1.5s ease-in-out 0.6s infinite alternate;
  -moz-animation: animYuraHor 1.5s ease-in-out 0.6s infinite alternate;
  animation: animYuraHor 1.5s ease-in-out 0.6s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 799, ../sass/partials/pages/_hometama.scss */
#content #package .hana_outer4 {
  position: absolute;
  top: 12%;
  right: 18%;
  -webkit-animation: animYuraVer 1.3s ease-in-out 1.8s infinite alternate;
  -moz-animation: animYuraVer 1.3s ease-in-out 1.8s infinite alternate;
  animation: animYuraVer 1.3s ease-in-out 1.8s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 804, ../sass/partials/pages/_hometama.scss */
#content #package .hana_outer4 .hana {
  width: 50px;
  height: 100px;
  background: url("../images/hometama/p_hana02.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: animYuraHor 0.6s ease-in-out 0.2s infinite alternate;
  -moz-animation: animYuraHor 0.6s ease-in-out 0.2s infinite alternate;
  animation: animYuraHor 0.6s ease-in-out 0.2s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 836, ../sass/partials/pages/_hometama.scss */
#content #package .wrapper {
  max-width: 1050px;
  margin: 0 auto;
  padding: 110px 0 60px;
  position: relative;
  /*&:before{
    content: "";
    display: block;
    width: 6%;
    height: 100px;
    background: url("../images/hometama/home_flower.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 63%;
    left: 3%;
    transform: rotateZ(50deg);
  }*/
  /*&:after{
    content: "";
    display: block;
    width: 6%;
    height: 100px;
    background: url("../images/hometama/home_flower.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 60%;
    right: 30%;
    transform: rotateZ(15deg);
  }*/
}
/* line 841, ../sass/partials/pages/_hometama.scss */
#content #package .wrapper .hana_outer1 {
  position: absolute;
  top: 63%;
  left: 3%;
  -webkit-animation: animYuraVer 2s ease-in-out 0.7s infinite alternate;
  -moz-animation: animYuraVer 2s ease-in-out 0.7s infinite alternate;
  animation: animYuraVer 2s ease-in-out 0.7s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 846, ../sass/partials/pages/_hometama.scss */
#content #package .wrapper .hana_outer1 .hana {
  width: 72px;
  height: 100px;
  background: url("../images/hometama/p_hana01.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: animYuraHor 1.2s ease-in-out 0.7s infinite alternate;
  -moz-animation: animYuraHor 1.2s ease-in-out 0.7s infinite alternate;
  animation: animYuraHor 1.2s ease-in-out 0.7s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 854, ../sass/partials/pages/_hometama.scss */
#content #package .wrapper .hana_outer2 {
  position: absolute;
  top: 60%;
  right: 30%;
  -webkit-animation: animYuraVer 2s ease-in-out 0.9s infinite alternate;
  -moz-animation: animYuraVer 2s ease-in-out 0.9s infinite alternate;
  animation: animYuraVer 2s ease-in-out 0.9s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 859, ../sass/partials/pages/_hometama.scss */
#content #package .wrapper .hana_outer2 .hana {
  width: 72px;
  height: 100px;
  background: url("../images/hometama/p_hana02.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: animYuraHor 1.2s ease-in-out 0.3s infinite alternate;
  -moz-animation: animYuraHor 1.2s ease-in-out 0.3s infinite alternate;
  animation: animYuraHor 1.2s ease-in-out 0.3s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 892, ../sass/partials/pages/_hometama.scss */
#content #package img {
  width: 54%;
  position: relative;
}
/* line 896, ../sass/partials/pages/_hometama.scss */
#content #package p {
  display: block;
  max-width: 540px;
  width: 46%;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: bold;
  color: #f59200;
  margin-top: 80px;
  padding: 40px 54px;
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 18%;
  right: 1%;
  opacity: 0;
}
/* line 913, ../sass/partials/pages/_hometama.scss */
#content #package p span {
  color: #f5b300;
  font-weight: 400;
  margin-left: 35px;
}
/* line 919, ../sass/partials/pages/_hometama.scss */
#content #package p:after {
  display: block;
  content: url("../images/hometama/white_hukidashi.png");
  position: absolute;
  bottom: -27px;
  left: 50px;
  transform: rotateY(-180deg);
}
/* line 927, ../sass/partials/pages/_hometama.scss */
#content #package p.open {
  -webkit-animation: animPoyon 1.6s ease-out 0.4s;
  -moz-animation: animPoyon 1.6s ease-out 0.4s;
  animation: animPoyon 1.6s ease-out 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media only screen and (max-width: 768px) {
  /* line 935, ../sass/partials/pages/_hometama.scss */
  h2 .jp {
    font-size: 16px;
  }

  /* line 938, ../sass/partials/pages/_hometama.scss */
  .one_space {
    display: inline;
  }

  /* line 941, ../sass/partials/pages/_hometama.scss */
  .top2slider {
    margin-top: 20px;
  }
  /* line 943, ../sass/partials/pages/_hometama.scss */
  .top2slider h2 {
    text-align: center;
  }

  /* line 952, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper {
    width: 50%;
  }
  /* line 957, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point01 section, #content #content_wrap #three_point .wrapper div#point03 section {
    padding-top: 50px;
    padding-left: 16%;
    padding-right: 5%;
  }
  /* line 963, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point02 section {
    padding-right: 12% !important;
    padding-left: 8% !important;
  }
  /* line 967, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point02 section h2 br.sp {
    display: none !important;
  }
  /* line 972, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div section h2 {
    font-size: 18px;
  }
  /* line 980, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .txt_box .comment .txt h3 {
    font-size: 18px;
  }
  /* line 983, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .txt_box .comment .txt p {
    font-size: 14px;
  }
  /* line 988, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .txt_box .orange h3 {
    font-size: 18px;
  }
  /* line 991, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .txt_box .orange p {
    font-size: 14px;
  }
  /* line 999, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #recipe h2 {
    font-size: 2.4rem;
    text-align: center;
  }
  /* line 1004, ../sass/partials/pages/_hometama.scss */
  #content #package p {
    width: 48%;
    font-size: 2rem;
    padding: 40px 36px;
  }
}
@media screen and (max-width: 950px) {
  /* line 1016, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point02 section {
    padding: 40px 72px 40px 30px;
  }
  /* line 1018, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point02 section h2 {
    line-height: 1.3;
  }
  /* line 1020, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point02 section h2 br {
    display: block !important;
  }
  /* line 1024, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point02 section p {
    line-height: 1.4;
  }
  /* line 1026, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point02 section p br {
    display: none !important;
  }
}
@media only screen and (max-width: 414px) {
  /* line 1040, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .hana_outer .hana {
    display: none;
  }
  /* line 1044, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point #point_img {
    width: 100%;
    float: none;
  }
  /* line 1047, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point #point_img .circle_wrap {
    display: none;
  }
  /* line 1050, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point #point_img .scrambled_eggs {
    position: relative;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }
  /* line 1057, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    float: none;
  }
  /* line 1062, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div {
    min-height: 160px;
    margin: 0 auto 5px;
  }
  /* line 1065, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div section {
    opacity: 1;
    top: -50px;
    width: 330px;
    height: 148px;
    left: -33px;
  }
  /* line 1071, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div section h2 {
    font-size: 1.7rem;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  /* line 1076, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div section p {
    font-weight: 600;
  }
  /* line 1081, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point01, #content #content_wrap #three_point .wrapper div#point03 {
    right: auto !important;
  }
  /* line 1083, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point01:before, #content #content_wrap #three_point .wrapper div#point03:before {
    content: "";
    position: absolute;
    left: -36px;
    width: 34px;
    bottom: 51px;
    height: 38px;
    background: url(../images/hometama/home_flower.png) no-repeat center center;
    background-size: 100%;
  }
  /* line 1093, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point01 section, #content #content_wrap #three_point .wrapper div#point03 section {
    padding-top: 30px;
    padding-left: 62px;
    padding-right: 23px;
  }
  /* line 1099, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point02 {
    left: 0 !important;
  }
  /* line 1101, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point02:before {
    content: "";
    position: absolute;
    right: -36px;
    width: 34px;
    bottom: 51px;
    height: 38px;
    background: url(../images/hometama/home_flower.png) no-repeat center center;
    background-size: 100%;
  }
  /* line 1111, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point02 section {
    left: 5px !important;
    padding-right: 67px !important;
    padding-top: 24px !important;
    height: 148px !important;
  }
  /* line 1116, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper div#point02 section h2 br.sp {
    display: block !important;
  }
  /* line 1121, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper #point03 {
    margin-bottom: 0;
  }
  /* line 1123, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #three_point .wrapper #point03 section {
    padding-top: 20px !important;
  }
  /* line 1129, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail {
    padding-bottom: 40px;
  }
  /* line 1131, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail h2 {
    opacity: 1;
    margin: 40px 20px;
    padding: 19px 16px;
    font-size: 1.6rem;
    border-radius: 24px;
    width: 276px;
  }
  /* line 1139, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .hana_outer {
    display: none !important;
  }
  /* line 1142, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap {
    overflow: hidden;
  }
  /* line 1144, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph01 {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 1147, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph01 .txt_box {
    width: 100%;
    opacity: 1;
  }
  /* line 1150, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph01 .txt_box img.sp {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  /* line 1155, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph01 .txt_box .orange {
    opacity: 1;
    max-width: 300px;
    margin: 0 auto 26px;
    height: auto;
    padding: 40px 20px;
  }
  /* line 1161, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph01 .txt_box .orange h3 {
    font-size: 16px;
  }
  /* line 1164, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph01 .txt_box .orange p {
    font-size: 12px;
  }
  /* line 1166, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph01 .txt_box .orange p br {
    display: none;
  }
  /* line 1171, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph01 .txt_box .comment {
    max-width: 300px;
    margin: 0 auto;
  }
  /* line 1174, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph01 .txt_box .comment .txt {
    opacity: 1;
    top: 0;
    width: 100%;
    left: 0;
    position: relative;
    margin-top: 20px;
    padding: 30px 20px;
  }
  /* line 1183, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph01 .txt_box .comment .txt h3 {
    font-size: 17px;
  }
  /* line 1186, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph01 .txt_box .comment .txt p {
    font-size: 13px;
  }
  /* line 1193, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph02 {
    margin-bottom: 20px;
    width: 100%;
  }
  /* line 1196, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph02 .txt_box {
    width: 100%;
    opacity: 1;
  }
  /* line 1199, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph02 .txt_box img.sp {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  /* line 1204, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph02 .txt_box .orange {
    opacity: 1;
    max-width: 300px;
    margin: 0 auto 26px;
    height: auto;
    padding: 45px 20px;
  }
  /* line 1210, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph02 .txt_box .orange h3 {
    font-size: 16px;
  }
  /* line 1213, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph02 .txt_box .orange p {
    font-size: 12px;
  }
  /* line 1215, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph02 .txt_box .orange p br {
    display: none;
  }
  /* line 1220, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph02 .txt_box .comment {
    max-width: 300px;
    margin: 0 auto;
  }
  /* line 1223, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph02 .txt_box .comment .txt {
    opacity: 1;
    top: 0;
    width: 100%;
    left: 0;
    position: relative;
    margin-top: 20px;
    padding: 30px 20px;
  }
  /* line 1232, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph02 .txt_box .comment .txt h3 {
    font-size: 17px;
  }
  /* line 1235, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .graph02 .txt_box .comment .txt p {
    font-size: 13px;
  }
  /* line 1242, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #point_detail .g_wrap .caption {
    text-align: left;
    font-weight: 600;
    width: 300px;
    margin: 0 auto;
  }
  /* line 1251, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #recipe {
    padding-bottom: 16px;
  }
  /* line 1253, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #recipe h2 {
    font-size: 1.7rem;
    margin-top: 30px;
    padding: 28px;
    border-radius: 20px;
    text-align: center;
    margin: 10px;
  }
  /* line 1261, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #recipe h2 + img {
    padding: 10px;
  }
  /* line 1264, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #recipe ul {
    margin-top: 30px;
    padding: 0 10px;
  }
  /* line 1267, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #recipe ul li {
    display: block;
    width: auto;
    float: none;
    margin-left: 0;
  }
  /* line 1273, ../sass/partials/pages/_hometama.scss */
  #content #content_wrap #recipe ul li figure figcaption {
    font-size: 16px;
  }
  /* line 1282, ../sass/partials/pages/_hometama.scss */
  #content #package .hana_outer1, #content #package .hana_outer2, #content #package .hana_outer3, #content #package .hana_outer4 {
    display: none !important;
  }
  /* line 1285, ../sass/partials/pages/_hometama.scss */
  #content #package:before {
    content: "";
    display: block;
    width: 45px;
    height: 100px;
    background-size: 100%;
    position: absolute;
    top: 6%;
    right: 8%;
    background: url("../images/hometama/p_hana02.png") no-repeat center center;
    background-size: contain;
  }
  /* line 1297, ../sass/partials/pages/_hometama.scss */
  #content #package:after {
    content: "";
    display: block;
    width: 30px;
    height: 100px;
    background-size: 100%;
    position: absolute;
    top: 10%;
    right: 24%;
    background: url("../images/hometama/p_hana02.png") no-repeat center center;
    background-size: contain;
  }
  /* line 1310, ../sass/partials/pages/_hometama.scss */
  #content #package p {
    opacity: 1;
  }
  /* line 1314, ../sass/partials/pages/_hometama.scss */
  #content #package .wrapper:before {
    content: "";
    display: block;
    width: 54px;
    height: 100px;
    background-size: 100%;
    position: absolute;
    top: auto;
    bottom: 11%;
    left: 5%;
    background: url("../images/hometama/p_hana01.png") no-repeat center center;
    background-size: contain;
  }
  /* line 1330, ../sass/partials/pages/_hometama.scss */
  #content #package .genkaku {
    width: 41px;
    bottom: 54px;
    left: 24%;
  }
  /* line 1335, ../sass/partials/pages/_hometama.scss */
  #content #package p {
    border-radius: 16px;
    font-size: 1.6rem;
    width: 100%;
    margin: 10px auto 0;
    max-width: 300px;
    position: relative;
    padding: 12px 20px;
    text-align: center;
    top: auto;
    right: auto;
  }
  /* line 1347, ../sass/partials/pages/_hometama.scss */
  #content #package p:after {
    bottom: -21px;
  }
  /* line 1351, ../sass/partials/pages/_hometama.scss */
  #content #package img.sp {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 20px auto;
  }
}
@-webkit-keyframes animPoyon {
  0% {
    -moz-transform: scale(0.8, 0.8) translateY(90px);
    -o-transform: scale(0.8, 0.8) translateY(90px);
    -ms-transform: scale(0.8, 0.8) translateY(90px);
    -webkit-transform: scale(0.8, 0.8) translateY(90px);
    transform: scale(0.8, 0.8) translateY(90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes animPoyon {
  0% {
    -moz-transform: scale(0.8, 0.8) translateY(90px);
    -o-transform: scale(0.8, 0.8) translateY(90px);
    -ms-transform: scale(0.8, 0.8) translateY(90px);
    -webkit-transform: scale(0.8, 0.8) translateY(90px);
    transform: scale(0.8, 0.8) translateY(90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
}
@keyframes animPoyon {
  0% {
    -moz-transform: scale(0.8, 0.8) translateY(90px);
    -o-transform: scale(0.8, 0.8) translateY(90px);
    -ms-transform: scale(0.8, 0.8) translateY(90px);
    -webkit-transform: scale(0.8, 0.8) translateY(90px);
    transform: scale(0.8, 0.8) translateY(90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateY(0);
    -o-transform: scale(1, 1) translateY(0);
    -ms-transform: scale(1, 1) translateY(0);
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes animPoyonRight {
  0% {
    -moz-transform: scale(0.8, 0.8) translateX(90px);
    -o-transform: scale(0.8, 0.8) translateX(90px);
    -ms-transform: scale(0.8, 0.8) translateX(90px);
    -webkit-transform: scale(0.8, 0.8) translateX(90px);
    transform: scale(0.8, 0.8) translateX(90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes animPoyonRight {
  0% {
    -moz-transform: scale(0.8, 0.8) translateX(90px);
    -o-transform: scale(0.8, 0.8) translateX(90px);
    -ms-transform: scale(0.8, 0.8) translateX(90px);
    -webkit-transform: scale(0.8, 0.8) translateX(90px);
    transform: scale(0.8, 0.8) translateX(90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
}
@keyframes animPoyonRight {
  0% {
    -moz-transform: scale(0.8, 0.8) translateX(90px);
    -o-transform: scale(0.8, 0.8) translateX(90px);
    -ms-transform: scale(0.8, 0.8) translateX(90px);
    -webkit-transform: scale(0.8, 0.8) translateX(90px);
    transform: scale(0.8, 0.8) translateX(90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes animPoyonLeft {
  0% {
    -moz-transform: scale(0.8, 0.8) translateX(-90px);
    -o-transform: scale(0.8, 0.8) translateX(-90px);
    -ms-transform: scale(0.8, 0.8) translateX(-90px);
    -webkit-transform: scale(0.8, 0.8) translateX(-90px);
    transform: scale(0.8, 0.8) translateX(-90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes animPoyonLeft {
  0% {
    -moz-transform: scale(0.8, 0.8) translateX(-90px);
    -o-transform: scale(0.8, 0.8) translateX(-90px);
    -ms-transform: scale(0.8, 0.8) translateX(-90px);
    -webkit-transform: scale(0.8, 0.8) translateX(-90px);
    transform: scale(0.8, 0.8) translateX(-90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
}
@keyframes animPoyonLeft {
  0% {
    -moz-transform: scale(0.8, 0.8) translateX(-90px);
    -o-transform: scale(0.8, 0.8) translateX(-90px);
    -ms-transform: scale(0.8, 0.8) translateX(-90px);
    -webkit-transform: scale(0.8, 0.8) translateX(-90px);
    transform: scale(0.8, 0.8) translateX(-90px);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  20% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  25% {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  30% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1) translateX(0);
    -o-transform: scale(1, 1) translateX(0);
    -ms-transform: scale(1, 1) translateX(0);
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes animYuraVer {
  0% {
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes animYuraVer {
  0% {
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animYuraVer {
  0% {
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes animYuraHor {
  0% {
    -moz-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  100% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes animYuraHor {
  0% {
    -moz-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  100% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animYuraHor {
  0% {
    -moz-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  100% {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 54, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content {
  margin-top: 68px;
  background: url(../images/karadanotamago/bg_1.svg) #FAF8CB left top;
  background-size: 87px;
  color: #26120B;
}
/* line 59, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content.site-content {
  max-width: none;
}
/* line 62, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content img {
  max-width: 100%;
}
/* line 66, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content p strong {
  font-weight: bold;
}
/* line 70, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content h2 {
  line-height: 1.6;
  font-size: 34px;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
/* line 75, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content h2 span {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+60,1e5799+60,f29300+60&0+60,1+61 */
  background: -moz-linear-gradient(top, rgba(242, 147, 0, 0) 60%, #f29300 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242, 147, 0, 0) 60%, #f29300 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242, 147, 0, 0) 60%, #f29300 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f29300', endColorstr='#f29300',GradientType=0 );
  /* IE6-9 */
}
/* line 83, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content h3 {
  line-height: 1.6;
  font-size: 28px;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: .2em;
}
/* line 89, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content h3 span {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+60,1e5799+60,f29300+60&0+60,1+61 */
  background: -moz-linear-gradient(top, rgba(242, 147, 0, 0) 60%, #F29300 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242, 147, 0, 0) 60%, #F29300 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242, 147, 0, 0) 60%, #F29300 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f29300', endColorstr='#f29300',GradientType=0 );
  /* IE6-9 */
}
/* line 97, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content h4 {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 24px;
  font-weight: normal;
}
/* line 102, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content h4 span {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+60,1e5799+60,f29300+60&0+60,1+61 */
  background: -moz-linear-gradient(top, rgba(242, 147, 0, 0) 60%, #f29300 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242, 147, 0, 0) 60%, #f29300 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242, 147, 0, 0) 60%, #f29300 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f29300', endColorstr='#f29300',GradientType=0 );
  /* IE6-9 */
}
/* line 112, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content ul li strong {
  font-weight: bold;
}
/* line 117, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content ol {
  counter-reset: item_number;
}
/* line 119, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content ol li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 2.2;
  font-size: 17px;
}
/* line 125, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content ol li:before {
  counter-increment: item_number;
  content: counter(item_number);
  position: absolute;
  top: 7px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 20px;
  height: 20px;
  font-size: 15px;
  border-radius: 100%;
  border: 1px solid #26120B;
}
/* line 141, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content ol li strong {
  font-weight: bold;
}
/* line 146, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
/* line 153, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .cols .txt {
  width: 50%;
}
/* line 155, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .cols .txt p {
  line-height: 2.2;
  font-size: 17px;
}
/* line 161, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .accordion {
  max-width: 850px;
  background: #FDD000;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
}
/* line 167, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .accordion__title {
  position: relative;
  padding: 30px 60px;
  cursor: pointer;
}
/* line 173, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .accordion__title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #F29300;
  border-right: 3px solid #F29300;
  transform: translateY(-70%) rotate(45deg);
  transition: all .3s ease;
}
/* line 186, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .accordion__title.on:after {
  transform: translateY(-70%) rotate(-135deg);
}
/* line 191, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .accordion__body {
  display: none;
  padding: 10px 60px 40px;
}
/* line 194, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .accordion__body h4 {
  margin-bottom: 20px;
  font-weight: normal;
}
/* line 198, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .accordion__body p {
  line-height: 2.2;
  font-size: 17px;
}
/* line 202, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .accordion__body a {
  color: #F29300;
}
/* line 207, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .wrap {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
/* line 212, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 20px;
  background: #F29300;
}
/* line 219, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .menu a {
  display: inline-block;
  margin: 0 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
/* line 227, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .kv {
  text-align: center;
  padding: 40px 80px;
  background: #FDD000;
}
/* line 231, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content .kv img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1100px;
}
/* line 238, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #intro {
  position: relative;
  padding-top: 100px;
  margin-bottom: 60px;
  background: url(../images/karadanotamago/intro_bg.png) no-repeat center top;
  background-size: 100%;
}
/* line 244, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background: -moz-linear-gradient(top, #fdd000 45%, rgba(253, 208, 0, 0) 100%);
  background: -webkit-linear-gradient(top, #fdd000 45%, rgba(253, 208, 0, 0) 100%);
  background: linear-gradient(to bottom, #fdd000 45%, rgba(253, 208, 0, 0) 100%);
}
/* line 256, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #intro .wrap {
  position: relative;
}
/* line 258, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #intro .wrap > h2 {
  margin-bottom: 60px;
  text-align: center;
}
/* line 263, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #intro .wrap .cols .txt {
  width: 50%;
  background: #ffffffaa;
  padding: 40px;
  border-radius: 40px;
}
/* line 268, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #intro .wrap .cols .txt p {
  font-weight: bold;
}
/* line 275, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #intro .accordion {
  margin-top: 60px;
}
/* line 279, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #health {
  margin-bottom: 60px;
}
/* line 282, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #health .wrap > h3 {
  margin-bottom: 40px;
  text-align: center;
}
/* line 286, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #health .wrap .arrow {
  width: 25px;
  margin: 0 auto;
}
/* line 290, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #health .wrap .cols {
  padding: 60px;
  background: #FCFBF2BB;
  border-radius: 20px;
}
/* line 294, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #health .wrap .cols .img {
  max-width: 50%;
}
/* line 297, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #health .wrap .cols .txt {
  max-width: 50%;
  width: 400px;
}
/* line 301, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #health .wrap .cols .txt p span {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+60,1e5799+60,f29300+60&0+60,1+61 */
  background: -moz-linear-gradient(top, rgba(242, 147, 0, 0) 60%, #FDD000 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242, 147, 0, 0) 60%, #FDD000 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242, 147, 0, 0) 60%, #FDD000 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f29300', endColorstr='#f29300',GradientType=0 );
  /* IE6-9 */
}
/* line 310, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #health .wrap .cols .txtbox {
  margin-top: 20px;
  padding: 10px 20px;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  background: #FDD000;
}
/* line 322, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious {
  margin-bottom: 60px;
}
/* line 325, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap > h3 {
  margin-bottom: 40px;
  text-align: center;
}
/* line 329, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .arrow {
  width: 25px;
  margin: 0 auto;
}
/* line 333, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols {
  margin-bottom: 60px;
  align-items: stretch;
  align-content: stretch;
}
/* line 338, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols .txt {
  max-width: 48%;
  padding: 40px 60px;
  background: #FCFBF2BB;
  border-radius: 20px;
}
/* line 344, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols .txt p + img {
  margin-top: 20px;
}
/* line 348, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols .txt .top {
  margin-bottom: 30px;
}
/* line 350, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols .txt .top img {
  float: right;
  max-width: 180px;
}
/* line 354, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols .txt .top p {
  margin-right: 200px;
}
/* line 357, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols .txt .top:after {
  content: "";
  display: block;
  clear: both;
}
/* line 364, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols .txt .bottom img {
  float: left;
  max-width: 100px;
}
/* line 368, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols .txt .bottom:after {
  content: "";
  display: block;
  clear: both;
}
/* line 373, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols .txt .bottom p {
  margin-left: 120px;
}
/* line 375, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols .txt .bottom p span {
  line-height: 1;
  font-size: 1.5em;
  font-weight: bold;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+60,1e5799+60,f29300+60&0+60,1+61 */
  background: -moz-linear-gradient(top, rgba(242, 147, 0, 0) 60%, #f29300 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242, 147, 0, 0) 60%, #f29300 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242, 147, 0, 0) 60%, #f29300 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f29300', endColorstr='#f29300',GradientType=0 );
  /* IE6-9 */
}
/* line 386, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols .txt .bottom ul {
  clear: both;
  padding-top: 20px;
}
/* line 389, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols .txt .bottom ul li {
  line-height: 1.8;
  font-size: 13px;
  list-style: disc;
}
/* line 398, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols.row .txt {
  position: relative;
  margin-top: 120px;
}
/* line 402, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols.row h3 {
  position: absolute;
  bottom: 100%;
  margin-bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 410, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #delicious .wrap .cols.row .pstxt {
  font-size: 13px;
}
/* line 417, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #natural {
  margin-bottom: 60px;
}
/* line 420, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #natural .wrap > h3 {
  margin-bottom: 40px;
  text-align: center;
}
/* line 424, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #natural .wrap > p {
  max-width: 850px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 2.2;
}
/* line 430, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #natural .wrap .arrow {
  width: 25px;
  margin: 0 auto;
}
/* line 434, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #natural .wrap .cols {
  padding: 60px;
  background: #FCFBF2BB;
  border-radius: 20px;
  flex-wrap: wrap;
}
/* line 439, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #natural .wrap .cols .txt {
  max-width: 60%;
}
/* line 442, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #natural .wrap .cols .graph {
  max-width: 50%;
}
/* line 445, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #natural .wrap .cols .img {
  margin-top: 40px;
  max-width: 50%;
}
/* line 452, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe {
  padding: 100px 40px;
  background: #FCFBF2;
  overflow: hidden;
}
/* line 455, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe h3 {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
/* line 462, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe h3:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
/* line 470, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .wrap {
  max-width: 1280px;
}
/* line 472, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .wrap > h2 {
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
}
/* line 478, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .breakfast {
  margin-bottom: 60px;
}
/* line 481, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .breakfast h3:before {
  background: url(../images/karadanotamago/breakfast.svg) no-repeat center;
  background-size: contain;
}
/* line 489, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .dinner h3:before {
  background: url(../images/karadanotamago/dinner.svg) no-repeat center;
  background-size: contain;
}
/* line 495, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .teacher {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
/* line 502, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .teacher .img {
  position: relative;
  transform: translate(80px, -45px);
}
/* line 506, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .teacher .txt {
  padding: 45px 45px 45px 125px;
  border-radius: 15px;
  background: #FDD000;
}
/* line 510, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .teacher .txt p {
  max-width: 320px;
  font-size: 17px;
}
/* line 514, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .teacher .txt h4 {
  margin: 10px 0;
  font-size: 24px;
}
/* line 520, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .recipeItem {
  text-align: center;
  padding: 30px;
}
/* line 523, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .recipeItem a {
  display: block;
  color: #26120B;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px 2px #00000055;
}
/* line 532, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .recipeItem a:hover figure img {
  transform: scale(1.1);
}
/* line 538, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .recipeItem figure {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 67%;
  overflow: hidden;
}
/* line 544, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .recipeItem figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .3s ease;
}
/* line 555, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .recipeItem .name {
  text-align: center;
  font-size: 24px;
}
/* line 559, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .recipeItem .excerpt {
  font-size: 15px;
  padding: 10px 35px 30px;
}
/* line 564, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #recipe .swiper-slide {
  width: 33.333%;
}
/* line 569, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #product_info {
  padding: 120px 0;
}
/* line 572, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #product_info .wrap > h2 {
  margin-bottom: 60px;
  text-align: center;
}
/* line 576, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #product_info .wrap > .info {
  max-width: 850px;
  margin: 60px auto;
}
/* line 579, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #product_info .wrap > .info p {
  line-height: 2.2;
  font-size: 17px;
}
/* line 582, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #product_info .wrap > .info p strong {
  font-weight: bold;
}
/* line 589, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #product_info .img {
  max-width: 48%;
  width: 520px;
}
/* line 592, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #product_info .img ul {
  margin-top: 20px;
  padding-left: 30px;
  list-style: disc;
  line-height: 1.8;
  font-size: 13px;
}
/* line 601, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #product_info .txt ul {
  margin-top: 20px;
  padding-left: 30px;
  list-style: disc;
  line-height: 1.8;
  font-size: 17px;
}
/* line 609, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #product_info .row {
  display: flex;
  align-items: stretch;
  align-content: stretch;
}
/* line 613, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #product_info .row .label {
  display: block;
  min-width: 80px;
  font-weight: bold;
}
/* line 618, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #product_info .row .info {
  display: block;
}
/* line 625, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #contact {
  padding: 70px 0;
  background: #F29300;
}
/* line 629, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #contact .wrap > h2 {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}
/* line 635, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #contact .cols {
  align-items: flex-start;
}
/* line 637, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #contact .cols .col {
  width: 50%;
  text-align: center;
}
/* line 640, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #contact .cols .col h3 {
  margin-bottom: 10px;
}
/* line 643, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #contact .cols .col .tel {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
/* line 649, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #contact .cols .col .tel:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/karadanotamago/phone.svg) no-repeat center;
  background-size: contain;
}
/* line 659, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #contact .cols .col .btn {
  max-width: 410px;
  margin: 0 auto;
}
/* line 662, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #contact .cols .col .btn a {
  position: relative;
  display: block;
  padding: 25px 30px;
  text-align: left;
  background: #fff;
  border-radius: 3px;
  color: #26120B;
  font-size: 17px;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
/* line 673, ../sass/partials/pages/_karadanotamago.scss */
.page-template-page_karadanotamago #content #contact .cols .col .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #F29300;
  border-right: 3px solid #F29300;
  transform: translateY(-60%) rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  /* line 697, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content {
    margin-top: 0;
  }
  /* line 699, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .menu {
    display: none;
  }
  /* line 702, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .kv {
    padding: 20px;
    overflow: hidden;
  }
  /* line 705, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .kv img {
    width: 100%
  }
  /* line 709, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content h2 {
    font-size: 24px;
  }
  /* line 712, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content h3 {
    font-size: 20px;
  }
  /* line 715, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .accordion {
    border-radius: 10px;
  }
  /* line 717, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .accordion__title {
    padding: 20px;
  }
  /* line 719, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .accordion__title:after {
    right: 20px;
  }
  /* line 723, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .accordion__body {
    padding: 0 20px 20px;
  }
  /* line 726, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .accordion h3 {
    font-size: 18px;
    letter-spacing: .1em;
  }
  /* line 730, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .accordion h4 {
    font-size: 16px;
  }
  /* line 733, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .accordion p {
    font-size: 14px;
  }
  /* line 737, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .cols {
    display: block;
  }
  /* line 739, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .cols .img {
    width: auto;
  }
  /* line 742, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .cols .txt {
    width: auto;
  }
  /* line 744, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content .cols .txt p {
    font-size: 　15px;
  }
  /* line 749, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #intro {
    position: relative;
    padding-top: 50vw;
    background: none;
  }
  /* line 753, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #intro:before {
    z-index: 2;
    top: 0;
    bottom: 120px;
    height: auto;
    background: -moz-linear-gradient(top, #fdd000 70%, rgba(253, 208, 0, 0) 90%);
    background: -webkit-linear-gradient(top, #fdd000 70%, rgba(253, 208, 0, 0) 90%);
    background: linear-gradient(to bottom, #fdd000 70%, rgba(253, 208, 0, 0) 90%);
  }
  /* line 762, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #intro:after {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 120px;
    left: 0;
    display: block;
    width: 100%;
    height: 80vw;
    background: url(../images/karadanotamago/intro_bg_sp.png) no-repeat center bottom;
    background-size: 100%;
  }
  /* line 774, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #intro .wrap {
    z-index: 3;
    padding: 0;
  }
  /* line 778, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #intro .wrap .cols .txt {
    width: auto;
  }
  /* line 783, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #intro .cols {
    padding: 20px;
    padding-bottom: 56%;
    display: block;
  }
  /* line 788, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #intro .img {
    position: absolute;
    bottom: 100%;
    left: 20px;
    width: 60%;
    margin-bottom: 20px;
  }
  /* line 795, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #intro .txt {
    max-width: none;
    width: auto;
  }
  /* line 799, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #intro .accordion {
    margin: 20px;
  }
  /* line 805, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #health .wrap > h3 {
    text-align: left;
  }
  /* line 808, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #health .wrap .cols {
    padding: 40px 20px;
  }
  /* line 810, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #health .wrap .cols .txt {
    max-width: none;
    width: auto;
  }
  /* line 814, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #health .wrap .cols .img {
    max-width: none;
    width: auto;
  }
  /* line 823, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #delicious .wrap > h3 {
    text-align: left;
  }
  /* line 827, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #delicious .wrap .cols .txt {
    max-width: none;
    width: auto;
    padding: 40px 20px;
    margin-bottom: 30px;
  }
  /* line 832, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #delicious .wrap .cols .txt .top {
    position: relative;
    margin-bottom: 200px;
  }
  /* line 835, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #delicious .wrap .cols .txt .top p {
    margin: 0;
  }
  /* line 838, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #delicious .wrap .cols .txt .top img {
    position: absolute;
    top: 100%;
    left: 40%;
    height: 160px;
    margin-top: 10px;
    margin-left: 20px;
  }
  /* line 847, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #delicious .wrap .cols .txt .bottom {
    position: relative;
    margin-top: 200px;
  }
  /* line 850, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #delicious .wrap .cols .txt .bottom p {
    margin: 0;
  }
  /* line 853, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #delicious .wrap .cols .txt .bottom img {
    position: absolute;
    bottom: 100%;
    right: 60%;
    height: 160px;
    margin-bottom: 10px;
    margin-right: 20px;
  }
  /* line 861, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #delicious .wrap .cols .txt .bottom ul {
    padding-left: 20px;
  }
  /* line 868, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #delicious .wrap .cols.row .txt h3 {
    text-align: left;
  }
  /* line 871, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #delicious .wrap .cols.row .txt:first-child {
    margin-top: 60px;
  }
  /* line 874, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #delicious .wrap .cols.row .txt:last-child {
    margin-top: 140px;
    margin-bottom: 0;
  }
  /* line 885, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #natural .wrap > h3 {
    text-align: left;
  }
  /* line 888, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #natural .wrap .cols {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
  /* line 891, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #natural .wrap .cols .txt {
    width: auto;
    max-width: none;
    margin-bottom: 20px;
  }
  /* line 896, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #natural .wrap .cols .graph {
    width: auto;
    max-width: none;
    margin-bottom: 20px;
  }
  /* line 901, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #natural .wrap .cols .img {
    width: auto;
    max-width: none;
    margin: 0 -15px;
  }
  /* line 909, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #recipe {
    padding: 60px 0;
  }
  /* line 911, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #recipe .wrap {
    padding: 0;
  }
  /* line 913, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #recipe .wrap > h2 {
    margin: 0 15px 20px;
    text-align: left;
  }
  /* line 918, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #recipe .wrap .breakfast h3 {
    justify-content: flex-start;
    padding: 0 15px;
  }
  /* line 924, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #recipe .wrap .dinner h3 {
    justify-content: flex-start;
    padding: 0 15px;
  }
  /* line 929, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #recipe .wrap .teacher {
    margin-top: 180px;
    position: relative;
  }
  /* line 932, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #recipe .wrap .teacher .img {
    position: absolute;
    top: -65px;
    left: 15px;
    transform: none;
    width: 120px;
  }
  /* line 939, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #recipe .wrap .teacher .txt {
    padding: 70px 15px 15px;
    margin-left: 30px;
  }
  /* line 944, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #recipe .wrap .swiper-container {
    padding-bottom: 30px;
  }
  /* line 947, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #recipe .wrap .swiper-slide {
    width: 80vw;
  }
  /* line 950, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #recipe .wrap .swiper-pagination {
    bottom: 10px;
  }
  /* line 952, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #recipe .wrap .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background: #FDD000;
    opacity: 1;
  }
  /* line 958, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #recipe .wrap .swiper-pagination .swiper-pagination-bullet-active {
    background: #F29300;
    transform: scale(1.8);
  }
  /* line 966, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #product_info {
    padding: 60px 0;
  }
  /* line 969, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #product_info .wrap > h2 {
    text-align: left;
  }
  /* line 972, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #product_info .wrap .cols {
    position: relative;
    margin-top: 100px;
  }
  /* line 975, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #product_info .wrap .cols .img {
    margin-bottom: 20px;
    max-width: none;
    width: auto;
  }
  /* line 980, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #product_info .wrap .cols .txt {
    max-width: none;
    width: auto;
  }
  /* line 983, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #product_info .wrap .cols .txt h4 {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 20px;
  }
  /* line 995, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #contact .cols .col {
    width: auto;
    margin-top: 40px;
  }
  /* line 998, ../sass/partials/pages/_karadanotamago.scss */
  .page-template-page_karadanotamago #content #contact .cols .col .tel {
    margin-top: 0;
  }
}
/* line 1, ../sass/partials/pages/_newsdetail.scss */
.wp-caption {
  max-width: 860px;
  width: auto !important;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
/* line 8, ../sass/partials/pages/_newsdetail.scss */
.wp-caption .wp-caption-text {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  color: #d9bd8d;
}

/* line 19, ../sass/partials/pages/_newsdetail.scss */
.isNews .entry-content #news-content h1 {
  color: #d9bd8d !important;
}
/* line 24, ../sass/partials/pages/_newsdetail.scss */
.isNews .article-nav ul li a {
  color: #d9bd8d !important;
}
/* line 28, ../sass/partials/pages/_newsdetail.scss */
.isNews .article-next a:before {
  background-image: url(../images/right-arrow.png) !important;
}
/* line 31, ../sass/partials/pages/_newsdetail.scss */
.isNews .article-prev a:before {
  background-image: url(../images/left-arrow.png) !important;
}
/* line 35, ../sass/partials/pages/_newsdetail.scss */
.isNews .article-back a:hover {
  color: #fff !important;
}
/* line 38, ../sass/partials/pages/_newsdetail.scss */
.isNews .article-back a:before {
  background: #d9bd8d !important;
}
/* line 42, ../sass/partials/pages/_newsdetail.scss */
.isNews #newsBtn li {
  color: #d9bd8d !important;
}
/* line 44, ../sass/partials/pages/_newsdetail.scss */
.isNews #newsBtn li a {
  color: #d9bd8d !important;
}
/* line 50, ../sass/partials/pages/_newsdetail.scss */
.isNews #news_wrap .news_content a {
  color: #d9bd8d !important;
}

/* line 58, ../sass/partials/pages/_newsdetail.scss */
#news-content h1 {
  color: #d9bd8d;
  font-size: 2.6rem;
  margin-top: 0;
}
/* line 64, ../sass/partials/pages/_newsdetail.scss */
#news-content h2 {
  margin-top: 40px;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
;
}
#news-content h2  + p,
#news-content h2  + ul {
  margin-top: 20px;
}
/* line 67, ../sass/partials/pages/_newsdetail.scss */
#news-content p {
  font-size: 1.5rem;
  margin-top: 40px;
}
#news-content ul {
  margin-top: 40px;
  padding-left: 20px;
  list-style: disc;
  line-height: 1.6;
}
#news-content ul ul {
  margin: 10px 0;
  list-style: revert;
}
/* line 73, ../sass/partials/pages/_newsdetail.scss */
#news-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* line 81, ../sass/partials/pages/_newsdetail.scss */
#news-content a {
  color: #d9bd8d;
  word-break: break-all;
}
/* line 86, ../sass/partials/pages/_newsdetail.scss */
#news-content .link_box {
  margin-top: 40px;
  line-height: 1.8;
}
/* line 89, ../sass/partials/pages/_newsdetail.scss */
#news-content .link_box a {
  margin-bottom: 20px;
  display: block;
}
/* line 94, ../sass/partials/pages/_newsdetail.scss */
#news-content table {
  margin-top: 40px;
}
/* line 96, ../sass/partials/pages/_newsdetail.scss */
#news-content table th {
  width: 20%;
  padding: 15px 0;
}
/* line 100, ../sass/partials/pages/_newsdetail.scss */
#news-content table td {
  padding: 15px 0;
  line-height: 1.6;
}

/* line 108, ../sass/partials/pages/_newsdetail.scss */
#news_page #main {
  max-width: 1200px;
  margin: 160px auto 0;
  padding: 0 40px;
}
/* line 112, ../sass/partials/pages/_newsdetail.scss */
#news_page #main #newsBtn {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 117, ../sass/partials/pages/_newsdetail.scss */
#news_page #main #newsBtn li {
  color: #d9bd8d;
}
/* line 119, ../sass/partials/pages/_newsdetail.scss */
#news_page #main #newsBtn li a {
  color: #d9bd8d;
}
/* line 124, ../sass/partials/pages/_newsdetail.scss */
#news_page #main .thumb {
  margin: 0 auto;
}
/* line 127, ../sass/partials/pages/_newsdetail.scss */
#news_page #main #news_wrap {
  max-width: 1200px;
  margin-bottom: 30px;
  padding: 0 40px;
  background: #f9f9f9;
  position: relative;
}
/* line 133, ../sass/partials/pages/_newsdetail.scss */
#news_page #main #news_wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 260px;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate(0, -100%);
  z-index: -1;
}
/* line 147, ../sass/partials/pages/_newsdetail.scss */
#news_page #main #news_wrap .news_title {
  max-width: 860px;
  margin: 50px auto;
  font-size: 2.6rem;
  color: #d9bd8d;
}
/* line 153, ../sass/partials/pages/_newsdetail.scss */
#news_page #main #news_wrap .news_content {
  max-width: 860px;
  margin: 0 auto;
}
/* line 156, ../sass/partials/pages/_newsdetail.scss */
#news_page #main #news_wrap .news_content p {
  padding-bottom: 46px;
}
/* line 159, ../sass/partials/pages/_newsdetail.scss */
#news_page #main #news_wrap .news_content strong {
  font-weight: bold;
}
/* line 162, ../sass/partials/pages/_newsdetail.scss */
#news_page #main #news_wrap .news_content a {
  color: #d9bd8d;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  /* line 173, ../sass/partials/pages/_newsdetail.scss */
  #news-content table {
    width: 100%;
  }
}
/* line 2, ../sass/partials/pages/_category.scss */
body.category #main {
  max-width: 1500px;
  margin: auto;
}
/* line 7, ../sass/partials/pages/_category.scss */
body.category.category-recipe #main {
  padding: 150px 20px 0;
}
/* line 11, ../sass/partials/pages/_category.scss */
body.category.category-recipe .category-top {
  margin-bottom: 35px;
}
/* line 14, ../sass/partials/pages/_category.scss */
body.category.category-recipe .category-top .filters {
  margin: 50px 0;
  width: 100%;
  padding: 0 40px;
}
/* line 19, ../sass/partials/pages/_category.scss */
body.category.category-recipe .category-top .filters #filter-label {
  float: left;
  color: #d9bd8d;
  width: 15%;
  padding-top: 20px;
  font-size: 18px;
}
/* line 27, ../sass/partials/pages/_category.scss */
body.category.category-recipe .category-top .filters ul {
  float: left;
  width: 85%;
}
/* line 31, ../sass/partials/pages/_category.scss */
body.category.category-recipe .category-top .filters ul li {
  display: inline-block;
  width: 25%;
  padding: 10px;
}
/* line 36, ../sass/partials/pages/_category.scss */
body.category.category-recipe .category-top .filters ul li .ReadMoreBtn {
  width: 100%;
  max-width: 260px;
}
/* line 49, ../sass/partials/pages/_category.scss */
body.category.category-recipe article {
  float: left;
  width: 49%;
}
/* line 54, ../sass/partials/pages/_category.scss */
body.category.category-recipe article:nth-of-type(2n+1) {
  margin-right: 2%;
}
/* line 59, ../sass/partials/pages/_category.scss */
body.category.category-recipe article img {
  width: 100%;
  height: auto;
}
/* line 65, ../sass/partials/pages/_category.scss */
body.category.category-recipe article h3 {
  font-size: 1.8rem;
  margin: 25px 0 40px;
}
/* line 75, ../sass/partials/pages/_category.scss */
body.category.category-recipe #more-recipes {
  margin: 100px auto 50px;
}
/* line 84, ../sass/partials/pages/_category.scss */
body.category.category-recipe .nav-links, body.category.category-news .nav-links {
  visibility: hidden;
  opacity: 0;
}
/* line 89, ../sass/partials/pages/_category.scss */
body.category.category-recipe a, body.category.category-news a {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 95, ../sass/partials/pages/_category.scss */
body.category.category-recipe #ajax-loader, body.category.category-news #ajax-loader {
  text-align: center;
  display: none;
  width: 100% !important;
  margin-bottom: 50px !important;
}
/* line 101, ../sass/partials/pages/_category.scss */
body.category.category-recipe #ajax-loader img, body.category.category-news #ajax-loader img {
  width: 50px;
  height: 50px;
}
/* line 109, ../sass/partials/pages/_category.scss */
body.category.category-recipe #posts-wrapper .category-recipe a, body.category.category-news #posts-wrapper .category-recipe a {
  padding-top: 62%;
  border-radius: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 113, ../sass/partials/pages/_category.scss */
body.category.category-recipe #posts-wrapper .category-recipe a img, body.category.category-news #posts-wrapper .category-recipe a img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
}
/* line 123, ../sass/partials/pages/_category.scss */
body.category.category-recipe #posts-wrapper .category-recipe a:hover, body.category.category-news #posts-wrapper .category-recipe a:hover {
  border-radius: 25px;
  -moz-transform: scale(0.98);
  -o-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
/* line 133, ../sass/partials/pages/_category.scss */
body.category #ajax-loader {
  text-align: center;
  display: none;
  width: 100% !important;
  margin-bottom: 50px !important;
}
/* line 138, ../sass/partials/pages/_category.scss */
body.category #ajax-loader img {
  width: 50px;
  height: 50px;
}
/* line 143, ../sass/partials/pages/_category.scss */
body.category .nav-links {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1340px) {
  /* line 155, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .category-top .filters ul li {
    width: 33.3333%;
    padding: 5px;
  }
  /* line 158, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .category-top .filters ul li .ReadMoreBtn.selected {
    padding: 10px 25px;
  }
  /* line 160, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .category-top .filters ul li .ReadMoreBtn.selected:after {
    right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 180, ../sass/partials/pages/_category.scss */
  body.category.category-recipe #main {
    padding-top: 80px;
  }
  /* line 183, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .page_title {
    margin-bottom: 30px;
  }
  /* line 186, ../sass/partials/pages/_category.scss */
  body.category.category-recipe article {
    width: 100%;
  }
  /* line 189, ../sass/partials/pages/_category.scss */
  body.category.category-recipe article h3 {
    margin: 15px 0 30px;
    font-size: 1.6rem;
  }
  /* line 193, ../sass/partials/pages/_category.scss */
  body.category.category-recipe article:nth-of-type(2n+1) {
    margin-right: 0;
  }
  /* line 198, ../sass/partials/pages/_category.scss */
  body.category.category-recipe #more-recipes {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  /* line 203, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .category-top .filters {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
    border-radius: 15px;
    border: solid 1px #d9bd8d;
    padding: 0;
    overflow: hidden;
    z-index: 1;
  }
  /* line 212, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .category-top .filters:before {
    content: "";
    background-image: url(../images/arr_down.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 26px;
    top: 10px;
    width: 19px;
    height: 10px;
    z-index: -1;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 225, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .category-top .filters.open:before {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* line 228, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .category-top .filters.open ul {
    height: 235px;
  }
  /* line 232, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .category-top .filters #filter-label {
    float: none;
    width: 100%;
    text-align: center;
  }
  /* line 237, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .category-top .filters #filter_btn {
    color: #d9bd8d;
    text-align: center;
    font-size: 1.6rem;
  }
  /* line 242, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .category-top .filters ul {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 0;
    float: none;
    width: 100%;
  }
  /* line 247, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .category-top .filters ul li {
    display: block;
    width: 100%;
    padding: 0;
    border-top: solid 1px #d9bd8d;
  }
  /* line 252, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .category-top .filters ul li .ReadMoreBtn {
    max-width: none;
    border: none;
    border-radius: 0;
  }
  /* line 256, ../sass/partials/pages/_category.scss */
  body.category.category-recipe .category-top .filters ul li .ReadMoreBtn:before {
    border-radius: 0;
    width: 15px;
    height: 15px;
    background-size: 15px;
    right: 27px;
  }
}
/* line 1, ../sass/partials/pages/_contact.scss */
#contact_page {
  max-width: 1020px;
  margin: 0 auto 150px;
  width: 100%;
  padding: 150px 20px 0;
}
/* line 6, ../sass/partials/pages/_contact.scss */
#contact_page .center {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
/* line 10, ../sass/partials/pages/_contact.scss */
#contact_page .center a {
  margin-top: 40px;
  display: block;
}
/* line 15, ../sass/partials/pages/_contact.scss */
#contact_page .entry-header,
#contact_page .entry-footer {
  display: none;
}
/* line 21, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content a {
  color: #d9bd8d;
}
/* line 25, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .article_header h1 {
  color: #d9bd8d;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 60px;
}
/* line 31, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .article_header h1 span {
  display: block;
  font-size: 26px;
  font-weight: 300;
}
/* line 38, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .form {
  margin-top: 30px;
}
/* line 40, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .form a {
  color: #000 !important;
}
/* line 43, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .form .check_tag {
  margin-bottom: 30px;
}
/* line 46, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .form .row {
  font-size: 0;
  margin-bottom: 20px;
  word-break: break-all;
}
/* line 50, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .form .row .title {
  display: block;
  width: 35%;
  float: left;
  margin-top: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  vertical-align: middle !important;
  color: #666;
}
/* line 60, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .form .row .title span {
  color: #d9bd8d;
}
/* line 64, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .form .row .input {
  display: inline-block;
  width: 65%;
  position: relative;
  font-size: 14px;
}
/* line 69, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .form .row .input input, #contact_page .entry-content .form .row .input textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: solid #666 1px;
}
/* line 77, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .form .row .input.small input {
  width: auto;
  display: inline-block;
  margin: 0 5px;
}
/* line 83, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .form .row .input.small .error {
  font-size: 13px;
}
/* line 88, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .form .row .input .error {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 107%;
  line-height: 1.6;
}
/* line 94, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .form .row .input p {
  font-size: 107%;
  line-height: 1.6;
}
/* line 100, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .form .row.message_box .title {
  vertical-align: top;
  padding-top: 10px;
}
/* line 109, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .mw_wp_form_preview .form .row .input {
  margin-top: 15px;
}
/* line 113, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .mw_wp_form_preview .form .row.message_box .title {
  padding-top: 0;
}
/* line 118, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .check {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
/* line 122, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .check input {
  border: 1px solid #d9bd8d;
  border-radius: 50px;
  color: #d9bd8d;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  width: 300px;
  margin: 15px;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 134, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .check input:hover {
  color: #fff;
  background-color: #d9bd8d;
}
/* line 140, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .first_txt {
  text-align: center;
  margin-bottom: 30px;
}
/* line 144, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .check_tag {
  display: none;
  margin-bottom: 30px;
}
/* line 149, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .privacy p {
  padding-left: 1em;
  position: relative;
}
/* line 152, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .privacy p:before {
  content: "・";
  position: absolute;
  left: -4px;
  top: 2px;
  margin: auto;
}
/* line 162, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .mw_wp_form_confirm .first_txt,
#contact_page .entry-content .mw_wp_form_confirm #email_confirm {
  display: none !important;
}
/* line 166, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .mw_wp_form_confirm .check_tag {
  display: block;
  text-align: center;
}
/* line 169, ../sass/partials/pages/_contact.scss */
#contact_page .entry-content .mw_wp_form_confirm .check_tag br {
  display: none;
}
/* line 175, ../sass/partials/pages/_contact.scss */
#contact_page .mw_wp_form_send_error {
  text-align: center;
}
/* line 179, ../sass/partials/pages/_contact.scss */
#contact_page .mw-wp-form_file a {
  font-size: 0;
}
/* line 182, ../sass/partials/pages/_contact.scss */
#contact_page .mw-wp-form_file a:nth-of-type(1):before {
  content: "添付ファイル1を確認";
}
/* line 187, ../sass/partials/pages/_contact.scss */
#contact_page .mw-wp-form_file a:nth-of-type(2):before {
  content: "添付ファイル2を確認";
}
/* line 192, ../sass/partials/pages/_contact.scss */
#contact_page .mw-wp-form_file a:nth-of-type(3):before {
  content: "添付ファイル3を確認";
}
/* line 199, ../sass/partials/pages/_contact.scss */
#contact_page .mw-wp-form_image img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  /* line 206, ../sass/partials/pages/_contact.scss */
  #contact_page {
    padding-top: 80px;
  }
  /* line 209, ../sass/partials/pages/_contact.scss */
  #contact_page .entry-content .first_txt,
  #contact_page .entry-content .check_tag {
    text-align: left;
    font-size: 14px;
  }
  /* line 215, ../sass/partials/pages/_contact.scss */
  #contact_page .entry-content .article_header h1 {
    margin-bottom: 30px;
  }
  /* line 217, ../sass/partials/pages/_contact.scss */
  #contact_page .entry-content .article_header h1 span {
    font-size: 22px;
  }
  /* line 224, ../sass/partials/pages/_contact.scss */
  #contact_page .entry-content .form .row .title {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 228, ../sass/partials/pages/_contact.scss */
  #contact_page .entry-content .form .row .input {
    width: 100%;
  }
  /* line 233, ../sass/partials/pages/_contact.scss */
  #contact_page .entry-content .check {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  /* line 236, ../sass/partials/pages/_contact.scss */
  #contact_page .entry-content .check input {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /* line 242, ../sass/partials/pages/_contact.scss */
  #contact_page .entry-content .privacy p {
    font-size: 14px;
  }
  /* line 246, ../sass/partials/pages/_contact.scss */
  #contact_page .entry-content #complete_txt {
    margin-top: 5px;
  }
}
/* line 2, ../sass/partials/pages/_lineup.scss */
#lineup .categories {
  max-width: 1220px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto 60px;
  color: #d9bd8d;
}
/* line 8, ../sass/partials/pages/_lineup.scss */
#lineup .categories:after {
  content: "";
  display: block;
}
/* line 12, ../sass/partials/pages/_lineup.scss */
#lineup .categories h3 {
  float: left;
  font-size: 18px;
  padding: 8px 0;
}
/* line 17, ../sass/partials/pages/_lineup.scss */
#lineup .categories ul {
  float: right;
  width: 85%;
  font-size: 0;
}
/* line 21, ../sass/partials/pages/_lineup.scss */
#lineup .categories ul li {
  display: inline-block;
  width: 33.33%;
  padding-left: 2%;
}
/* line 25, ../sass/partials/pages/_lineup.scss */
#lineup .categories ul li a {
  overflow: visible;
  display: block;
}
/* line 29, ../sass/partials/pages/_lineup.scss */
#lineup .categories ul li p {
  cursor: pointer;
  position: relative;
  border: solid 1px #d9bd8d;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 20px;
  line-height: 1;
}
/* line 39, ../sass/partials/pages/_lineup.scss */
#lineup .categories ul li p:hover {
  color: #fff;
  background-color: #d9bd8d;
}
/* line 42, ../sass/partials/pages/_lineup.scss */
#lineup .categories ul li p:hover:before {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 47, ../sass/partials/pages/_lineup.scss */
#lineup .categories ul li p:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #d9bd8d;
  border-radius: 2rem;
  background: #d9bd8d;
  opacity: 0;
  -moz-transform: scale(1.1, 1.4);
  -o-transform: scale(1.1, 1.4);
  -ms-transform: scale(1.1, 1.4);
  -webkit-transform: scale(1.1, 1.4);
  transform: scale(1.1, 1.4);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 64, ../sass/partials/pages/_lineup.scss */
#lineup .categories ul li:first-child {
  padding-left: 0;
}
/* line 68, ../sass/partials/pages/_lineup.scss */
#lineup .categories ul li.act p {
  color: #fff;
  background-color: #d9bd8d;
}
/* line 76, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list {
  max-width: 1520px;
  width: 100%;
  margin: auto;
}
/* line 81, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul li {
  position: relative;
  width: 100%;
  float: left;
  background-color: #faf9f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 92, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul li:hover {
  border-radius: 20px;
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* line 96, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul li a {
  display: block;
  padding-top: 36%;
}
/* line 100, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul li h2 {
  position: absolute;
  top: 60px;
  left: 60px;
  margin: auto;
  font-size: 32px;
  line-height: 1.5;
  color: #606060;
}
/* line 108, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul li h2 span {
  display: block;
  font-family: 'Roboto', sans-serif;
  padding-left: 3px;
}
/* line 114, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul li.half {
  width: 48%;
  width: calc(50% - 10px);
}
/* line 117, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul li.half a {
  padding-top: 30%;
}
/* line 120, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul li.half.ml {
  margin-left: 20px;
}
/* line 125, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul li.none {
  display: none;
}
/* line 129, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul #kiyora {
  background-image: url(../images/products_list/bg_kiyora.jpg);
}
/* line 133, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul #tamami {
  background-image: url(../images/products_list/bg_tamami.jpg);
}
/* line 137, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul #karadanotamago {
  background-image: url(../images/products_list/bg_karadanotamago.jpg);
}
/* line 140, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul #vita_gold {
  background-image: url(../images/products_list/bg_vita_gold.jpg);
}
/* line 143, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul #hometama {
  background-image: url(../images/products_list/bg_hometama.jpg);
}
/* line 146, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul #vita {
  background-image: url(../images/products_list/bg_vita.jpg);
}
/* line 149, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul #fujitama {
  background-image: url(../images/products_list/bg_fujitama.jpg);
}
/* line 152, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul #kiratama {
  background-image: url(../images/products_list/bg_kiratama.jpg);
}
/* line 155, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul #hoshi {
  background-image: url(../images/products_list/bg_hoshi.jpg);
}
/* line 158, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul #okubingo {
  background-image: url(../images/products_list/bg_okubingo.jpg);
}
/* line 161, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul #genman {
  background-image: url(../images/products_list/bg_genman.jpg);
}
/* line 164, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul #oishii {
  background-image: url(../images/products_list/bg_oishii.jpg);
}
/* line 167, ../sass/partials/pages/_lineup.scss */
#lineup .prpduct_list ul #newpiakko {
  background-image: url(../images/products_list/bg_newpiakko.jpg);
}

@media only screen and (max-width: 1024px) {
  /* line 175, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul li h2 {
    font-size: 2.2rem;
    top: 10%;
    left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 184, ../sass/partials/pages/_lineup.scss */
  #lineup .categories {
    position: relative;
    margin: 0 20px 40px;
    border: 1px solid #d9bd8d;
    border-radius: 15px;
    width: auto;
    padding: 0;
    overflow: hidden;
  }
  /* line 192, ../sass/partials/pages/_lineup.scss */
  #lineup .categories:before {
    content: "";
    background-image: url(../images/arr_down.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 19px;
    height: 10px;
    z-index: -1;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  /* line 205, ../sass/partials/pages/_lineup.scss */
  #lineup .categories.open:before {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* line 208, ../sass/partials/pages/_lineup.scss */
  #lineup .categories.open ul {
    height: 114px;
  }
  /* line 212, ../sass/partials/pages/_lineup.scss */
  #lineup .categories h3 {
    float: none;
    text-align: center;
  }
  /* line 216, ../sass/partials/pages/_lineup.scss */
  #lineup .categories ul {
    float: none;
    width: 100%;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 0;
  }
  /* line 221, ../sass/partials/pages/_lineup.scss */
  #lineup .categories ul li {
    width: 100%;
    border-top: solid #d9bd8d 1px;
    padding: 0;
  }
  /* line 226, ../sass/partials/pages/_lineup.scss */
  #lineup .categories ul li p {
    border: none;
    border-radius: 0;
  }
  /* line 229, ../sass/partials/pages/_lineup.scss */
  #lineup .categories ul li p:before {
    content: none;
  }
  /* line 236, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list {
    padding: 0 20px;
  }
  /* line 239, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul li {
    margin-bottom: 20px;
  }
  /* line 241, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul li > a {
    padding-top: 60%;
  }
  /* line 244, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul li.half {
    width: 100%;
  }
  /* line 246, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul li.half.ml {
    margin-left: 0;
  }
  /* line 250, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul li h2 {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  /* line 256, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul #kiyora {
    background-image: url(../images/products_list/bg_kiyora_sp.jpg);
    background-position: right;
  }
  /* line 260, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul #tamami {
    background-image: url(../images/products_list/bg_tamami_sp.jpg);
    background-position: right;
  }
  /* line 264, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul #karadanotamago {
    background-image: url(../images/products_list/bg_karadanotamago_sp.jpg);
  }
  /* line 267, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul #vita_gold {
    background-image: url(../images/products_list/bg_vita_gold_sp.jpg);
  }
  /* line 270, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul #hometama {
    background-image: url(../images/products_list/bg_hometama_sp.jpg);
  }
  /* line 273, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul #vita {
    background-image: url(../images/products_list/bg_vita_sp.jpg);
  }
  /* line 276, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul #fujitama {
    background-image: url(../images/products_list/bg_fujitama_sp.jpg);
  }
  /* line 279, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul #kiratama {
    background-image: url(../images/products_list/bg_kiratama_sp.jpg);
  }
  /* line 282, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul #hoshi {
    background-image: url(../images/products_list/bg_hoshi_sp.jpg);
  }
  /* line 285, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul #okubingo {
    background-image: url(../images/products_list/bg_okubingo_sp.jpg);
  }
  /* line 288, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul #oishii {
    background-image: url(../images/products_list/bg_oishii_sp.jpg);
  }
  /* line 291, ../sass/partials/pages/_lineup.scss */
  #lineup .prpduct_list ul #newpiakko {
    background-image: url(../images/products_list/bg_newpiakko_sp.jpg);
  }
}
/* line 301, ../sass/partials/pages/_lineup.scss */
.red_banner {
  background-color: #a72225;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 309, ../sass/partials/pages/_lineup.scss */
.red_banner:hover {
  background-color: #831f22;
}

/* line 312, ../sass/partials/pages/_lineup.scss */
.red_banner .banner_content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translateX(-50%, -50%);
}

/* line 319, ../sass/partials/pages/_lineup.scss */
.red_banner .banner_content h2 {
  font-size: 40px;
  font-size: 2.5rem;
}

/* line 323, ../sass/partials/pages/_lineup.scss */
.red_banner .banner_content h2 + p {
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
}

/* line 328, ../sass/partials/pages/_lineup.scss */
.red_banner .banner_content .link a {
  display: inline-block;
}

/* line 1, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail {
  padding-top: 80px;
}
/* line 3, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article-nav ul li.article-prev,
.lineup_detail .article-nav ul li.article-next,
.lineup_detail + .article-nav ul li.article-prev,
.lineup_detail + .article-nav ul li.article-next {
  display: none !important;
}
/* line 9, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article {
  max-width: 1060px;
  padding: 0 20px;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
/* line 15, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article > img {
  margin-bottom: 40px;
}
/* line 18, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .titles {
  float: right;
  width: 54%;
  margin-top: 30px;
  width: calc(55% - 20px);
}
/* line 23, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .titles h2 {
  font-size: 26px;
  color: #e1cba5;
  margin-top: 15px;
  margin-bottom: 35px;
}
/* line 29, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .titles p {
  color: #e1cba5;
}
/* line 32, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .titles .lineup_more_btn {
  position: relative;
  margin-top: 50px;
  width: 100%;
  border-radius: 50px;
}
/* line 37, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .titles .lineup_more_btn:after {
  content: "";
  background-image: url("../../images/arr_right.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 26px;
  top: 16px;
  width: 10px;
  height: 19px;
  z-index: -1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 49, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .titles .lineup_more_btn:before {
  border-radius: 50px;
}
/* line 52, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .titles .lineup_more_btn:hover:after {
  background-image: url("../../images/arr_right_wh.svg");
}
/* line 57, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .materials {
  float: left;
  width: 37.3%;
  margin-top: 30px;
}
/* line 61, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .materials .title-row {
  background-color: #e1cba5;
  padding: 15px 30px;
  overflow: hidden;
  color: #fff;
  font-weight: 600;
}
/* line 67, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .materials .title-row p {
  float: left;
  text-align: left;
}
/* line 72, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .materials #material-wrapper {
  background-color: #f7f7f7;
  padding: 30px;
  overflow: hidden;
}
/* line 76, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .materials #material-wrapper p {
  line-height: 1;
  text-align: right;
}
/* line 80, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .materials #material-wrapper p:first-of-type {
  float: left;
  text-align: left;
}
/* line 84, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .materials #material-wrapper p:last-of-type {
  float: right;
  text-align: right;
}
/* line 88, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .materials #material-wrapper p.title {
  width: 100%;
  text-align: left;
}
/* line 97, ../sass/partials/pages/_lineup_detail.scss */
.lineup_detail .article .materials .row {
  margin: 0 0 20px;
}

@media only screen and (max-width: 768px) {
  /* line 106, ../sass/partials/pages/_lineup_detail.scss */
  .lineup_detail .article {
    padding: 0;
  }
  /* line 108, ../sass/partials/pages/_lineup_detail.scss */
  .lineup_detail .article p img {
    margin: auto;
  }
  /* line 111, ../sass/partials/pages/_lineup_detail.scss */
  .lineup_detail .article > img {
    height: auto;
    margin-bottom: 30px;
  }
  /* line 115, ../sass/partials/pages/_lineup_detail.scss */
  .lineup_detail .article .titles {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
  /* line 119, ../sass/partials/pages/_lineup_detail.scss */
  .lineup_detail .article .titles h2 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 124, ../sass/partials/pages/_lineup_detail.scss */
  .lineup_detail .article .titles p {
    font-size: 12px;
    text-align: left;
    margin-bottom: 40px;
  }
  /* line 129, ../sass/partials/pages/_lineup_detail.scss */
  .lineup_detail .article .titles .lineup_more_btn {
    font-size: 12px;
    max-width: 200px;
    margin: auto;
    z-index: 1;
  }
  /* line 134, ../sass/partials/pages/_lineup_detail.scss */
  .lineup_detail .article .titles .lineup_more_btn:after {
    top: 13px;
    width: 11px;
    height: 15px;
  }
  /* line 141, ../sass/partials/pages/_lineup_detail.scss */
  .lineup_detail .article .materials {
    float: none;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  /* line 146, ../sass/partials/pages/_lineup_detail.scss */
  .lineup_detail .article .materials #material-wrapper {
    padding: 30px 20px 10px;
  }
  /* line 149, ../sass/partials/pages/_lineup_detail.scss */
  .lineup_detail .article .materials .title-row {
    padding: 15px 20px;
  }
}
/* line 1, ../sass/partials/pages/_recruit.scss */
#recruit_page {
  font-size: 18px;
}
/* line 3, ../sass/partials/pages/_recruit.scss */
#recruit_page h2 {
  color: #d0ad71;
  font-size: 26px;
  text-align: center;
  margin: 50px 0 50px;
}
/* line 9, ../sass/partials/pages/_recruit.scss */
#recruit_page .first_txt {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 30px;
  line-height: 2;
  font-size: 18px;
}
/* line 15, ../sass/partials/pages/_recruit.scss */
#recruit_page .first_txt a {
  display: block;
  text-align: center;
  margin: 30px 0 50px;
}
/* line 21, ../sass/partials/pages/_recruit.scss */
#recruit_page #complete_txt a {
  text-decoration: underline;
}
/* line 23, ../sass/partials/pages/_recruit.scss */
#recruit_page #complete_txt a:hover {
  text-decoration: none;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 31, ../sass/partials/pages/_recruit.scss */
#recruit_page .recruit-link {
  max-width: 1024px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-justify-content: space-between;
}
/* line 38, ../sass/partials/pages/_recruit.scss */
#recruit_page .recruit-link p a {
  width: 252px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  min-height: 60px;
  border-radius: 50px;
  border: 1px solid #d9bd8d;
  color: #d9bd8d;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
/* line 54, ../sass/partials/pages/_recruit.scss */
#recruit_page .recruit-link p a:hover {
  background: #d0ad71;
  color: #FFF;
}
/* line 62, ../sass/partials/pages/_recruit.scss */
#recruit_page .recruit-link + h2 {
  max-width: 1220px;
  padding: 0 20px;
  margin: 50px auto;
  text-align: left;
}
/* line 67, ../sass/partials/pages/_recruit.scss */
#recruit_page .recruit-link + h2 + .first_txt {
  max-width: 1220px;
  padding: 0 20px;
  font-size: 15px;
  margin: 0 auto 80px;
}
/* line 74, ../sass/partials/pages/_recruit.scss */
#recruit_page #interview_wrap {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
/* line 79, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
/* line 83, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview div:nth-of-type(1) {
  background: url(../images/recruit/interview07.jpg) no-repeat;
  width: 24.75%;
  height: 300px;
  position: relative;
}
/* line 88, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview div:nth-of-type(1) p {
  font-size: 26px;
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #717171;
  background: rgba(255, 255, 255, 0.8);
}
/* line 97, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview div:nth-of-type(1) p span {
  font-size: 15px;
  display: block;
}
/* line 103, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview div:nth-of-type(2) {
  width: 78%;
  float: right;
  margin-top: -200px;
  background: #f9f9f9;
  padding: 80px;
  position: relative;
  overflow: hidden;
}
/* line 111, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview div:nth-of-type(2) h3 {
  font-size: 26px;
  color: #d0ad71;
  margin-bottom: 50px;
}
/* line 116, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview div:nth-of-type(2) p {
  line-height: 2;
  max-height: 235px;
}
/* line 121, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview div:nth-of-type(2) a {
  width: 252px;
  float: right;
  display: block;
  cursor: pointer;
  margin-top: 50px;
  padding: 10px 0;
  border-radius: 50px;
  border: 1px solid #d9bd8d;
  color: #d9bd8d;
  font-weight: bold;
  text-align: center;
  position: relative;
}
/* line 135, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview div:nth-of-type(2) a:hover {
  background: #d0ad71;
  color: #FFF;
}
/* line 142, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview:nth-of-type(2n) div:nth-of-type(1) {
  float: right;
}
/* line 144, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview:nth-of-type(2n) div:nth-of-type(1) p {
  text-align: right;
}
/* line 148, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview:nth-of-type(2n) div:nth-of-type(2) {
  float: left;
}
/* line 153, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview:nth-of-type(2) div:nth-of-type(1) {
  background: url(../images/recruit/interview02.jpg) no-repeat;
}
/* line 156, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview:nth-of-type(3) div:nth-of-type(1) {
  background: url(../images/recruit/interview03.jpg) no-repeat;
}
/* line 159, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview:nth-of-type(4) div:nth-of-type(1) {
  background: url(../images/recruit/interview04.jpg) no-repeat;
}
/* line 162, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview:nth-of-type(5) div:nth-of-type(1) {
  background: url(../images/recruit/interview05.jpg) no-repeat;
}
/* line 165, ../sass/partials/pages/_recruit.scss */
#recruit_page .interview:nth-of-type(6) div:nth-of-type(1) {
  background: url(../images/recruit/interview06_new.jpg) no-repeat;
}
/* line 168, ../sass/partials/pages/_recruit.scss */
#recruit_page #safety {
  background: #f9f9f9;
}
/* line 170, ../sass/partials/pages/_recruit.scss */
#recruit_page #safety div {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 60px;
  padding: 80px;
}
/* line 175, ../sass/partials/pages/_recruit.scss */
#recruit_page #safety div h2 {
  text-align: left;
  margin: 0 0 50px;
  line-height: 1.5;
}
/* line 180, ../sass/partials/pages/_recruit.scss */
#recruit_page #safety div p {
  line-height: 2;
}
/* line 183, ../sass/partials/pages/_recruit.scss */
#recruit_page #safety div p a {
  width: 252px;
  display: block;
  margin: 50px auto 0;
  padding: 10px 0;
  border-radius: 50px;
  border: 1px solid #d9bd8d;
  color: #d9bd8d;
  font-weight: bold;
  text-align: center;
  position: relative;
}
/* line 195, ../sass/partials/pages/_recruit.scss */
#recruit_page #safety div p a:hover {
  background: #d0ad71;
  color: #FFF;
}
/* line 202, ../sass/partials/pages/_recruit.scss */
#recruit_page #table_wrap {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
/* line 207, ../sass/partials/pages/_recruit.scss */
#recruit_page table {
  margin: 0;
  border-bottom: 1px solid #d0ad71;
  padding: 0 0 80px;
}
/* line 211, ../sass/partials/pages/_recruit.scss */
#recruit_page table th, #recruit_page table td {
  padding-bottom: 40px;
  line-height: 1.6;
}
/* line 215, ../sass/partials/pages/_recruit.scss */
#recruit_page table th {
  width: 190px;
  font-weight: bold;
  color: #717171;
  vertical-align: top;
  padding-right: 50px;
}
/* line 223, ../sass/partials/pages/_recruit.scss */
#recruit_page table dl dt {
  font-weight: bold;
}
/* line 225, ../sass/partials/pages/_recruit.scss */
#recruit_page table dl dt span {
  font-weight: normal;
}
/* line 229, ../sass/partials/pages/_recruit.scss */
#recruit_page table dl dd {
  padding-left: 17px;
}
/* line 234, ../sass/partials/pages/_recruit.scss */
#recruit_page .form {
  max-width: 1220px;
  padding: 0 20px;
  margin: 30px auto 0;
}
/* line 238, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .first_txt {
  padding: 0;
}
/* line 241, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .check_tag {
  margin-bottom: 30px;
}
/* line 244, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row {
  font-size: 0;
  margin-bottom: 20px;
  word-break: break-all;
  position: relative;
}
/* line 249, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row a {
  color: #000;
}
/* line 252, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row .title {
  display: inline-block;
  width: 35%;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  vertical-align: top;
  padding-top: 15px;
}
/* line 260, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row .title span {
  color: #d9bd8d;
}
/* line 264, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 275, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row .input {
  display: inline-block;
  width: 65%;
  position: relative;
  font-size: 14px;
}
/* line 280, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row .input input, #recruit_page .form .row .input textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: solid #666 1px;
}
/* line 286, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row .input.small {
  font-size: 16px;
}
/* line 288, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row .input.small input {
  width: 130px;
  display: inline-block;
}
/* line 292, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row .input.small .error {
  bottom: -14px;
  left: 2px;
  font-size: 12px;
  position: absolute;
}
/* line 300, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row select#address, #recruit_page .form .row select#year, #recruit_page .form .row select#month, #recruit_page .form .row select#day {
  width: 190px;
  font-size: 16px;
  border: solid #666 1px;
  padding: 10px;
  color: #717171;
}
/* line 307, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row #birthday {
  font-size: 18px;
  display: flex;
  -webkit-display: flex;
  width: 65%;
  float: right;
}
/* line 313, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row #birthday select#year {
  margin-right: 10px;
}
/* line 316, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row #birthday select#month, #recruit_page .form .row #birthday select#day {
  width: 150px;
  margin: 0 10px;
}
/* line 321, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row .input p {
  padding-top: 5px;
}
/* line 324, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row div#birthday_wrap {
  font-size: 16px;
}
/* line 326, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row div#birthday_wrap input {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
}
/* line 332, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row div#birthday_wrap input + .row .mwform-radio-field {
  font-size: 16px;
}
/* line 337, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row.message_box .title {
  vertical-align: top;
  padding-top: 10px;
}
/* line 343, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row:nth-of-type(3) .birthday, #recruit_page .form .row:nth-of-type(6) .input {
  position: relative;
}
/* line 345, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row:nth-of-type(3) .birthday:before, #recruit_page .form .row:nth-of-type(6) .input:before {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 45%;
  left: 22%;
  margin-top: -4px;
}
/* line 361, ../sass/partials/pages/_recruit.scss */
#recruit_page .form .row:nth-of-type(3) .birthday:before {
  left: 83%;
}
/* line 366, ../sass/partials/pages/_recruit.scss */
#recruit_page .mw_wp_form_preview .row:nth-of-type(3) .input:before, #recruit_page .mw_wp_form_preview .row:nth-of-type(6) .input:before {
  display: none;
}
/* line 369, ../sass/partials/pages/_recruit.scss */
#recruit_page .mw_wp_form_preview .input {
  position: static;
}
/* line 371, ../sass/partials/pages/_recruit.scss */
#recruit_page .mw_wp_form_preview .input .caution {
  display: none;
}
/* line 375, ../sass/partials/pages/_recruit.scss */
#recruit_page .mw_wp_form_preview .title {
  padding-top: 0 !important;
}
/* line 378, ../sass/partials/pages/_recruit.scss */
#recruit_page .mw_wp_form_preview .birthday:before {
  display: none;
}
/* line 381, ../sass/partials/pages/_recruit.scss */
#recruit_page .mw_wp_form_preview #birthday {
  font-size: 15px;
}
/* line 384, ../sass/partials/pages/_recruit.scss */
#recruit_page .mw_wp_form_preview .input .birthday + p {
  padding: 0;
  margin: -3px 5px;
}
/* line 389, ../sass/partials/pages/_recruit.scss */
#recruit_page .check {
  margin: 60px auto 80px;
  text-align: center;
}
/* line 392, ../sass/partials/pages/_recruit.scss */
#recruit_page .check input, #recruit_page .check button {
  border: 1px solid #d9bd8d;
  border-radius: 50px;
  color: #d9bd8d;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  width: 300px;
  margin: 15px;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 404, ../sass/partials/pages/_recruit.scss */
#recruit_page .check input:hover, #recruit_page .check button:hover {
  color: #fff;
  background-color: #d9bd8d;
}
/* line 410, ../sass/partials/pages/_recruit.scss */
#recruit_page .privacy {
  text-align: center;
  margin-bottom: 20px;
}
/* line 414, ../sass/partials/pages/_recruit.scss */
#recruit_page .check_tag {
  display: none;
  margin-bottom: 30px;
}
/* line 418, ../sass/partials/pages/_recruit.scss */
#recruit_page .privacy p {
  margin-bottom: 80px;
  font-size: 18px;
  text-align: center;
}
/* line 424, ../sass/partials/pages/_recruit.scss */
#recruit_page .mw_wp_form_confirm .first_txt,
#recruit_page .mw_wp_form_confirm #email_confirm {
  display: none !important;
}
/* line 428, ../sass/partials/pages/_recruit.scss */
#recruit_page .mw_wp_form_confirm .check_tag {
  display: block;
  text-align: center;
}
/* line 431, ../sass/partials/pages/_recruit.scss */
#recruit_page .mw_wp_form_confirm .check_tag br {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* line 439, ../sass/partials/pages/_recruit.scss */
  #recruit_page {
    width: 100%;
    margin: 30px auto 0;
  }
  /* line 442, ../sass/partials/pages/_recruit.scss */
  #recruit_page h2 {
    font-size: 15px;
    margin: 50px 20px 25px;
  }
  /* line 446, ../sass/partials/pages/_recruit.scss */
  #recruit_page .first_txt {
    width: 100%;
    padding: 0 20px;
    margin-top: -30px;
    font-size: 12px;
  }
  /* line 452, ../sass/partials/pages/_recruit.scss */
  #recruit_page .recruit-link {
    width: auto;
    padding: 0 20px;
    display: block;
    margin-bottom: 60px;
  }
  /* line 457, ../sass/partials/pages/_recruit.scss */
  #recruit_page .recruit-link p a {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 462, ../sass/partials/pages/_recruit.scss */
  #recruit_page .recruit-link + h2 {
    width: 100%;
    margin: 25px 0;
    padding: 0 20px;
  }
  /* line 466, ../sass/partials/pages/_recruit.scss */
  #recruit_page .recruit-link + h2 + .first_txt {
    width: 100%;
    font-size: 12px;
    margin-bottom: 40px;
  }
  /* line 472, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap {
    width: 100%;
  }
  /* line 474, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview {
    margin-bottom: 40px;
  }
  /* line 476, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview div:nth-of-type(1) {
    width: 100%;
    height: 398px;
    background: url("../images/recruit/interview07_sp.jpg") no-repeat;
    background-size: 100%;
  }
  /* line 482, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview div:nth-of-type(1) p {
    width: 100%;
    font-size: 15px;
    text-align: left;
  }
  /* line 486, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview div:nth-of-type(1) p span {
    font-size: 12px;
  }
  /* line 491, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview div:nth-of-type(2) {
    width: 100%;
    margin-top: 0;
    padding: 20px 20px 40px;
  }
  /* line 495, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview div:nth-of-type(2) h3 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  /* line 500, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview div:nth-of-type(2) p {
    font-size: 12px;
    line-height: 1.9;
  }
  /* line 504, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview div:nth-of-type(2) a {
    float: none;
    margin-top: 25px;
    width: 100%;
    font-size: 12px;
  }
  /* line 512, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview:nth-of-type(2) div:nth-of-type(1) {
    background: url(../images/recruit/interview02_sp.jpg) no-repeat;
    background-size: 100%;
  }
  /* line 516, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview:nth-of-type(3) div:nth-of-type(1) {
    background: url(../images/recruit/interview03_sp.jpg) no-repeat;
    background-size: 100%;
  }
  /* line 520, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview:nth-of-type(4) div:nth-of-type(1) {
    background: url(../images/recruit/interview04_sp.jpg) no-repeat;
    background-size: 100%;
  }
  /* line 524, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview:nth-of-type(5) div:nth-of-type(1) {
    background: url(../images/recruit/interview05_sp.jpg) no-repeat;
    background-size: 100%;
  }
  /* line 528, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview:nth-of-type(6) div:nth-of-type(1) {
    background: url(../images/recruit/interview06_sp_new.jpg) no-repeat;
    background-size: 100%;
  }
  /* line 534, ../sass/partials/pages/_recruit.scss */
  #recruit_page #safety div {
    width: 100%;
    padding: 40px 20px;
  }
  /* line 537, ../sass/partials/pages/_recruit.scss */
  #recruit_page #safety div h2 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  /* line 542, ../sass/partials/pages/_recruit.scss */
  #recruit_page #safety div p {
    font-size: 12px;
    line-height: 1.9;
  }
  /* line 546, ../sass/partials/pages/_recruit.scss */
  #recruit_page #safety div p a {
    width: 100%;
    margin: 30px auto 0;
  }
  /* line 552, ../sass/partials/pages/_recruit.scss */
  #recruit_page table {
    width: 88%;
    margin: 0 20px;
  }
  /* line 555, ../sass/partials/pages/_recruit.scss */
  #recruit_page table th, #recruit_page table td {
    display: block;
    padding-bottom: 0;
    line-height: 2;
    font-size: 12px;
  }
  /* line 561, ../sass/partials/pages/_recruit.scss */
  #recruit_page table td {
    padding-left: 1em;
    margin-bottom: 35px;
    padding-bottom: 0;
  }
  /* line 566, ../sass/partials/pages/_recruit.scss */
  #recruit_page table tr:nth-of-type(1) td {
    padding-left: 0;
  }
  /* line 570, ../sass/partials/pages/_recruit.scss */
  #recruit_page input[type="submit"] {
    -webkit-appearance: none;
    padding: 10px;
    border-radius: 50px;
    color: #d9bd8d;
    background-color: #fff;
  }
  /* line 577, ../sass/partials/pages/_recruit.scss */
  #recruit_page .form {
    width: 100%;
    padding: 0 20px;
    /*.row:nth-of-type(2){
      .input p{
        display: none;
      }
      .title{
        position: relative;
        &:after{
          position: absolute;
          right: 0;
          content: "全角カナでご入力ください";
          font-size: 10px;
        }
      }
    }*/
  }
  /* line 581, ../sass/partials/pages/_recruit.scss */
  #recruit_page .form .row .title {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 585, ../sass/partials/pages/_recruit.scss */
  #recruit_page .form .row .input {
    width: 100%;
    color: #000;
  }
  /* line 588, ../sass/partials/pages/_recruit.scss */
  #recruit_page .form .row .input p {
    font-size: 10px;
  }
  /* line 592, ../sass/partials/pages/_recruit.scss */
  #recruit_page .form .row #birthday {
    width: auto;
    float: none;
  }
  /* line 595, ../sass/partials/pages/_recruit.scss */
  #recruit_page .form .row #birthday .birthday {
    width: 100%;
    text-align: right;
  }
  /* line 598, ../sass/partials/pages/_recruit.scss */
  #recruit_page .form .row #birthday .birthday:before {
    left: 70%;
  }
  /* line 601, ../sass/partials/pages/_recruit.scss */
  #recruit_page .form .row #birthday .birthday:nth-of-type(1):before {
    left: 80%;
  }
  /* line 605, ../sass/partials/pages/_recruit.scss */
  #recruit_page .form .row #birthday select#year {
    width: 100%;
  }
  /* line 608, ../sass/partials/pages/_recruit.scss */
  #recruit_page .form .row #birthday select#month, #recruit_page .form .row #birthday select#day {
    width: 80%;
  }
  /* line 611, ../sass/partials/pages/_recruit.scss */
  #recruit_page .form .row #birthday p {
    font-size: 12px;
  }
  /* line 631, ../sass/partials/pages/_recruit.scss */
  #recruit_page .form .row:nth-of-type(6) .input:before {
    left: 60%;
  }
  /* line 635, ../sass/partials/pages/_recruit.scss */
  #recruit_page .check {
    padding: 0 20px;
    margin: 40px 0 20px;
  }
  /* line 638, ../sass/partials/pages/_recruit.scss */
  #recruit_page .check input, #recruit_page .check button {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  /* line 644, ../sass/partials/pages/_recruit.scss */
  #recruit_page .privacy p {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 50px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 657, ../sass/partials/pages/_recruit.scss */
  #recruit_page #interview_wrap .interview div:nth-of-type(1) {
    height: 185px;
  }
}
/* line 1, ../sass/partials/pages/_policy.scss */
#policy_page {
  width: 1020px;
  margin: 70px auto 100px;
}
/* line 4, ../sass/partials/pages/_policy.scss */
#policy_page p {
  font-size: 1.8rem;
}
/* line 7, ../sass/partials/pages/_policy.scss */
#policy_page .first_txt {
  margin-bottom: 40px;
}
/* line 10, ../sass/partials/pages/_policy.scss */
#policy_page div {
  background: #f9f9f9;
  padding: 60px 60px 10px;
}
/* line 13, ../sass/partials/pages/_policy.scss */
#policy_page div p {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  /* line 20, ../sass/partials/pages/_policy.scss */
  #policy_page {
    width: 100%;
    padding: 0 20px;
  }
  /* line 23, ../sass/partials/pages/_policy.scss */
  #policy_page p {
    font-size: 1.2rem;
  }
  /* line 26, ../sass/partials/pages/_policy.scss */
  #policy_page .first_txt {
    margin-bottom: 30px;
  }
  /* line 29, ../sass/partials/pages/_policy.scss */
  #policy_page div {
    padding: 40px 20px 15px;
  }
  /* line 31, ../sass/partials/pages/_policy.scss */
  #policy_page div p {
    margin-bottom: 30px;
  }
}
/* line 2, ../sass/partials/pages/_safety.scss */
#safety_page #lead {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 100px;
}
/* line 7, ../sass/partials/pages/_safety.scss */
#safety_page #lead h2 {
  font-size: 2.6rem;
  color: #000;
  line-height: 1.4;
  margin-bottom: 20px;
}
/* line 13, ../sass/partials/pages/_safety.scss */
#safety_page #lead p a {
  text-decoration: underline;
  padding-bottom: 2px;
  color: #717171;
}
/* line 19, ../sass/partials/pages/_safety.scss */
#safety_page #safety {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 27, ../sass/partials/pages/_safety.scss */
#safety_page #safety div {
  width: 31.14%;
  background: #f9f9f9;
}
/* line 30, ../sass/partials/pages/_safety.scss */
#safety_page #safety div img {
  max-width: 100%;
}
/* line 33, ../sass/partials/pages/_safety.scss */
#safety_page #safety div h3 {
  margin: 40px 30px 30px;
  font-size: 2.6rem;
  color: #d0ad71;
  line-height: 1.5;
}
/* line 39, ../sass/partials/pages/_safety.scss */
#safety_page #safety div ul {
  margin: 0 30px 80px;
}
/* line 41, ../sass/partials/pages/_safety.scss */
#safety_page #safety div ul li {
  font-size: 1.5rem;
  line-height: 2;
  text-indent: -1rem;
  padding-left: 1rem;
}
/* line 51, ../sass/partials/pages/_safety.scss */
#safety_page #system h2 {
  font-size: 36px;
  text-align: center;
  color: #d0ad71;
  margin: 230px 0 70px;
}
/* line 57, ../sass/partials/pages/_safety.scss */
#safety_page #system #feed_mill {
  background: #d0ad71;
}
/* line 59, ../sass/partials/pages/_safety.scss */
#safety_page #system #feed_mill > p {
  background: url(../images/safety/feed_mill_2.jpg) no-repeat left center;
}
/* line 62, ../sass/partials/pages/_safety.scss */
#safety_page #system #feed_mill > div:before, #safety_page #system #feed_mill > div:after {
  border-top: 17px solid #d0ad71;
}
/* line 66, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li {
  background: #d5b57f;
}
/* line 68, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(2) {
  background: #d9bd8d;
}
/* line 71, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(3) {
  background: #dec59b;
}
/* line 74, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(4) {
  background: #e3ceaa;
}
/* line 77, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(5) {
  background: #e9e9e9;
}
/* line 80, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(6) {
  background: #f2f2f2;
}
/* line 83, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(7) {
  background: #f9f9f9;
}
/* line 86, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:hover {
  background: url(../images/business/step01_bg.jpg) 160px top no-repeat #d5b57f;
}
/* line 89, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(2):hover {
  background: url(../images/business/step02_bg.jpg) 160px top no-repeat #d9bd8d;
}
/* line 92, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(3):hover {
  background: url(../images/business/step03_bg.jpg) 160px top no-repeat #dec59b;
}
/* line 95, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(4):hover {
  background: url(../images/business/step04_bg.jpg) 160px top no-repeat #e3ceaa;
}
/* line 98, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(5):hover {
  background: url(../images/business/step05_bg.jpg) 160px top no-repeat #e9e9e9;
}
/* line 101, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(6):hover {
  background: url(../images/business/step06_bg.jpg) 160px top no-repeat #f2f2f2;
}
/* line 104, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(7):hover {
  background: url(../images/business/step07_bg.jpg) 160px top no-repeat #f9f9f9;
}
/* line 108, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li dd:before, #safety_page #system #slider .accordian li dd:after {
  border-top: 15px solid #d5b57f;
}
/* line 112, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(2) dd:before, #safety_page #system #slider .accordian li:nth-of-type(2) dd:after {
  border-top: 15px solid #d9bd8d;
}
/* line 115, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(3) dd:before, #safety_page #system #slider .accordian li:nth-of-type(3) dd:after {
  border-top: 15px solid #dec59b;
}
/* line 118, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(4) dd:before, #safety_page #system #slider .accordian li:nth-of-type(4) dd:after {
  border-top: 15px solid #e3ceaa;
}
/* line 121, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(5) dd:before, #safety_page #system #slider .accordian li:nth-of-type(5) dd:after {
  border-top: 15px solid #e9e9e9;
}
/* line 124, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(6) dd:before, #safety_page #system #slider .accordian li:nth-of-type(6) dd:after {
  border-top: 15px solid #f2f2f2;
}
/* line 127, ../sass/partials/pages/_safety.scss */
#safety_page #system #slider .accordian li:nth-of-type(7) dd:before, #safety_page #system #slider .accordian li:nth-of-type(7) dd:after {
  border-top: 15px solid #f9f9f9;
}
/* line 132, ../sass/partials/pages/_safety.scss */
#safety_page .text-box {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
/* line 138, ../sass/partials/pages/_safety.scss */
#safety_page .text-box div {
  width: 920px;
  padding: 70px 80px;
  background: #f9f9f9;
}
/* line 142, ../sass/partials/pages/_safety.scss */
#safety_page .text-box div h3 {
  font-size: 2.6rem;
  color: #d0ad71;
  margin-bottom: 50px;
}
/* line 146, ../sass/partials/pages/_safety.scss */
#safety_page .text-box div h3 br {
  display: none;
}
/* line 150, ../sass/partials/pages/_safety.scss */
#safety_page .text-box div p {
  line-height: 2;
}
/* line 153, ../sass/partials/pages/_safety.scss */
#safety_page .text-box div span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.9;
  padding-top: 10px;
}
/* line 161, ../sass/partials/pages/_safety.scss */
#safety_page #text-01 {
  margin: 280px 0 125px;
  background: url("../images/safety/bg.png") no-repeat left center;
  background-size: auto 500px;
}
/* line 165, ../sass/partials/pages/_safety.scss */
#safety_page #text-01 > div {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  background: url("../images/safety/caf.jpg") no-repeat 170px top;
  position: relative;
  overflow: hidden;
}
/* line 172, ../sass/partials/pages/_safety.scss */
#safety_page #text-01 > div div {
  background: #FFF;
  margin: 130px 0 115px;
  padding: 90px 50px;
  width: 720px;
  float: right;
}
/* line 178, ../sass/partials/pages/_safety.scss */
#safety_page #text-01 > div div h3 {
  font-size: 2.6rem;
  margin-bottom: 50px;
  color: #000;
}
/* line 183, ../sass/partials/pages/_safety.scss */
#safety_page #text-01 > div div span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.9;
  padding-top: 10px;
}
/* line 192, ../sass/partials/pages/_safety.scss */
#safety_page #text-02 {
  margin-bottom: 50px;
  background: url("../images/safety/room.jpg") no-repeat;
}
/* line 195, ../sass/partials/pages/_safety.scss */
#safety_page #text-02 div {
  margin-top: 60px;
  float: right;
}
/* line 200, ../sass/partials/pages/_safety.scss */
#safety_page #text-03 {
  margin-bottom: 70px;
  background: url("../images/safety/speedy.jpg") no-repeat right top;
}
/* line 203, ../sass/partials/pages/_safety.scss */
#safety_page #text-03 div {
  margin-top: 80px;
}
/* line 207, ../sass/partials/pages/_safety.scss */
#safety_page #text-04 {
  background: url("../images/safety/sick.jpg") no-repeat;
}
/* line 209, ../sass/partials/pages/_safety.scss */
#safety_page #text-04 div {
  margin-top: 60px;
  float: right;
}
/* line 214, ../sass/partials/pages/_safety.scss */
#safety_page hr {
  max-width: 1220px;
  padding: 0 20px;
  margin: 150px auto 70px;
  height: 0;
  border-top: 1px solid #d0ad71;
}
/* line 221, ../sass/partials/pages/_safety.scss */
#safety_page #trademark {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 160px;
}
/* line 226, ../sass/partials/pages/_safety.scss */
#safety_page #trademark img {
  width: 173px;
  float: left;
  display: inline-block;
  margin-right: 80px;
}
/* line 233, ../sass/partials/pages/_safety.scss */
#safety_page #trademark div ul li {
  color: #d0ad71;
  font-size: 2.6rem;
  line-height: 2;
}
/* line 237, ../sass/partials/pages/_safety.scss */
#safety_page #trademark div ul li br {
  display: none;
}
/* line 241, ../sass/partials/pages/_safety.scss */
#safety_page #trademark div p {
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  /* line 249, ../sass/partials/pages/_safety.scss */
  #safety_page {
    margin-bottom: 75px;
  }
  /* line 251, ../sass/partials/pages/_safety.scss */
  #safety_page #lead {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 75px;
  }
  /* line 255, ../sass/partials/pages/_safety.scss */
  #safety_page #lead h2 {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  /* line 259, ../sass/partials/pages/_safety.scss */
  #safety_page #lead p {
    font-size: 1.2rem;
  }
  /* line 263, ../sass/partials/pages/_safety.scss */
  #safety_page #safety {
    width: 100%;
    padding: 0 20px;
    display: block;
    border-bottom: solid #d0ad71 1px;
  }
  /* line 268, ../sass/partials/pages/_safety.scss */
  #safety_page #safety div {
    width: 100%;
    background: #FFF;
    margin-bottom: 65px;
  }
  /* line 272, ../sass/partials/pages/_safety.scss */
  #safety_page #safety div h3 {
    font-size: 1.9rem;
    margin: 30px 25px 25px;
  }
  /* line 276, ../sass/partials/pages/_safety.scss */
  #safety_page #safety div ul {
    margin: 0 25px 25px;
  }
  /* line 278, ../sass/partials/pages/_safety.scss */
  #safety_page #safety div ul li {
    font-size: 1.2rem;
  }
  /* line 284, ../sass/partials/pages/_safety.scss */
  #safety_page #system {
    background: none;
    padding-bottom: 0;
  }
  /* line 287, ../sass/partials/pages/_safety.scss */
  #safety_page #system h2 {
    font-size: 1.4rem;
    margin: 70px 0 25px;
  }
  /* line 291, ../sass/partials/pages/_safety.scss */
  #safety_page #system #slider #feed_mill {
    background: url(../images/business/slide01_sp.png) 92% 60% no-repeat #d0ad71;
    background-size: 25%;
  }
  /* line 296, ../sass/partials/pages/_safety.scss */
  #safety_page #system #slider .accordian ul li dt {
    background: url(../images/business/slide02_sp.png) 92% 60% no-repeat #d5b57f;
    background-size: 25%;
  }
  /* line 300, ../sass/partials/pages/_safety.scss */
  #safety_page #system #slider .accordian ul li:nth-of-type(2) dt {
    background: url(../images/business/slide03_sp.png) 92% 60% no-repeat #d9bd8d;
    background-size: 25%;
  }
  /* line 304, ../sass/partials/pages/_safety.scss */
  #safety_page #system #slider .accordian ul li:nth-of-type(3) dt {
    background: url(../images/business/slide04_sp.png) 92% 60% no-repeat #dec59b;
    background-size: 25%;
  }
  /* line 308, ../sass/partials/pages/_safety.scss */
  #safety_page #system #slider .accordian ul li:nth-of-type(4) dt {
    background: url(../images/business/slide05_sp.png) 92% 60% no-repeat #e3ceaa;
    background-size: 25%;
  }
  /* line 312, ../sass/partials/pages/_safety.scss */
  #safety_page #system #slider .accordian ul li:nth-of-type(5) dt {
    background: url(../images/business/slide05.png) 92% 60% no-repeat #e9e9e9;
    background-size: 25%;
  }
  /* line 316, ../sass/partials/pages/_safety.scss */
  #safety_page #system #slider .accordian ul li:nth-of-type(6) dt {
    background: url(../images/business/slide06.png) 92% 60% no-repeat #f2f2f2;
    background-size: 25%;
  }
  /* line 320, ../sass/partials/pages/_safety.scss */
  #safety_page #system #slider .accordian ul li:nth-of-type(7) dt {
    background: url(../images/business/slide07.png) 92% 60% no-repeat #f9f9f9;
    background-size: 25%;
  }
  /* line 326, ../sass/partials/pages/_safety.scss */
  #safety_page .text-box {
    width: 100%;
    padding: 0 20px;
  }
  /* line 329, ../sass/partials/pages/_safety.scss */
  #safety_page .text-box div {
    width: 100%;
    padding: 35px 20px;
  }
  /* line 332, ../sass/partials/pages/_safety.scss */
  #safety_page .text-box div h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  /* line 336, ../sass/partials/pages/_safety.scss */
  #safety_page .text-box div h3 br {
    display: block;
  }
  /* line 340, ../sass/partials/pages/_safety.scss */
  #safety_page .text-box div p {
    font-size: 1.2rem;
  }
  /* line 345, ../sass/partials/pages/_safety.scss */
  #safety_page #text-01 {
    background: none;
    margin: 145px 0 80px;
  }
  /* line 348, ../sass/partials/pages/_safety.scss */
  #safety_page #text-01 div {
    width: 100%;
    background: url("../images/safety/caf.jpg") no-repeat;
    background-size: 100%;
  }
  /* line 352, ../sass/partials/pages/_safety.scss */
  #safety_page #text-01 div div {
    width: 100%;
    margin: 200px 0 0;
    padding: 45px 20px;
    float: none;
  }
  /* line 357, ../sass/partials/pages/_safety.scss */
  #safety_page #text-01 div div h3 {
    font-size: 1.3rem;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  /* line 365, ../sass/partials/pages/_safety.scss */
  #safety_page #text-02, #safety_page #text-03, #safety_page #text-04 {
    float: none;
    margin-top: 0;
    background-size: 100%;
  }
  /* line 370, ../sass/partials/pages/_safety.scss */
  #safety_page hr {
    width: 100%;
    padding: 0 20px;
    margin: 50px 0;
  }
  /* line 375, ../sass/partials/pages/_safety.scss */
  #safety_page #trademark {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 95px;
  }
  /* line 379, ../sass/partials/pages/_safety.scss */
  #safety_page #trademark img {
    float: none;
    width: 41.66%;
    display: block;
    margin: 0 auto 35px;
  }
  /* line 385, ../sass/partials/pages/_safety.scss */
  #safety_page #trademark div ul li {
    font-size: 1.4rem;
  }
  /* line 387, ../sass/partials/pages/_safety.scss */
  #safety_page #trademark div ul li br {
    display: block;
  }
  /* line 391, ../sass/partials/pages/_safety.scss */
  #safety_page #trademark p {
    font-size: 1rem;
    margin-top: 20px;
  }
}
/* line 1, ../sass/partials/pages/_quality.scss */
#quality_page {
  max-width: 1060px;
  padding: 0 20px;
  margin: 0 auto;
}
/* line 5, ../sass/partials/pages/_quality.scss */
#quality_page .first_txt {
  font-size: 2.6rem;
  line-height: 1.5;
}
/* line 9, ../sass/partials/pages/_quality.scss */
#quality_page .first_txt + div, #quality_page section + div {
  position: relative;
  overflow: hidden;
  margin: 80px 0;
}
/* line 13, ../sass/partials/pages/_quality.scss */
#quality_page .first_txt + div h2, #quality_page section + div h2 {
  color: #d0ad71;
  font-size: 2.6rem;
  margin: 30px 0;
}
/* line 18, ../sass/partials/pages/_quality.scss */
#quality_page .first_txt + div img, #quality_page section + div img {
  width: 400px;
  display: block;
  float: right;
  margin-top: -80px;
}
/* line 24, ../sass/partials/pages/_quality.scss */
#quality_page .first_txt + div p a, #quality_page section + div p a {
  width: 350px;
  display: block;
  color: #d0ad71;
  border: solid 1px #d0ad71;
  border-radius: 50px;
  padding: 10px 0;
  text-align: center;
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: bold;
}
/* line 35, ../sass/partials/pages/_quality.scss */
#quality_page .first_txt + div p a:hover, #quality_page section + div p a:hover {
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #d0ad71;
  color: #FFF;
}
/* line 46, ../sass/partials/pages/_quality.scss */
#quality_page section h2 {
  color: #d0ad71;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 50px;
}
/* line 51, ../sass/partials/pages/_quality.scss */
#quality_page section h2 br {
  display: none;
}
/* line 55, ../sass/partials/pages/_quality.scss */
#quality_page section div {
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 30px 60px;
}
/* line 61, ../sass/partials/pages/_quality.scss */
#quality_page section div img {
  display: block;
  float: right;
  margin: -75px 0 0 50px;
}
/* line 66, ../sass/partials/pages/_quality.scss */
#quality_page section div h3 {
  color: #606060;
  font-size: 2.6rem;
  margin: 30px 0 20px;
}
/* line 71, ../sass/partials/pages/_quality.scss */
#quality_page section div p {
  line-height: 2;
}
/* line 76, ../sass/partials/pages/_quality.scss */
#quality_page section + div {
  width: 350px;
  margin: 100px auto;
}

/* line 81, ../sass/partials/pages/_quality.scss */
#fancybox-outer {
  box-shadow: 0 0 20px #666 !important;
}

@media only screen and (max-width: 768px) {
  /* line 85, ../sass/partials/pages/_quality.scss */
  #quality_page {
    width: 100%;
    padding: 0;
  }
  /* line 88, ../sass/partials/pages/_quality.scss */
  #quality_page p {
    font-size: 1.2rem;
  }
  /* line 91, ../sass/partials/pages/_quality.scss */
  #quality_page .first_txt {
    padding: 0 20px;
    color: #010000;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  /* line 97, ../sass/partials/pages/_quality.scss */
  #quality_page .first_txt + div, #quality_page section + div {
    margin: 50px 0;
    padding: 0 20px;
  }
  /* line 100, ../sass/partials/pages/_quality.scss */
  #quality_page .first_txt + div h2, #quality_page section + div h2 {
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 20px;
  }
  /* line 105, ../sass/partials/pages/_quality.scss */
  #quality_page .first_txt + div p, #quality_page section + div p {
    line-height: 1.9;
  }
  /* line 107, ../sass/partials/pages/_quality.scss */
  #quality_page .first_txt + div p a, #quality_page section + div p a {
    width: 75%;
    margin: 0 auto;
    font-size: 1.2rem;
    margin-top: 20px;
  }
  /* line 114, ../sass/partials/pages/_quality.scss */
  #quality_page .first_txt + div img, #quality_page section + div img {
    width: 100%;
    margin-top: 15px;
    float: none;
  }
  /* line 121, ../sass/partials/pages/_quality.scss */
  #quality_page section h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  /* line 126, ../sass/partials/pages/_quality.scss */
  #quality_page section div {
    padding: 20px;
  }
  /* line 128, ../sass/partials/pages/_quality.scss */
  #quality_page section div h3 {
    font-size: 1.5rem;
    margin: 0 0 20px;
  }
  /* line 132, ../sass/partials/pages/_quality.scss */
  #quality_page section div img {
    width: 41.1875%;
    margin: 0 0 0 10px;
  }
  /* line 136, ../sass/partials/pages/_quality.scss */
  #quality_page section div p:nth-of-type(2) {
    width: 55.1875%;
    float: left;
    line-height: 1.9;
  }
  /* line 143, ../sass/partials/pages/_quality.scss */
  #quality_page section + div {
    margin-bottom: 75px;
    width: auto;
  }
}
/* line 1, ../sass/partials/pages/_sitemap.scss */
#sitemap_page {
  width: 1020px;
  margin: 0 auto;
}
/* line 4, ../sass/partials/pages/_sitemap.scss */
#sitemap_page a {
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 10, ../sass/partials/pages/_sitemap.scss */
#sitemap_page #btoc {
  width: 510px;
  float: left;
}
/* line 13, ../sass/partials/pages/_sitemap.scss */
#sitemap_page #btoc div {
  border-right: 1px solid #d0ad71;
  margin-bottom: 180px;
}
/* line 16, ../sass/partials/pages/_sitemap.scss */
#sitemap_page #btoc div ul:nth-of-type(5) {
  margin-bottom: 0;
}
/* line 21, ../sass/partials/pages/_sitemap.scss */
#sitemap_page #btob {
  width: 320px;
  float: left;
}
/* line 24, ../sass/partials/pages/_sitemap.scss */
#sitemap_page #btob h2 {
  margin-left: 20px;
}
/* line 27, ../sass/partials/pages/_sitemap.scss */
#sitemap_page #btob ul {
  padding-left: 40px;
}
/* line 29, ../sass/partials/pages/_sitemap.scss */
#sitemap_page #btob ul ul {
  margin-bottom: 0;
}
/* line 34, ../sass/partials/pages/_sitemap.scss */
#sitemap_page h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #d0ad71;
  margin-bottom: 40px;
}
/* line 39, ../sass/partials/pages/_sitemap.scss */
#sitemap_page h2 a {
  color: #606060;
}
/* line 41, ../sass/partials/pages/_sitemap.scss */
#sitemap_page h2 a:hover {
  color: #d0ad71;
}
/* line 46, ../sass/partials/pages/_sitemap.scss */
#sitemap_page ul {
  margin: 0 0 50px 20px;
}
/* line 48, ../sass/partials/pages/_sitemap.scss */
#sitemap_page ul li {
  margin-bottom: 20px;
}
/* line 50, ../sass/partials/pages/_sitemap.scss */
#sitemap_page ul li ul {
  margin-left: 17px;
}
/* line 53, ../sass/partials/pages/_sitemap.scss */
#sitemap_page ul li a {
  color: #606060;
  font-size: 1.8rem;
}
/* line 56, ../sass/partials/pages/_sitemap.scss */
#sitemap_page ul li a:hover {
  color: #d0ad71;
}

@media only screen and (max-width: 768px) {
  /* line 64, ../sass/partials/pages/_sitemap.scss */
  #sitemap_page {
    width: 100%;
    padding: 0 20px;
  }
  /* line 67, ../sass/partials/pages/_sitemap.scss */
  #sitemap_page #btoc {
    width: 100%;
    border-bottom: solid 1px #d0ad71;
    margin-bottom: 50px;
  }
  /* line 71, ../sass/partials/pages/_sitemap.scss */
  #sitemap_page #btoc div {
    border-right: none;
    margin-bottom: 50px;
  }
  /* line 76, ../sass/partials/pages/_sitemap.scss */
  #sitemap_page #btob {
    width: 100%;
    margin-bottom: 100px;
  }
  /* line 79, ../sass/partials/pages/_sitemap.scss */
  #sitemap_page #btob h2 {
    margin: 0 0 12px 0;
  }
  /* line 82, ../sass/partials/pages/_sitemap.scss */
  #sitemap_page #btob ul {
    padding-left: 0;
  }
  /* line 86, ../sass/partials/pages/_sitemap.scss */
  #sitemap_page h2 {
    font-size: 1.2rem;
    margin-bottom: 11px;
  }
  /* line 90, ../sass/partials/pages/_sitemap.scss */
  #sitemap_page ul {
    margin: 0 0 32px 12px;
  }
  /* line 92, ../sass/partials/pages/_sitemap.scss */
  #sitemap_page ul li {
    margin-bottom: 10px;
  }
  /* line 94, ../sass/partials/pages/_sitemap.scss */
  #sitemap_page ul li a {
    font-size: 1.2rem;
  }
}
/* line 3, ../sass/partials/pages/_gourmet.scss */
#global_nav {
  z-index: 1000;
}
/* line 5, ../sass/partials/pages/_gourmet.scss */
#global_nav nav .full_nav .menu > li > ul {
  margin-bottom: 30px;
}
/* line 7, ../sass/partials/pages/_gourmet.scss */
#global_nav nav .full_nav .menu > li > ul li a {
  font-size: 15px;
  color: #d0ad71;
  font-weight: 300;
}

/* line 16, ../sass/partials/pages/_gourmet.scss */
#gourmet {
  padding-top: 64px;
}
/* line 19, ../sass/partials/pages/_gourmet.scss */
#gourmet .swiper-pagination-bullets {
  position: static;
  bottom: auto;
  padding-top: 60px;
}
/* line 23, ../sass/partials/pages/_gourmet.scss */
#gourmet .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 15px;
  opacity: 1;
  background: #F15A29;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 30, ../sass/partials/pages/_gourmet.scss */
#gourmet .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFE41F;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 37, ../sass/partials/pages/_gourmet.scss */
#gourmet .top {
  position: relative;
  overflow: hidden;
}
/* line 40, ../sass/partials/pages/_gourmet.scss */
#gourmet .top:after {
  position: absolute;
  left: -10%;
  bottom: -10px;
  content: url(../images/gourmet/wave_1.svg);
  display: block;
  width: 120%;
  z-index: 999;
}
/* line 49, ../sass/partials/pages/_gourmet.scss */
#gourmet .top h1 {
  position: absolute;
  top: 50%;
  left: 16%;
  width: 5%;
  height: 0;
  padding-top: 35%;
  font-size: 0;
  color: transparent;
  text-indent: -99999px;
  overflow: hidden;
  background: url(../images/gourmet/title.svg) no-repeat center;
  background-size: contain;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 63, ../sass/partials/pages/_gourmet.scss */
#gourmet .top h1.title_2 {
  padding-top: 30%;
  background: url(../images/gourmet/title_2.svg) no-repeat center;
  background-size: contain;
}
/* line 69, ../sass/partials/pages/_gourmet.scss */
#gourmet .top img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
/* line 75, ../sass/partials/pages/_gourmet.scss */
#gourmet .top .swiper-wrapper .swiper-slide {
  position: relative;
}
/* line 77, ../sass/partials/pages/_gourmet.scss */
#gourmet .top .swiper-wrapper .swiper-slide:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10000;
  min-height: 500px;
}
/* line 92, ../sass/partials/pages/_gourmet.scss */
#gourmet .intro {
  overflow: hidden;
  position: relative;
  background: #FDFAED;
  padding: 180px 0;
}
/* line 97, ../sass/partials/pages/_gourmet.scss */
#gourmet .intro:after {
  position: absolute;
  left: -10%;
  bottom: -10px;
  content: url(../images/gourmet/wave_2.svg);
  display: block;
  width: 120%;
}
/* line 105, ../sass/partials/pages/_gourmet.scss */
#gourmet .intro .wrap {
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1120px;
  text-align: center;
  font-size: 0;
  background-size: 95px;
}
/* line 113, ../sass/partials/pages/_gourmet.scss */
#gourmet .intro .wrap:before {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -50px;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/gourmet/heart.svg) no-repeat center;
}
/* line 124, ../sass/partials/pages/_gourmet.scss */
#gourmet .intro .wrap:after {
  position: absolute;
  left: 10%;
  bottom: -180px;
  content: url(../images/gourmet/glass_1.svg);
  display: block;
  width: 130px;
  height: 85px;
  z-index: 1;
}
/* line 134, ../sass/partials/pages/_gourmet.scss */
#gourmet .intro .wrap h2 {
  font-size: 0;
  color: transparent;
}
/* line 138, ../sass/partials/pages/_gourmet.scss */
#gourmet .intro .wrap p {
  margin: 25px auto 0;
  line-height: 2;
  color: #F15A29;
  font-size: 16px;
}
/* line 146, ../sass/partials/pages/_gourmet.scss */
#gourmet .intro .wrap .yoshiki .img,
#gourmet .intro .wrap .nebieneko .img {
  display: block;
  width: 350px;
  height: 350px;
  margin: 0 auto;
  background-size: 100%;
}
/* line 154, ../sass/partials/pages/_gourmet.scss */
#gourmet .intro .wrap .yoshiki {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
/* line 158, ../sass/partials/pages/_gourmet.scss */
#gourmet .intro .wrap .yoshiki h2 {
  margin: 40px auto 0;
  width: 145px;
  height: 30px;
  background: url(../images/gourmet/yoshiki_title.svg) no-repeat center;
}
/* line 165, ../sass/partials/pages/_gourmet.scss */
#gourmet .intro .wrap .nebieneko {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
/* line 169, ../sass/partials/pages/_gourmet.scss */
#gourmet .intro .wrap .nebieneko h2 {
  margin: 30px auto 0;
  width: 185px;
  height: 37px;
  background: url(../images/gourmet/nebieneko_title.svg) no-repeat center;
}
/* line 179, ../sass/partials/pages/_gourmet.scss */
#gourmet .videos {
  position: relative;
  padding: 180px 0;
  overflow: hidden;
  background-color: #fdfaed;
}
/* line 184, ../sass/partials/pages/_gourmet.scss */
#gourmet .videos:after {
  position: absolute;
  left: -10%;
  bottom: -10px;
  content: url(../images/gourmet/wave_3.svg);
  display: block;
  width: 120%;
}
/* line 192, ../sass/partials/pages/_gourmet.scss */
#gourmet .videos:before {
  position: absolute;
  right: 20%;
  bottom: 0px;
  content: url(../images/gourmet/glass_2.svg);
  display: block;
  width: 130px;
  height: 96px;
  z-index: 2;
}
/* line 202, ../sass/partials/pages/_gourmet.scss */
#gourmet .videos h2 {
  margin-bottom: 50px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
/* line 208, ../sass/partials/pages/_gourmet.scss */
#gourmet .videos h2 .cm {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 25px;
  margin-right: 5px;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/gourmet/cm.svg) no-repeat center;
}
/* line 221, ../sass/partials/pages/_gourmet.scss */
#gourmet .videos .swiper-slide {
  width: 80%;
  padding: 0 50px;
}
/* line 225, ../sass/partials/pages/_gourmet.scss */
#gourmet .videos .video {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
/* line 231, ../sass/partials/pages/_gourmet.scss */
#gourmet .videos .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 241, ../sass/partials/pages/_gourmet.scss */
#gourmet .graphic {
  position: relative;
  padding: 180px 0;
  background: #FFE41F;
  overflow: hidden;
}
/* line 246, ../sass/partials/pages/_gourmet.scss */
#gourmet .graphic:after {
  position: absolute;
  left: -10%;
  bottom: -10px;
  content: url(../images/gourmet/wave_2.svg);
  display: block;
  width: 120%;
}
/* line 254, ../sass/partials/pages/_gourmet.scss */
#gourmet .graphic .wrap {
  position: relative;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
/* line 260, ../sass/partials/pages/_gourmet.scss */
#gourmet .graphic img {
  max-width: 100%;
}
/* line 263, ../sass/partials/pages/_gourmet.scss */
#gourmet .graphic h2 {
  margin-bottom: 50px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
/* line 269, ../sass/partials/pages/_gourmet.scss */
#gourmet .graphic h2 .cm {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 25px;
  margin-right: 5px;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/gourmet/cm.svg) no-repeat center;
}
/* line 282, ../sass/partials/pages/_gourmet.scss */
#gourmet .graphic .swiper-container {
  position: relative;
}
/* line 284, ../sass/partials/pages/_gourmet.scss */
#gourmet .graphic .swiper-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  z-index: 10000;
  min-height: 500px;
}
/* line 299, ../sass/partials/pages/_gourmet.scss */
#gourmet .links {
  padding: 100px 0 80px;
}
/* line 301, ../sass/partials/pages/_gourmet.scss */
#gourmet .links .wrap {
  text-align: center;
  overflow: hidden;
}
/* line 304, ../sass/partials/pages/_gourmet.scss */
#gourmet .links .wrap a {
  display: inline-block;
  margin: 0 30px;
  width: 380px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  text-indent: -99999px;
  overflow: hidden;
  border: 1px solid #F15A29;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 20px;
}
/* line 319, ../sass/partials/pages/_gourmet.scss */
#gourmet .links .wrap a.home {
  background-image: url(../images/gourmet/home_link.svg);
}
/* line 322, ../sass/partials/pages/_gourmet.scss */
#gourmet .links .wrap a.nebieneko {
  background-image: url(../images/gourmet/nebieneko_link.svg);
}
/* line 329, ../sass/partials/pages/_gourmet.scss */
#gourmet .kiyora_logo {
  text-align: center;
}
/* line 331, ../sass/partials/pages/_gourmet.scss */
#gourmet .kiyora_logo .wrap {
  max-width: 1150px;
  margin: 0 auto;
  border-top: 1px solid #707070;
}
/* line 336, ../sass/partials/pages/_gourmet.scss */
#gourmet .kiyora_logo img {
  max-width: 100%;
  width: 600px;
}
/* line 343, ../sass/partials/pages/_gourmet.scss */
#gourmet .share ul li {
  margin-bottom: 20px;
}
/* line 345, ../sass/partials/pages/_gourmet.scss */
#gourmet .share ul li a {
  display: block;
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 351, ../sass/partials/pages/_gourmet.scss */
#gourmet .share ul li a.facebook {
  background-image: url(../images/gourmet/facebook.svg);
  background-size: 7px;
}
/* line 355, ../sass/partials/pages/_gourmet.scss */
#gourmet .share ul li a.twitter {
  background-image: url(../images/gourmet/twitter.svg);
  background-size: 15px;
}
/* line 359, ../sass/partials/pages/_gourmet.scss */
#gourmet .share ul li a.mail {
  background-image: url(../images/gourmet/mail.svg);
  background-size: 20px;
}
/* line 366, ../sass/partials/pages/_gourmet.scss */
#gourmet .share.pc {
  position: fixed;
  top: 200px;
  right: 20px;
  z-index: 999;
}
/* line 371, ../sass/partials/pages/_gourmet.scss */
#gourmet .share.pc p {
  font-size: 12px;
  color: #000;
  transform-origin: 0 0;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media only screen and (min-width: 769px) {
  /* line 384, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .swiper-container {
    overflow: visible;
  }
  /* line 387, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .swiper-container .swiper-wrapper .swiper-slide {
    width: 50%;
    padding: 20px;
  }
  /* line 390, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .swiper-container .swiper-wrapper .swiper-slide img {
    box-shadow: 5px 5px 20px 0px #D0AE56;
  }
}
@media only screen and (max-width: 768px) {
  /* line 401, ../sass/partials/pages/_gourmet.scss */
  #gourmet {
    width: 100%;
    padding: 0;
  }
  /* line 407, ../sass/partials/pages/_gourmet.scss */
  #gourmet .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  /* line 414, ../sass/partials/pages/_gourmet.scss */
  #gourmet .top:after {
    width: 200%;
  }
  /* line 417, ../sass/partials/pages/_gourmet.scss */
  #gourmet .top h1 {
    top: 10%;
    left: auto;
    right: 4%;
    width: 13%;
    padding-top: 88%;
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  /* line 424, ../sass/partials/pages/_gourmet.scss */
  #gourmet .top h1.title_2 {
    padding-top: 73%;
  }
  /* line 428, ../sass/partials/pages/_gourmet.scss */
  #gourmet .top .img1 {
    height: calc( 100vh - 62px );
    background: url(../images/gourmet/kiyora-sm-a.jpg) no-repeat center;
    background-size: cover;
  }
  /* line 432, ../sass/partials/pages/_gourmet.scss */
  #gourmet .top .img1 img {
    display: none;
  }
  /* line 436, ../sass/partials/pages/_gourmet.scss */
  #gourmet .top .img2 {
    height: calc( 100vh - 62px );
    background: url(../images/gourmet/kiyora-sm-b.jpg) no-repeat center;
    background-size: cover;
  }
  /* line 440, ../sass/partials/pages/_gourmet.scss */
  #gourmet .top .img2 img {
    display: none;
  }
  /* line 444, ../sass/partials/pages/_gourmet.scss */
  #gourmet .top .img3 {
    height: calc( 100vh - 62px );
    background: url(../images/gourmet/kiyora-sm-c.jpg) no-repeat center;
    background-size: cover;
  }
  /* line 448, ../sass/partials/pages/_gourmet.scss */
  #gourmet .top .img3 img {
    display: none;
  }
  /* line 454, ../sass/partials/pages/_gourmet.scss */
  #gourmet .intro {
    padding: 80px 0;
  }
  /* line 456, ../sass/partials/pages/_gourmet.scss */
  #gourmet .intro:after {
    width: 200%;
  }
  /* line 459, ../sass/partials/pages/_gourmet.scss */
  #gourmet .intro .wrap {
    padding: 0 10px;
  }
  /* line 461, ../sass/partials/pages/_gourmet.scss */
  #gourmet .intro .wrap:before {
    top: 0px;
    left: 30px;
    width: 60px;
    height: 60px;
    margin: 0;
  }
  /* line 468, ../sass/partials/pages/_gourmet.scss */
  #gourmet .intro .wrap:after {
    bottom: -90px;
    left: 50%;
    width: 80px;
    height: 60px;
    margin-left: -40px;
  }
  /* line 475, ../sass/partials/pages/_gourmet.scss */
  #gourmet .intro .wrap .yoshiki {
    margin-bottom: 40px;
    display: block;
    width: auto;
  }
  /* line 479, ../sass/partials/pages/_gourmet.scss */
  #gourmet .intro .wrap .yoshiki h2 {
    margin-top: 20px;
  }
  /* line 483, ../sass/partials/pages/_gourmet.scss */
  #gourmet .intro .wrap .nebieneko {
    display: block;
    width: auto;
  }
  /* line 486, ../sass/partials/pages/_gourmet.scss */
  #gourmet .intro .wrap .nebieneko h2 {
    margin-top: 15px;
  }
  /* line 493, ../sass/partials/pages/_gourmet.scss */
  #gourmet .videos {
    padding: 50px 0;
  }
  /* line 495, ../sass/partials/pages/_gourmet.scss */
  #gourmet .videos:before {
    right: 50%;
    margin-right: -65px;
  }
  /* line 499, ../sass/partials/pages/_gourmet.scss */
  #gourmet .videos:after {
    width: 200%;
  }
  /* line 502, ../sass/partials/pages/_gourmet.scss */
  #gourmet .videos h2 {
    margin-bottom: 15px;
    font-size: 16px;
    margin-bottom: 36px;
  }
  /* line 507, ../sass/partials/pages/_gourmet.scss */
  #gourmet .videos .swiper-wrapper {
    display: block;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  /* line 511, ../sass/partials/pages/_gourmet.scss */
  #gourmet .videos .swiper-slide {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 60px;
  }
  /* line 518, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic {
    padding: 80px 0;
  }
  /* line 520, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .swiper-container {
    overflow: visible;
  }
  /* line 522, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .swiper-container .swiper-slide {
    position: relative;
  }
  /* line 524, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .swiper-container .swiper-slide:before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 533, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .swiper-container img {
    box-shadow: 5px 5px 10px 0px #E6DCC2;
  }
  /* line 537, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .share {
    margin-top: 60px;
    text-align: center;
  }
  /* line 540, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .share p {
    margin-bottom: 20px;
    font-size: 24px;
    color: #F15A29;
  }
  /* line 546, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .share ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
  }
  /* line 550, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .share ul li a {
    width: 40px;
    height: 36px;
  }
  /* line 553, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .share ul li a.facebook {
    background-size: 14px;
  }
  /* line 556, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .share ul li a.twitter {
    background-size: 28px;
  }
  /* line 559, ../sass/partials/pages/_gourmet.scss */
  #gourmet .graphic .share ul li a.mail {
    background-size: 30px;
  }
  /* line 569, ../sass/partials/pages/_gourmet.scss */
  #gourmet .links .wrap {
    padding: 0 20px;
  }
  /* line 571, ../sass/partials/pages/_gourmet.scss */
  #gourmet .links .wrap a {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  /* line 575, ../sass/partials/pages/_gourmet.scss */
  #gourmet .links .wrap a.home {
    margin-bottom: 40px;
  }
  /* line 583, ../sass/partials/pages/_gourmet.scss */
  #gourmet .kiyora_logo .wrap {
    padding: 0 20px;
  }
  /* line 585, ../sass/partials/pages/_gourmet.scss */
  #gourmet .kiyora_logo .wrap img {
    width: 70%;
  }
}
/* line 3, ../sass/partials/pages/_tamami.scss */
.page-template-page_tamami #content #main {
  margin-top: 64px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #2E2E2E;
  background: url(../images/tamami/bg.png);
  mix-blend-mode: multiply;
}
/* line 9, ../sass/partials/pages/_tamami.scss */
.page-template-page_tamami #content #main img {
  max-width: 100%;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 27, ../sass/partials/pages/_tamami.scss */
.tamami__nav {
  padding: 20px;
  width: 100%;
  background-color: #FFC84D;
}
/* line 31, ../sass/partials/pages/_tamami.scss */
.tamami__nav__inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 600px;
}
/* line 39, ../sass/partials/pages/_tamami.scss */
.tamami__nav a {
  color: #2E2E2E;
  font-size: 16px;
  font-weight: bold;
}
/* line 45, ../sass/partials/pages/_tamami.scss */
.tamami__kv {
  position: relative;
  padding: 100px 40px;
  text-align: center;
  vertical-align: middle;
}
/* line 50, ../sass/partials/pages/_tamami.scss */
.tamami__kv img {
  max-height: 60vh;
  opacity: 0;
  animation: fadeInAnime 1.6s forwards;
}
/* line 55, ../sass/partials/pages/_tamami.scss */
.tamami__kv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/tamami/herb.png) no-repeat center;
  background-size: cover;
  mix-blend-mode: multiply;
}
/* line 68, ../sass/partials/pages/_tamami.scss */
.tamami__about {
  overflow: hidden;
  padding: 160px 0 0;
}
/* line 72, ../sass/partials/pages/_tamami.scss */
.tamami__about__wrap {
  position: relative;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
/* line 77, ../sass/partials/pages/_tamami.scss */
.tamami__about__wrap::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 100%;
  width: 470px;
  height: 500px;
  background: url(../images/tamami/leaf_lightgreen.png) no-repeat;
  background-size: contain;
}
/* line 87, ../sass/partials/pages/_tamami.scss */
.tamami__about__wrap::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 100%;
  width: 470px;
  height: 500px;
  background: url(../images/tamami/leaf_lightgreen.png) no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
/* line 99, ../sass/partials/pages/_tamami.scss */
.tamami__about__title {
  margin-bottom: 80px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #186517;
}
/* line 106, ../sass/partials/pages/_tamami.scss */
.tamami__about__cols {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 80px;
}
/* line 113, ../sass/partials/pages/_tamami.scss */
.tamami__about__col--img {
  width: 40%;
}
/* line 115, ../sass/partials/pages/_tamami.scss */
.tamami__about__col--img img {
  background-color: #F0F7E9;
  border-radius: 4px;
}
/* line 120, ../sass/partials/pages/_tamami.scss */
.tamami__about__col--txt {
  width: 60%;
}
/* line 122, ../sass/partials/pages/_tamami.scss */
.tamami__about__col--txt > h3 {
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
/* line 128, ../sass/partials/pages/_tamami.scss */
.tamami__about__col--txt > p {
  line-height: 1.6;
  font-size: 16px;
}
/* line 132, ../sass/partials/pages/_tamami.scss */
.tamami__about__col--txt > ul {
  padding-left: 20px;
  font-size: 20px;
}
/* line 135, ../sass/partials/pages/_tamami.scss */
.tamami__about__col--txt > ul li {
  position: relative;
  margin: 15px 0;
}
/* line 138, ../sass/partials/pages/_tamami.scss */
.tamami__about__col--txt > ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -14px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
}
/* line 151, ../sass/partials/pages/_tamami.scss */
.tamami__about__col--txt:first-child {
  padding: 0 80px 0 100px;
}
/* line 154, ../sass/partials/pages/_tamami.scss */
.tamami__about__col--txt:last-child {
  padding: 0 100px 0 80px;
}
/* line 159, ../sass/partials/pages/_tamami.scss */
.tamami__about__box {
  position: relative;
  margin-top: 20px;
  padding: 25px 35px;
  border-radius: 4px;
  background-color: #FCF2D7;
}
/* line 165, ../sass/partials/pages/_tamami.scss */
.tamami__about__box h4 {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
  color: #186517;
}
/* line 172, ../sass/partials/pages/_tamami.scss */
.tamami__about__box p {
  line-height: 1.6;
  font-size: 16px;
}
/* line 176, ../sass/partials/pages/_tamami.scss */
.tamami__about__box::before {
  content: "";
  position: absolute;
  bottom: -10%;
  right: 90%;
  z-index: -1;
  width: 120px;
  height: 150px;
  background: url(../images/tamami/leaf_lightgreen.png) no-repeat;
  background-size: contain;
  transform: rotate(-120deg);
}
/* line 188, ../sass/partials/pages/_tamami.scss */
.tamami__about__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 90%;
  z-index: -1;
  width: 150px;
  height: 170px;
  background: url(../images/tamami/leaf_lightgreen.png) no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
/* line 202, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation {
  padding: 160px 0 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
/* line 207, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 100%;
  width: 370px;
  height: 400px;
  background: url(../images/tamami/leaf_lightgreen.png) no-repeat;
  background-size: contain;
  transform: translateX(-40%) rotate(-98deg);
}
/* line 218, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__wrap {
  position: relative;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
/* line 224, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__title {
  line-height: 1.8;
  font-size: 32px;
  font-weight: bold;
  color: #186517;
}
/* line 229, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__title span {
  display: block;
  font-size: 26px;
  font-weight: normal;
}
/* line 234, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__title + .tamami__evaluation__section {
  padding-top: 60px;
}
/* line 238, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section {
  position: relative;
  margin: 0 auto;
  padding: 90px 0;
}
/* line 242, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__title {
  font-size: 24px;
  font-weight: bold;
}
/* line 245, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__title span {
  background: -moz-linear-gradient(top, rgba(215, 235, 196, 0) 0%, rgba(215, 235, 196, 0) 65%, #d7ebc4 65.1%, #d7ebc4 100%);
  background: -webkit-linear-gradient(top, rgba(215, 235, 196, 0) 0%, rgba(215, 235, 196, 0) 65%, #d7ebc4 65.1%, #d7ebc4 100%);
  background: linear-gradient(to bottom, rgba(215, 235, 196, 0) 0%, rgba(215, 235, 196, 0) 65%, #d7ebc4 65.1%, #d7ebc4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d7ebc4', endColorstr='#d7ebc4',GradientType=0 );
}
/* line 252, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__img {
  margin-top: 60px;
}
/* line 255, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__pstxt {
  text-align: left;
  text-indent: -20px;
  max-width: 850px;
  margin: 0 auto 60px;
  padding: 0 30px 0 50px;
  font-size: 10px;
}
/* line 264, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph {
  max-width: 800px;
  margin: 60px auto 0;
}
/* line 267, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__colors {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  column-gap: 20px;
  margin-bottom: 5px;
}
/* line 275, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__color {
  display: flex;
  align-items: center;
  align-content: center;
  column-gap: 3px;
  font-size: 10px;
}
/* line 281, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__color:before {
  content: "";
  display: block;
  width: 10px;
  height: 14px;
}
/* line 288, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__color--yellow:before {
  background-color: #fec84e;
}
/* line 293, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__color--green:before {
  background-color: #9ec768;
}
/* line 298, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px #2B4B0C11;
}
/* line 302, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table .yellow_box {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 14px;
  background-color: #fec84e;
}
/* line 309, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table .green_box {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 14px;
  background-color: #9ec768;
}
/* line 318, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table--yellow .tamami__evaluation__section__graph__table__row {
  border-color: #FCE4AE;
}
/* line 322, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table--yellow .tamami__evaluation__section__graph__table__col--bg {
  background-color: #FCE4AE;
}
/* line 330, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table--green .tamami__evaluation__section__graph__table__row {
  border-color: #D7EBC4;
}
/* line 334, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table--green .tamami__evaluation__section__graph__table__col--bg {
  background-color: #D7EBC4;
}
/* line 340, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__row {
  display: flex;
  border-bottom: 1px solid;
}
/* line 343, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__row--bg {
  column-gap: 1px;
  border: none;
}
/* line 347, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__row:last-child {
  border: none;
}
/* line 353, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__row:nth-of-type(2) .tamami__evaluation__section__graph__line:nth-of-type(1):before {
  transition: width .6s .6s ease;
}
/* line 358, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__row:nth-of-type(2) .tamami__evaluation__section__graph__line:nth-of-type(2):before {
  transition: width .6s .75s ease;
}
/* line 368, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__row:nth-of-type(3) .tamami__evaluation__section__graph__line:nth-of-type(1):before {
  transition: width .6s .9s ease;
}
/* line 373, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__row:nth-of-type(3) .tamami__evaluation__section__graph__line:nth-of-type(2):before {
  transition: width .6s 1.05s ease;
}
/* line 382, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__row:nth-of-type(4) .tamami__evaluation__section__graph__line:nth-of-type(1):before {
  transition: width .6s 1.2s ease;
}
/* line 387, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__row:nth-of-type(4) .tamami__evaluation__section__graph__line:nth-of-type(2):before {
  transition: width .6s 1.35s ease;
}
/* line 396, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__row:nth-of-type(5) .tamami__evaluation__section__graph__line:nth-of-type(1):before {
  transition: width .6s 1.5s ease;
}
/* line 401, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__row:nth-of-type(5) .tamami__evaluation__section__graph__line:nth-of-type(2):before {
  transition: width .6s 1.65s ease;
}
/* line 410, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__row:nth-of-type(6) .tamami__evaluation__section__graph__line:nth-of-type(1):before {
  transition: width .6s 1.8s ease;
}
/* line 415, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__row:nth-of-type(6) .tamami__evaluation__section__graph__line:nth-of-type(2):before {
  transition: width .6s 1.95s ease;
}
/* line 422, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__col {
  min-height: 54px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  row-gap: 6px;
  font-size: 12px;
  line-height: 1.8;
}
/* line 433, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__col--alignleft {
  align-items: flex-start;
  align-content: flex-start;
}
/* line 437, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__col--bg {
  border-radius: 4px;
}
/* line 440, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__col .alignleft {
  display: inline-block;
  text-align: left;
}
/* line 444, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__col:nth-of-type(1) {
  min-width: 146px;
}
/* line 447, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__col:nth-of-type(2) {
  width: 100%;
}
/* line 450, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__table__col:nth-of-type(3) {
  min-width: 244px;
}
/* line 455, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__line {
  display: flex;
  width: 100%;
  height: 14px;
  align-items: center;
  align-content: center;
}
/* line 461, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__line span {
  margin-left: 10px;
}
/* line 464, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__line:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border: 1px solid;
}
/* line 472, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__line--yellow:before {
  background-color: #FFC84D;
  border-color: #FFC84D;
}
/* line 477, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__line--green {
  color: #9EC769;
}
/* line 479, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph__line--green:before {
  background-color: #9EC769;
  border-color: #9EC769;
}
/* line 489, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph.on .tamami__evaluation__section__graph__line--1:before {
  width: 5%;
}
/* line 494, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph.on .tamami__evaluation__section__graph__line--2:before {
  width: 10%;
}
/* line 499, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph.on .tamami__evaluation__section__graph__line--3:before {
  width: 15%;
}
/* line 504, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph.on .tamami__evaluation__section__graph__line--10:before {
  width: 50%;
}
/* line 509, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph.on .tamami__evaluation__section__graph__line--11:before {
  width: 55%;
}
/* line 514, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph.on .tamami__evaluation__section__graph__line--12:before {
  width: 60%;
}
/* line 519, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph.on .tamami__evaluation__section__graph__line--13:before {
  width: 65%;
}
/* line 524, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph.on .tamami__evaluation__section__graph__line--16:before {
  width: 80%;
}
/* line 529, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph.on .tamami__evaluation__section__graph__line--17:before {
  width: 85%;
}
/* line 534, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__graph.on .tamami__evaluation__section__graph__line--18:before {
  width: 90%;
}
/* line 541, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare {
  max-width: 1000px;
  margin: 60px auto 0;
  position: relative;
}
/* line 545, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 90%;
  z-index: -1;
  width: 150px;
  height: 180px;
  background: url(../images/tamami/leaf_lightgreen.png) no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
/* line 557, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__colors {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  column-gap: 20px;
  margin-bottom: 5px;
}
/* line 565, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__color {
  display: flex;
  align-items: center;
  align-content: center;
  column-gap: 3px;
  font-size: 10px;
}
/* line 571, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__color:before {
  content: "";
  display: block;
  width: 10px;
  height: 14px;
}
/* line 578, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__color--yellow:before {
  background-color: #fec84e;
}
/* line 583, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__color--green:before {
  background-color: #9ec768;
}
/* line 588, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px #2B4B0C11;
}
/* line 594, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table--yellow .tamami__evaluation__section__compare__table__row {
  border-color: #FCE4AE;
}
/* line 598, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table--yellow .tamami__evaluation__section__compare__table__col--bg {
  background-color: #FCE4AE;
}
/* line 606, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table--green .tamami__evaluation__section__compare__table__row {
  border-color: #D7EBC4;
}
/* line 610, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table--green .tamami__evaluation__section__compare__table__col--bg {
  background-color: #D7EBC4;
}
/* line 613, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table--green .tamami__evaluation__section__compare__table__col__title {
  background-color: #D7EBC4;
}
/* line 617, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table--green .tamami__evaluation__section__compare__table__images {
  border-color: #D7EBC4;
}
/* line 622, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table__row {
  display: flex;
  column-gap: 1px;
}
/* line 626, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table__col {
  min-height: 54px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  row-gap: 15px;
  font-size: 12px;
  line-height: 1.8;
}
/* line 638, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table__col--alignleft {
  align-items: flex-start;
  align-content: flex-start;
}
/* line 642, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table__col--bg {
  border-radius: 4px;
}
/* line 645, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table__col__title {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  border-radius: 4px;
  min-height: 54px;
  font-size: 16px;
  line-height: 1.8;
}
/* line 657, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table__col:last-child .tamami__evaluation__section__compare__table__images {
  border: none;
}
/* line 662, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table__images {
  display: flex;
  column-gap: 10px;
  padding: 0 10px;
  margin-bottom: 15px;
  border-right: 1px solid;
}
/* line 669, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table__img {
  width: 50%;
}
/* line 671, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table__img img {
  vertical-align: middle;
}
/* line 674, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table__img p {
  margin: 10px auto;
  font-size: 14px;
}
/* line 677, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__section__compare__table__img p strong {
  font-weight: bold;
}
/* line 685, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__cols {
  position: relative;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  column-gap: 24px;
  row-gap: 24px;
}
/* line 692, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__cols:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 100%;
  width: 100px;
  height: 100px;
  background: url(../images/tamami/leaf_lightgreen_small.png) no-repeat;
  background-size: contain;
  margin-left: -50px;
  margin-bottom: -30px;
  z-index: -1;
}
/* line 706, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__col {
  width: calc(33.3333% - 24px);
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(22, 39, 6, 0.1);
  text-align: left;
}
/* line 713, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__col p {
  font-size: 20px;
}
/* line 715, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__col p .pstxt {
  font-size: 16px;
}
/* line 719, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__col img {
  display: block;
  margin: 0 auto;
}
/* line 727, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__col:nth-of-type(2) img {
  margin-top: 40px;
}
/* line 732, ../sass/partials/pages/_tamami.scss */
.tamami__evaluation__col:nth-of-type(3) img {
  margin-top: 20px;
}
/* line 739, ../sass/partials/pages/_tamami.scss */
.tamami__info {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}
/* line 743, ../sass/partials/pages/_tamami.scss */
.tamami__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F0F7E9;
  mix-blend-mode: multiply;
  z-index: -1;
}
/* line 755, ../sass/partials/pages/_tamami.scss */
.tamami__info__herb1 {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 322px;
  height: 480px;
  background: url(../images/tamami/herb_info_1.png) no-repeat;
  background-size: contain;
  transform: translateX(50%);
}
/* line 766, ../sass/partials/pages/_tamami.scss */
.tamami__info__herb2 {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 308px;
  height: 278px;
  background: url(../images/tamami/leaf_lightgreen.png) no-repeat;
  background-size: contain;
  transform: translateX(-30%);
}
/* line 777, ../sass/partials/pages/_tamami.scss */
.tamami__info__wrap {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
/* line 782, ../sass/partials/pages/_tamami.scss */
.tamami__info__title {
  margin-bottom: 80px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #186517;
}
/* line 790, ../sass/partials/pages/_tamami.scss */
.tamami__info__cols:after {
  content: "";
  display: block;
  clear: both;
}
/* line 797, ../sass/partials/pages/_tamami.scss */
.tamami__info__col--img {
  float: left;
  width: 40%;
}
/* line 801, ../sass/partials/pages/_tamami.scss */
.tamami__info__col--img2 {
  float: left;
  width: 40%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  text-align: center;
}
/* line 809, ../sass/partials/pages/_tamami.scss */
.tamami__info__col--img2 img {
  border-radius: 4px;
  overflow: hidden;
}
/* line 814, ../sass/partials/pages/_tamami.scss */
.tamami__info__col--txt {
  float: right;
  width: 54%;
}
/* line 817, ../sass/partials/pages/_tamami.scss */
.tamami__info__col--txt h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
}
/* line 822, ../sass/partials/pages/_tamami.scss */
.tamami__info__col--txt ul {
  margin-top: 10px;
  list-style: disc;
  padding-left: 16px;
  font-size: 16px;
}
/* line 827, ../sass/partials/pages/_tamami.scss */
.tamami__info__col--txt ul li {
  line-height: 1.6;
  margin: 5px auto;
}
/* line 833, ../sass/partials/pages/_tamami.scss */
.tamami__info__col--table {
  float: right;
  width: 54%;
}
/* line 838, ../sass/partials/pages/_tamami.scss */
.tamami__info__row {
  display: flex;
}
/* line 840, ../sass/partials/pages/_tamami.scss */
.tamami__info__row__title {
  width: 80px;
  min-width: 80px;
  font-size: 16px;
  font-weight: bold;
}
/* line 846, ../sass/partials/pages/_tamami.scss */
.tamami__info__row__description {
  padding-left: 15px;
}
/* line 850, ../sass/partials/pages/_tamami.scss */
.tamami__info__table {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 4px;
}
/* line 858, ../sass/partials/pages/_tamami.scss */
.tamami__info__table__title {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  background-color: #D7EBC4;
  border-radius: 4px;
}
/* line 866, ../sass/partials/pages/_tamami.scss */
.tamami__info__table__row {
  width: 16.666%;
  border-right: 1px solid #D7EBC4;
  font-size: 12px;
}
/* line 870, ../sass/partials/pages/_tamami.scss */
.tamami__info__table__row__title {
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #D7EBC4;
}
/* line 878, ../sass/partials/pages/_tamami.scss */
.tamami__info__table__row__info {
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
/* line 885, ../sass/partials/pages/_tamami.scss */
.tamami__info__table__row:last-child {
  border: none;
}
/* line 891, ../sass/partials/pages/_tamami.scss */
.tamami__info__plasticssmart {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 60px 80px;
  background-color: #D7EBC4;
  border-radius: 4px;
}
/* line 900, ../sass/partials/pages/_tamami.scss */
.tamami__info__plasticssmart__img {
  order: 1;
  width: 30%;
}
/* line 904, ../sass/partials/pages/_tamami.scss */
.tamami__info__plasticssmart__txt {
  width: 60%;
}
/* line 906, ../sass/partials/pages/_tamami.scss */
.tamami__info__plasticssmart__txt p {
  line-height: 1.6;
  font-size: 16px;
}
/* line 911, ../sass/partials/pages/_tamami.scss */
.tamami__info__plasticssmart__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
/* line 918, ../sass/partials/pages/_tamami.scss */
.tamami__contact {
  padding: 80px 0;
  background: #FCF2D7;
}
/* line 924, ../sass/partials/pages/_tamami.scss */
.tamami__contact__title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #186517;
}
/* line 931, ../sass/partials/pages/_tamami.scss */
.tamami__contact__cols {
  display: flex;
  align-items: flex-start;
}
/* line 935, ../sass/partials/pages/_tamami.scss */
.tamami__contact__col {
  width: 50%;
  text-align: center;
}
/* line 938, ../sass/partials/pages/_tamami.scss */
.tamami__contact__col h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
/* line 943, ../sass/partials/pages/_tamami.scss */
.tamami__contact__col .tel {
  position: relative;
  color: #FFC84D;
  font-size: 40px;
  font-weight: bold;
}
/* line 948, ../sass/partials/pages/_tamami.scss */
.tamami__contact__col .tel:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/tamami/phone.svg) no-repeat center;
  background-size: contain;
}
/* line 958, ../sass/partials/pages/_tamami.scss */
.tamami__contact__col .btn {
  max-width: 410px;
  margin: 40px auto 0;
}
/* line 961, ../sass/partials/pages/_tamami.scss */
.tamami__contact__col .btn a {
  position: relative;
  display: block;
  padding: 25px 30px;
  text-align: left;
  background-color: #FFC84D;
  border-radius: 3px;
  color: #26120B;
  font-size: 16px;
  font-weight: bold;
}
/* line 971, ../sass/partials/pages/_tamami.scss */
.tamami__contact__col .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #F29300;
  border-right: 3px solid #F29300;
  transform: translateY(-60%) rotate(-45deg);
}

/* line 988, ../sass/partials/pages/_tamami.scss */
footer {
  background-color: #FFC84D;
}
/* line 990, ../sass/partials/pages/_tamami.scss */
footer .wrapper {
  height: 80px;
  background: none;
}
/* line 994, ../sass/partials/pages/_tamami.scss */
footer address {
  color: #2E2E2E;
}

@media only screen and (min-width: 769px) {
  /* line 1002, ../sass/partials/pages/_tamami.scss */
  .page-template-page_tamami #content #main .fadeIn {
    transform: translateY(5vh);
    opacity: 0;
  }
  /* line 1005, ../sass/partials/pages/_tamami.scss */
  .page-template-page_tamami #content #main .fadeIn.on {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 1s ease, transform 1s ease;
  }
  /* line 1012, ../sass/partials/pages/_tamami.scss */
  .page-template-page_tamami #content #main .fadeInParent .fadeInChild {
    transform: translateY(5vh);
    opacity: 0;
  }
  /* line 1017, ../sass/partials/pages/_tamami.scss */
  .page-template-page_tamami #content #main .fadeInParent.on .fadeInChild {
    transform: translateY(0);
    opacity: 1;
  }
  /* line 1020, ../sass/partials/pages/_tamami.scss */
  .page-template-page_tamami #content #main .fadeInParent.on .fadeInChild--1 {
    transition: opacity 1s ease, transform 1s ease;
  }
  /* line 1023, ../sass/partials/pages/_tamami.scss */
  .page-template-page_tamami #content #main .fadeInParent.on .fadeInChild--2 {
    transition: opacity .6s .2s ease, transform .6s .2s ease;
  }
  /* line 1026, ../sass/partials/pages/_tamami.scss */
  .page-template-page_tamami #content #main .fadeInParent.on .fadeInChild--3 {
    transition: opacity .6s .4s ease, transform .6s .4s ease;
  }
  /* line 1029, ../sass/partials/pages/_tamami.scss */
  .page-template-page_tamami #content #main .fadeInParent.on .fadeInChild--4 {
    transition: opacity .6s .6s ease, transform .6s .6s ease;
  }
  /* line 1032, ../sass/partials/pages/_tamami.scss */
  .page-template-page_tamami #content #main .fadeInParent.on .fadeInChild--5 {
    transition: opacity .6s .8s ease, transform .6s .8s ease;
  }
  /* line 1035, ../sass/partials/pages/_tamami.scss */
  .page-template-page_tamami #content #main .fadeInParent.on .fadeInChild--6 {
    transition: opacity .6s 1s ease, transform .6s 1s ease;
  }
}
@media only print {
  /* line 1046, ../sass/partials/pages/_tamami.scss */
  .tamami__kv:after,
  .tamami__about__wrap::before,
  .tamami__about__wrap::after,
  .tamami__about__box::before,
  .tamami__about__box::after,
  .tamami__evaluation__section__compare::before,
  .tamami__evaluation__cols:before,
  .tamami__info__herb1,
  .tamami__info__herb2 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1062, ../sass/partials/pages/_tamami.scss */
  .page-template-page_tamami #content #main {
    margin: 0 auto;
  }

  /* line 1069, ../sass/partials/pages/_tamami.scss */
  .tamami__nav {
    position: sticky;
    top: 62px;
    padding: 10px;
    z-index: 99;
  }
  /* line 1075, ../sass/partials/pages/_tamami.scss */
  .tamami__nav.open .tamami__nav__inner {
    height: 104px;
  }
  /* line 1079, ../sass/partials/pages/_tamami.scss */
  .tamami__nav__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 0;
    padding-top: 26px;
    overflow: hidden;
    transition: all .3s ease;
  }
  /* line 1086, ../sass/partials/pages/_tamami.scss */
  .tamami__nav__inner a {
    display: block;
    width: 100%;
    padding: 5px;
  }
  /* line 1090, ../sass/partials/pages/_tamami.scss */
  .tamami__nav__inner a.on {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 1098, ../sass/partials/pages/_tamami.scss */
  .tamami__nav__arrow {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
  }
  /* line 1110, ../sass/partials/pages/_tamami.scss */
  .tamami__kv {
    padding: 50px 30px;
  }
  /* line 1112, ../sass/partials/pages/_tamami.scss */
  .tamami__kv:after {
    background-image: url(../images/tamami/herb_sp.png);
  }
  /* line 1116, ../sass/partials/pages/_tamami.scss */
  .tamami__about {
    padding: 60px 0 0;
  }
  /* line 1119, ../sass/partials/pages/_tamami.scss */
  .tamami__about__wrap:before {
    top: 21%;
    right: 88%;
    width: 155px;
    height: 165px;
    transform: rotateY(180deg) rotate(269deg);
  }
  /* line 1126, ../sass/partials/pages/_tamami.scss */
  .tamami__about__wrap:after {
    top: 80%;
    left: 80%;
    width: 220px;
    height: 230px;
    transform: rotate(-5deg) rotateY(180deg);
  }
  /* line 1134, ../sass/partials/pages/_tamami.scss */
  .tamami__about__title {
    margin-bottom: 60px;
    font-size: 22px;
  }
  /* line 1138, ../sass/partials/pages/_tamami.scss */
  .tamami__about__cols {
    flex-wrap: wrap;
  }
  /* line 1141, ../sass/partials/pages/_tamami.scss */
  .tamami__about__col {
    width: 100%;
  }
  /* line 1143, ../sass/partials/pages/_tamami.scss */
  .tamami__about__col--img {
    order: 0;
    margin-bottom: 40px;
    padding: 0 25px;
  }
  /* line 1148, ../sass/partials/pages/_tamami.scss */
  .tamami__about__col--txt {
    order: 1;
    padding: 0 !important;
  }
  /* line 1151, ../sass/partials/pages/_tamami.scss */
  .tamami__about__col--txt > h3 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
  /* line 1156, ../sass/partials/pages/_tamami.scss */
  .tamami__about__col--txt p {
    font-size: 14px;
  }
  /* line 1159, ../sass/partials/pages/_tamami.scss */
  .tamami__about__col--txt > ul {
    padding-left: 10px;
    font-size: 15px;
    margin-right: -5px;
  }
  /* line 1163, ../sass/partials/pages/_tamami.scss */
  .tamami__about__col--txt > ul li {
    margin: 0;
    line-height: 1.6;
  }
  /* line 1166, ../sass/partials/pages/_tamami.scss */
  .tamami__about__col--txt > ul li:before {
    top: 10px;
    left: -10px;
  }
  /* line 1174, ../sass/partials/pages/_tamami.scss */
  .tamami__about__box {
    padding: 30px 20px;
  }
  /* line 1176, ../sass/partials/pages/_tamami.scss */
  .tamami__about__box > h4 {
    text-align: center;
    font-size: 15px;
  }
  /* line 1180, ../sass/partials/pages/_tamami.scss */
  .tamami__about__box:before, .tamami__about__box:after {
    display: none;
  }
  /* line 1186, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation {
    padding: 60px 0 0;
  }
  /* line 1188, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation:before {
    top: 20%;
    left: auto;
    right: 90%;
    width: 170px;
    height: 180px;
    transform: rotate(108deg) rotateY(180deg);
  }
  /* line 1196, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__title {
    font-size: 22px;
  }
  /* line 1198, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__title span {
    font-size: 18px;
  }
  /* line 1201, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__title + .tamami__evaluation__section {
    padding-top: 20px;
  }
  /* line 1206, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__section__title {
    font-size: 15px;
  }
  /* line 1209, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__section__img {
    margin: 0 -20px;
  }
  /* line 1212, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__section__img--2:before {
    bottom: -100px;
    right: auto;
    left: 90%;
  }
  /* line 1219, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__section__pstxt {
    padding: 0 0 0 20px;
  }
  /* line 1227, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__section__graph__table--yellow .tamami__evaluation__section__graph__table__row--bg {
    background-color: #FCE4AE;
  }
  /* line 1236, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__section__graph__table--green .tamami__evaluation__section__graph__table__row--bg {
    background-color: #D7EBC4;
  }
  /* line 1242, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__section__graph__table__row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 10px;
    padding: 15px 20px;
  }
  /* line 1251, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__section__graph__table__col {
    min-height: 0 !important;
    min-width: 0 !important;
    align-items: flex-start;
    align-content: flex-start;
    text-align: left;
  }
  /* line 1261, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__section__compare__table {
    background: none;
    box-shadow: none;
  }
  /* line 1264, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__section__compare__table__row {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  /* line 1268, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__section__compare__table__col {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px #2b4b0c11;
    border-radius: 4px;
  }
  /* line 1274, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__section__compare__table__images {
    border: none !important;
  }
  /* line 1278, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__section__compare__table__img p {
    display: flex;
    min-height: 45px;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 12px;
  }
  /* line 1290, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__cols {
    display: block;
    margin-top: 40px;
  }
  /* line 1293, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__cols:before {
    left: auto;
    right: 86%;
    bottom: 20px;
    width: 80px;
    height: 80px;
    transform: rotate(235deg);
  }
  /* line 1302, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__col {
    width: 100%;
    margin: 20px auto;
  }
  /* line 1305, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__col p {
    font-size: 15px;
  }
  /* line 1307, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__col p .pstxt {
    font-size: 12px;
  }
  /* line 1312, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__col:nth-of-type(2) img {
    margin: 20px 0 0;
  }
  /* line 1317, ../sass/partials/pages/_tamami.scss */
  .tamami__evaluation__col:nth-of-type(3) img {
    margin: 20px 0 0;
  }
  /* line 1323, ../sass/partials/pages/_tamami.scss */
  .tamami__info {
    padding: 80px 0;
  }
  /* line 1325, ../sass/partials/pages/_tamami.scss */
  .tamami__info__title {
    margin-bottom: 60px;
    font-size: 22px;
  }
  /* line 1329, ../sass/partials/pages/_tamami.scss */
  .tamami__info__cols {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  /* line 1335, ../sass/partials/pages/_tamami.scss */
  .tamami__info__col--img {
    float: none;
    width: 100%;
    padding: 0 25px;
    order: 0;
  }
  /* line 1341, ../sass/partials/pages/_tamami.scss */
  .tamami__info__col--img2 {
    float: none;
    width: 100%;
    order: 3;
    column-gap: 10px;
  }
  /* line 1346, ../sass/partials/pages/_tamami.scss */
  .tamami__info__col--img2 p {
    font-size: 14px;
  }
  /* line 1350, ../sass/partials/pages/_tamami.scss */
  .tamami__info__col--txt {
    float: none;
    width: 100%;
    order: 1;
  }
  /* line 1354, ../sass/partials/pages/_tamami.scss */
  .tamami__info__col--txt h3 {
    margin-bottom: 20px;
    font-size: 15px;
  }
  /* line 1358, ../sass/partials/pages/_tamami.scss */
  .tamami__info__col--txt ul {
    margin-top: 40px;
    font-size: 15px;
  }
  /* line 1363, ../sass/partials/pages/_tamami.scss */
  .tamami__info__col--table {
    float: none;
    width: 100%;
    order: 2;
  }
  /* line 1369, ../sass/partials/pages/_tamami.scss */
  .tamami__info__row {
    display: block;
  }
  /* line 1371, ../sass/partials/pages/_tamami.scss */
  .tamami__info__row__title {
    width: 100%;
    font-size: 15px;
  }
  /* line 1375, ../sass/partials/pages/_tamami.scss */
  .tamami__info__row__description {
    padding: 0;
    font-size: 15px;
  }
  /* line 1381, ../sass/partials/pages/_tamami.scss */
  .tamami__info__table__row {
    width: 100%;
    display: flex;
    border-right: none;
    border-bottom: 1px solid #D7EBC4;
  }
  /* line 1386, ../sass/partials/pages/_tamami.scss */
  .tamami__info__table__row__title {
    width: 50%;
    border-bottom: none;
    min-height: 38px;
    padding-left: 20px;
    justify-content: flex-start;
  }
  /* line 1393, ../sass/partials/pages/_tamami.scss */
  .tamami__info__table__row__info {
    width: 50%;
    min-height: 38px;
    justify-content: flex-start;
  }
  /* line 1400, ../sass/partials/pages/_tamami.scss */
  .tamami__info__plasticssmart {
    padding: 20px;
    flex-wrap: wrap;
  }
  /* line 1403, ../sass/partials/pages/_tamami.scss */
  .tamami__info__plasticssmart__img {
    width: 100%;
    padding: 30px;
    order: 0;
  }
  /* line 1408, ../sass/partials/pages/_tamami.scss */
  .tamami__info__plasticssmart__txt {
    position: relative;
    padding-bottom: 20px;
    width: 100%;
    order: 1;
  }
  /* line 1413, ../sass/partials/pages/_tamami.scss */
  .tamami__info__plasticssmart__txt p {
    display: none;
    font-size: 15px;
  }
  /* line 1417, ../sass/partials/pages/_tamami.scss */
  .tamami__info__plasticssmart__txt a {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    transform: translateX(-50%);
    font-size: 12px;
    color: #186517;
  }
  /* line 1429, ../sass/partials/pages/_tamami.scss */
  .tamami__info__plasticssmart__txt a .close {
    display: none;
  }
  /* line 1432, ../sass/partials/pages/_tamami.scss */
  .tamami__info__plasticssmart__txt a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-left: 2px solid #186517;
    border-bottom: 2px solid #186517;
    transition: all .3s ease;
    transform: rotate(-45deg);
  }
  /* line 1444, ../sass/partials/pages/_tamami.scss */
  .tamami__info__plasticssmart__txt a.on .open {
    display: none;
  }
  /* line 1447, ../sass/partials/pages/_tamami.scss */
  .tamami__info__plasticssmart__txt a.on .close {
    display: block;
  }
  /* line 1450, ../sass/partials/pages/_tamami.scss */
  .tamami__info__plasticssmart__txt a.on:after {
    transform: rotate(135deg);
  }
  /* line 1456, ../sass/partials/pages/_tamami.scss */
  .tamami__info__plasticssmart__title {
    text-align: center;
    font-size: 15px;
  }
  /* line 1463, ../sass/partials/pages/_tamami.scss */
  .tamami__info__herb1 {
    background-image: url(../images/tamami/herb_info_1_sp.png);
    width: 183px;
    height: 202px;
  }
  /* line 1468, ../sass/partials/pages/_tamami.scss */
  .tamami__info__herb2 {
    background-image: url(../images/tamami/herb_info_2_sp.png);
    width: 183px;
    height: 202px;
    z-index: -1;
  }
  /* line 1475, ../sass/partials/pages/_tamami.scss */
  .tamami__contact {
    padding: 60px 0;
  }
  /* line 1477, ../sass/partials/pages/_tamami.scss */
  .tamami__contact__wrap {
    padding: 0 20px;
  }
  /* line 1480, ../sass/partials/pages/_tamami.scss */
  .tamami__contact__title {
    font-size: 22px;
  }
  /* line 1483, ../sass/partials/pages/_tamami.scss */
  .tamami__contact__cols {
    display: block;
  }
  /* line 1486, ../sass/partials/pages/_tamami.scss */
  .tamami__contact__col {
    width: auto;
    margin-bottom: 60px;
  }
  /* line 1489, ../sass/partials/pages/_tamami.scss */
  .tamami__contact__col h3 {
    font-size: 15px;
  }
  /* line 1492, ../sass/partials/pages/_tamami.scss */
  .tamami__contact__col p {
    font-size: 15px;
  }
  /* line 1495, ../sass/partials/pages/_tamami.scss */
  .tamami__contact__col .tel {
    margin-top: 0;
    font-size: 31px;
  }
  /* line 1498, ../sass/partials/pages/_tamami.scss */
  .tamami__contact__col .tel a[href^="tel:"] {
    color: #FFC84D;
  }
  /* line 1502, ../sass/partials/pages/_tamami.scss */
  .tamami__contact__col .btn {
    max-width: 335px;
  }
  /* line 1504, ../sass/partials/pages/_tamami.scss */
  .tamami__contact__col .btn a {
    border-radius: 10px;
  }
}
/* line 1, ../sass/partials/pages/_business.scss */
#business_page {
  background: #FFF;
}
/* line 3, ../sass/partials/pages/_business.scss */
#business_page #top_bar {
  width: 100%;
  height: 486px !important;
  background: url(../images/business/bg.jpg) center center/cover no-repeat;
  position: relative;
}
/* line 8, ../sass/partials/pages/_business.scss */
#business_page #top_bar #top_text {
  max-width: 1280px;
  margin: 0 auto;
  top: 0;
  left: 0;
  padding: 0 40px;
  z-index: 2;
  position: relative;
}
/* line 16, ../sass/partials/pages/_business.scss */
#business_page #top_bar #top_text p {
  color: #FFF;
  font-size: 36px;
  line-height: 1.5;
  position: absolute;
  top: 210px;
  left: 60px;
}
/* line 23, ../sass/partials/pages/_business.scss */
#business_page #top_bar #top_text p span {
  font-size: 34px;
  display: block;
}
/* line 30, ../sass/partials/pages/_business.scss */
#business_page #lead_wrap {
  height: 386px !important;
}
/* line 32, ../sass/partials/pages/_business.scss */
#business_page #lead_wrap img {
  width: 216px;
  display: block;
  margin: 90px auto 60px;
}
/* line 37, ../sass/partials/pages/_business.scss */
#business_page #lead_wrap p {
  width: 695px;
  margin: 0 auto 70px;
  font-size: 16px;
  line-height: 27px;
  color: #023264;
  text-align: center;
  position: relative;
}
/* line 45, ../sass/partials/pages/_business.scss */
#business_page #lead_wrap p:after {
  content: "";
  border-bottom: 2px solid #fbbf76;
  width: 90px;
  height: 2px;
  display: block;
  margin: 70px auto 80px;
}
/* line 54, ../sass/partials/pages/_business.scss */
#business_page #lead_wrap + h2 {
  font-size: 36px;
  text-align: center;
  color: #023264;
  margin-bottom: 80px;
  height: 36px !important;
}
/* line 62, ../sass/partials/pages/_business.scss */
#business_page #step_nav {
  width: 32px;
  position: fixed;
  right: 2%;
  top: 20%;
  display: none;
  z-index: 200;
}
/* line 69, ../sass/partials/pages/_business.scss */
#business_page #step_nav li a {
  color: #3d6a92;
  font-size: 22px;
  display: block;
  padding: 4px 0;
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
  text-align: center;
}
/* line 79, ../sass/partials/pages/_business.scss */
#business_page #step_nav li:nth-of-type(1) {
  width: 32px;
  height: 32px;
  margin: 15px auto;
  position: relative;
}
/* line 84, ../sass/partials/pages/_business.scss */
#business_page #step_nav li:nth-of-type(1) a {
  background: #3d6a92;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  margin: 15px auto;
  font-family: "usual","Noto Sans Japanese",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
}
/* line 97, ../sass/partials/pages/_business.scss */
#business_page #step_nav li:nth-of-type(1) a.current {
  margin: 0 auto;
}
/* line 102, ../sass/partials/pages/_business.scss */
#business_page #step_nav li:nth-of-type(2) a {
  width: 32px;
  height: 32px;
  background: url("../images/business/nav_icon01.png") center center no-repeat;
}
/* line 107, ../sass/partials/pages/_business.scss */
#business_page #step_nav li:nth-of-type(2) a.current {
  background: url("../images/business/nav_icon01_hover.png") center center no-repeat #3a8dbb;
}
/* line 110, ../sass/partials/pages/_business.scss */
#business_page #step_nav li a.current {
  background: #3a8dbb;
  border-radius: 35px;
  width: 32px;
  height: 32px;
  transition: background 1s,color 1s;
  margin: 15px auto;
  text-align: center;
  color: #FFF !important;
}
/* line 120, ../sass/partials/pages/_business.scss */
#business_page #step_nav li:nth-of-type(10) a {
  width: 32px;
  height: 32px;
  background: url("../images/business/nav_icon02.png") center center no-repeat;
}
/* line 125, ../sass/partials/pages/_business.scss */
#business_page #step_nav li:nth-of-type(10) a.current {
  background: url("../images/business/nav_icon02_hover.png") center center no-repeat #3a8dbb;
}
/* line 129, ../sass/partials/pages/_business.scss */
#business_page #system_wrap {
  background: #dae4ed;
  position: relative;
  height: 540px;
  margin-top: -440px;
  z-index: -1;
}
/* line 136, ../sass/partials/pages/_business.scss */
#business_page #scroll {
  background: #FFF;
  max-width: 1190px;
  width: 90%;
  margin: auto;
}
/* line 143, ../sass/partials/pages/_business.scss */
#business_page #scroll section {
  font-family: 'NotoSansCJKjp Light',sans-serif;
  max-width: 1190px;
  margin: 100px auto 0;
  padding-top: 20px;
  position: relative;
}
/* line 149, ../sass/partials/pages/_business.scss */
#business_page #scroll section h2 {
  font-size: 34px;
  color: #3a8dbb;
  text-align: center;
  margin-bottom: 37px;
  position: relative;
}
/* line 155, ../sass/partials/pages/_business.scss */
#business_page #scroll section h2 span:nth-of-type(1):after {
  content: "";
  border-bottom: 2px solid #3e7ea9;
  width: 72px;
  height: 2px;
  display: block;
  margin: 15px auto 27px;
}
/* line 163, ../sass/partials/pages/_business.scss */
#business_page #scroll section h2 span:nth-of-type(1) {
  display: block;
  font-size: 72px;
  font-family: 'NotoSansCJKjp Light',sans-serif;
}
/* line 168, ../sass/partials/pages/_business.scss */
#business_page #scroll section h2 span:nth-of-type(2) {
  display: block;
  font-size: 14px;
  font-family: 'Robot',sans-serif;
  padding-top: 10px;
}
/* line 174, ../sass/partials/pages/_business.scss */
#business_page #scroll section h2 + p {
  display: none;
}
/* line 178, ../sass/partials/pages/_business.scss */
#business_page #scroll section > div {
  padding-top: 83px;
  position: relative;
  overflow: hidden;
}
/* line 182, ../sass/partials/pages/_business.scss */
#business_page #scroll section > div .text {
  position: relative;
  width: 600px;
  float: right;
  background: #FFF;
  padding: 43px 0 0 50px;
  color: #00264d;
}
/* line 189, ../sass/partials/pages/_business.scss */
#business_page #scroll section > div .text h3 {
  font-size: 17px;
  margin-bottom: 15px;
  line-height: 1.4;
}
/* line 194, ../sass/partials/pages/_business.scss */
#business_page #scroll section > div .text p {
  font-size: 13px;
  line-height: 27px;
  margin-bottom: 30px;
}
/* line 200, ../sass/partials/pages/_business.scss */
#business_page #scroll section > div .bx-wrapper {
  width: 700px;
  float: left;
  padding: 0;
  box-shadow: none;
  position: relative;
}
/* line 207, ../sass/partials/pages/_business.scss */
#business_page #scroll section > div .bx-controls-direction {
  display: none;
}
/* line 210, ../sass/partials/pages/_business.scss */
#business_page #scroll section > div .bx-controls {
  padding-top: 40px;
}
/* line 213, ../sass/partials/pages/_business.scss */
#business_page #scroll section > div .bx-default-pager {
  padding-top: 0;
}
/* line 215, ../sass/partials/pages/_business.scss */
#business_page #scroll section > div .bx-default-pager div {
  padding-top: 0;
}
/* line 219, ../sass/partials/pages/_business.scss */
#business_page #scroll section > div .bx-default-pager .bx-pager-item a {
  background: #3a8dbb;
}
/* line 222, ../sass/partials/pages/_business.scss */
#business_page #scroll section > div .bx-default-pager .bx-pager-item a:focus, #business_page #scroll section > div .bx-default-pager .bx-pager-item a.active {
  background: #3d6a92;
}
/* line 227, ../sass/partials/pages/_business.scss */
#business_page #scroll section > div .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 10px;
}
/* line 232, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(1) h2 {
  background: url(../images/business/icon.jpg) no-repeat center top;
  padding-top: 95px;
}
/* line 235, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(1) h2:before {
  content: "";
  border-bottom: 2px solid #3e7ea9;
  width: 90px;
  height: 2px;
  display: block;
  margin: 0 auto 27px;
}
/* line 243, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(1) h2 span:nth-of-type(1) {
  display: block;
  font-size: 14px;
  font-family: 'Robot',sans-serif;
  padding-top: 10px;
}
/* line 248, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(1) h2 span:nth-of-type(1):after {
  display: none;
}
/* line 253, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(1) > div {
  background: url(../images/business/photo_feedmill.jpg) no-repeat left top;
  position: relative;
  overflow: hidden;
}
/* line 257, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(1) > div div {
  width: 630px;
  float: right;
  z-index: 100;
  background: #FFF;
  padding: 43px 0 0 50px;
  color: #00264d;
}
/* line 264, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(1) > div div h3 {
  font-size: 17px;
  margin-bottom: 15px;
}
/* line 268, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(1) > div div p {
  font-size: 13px;
  line-height: 27px;
  margin-bottom: 30px;
}
/* line 275, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(1) .bx-pager {
  display: none;
}
/* line 280, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(2) > div {
  background: url(../images/business/photo_step01.jpg) no-repeat right top;
  padding-top: 0;
}
/* line 283, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(2) > div .text {
  width: 690px;
  float: none;
  text-align: right;
  padding: 43px 42px 1px 0;
  margin: 144px 0 0 40px;
}
/* line 293, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(3) > div {
  background: url(../images/business/photo_step02.jpg) no-repeat left top;
  padding-top: 0;
}
/* line 296, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(3) > div div {
  width: 740px;
  padding: 43px 43px 0;
  margin-top: 145px;
}
/* line 304, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(4) > div {
  background: url(../images/business/photo_step03.jpg) no-repeat right top;
  padding-top: 0;
}
/* line 307, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(4) > div .text {
  width: 720px;
  float: none;
  text-align: right;
  padding: 43px 40px 1px 0;
  margin-left: 40px;
  margin-top: 145px;
}
/* line 318, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(5) > div {
  padding-top: 0;
  height: 440px;
}
/* line 321, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(5) > div .bx-wrapper {
  width: 540px;
}
/* line 324, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(5) > div .text {
  max-width: 670px;
  position: relative;
  z-index: 100;
  float: right;
  padding: 0 42px 1px 40px;
  margin-left: 40px;
}
/* line 335, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(6) > div {
  padding-top: 0;
  height: 440px;
}
/* line 338, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(6) > div .bx-wrapper {
  width: 540px;
  float: right;
}
/* line 342, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(6) > div .text {
  max-width: 615px;
  float: none;
  text-align: right;
  padding: 10px 42px 1px 0;
  margin-left: 40px;
}
/* line 352, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(7) > div {
  background: url(../images/business/photo_step06.jpg) no-repeat left top;
  padding-top: 0;
}
/* line 355, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(7) > div div {
  width: 750px;
  float: right;
  padding: 43px 42px 1px 42px;
  margin-left: 40px;
  margin-top: 145px;
}
/* line 365, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(8) > div {
  background: url(../images/business/photo_step07_new.jpg) no-repeat right top / 50%;
  padding-top: 0;
}
/* line 368, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(8) > div div {
  width: 630px;
  float: none;
  text-align: right;
  padding: 150px 42px 1px 0;
  margin-left: 40px;
}
/* line 374, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(8) > div div span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin-top: 15px;
}
/* line 383, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(9) {
  margin-bottom: 100px;
}
/* line 385, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(9) h2 {
  background: url(../images/business/icon02.png) no-repeat center top;
  padding-top: 95px;
}
/* line 388, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(9) h2:before {
  content: "";
  border-bottom: 2px solid #3e7ea9;
  width: 90px;
  height: 2px;
  display: block;
  margin: 0 auto 27px;
}
/* line 396, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(9) h2 span:nth-of-type(1) {
  display: block;
  font-size: 14px;
  font-family: 'Robot',sans-serif;
  padding-top: 10px;
}
/* line 401, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(9) h2 span:nth-of-type(1):after {
  display: none;
}
/* line 406, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(9) > div {
  position: relative;
  overflow: hidden;
  height: 1000px;
}
/* line 410, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(9) > div .bx-wrapper {
  width: 720px;
}
/* line 413, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(9) > div .text {
  width: 630px;
  float: right;
  position: relative;
  z-index: 100;
  top: -480px;
  background: #FFF;
  padding: 43px 0 0 50px;
  margin: 100px 0 0;
  color: #00264d;
}
/* line 423, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(9) > div .text h3 {
  font-size: 17px;
  margin-bottom: 15px;
}
/* line 427, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(9) > div .text p {
  font-size: 13px;
  line-height: 27px;
  margin-bottom: 30px;
}
/* line 431, ../sass/partials/pages/_business.scss */
#business_page #scroll section:nth-of-type(9) > div .text p span {
  font-size: 11px;
  line-height: 1.7;
  display: block;
}

/* line 443, ../sass/partials/pages/_business.scss */
.accordian {
  max-width: 1180px;
  height: 420px;
  overflow: hidden;
  margin: 0 auto;
}

/* line 449, ../sass/partials/pages/_business.scss */
.accordian ul {
  width: 2000px;
}

/* line 454, ../sass/partials/pages/_business.scss */
.accordian li {
  position: relative;
  overflow: hidden;
  display: block;
  width: 8%;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  background: #f58a6b;
}
/* line 464, ../sass/partials/pages/_business.scss */
.accordian li > div {
  float: left;
  width: 170px;
}
/* line 468, ../sass/partials/pages/_business.scss */
.accordian li img {
  display: block;
  margin: 26px 11px 38px;
}
/* line 472, ../sass/partials/pages/_business.scss */
.accordian li dt {
  float: left;
  width: 170px;
}
/* line 476, ../sass/partials/pages/_business.scss */
.accordian li dd {
  float: right;
  width: 430px;
  margin: 15px;
}
/* line 481, ../sass/partials/pages/_business.scss */
.accordian li:nth-of-type(2) {
  background: #f5977c;
}
/* line 484, ../sass/partials/pages/_business.scss */
.accordian li:nth-of-type(3) {
  background: #f5a48d;
}
/* line 487, ../sass/partials/pages/_business.scss */
.accordian li:nth-of-type(4) {
  background: #f9b6a3;
}
/* line 490, ../sass/partials/pages/_business.scss */
.accordian li:nth-of-type(5) {
  background: #e9e9e9;
}
/* line 493, ../sass/partials/pages/_business.scss */
.accordian li:nth-of-type(6) {
  background: #f2f2f2;
}
/* line 496, ../sass/partials/pages/_business.scss */
.accordian li:nth-of-type(7) {
  background: #f9f9f9;
}
/* line 500, ../sass/partials/pages/_business.scss */
.accordian li:nth-of-type(5) h3, .accordian li:nth-of-type(5) .image_title > span, .accordian li:nth-of-type(6) h3, .accordian li:nth-of-type(6) .image_title > span, .accordian li:nth-of-type(7) h3, .accordian li:nth-of-type(7) .image_title > span {
  color: #034479;
}

/* line 505, ../sass/partials/pages/_business.scss */
#system {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  left: 0;
  right: 0;
}
/* line 511, ../sass/partials/pages/_business.scss */
#system #slider {
  padding: 20px;
  position: relative;
  background: url(../images/business/border.png) repeat-x top left, url(../images/business/border.png) repeat-x bottom left, url(../images/business/border2.png) repeat-y top left, url(../images/business/border2.png) repeat-y top right;
}
/* line 519, ../sass/partials/pages/_business.scss */
#system #feed_mill, #system #laboratory {
  background: #ec6446;
  width: 57.1%;
  height: 113px;
  padding: 17px 0;
}
/* line 524, ../sass/partials/pages/_business.scss */
#system #feed_mill > p, #system #laboratory > p {
  width: 220px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: right;
  font-family: 'NotoSansCJKjp',sans-serif;
  font-size: 22px;
  color: #FFF;
  background: url(../images/business/feed_mill.jpg) no-repeat left center;
}
/* line 533, ../sass/partials/pages/_business.scss */
#system #feed_mill > p span, #system #laboratory > p span {
  font-family: 'Robot',sans-serif;
  font-size: 11px;
  padding-left: 10px;
}
/* line 539, ../sass/partials/pages/_business.scss */
#system #feed_mill > div, #system #laboratory > div {
  opacity: 0;
}
/* line 543, ../sass/partials/pages/_business.scss */
#system #feed_mill > div:before, #system #laboratory > div:before {
  position: absolute;
  width: 47.5%;
  left: 0;
  top: -1px;
  border-top: 17px solid #ec6446;
  border-right: 17px solid transparent;
  display: block;
  content: " ";
}
/* line 553, ../sass/partials/pages/_business.scss */
#system #feed_mill > div:after, #system #laboratory > div:after {
  width: 47.3%;
  position: absolute;
  left: 50%;
  top: -1px;
  border-top: 17px solid #ec6446;
  border-left: 17px solid transparent;
  display: block;
  content: " ";
}
/* line 563, ../sass/partials/pages/_business.scss */
#system #feed_mill > div p, #system #laboratory > div p {
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
/* line 570, ../sass/partials/pages/_business.scss */
#system #feed_mill div {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  background: url(../images/business/feedmill_bg.jpg) left top no-repeat;
}
/* line 578, ../sass/partials/pages/_business.scss */
#system #feed_mill:hover > div {
  height: 530px;
  opacity: 1;
  -webkit-transform: translateY(2.5%);
  transform: translateY(2.5%);
  display: block;
  width: 55.2%;
  height: 436px;
  position: absolute;
  top: 106px;
  left: 20px;
  z-index: 100;
}
/* line 591, ../sass/partials/pages/_business.scss */
#system #feed_mill:hover > div p {
  font-size: 15px;
  line-height: 1.6;
  padding: 0 0 0 60px;
  color: #FFF;
  opacity: 1;
  -webkit-transform: translateY(240px);
  transform: translateY(240px);
}
/* line 599, ../sass/partials/pages/_business.scss */
#system #feed_mill:hover > div p span {
  display: block;
  font-size: 12px;
  padding-top: 20px;
}
/* line 607, ../sass/partials/pages/_business.scss */
#system #laboratory div {
  background: url(../images/business/laboratory_bg.jpg) center center no-repeat;
}
/* line 611, ../sass/partials/pages/_business.scss */
#system #laboratory:hover > div {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  opacity: 1;
  width: 96.5%;
  height: 435px;
  position: absolute;
  bottom: 118px;
  left: 20px;
  z-index: 100;
}
/* line 622, ../sass/partials/pages/_business.scss */
#system #laboratory:hover > div:before {
  position: absolute;
  width: 48.5%;
  left: 0;
  top: auto;
  bottom: 0;
  border-top: 0;
  border-bottom: 15px solid #f9f9f9;
  border-right: 15px solid transparent;
  display: block;
  content: " ";
}
/* line 634, ../sass/partials/pages/_business.scss */
#system #laboratory:hover > div:after {
  width: 48.8%;
  position: absolute;
  left: 49.9%;
  top: auto;
  bottom: 0;
  border-top: 0;
  border-bottom: 15px solid #f9f9f9;
  border-left: 15px solid transparent;
  display: block;
  content: " ";
}
/* line 646, ../sass/partials/pages/_business.scss */
#system #laboratory:hover > div p {
  width: 52%;
  font-size: 15px;
  line-height: 1.6;
  padding: 30px;
  color: #FFF;
  background: none;
  opacity: 1;
  -webkit-transform: translateY(240px);
  transform: translateY(240px);
}
/* line 659, ../sass/partials/pages/_business.scss */
#system #laboratory {
  background: #f9f9f9;
  width: 100%;
}
/* line 662, ../sass/partials/pages/_business.scss */
#system #laboratory p {
  width: 300px;
  font-size: 30px;
  color: #023264;
  background: url(../images/business/laboratory.jpg) no-repeat left center;
}
/* line 667, ../sass/partials/pages/_business.scss */
#system #laboratory p span {
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  /* line 674, ../sass/partials/pages/_business.scss */
  .accordian li {
    width: 6.64%;
  }
}
/* line 678, ../sass/partials/pages/_business.scss */
.accordian ul:hover li {
  width: 90px;
}
/* line 680, ../sass/partials/pages/_business.scss */
.accordian ul:hover li dd p {
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}

/* line 686, ../sass/partials/pages/_business.scss */
.accordian ul li:hover {
  width: 640px;
  height: 664px;
  background: url(../images/business/step01_bg.jpg) left top no-repeat #f58a6b;
  background-position: 160px top;
}
/* line 691, ../sass/partials/pages/_business.scss */
.accordian ul li:hover > div {
  width: 160px;
}
/* line 694, ../sass/partials/pages/_business.scss */
.accordian ul li:hover dd {
  color: #FFF;
  position: relative;
}
/* line 697, ../sass/partials/pages/_business.scss */
.accordian ul li:hover dd p {
  position: absolute;
  opacity: 1;
  -webkit-transform: translateY(200px);
  transform: translateY(170px);
  padding-right: 90px;
}
/* line 703, ../sass/partials/pages/_business.scss */
.accordian ul li:hover dd p span {
  display: block;
  font-size: 12px;
  padding-top: 20px;
}
/* line 709, ../sass/partials/pages/_business.scss */
.accordian ul li:hover dd:before {
  position: absolute;
  width: 310px;
  left: -190px;
  top: 240px;
  border-top: 15px solid #f58a6b;
  border-right: 15px solid transparent;
  display: block;
  content: " ";
  transform: rotate(-90deg);
}
/* line 720, ../sass/partials/pages/_business.scss */
.accordian ul li:hover dd:after {
  width: 94px;
  position: absolute;
  left: -82px;
  top: 25px;
  border-top: 15px solid #f58a6b;
  border-left: 15px solid transparent;
  display: block;
  content: " ";
  transform: rotate(-90deg);
}

/* line 733, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(1):hover {
  background: url(../images/business/step01_bg.jpg) left top no-repeat #f5977c;
  background-position: 160px top;
}
/* line 736, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(1):hover dd:before, .accordian ul li:nth-of-type(1):hover dd:after {
  border-top: 15px solid #f5977c;
}

/* line 740, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(2):hover {
  background: url(../images/business/step02_bg.jpg) left top no-repeat #f5977c;
  background-position: 160px top;
}
/* line 743, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(2):hover dd:before, .accordian ul li:nth-of-type(2):hover dd:after {
  border-top: 15px solid #f5977c;
}

/* line 747, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(3):hover {
  background: url(../images/business/step03_bg.jpg) left top no-repeat #f5a48d;
  background-position: 160px top;
}
/* line 750, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(3):hover dd:before, .accordian ul li:nth-of-type(3):hover dd:after {
  border-top: 15px solid #f5a48d;
}

/* line 754, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(4):hover {
  background: url(../images/business/step04_bg.jpg) left top no-repeat #f9b6a3;
  background-position: 160px top;
}
/* line 757, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(4):hover dd:before, .accordian ul li:nth-of-type(4):hover dd:after {
  border-top: 15px solid #f9b6a3;
}

/* line 761, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(5):hover {
  background: url(../images/business/step05_bg.jpg) left top no-repeat #e9e9e9;
  background-position: 160px top;
}
/* line 764, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(5):hover dd:before, .accordian ul li:nth-of-type(5):hover dd:after {
  border-top: 15px solid #e9e9e9;
}

/* line 768, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(6):hover {
  background: url(../images/business/step06_bg.jpg) left top no-repeat #f2f2f2;
  background-position: 160px top;
}
/* line 771, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(6):hover dd:before, .accordian ul li:nth-of-type(6):hover dd:after {
  border-top: 15px solid #f2f2f2;
}

/* line 775, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(7):hover {
  background: url(../images/business/step07_bg.jpg) left top no-repeat #f9f9f9;
  background-position: 160px top;
}
/* line 778, ../sass/partials/pages/_business.scss */
.accordian ul li:nth-of-type(7):hover dd:before, .accordian ul li:nth-of-type(7):hover dd:after {
  border-top: 15px solid #f9f9f9;
}

/* line 782, ../sass/partials/pages/_business.scss */
.accordian li img {
  display: block;
}

/* line 786, ../sass/partials/pages/_business.scss */
.image_title h3 {
  width: 170px;
  font-size: 40px;
  font-family: 'Robot',sans-serif;
  line-height: 1.5;
  font-weight: normal;
  color: #FFF;
  text-align: center;
}
/* line 794, ../sass/partials/pages/_business.scss */
.image_title h3 span {
  font-size: 22px;
  font-family: 'NotoSansCJKjp',sans-serif;
  display: block;
}
/* line 800, ../sass/partials/pages/_business.scss */
.image_title > span {
  width: 170px;
  text-align: center;
  color: #FFF;
  font-size: 11px;
  line-height: 16px;
  display: block;
  padding: 10px 15px 95px;
  font-family: 'Robot',sans-serif;
}

/* line 812, ../sass/partials/pages/_business.scss */
.inline-wrap {
  display: none;
}

/* line 816, ../sass/partials/pages/_business.scss */
#fancybox-overlay {
  background: #145597 !important;
}

/* line 820, ../sass/partials/pages/_business.scss */
#fancybox-outer {
  background: #f9f9f9 !important;
}

/* line 824, ../sass/partials/pages/_business.scss */
#fancybox-content {
  color: #00264d;
  background: #f9f9f9 !important;
  padding-bottom: 50px !important;
}
/* line 828, ../sass/partials/pages/_business.scss */
#fancybox-content h2 {
  font-size: 2.5rem;
  color: #3a8dbb;
}
/* line 831, ../sass/partials/pages/_business.scss */
#fancybox-content h2 span {
  font-size: 1.5rem;
  display: block;
  font-weight: normal;
}
/* line 837, ../sass/partials/pages/_business.scss */
#fancybox-content h3 {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 15px 0 0;
}
/* line 842, ../sass/partials/pages/_business.scss */
#fancybox-content p {
  font-size: 1rem;
}
/* line 845, ../sass/partials/pages/_business.scss */
#fancybox-content img {
  margin-top: 15px;
}

/* line 850, ../sass/partials/pages/_business.scss */
#fancybox-close {
  margin: 0 auto;
  bottom: 20px;
  left: 0;
  right: 0;
  top: auto !important;
  background: url(../images/business/close.png) left top !important;
  background-size: 105% !important;
  width: 20px !important;
  height: 20px !important;
}

/* line 862, ../sass/partials/pages/_business.scss */
#fancybox-outer {
  border-radius: 3px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  /* line 869, ../sass/partials/pages/_business.scss */
  #business_page #scroll section:nth-of-type(5) > div, #business_page #scroll section:nth-of-type(6) > div {
    height: auto;
  }

  /* line 872, ../sass/partials/pages/_business.scss */
  #business_page #scroll section:nth-of-type(5) > div .text {
    width: 55%;
  }

  /* line 875, ../sass/partials/pages/_business.scss */
  #business_page #scroll section:nth-of-type(6) > div .text {
    width: 39%;
  }

  /* line 879, ../sass/partials/pages/_business.scss */
  #business_page #scroll section > div .bx-default-pager {
    bottom: -30px !important;
  }

  /* line 883, ../sass/partials/pages/_business.scss */
  #sec_laboratory .bx-wrapper .bx-default-pager {
    text-align: center;
    bottom: -30px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 892, ../sass/partials/pages/_business.scss */
  #business_page #top_bar {
    background: url(../images/business/bg_sp.jpg) center center/cover no-repeat;
    height: 287px !important;
  }
  /* line 895, ../sass/partials/pages/_business.scss */
  #business_page #top_bar #top_text {
    padding: 140px 20px 0;
  }
  /* line 897, ../sass/partials/pages/_business.scss */
  #business_page #top_bar #top_text p {
    font-size: 1.8rem;
    line-height: 1.5;
    position: static;
    margin-top: -25px;
  }
  /* line 902, ../sass/partials/pages/_business.scss */
  #business_page #top_bar #top_text p span {
    font-size: 1.5rem;
  }
  /* line 908, ../sass/partials/pages/_business.scss */
  #business_page #lead_wrap {
    padding: 0 20px;
    height: auto !important;
  }
  /* line 911, ../sass/partials/pages/_business.scss */
  #business_page #lead_wrap img {
    width: 35%;
    margin: 45px auto 18px;
  }
  /* line 915, ../sass/partials/pages/_business.scss */
  #business_page #lead_wrap p {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.9;
    margin-bottom: 40px;
  }
  /* line 923, ../sass/partials/pages/_business.scss */
  #business_page #lead_wrap p:after {
    display: none;
  }
  /* line 927, ../sass/partials/pages/_business.scss */
  #business_page #lead_wrap + h2 {
    font-size: 1.4rem;
    padding: 30px 0 25px;
    margin-bottom: 0;
    background: #dae4ed;
  }
  /* line 934, ../sass/partials/pages/_business.scss */
  #business_page #system_wrap {
    display: none;
  }
  /* line 937, ../sass/partials/pages/_business.scss */
  #business_page #scroll {
    position: relative;
    width: 100%;
  }
  /* line 940, ../sass/partials/pages/_business.scss */
  #business_page #scroll .section .sp {
    margin: auto auto 10px;
  }
  /* line 943, ../sass/partials/pages/_business.scss */
  #business_page #scroll .section .bx-wrapper {
    float: none !important;
    margin: auto auto 50px;
  }
  /* line 947, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill, #business_page #scroll #sec_laboratory, #business_page #scroll section:nth-of-type(2), #business_page #scroll section:nth-of-type(3), #business_page #scroll section:nth-of-type(4), #business_page #scroll section:nth-of-type(5), #business_page #scroll section:nth-of-type(6), #business_page #scroll section:nth-of-type(7), #business_page #scroll section:nth-of-type(8) {
    height: auto;
    clear: both;
    padding: 0;
    margin-top: 50px;
  }
  /* line 952, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill h2, #business_page #scroll #sec_laboratory h2, #business_page #scroll section:nth-of-type(2) h2, #business_page #scroll section:nth-of-type(3) h2, #business_page #scroll section:nth-of-type(4) h2, #business_page #scroll section:nth-of-type(5) h2, #business_page #scroll section:nth-of-type(6) h2, #business_page #scroll section:nth-of-type(7) h2, #business_page #scroll section:nth-of-type(8) h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  /* line 955, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill h2 span, #business_page #scroll #sec_laboratory h2 span, #business_page #scroll section:nth-of-type(2) h2 span, #business_page #scroll section:nth-of-type(3) h2 span, #business_page #scroll section:nth-of-type(4) h2 span, #business_page #scroll section:nth-of-type(5) h2 span, #business_page #scroll section:nth-of-type(6) h2 span, #business_page #scroll section:nth-of-type(7) h2 span, #business_page #scroll section:nth-of-type(8) h2 span {
    font-size: 36px;
    line-height: 36px;
  }
  /* line 959, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill h2 span:nth-of-type(2), #business_page #scroll #sec_laboratory h2 span:nth-of-type(2), #business_page #scroll section:nth-of-type(2) h2 span:nth-of-type(2), #business_page #scroll section:nth-of-type(3) h2 span:nth-of-type(2), #business_page #scroll section:nth-of-type(4) h2 span:nth-of-type(2), #business_page #scroll section:nth-of-type(5) h2 span:nth-of-type(2), #business_page #scroll section:nth-of-type(6) h2 span:nth-of-type(2), #business_page #scroll section:nth-of-type(7) h2 span:nth-of-type(2), #business_page #scroll section:nth-of-type(8) h2 span:nth-of-type(2) {
    font-size: 13px;
    padding-top: 0;
  }
  /* line 963, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill h2 + img, #business_page #scroll #sec_laboratory h2 + img, #business_page #scroll section:nth-of-type(2) h2 + img, #business_page #scroll section:nth-of-type(3) h2 + img, #business_page #scroll section:nth-of-type(4) h2 + img, #business_page #scroll section:nth-of-type(5) h2 + img, #business_page #scroll section:nth-of-type(6) h2 + img, #business_page #scroll section:nth-of-type(7) h2 + img, #business_page #scroll section:nth-of-type(8) h2 + img {
    margin-bottom: 20px;
  }
  /* line 967, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill > div, #business_page #scroll #sec_laboratory > div, #business_page #scroll section:nth-of-type(2) > div, #business_page #scroll section:nth-of-type(3) > div, #business_page #scroll section:nth-of-type(4) > div, #business_page #scroll section:nth-of-type(5) > div, #business_page #scroll section:nth-of-type(6) > div, #business_page #scroll section:nth-of-type(7) > div, #business_page #scroll section:nth-of-type(8) > div {
    background: none;
    height: auto;
    padding-top: 0;
  }
  /* line 971, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill > div .bx-wrapper, #business_page #scroll #sec_laboratory > div .bx-wrapper, #business_page #scroll section:nth-of-type(2) > div .bx-wrapper, #business_page #scroll section:nth-of-type(3) > div .bx-wrapper, #business_page #scroll section:nth-of-type(4) > div .bx-wrapper, #business_page #scroll section:nth-of-type(5) > div .bx-wrapper, #business_page #scroll section:nth-of-type(6) > div .bx-wrapper, #business_page #scroll section:nth-of-type(7) > div .bx-wrapper, #business_page #scroll section:nth-of-type(8) > div .bx-wrapper {
    border: 0;
  }
  /* line 974, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill > div .bx-controls, #business_page #scroll #sec_laboratory > div .bx-controls, #business_page #scroll section:nth-of-type(2) > div .bx-controls, #business_page #scroll section:nth-of-type(3) > div .bx-controls, #business_page #scroll section:nth-of-type(4) > div .bx-controls, #business_page #scroll section:nth-of-type(5) > div .bx-controls, #business_page #scroll section:nth-of-type(6) > div .bx-controls, #business_page #scroll section:nth-of-type(7) > div .bx-controls, #business_page #scroll section:nth-of-type(8) > div .bx-controls {
    padding-top: 0;
  }
  /* line 977, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill > div .text, #business_page #scroll #sec_laboratory > div .text, #business_page #scroll section:nth-of-type(2) > div .text, #business_page #scroll section:nth-of-type(3) > div .text, #business_page #scroll section:nth-of-type(4) > div .text, #business_page #scroll section:nth-of-type(5) > div .text, #business_page #scroll section:nth-of-type(6) > div .text, #business_page #scroll section:nth-of-type(7) > div .text, #business_page #scroll section:nth-of-type(8) > div .text {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    position: static;
  }
  /* line 982, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill > div .text h3, #business_page #scroll #sec_feed_mill > div .text p, #business_page #scroll #sec_laboratory > div .text h3, #business_page #scroll #sec_laboratory > div .text p, #business_page #scroll section:nth-of-type(2) > div .text h3, #business_page #scroll section:nth-of-type(2) > div .text p, #business_page #scroll section:nth-of-type(3) > div .text h3, #business_page #scroll section:nth-of-type(3) > div .text p, #business_page #scroll section:nth-of-type(4) > div .text h3, #business_page #scroll section:nth-of-type(4) > div .text p, #business_page #scroll section:nth-of-type(5) > div .text h3, #business_page #scroll section:nth-of-type(5) > div .text p, #business_page #scroll section:nth-of-type(6) > div .text h3, #business_page #scroll section:nth-of-type(6) > div .text p, #business_page #scroll section:nth-of-type(7) > div .text h3, #business_page #scroll section:nth-of-type(7) > div .text p, #business_page #scroll section:nth-of-type(8) > div .text h3, #business_page #scroll section:nth-of-type(8) > div .text p {
    color: #023264;
    text-align: left;
  }
  /* line 986, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill > div .text h3, #business_page #scroll #sec_laboratory > div .text h3, #business_page #scroll section:nth-of-type(2) > div .text h3, #business_page #scroll section:nth-of-type(3) > div .text h3, #business_page #scroll section:nth-of-type(4) > div .text h3, #business_page #scroll section:nth-of-type(5) > div .text h3, #business_page #scroll section:nth-of-type(6) > div .text h3, #business_page #scroll section:nth-of-type(7) > div .text h3, #business_page #scroll section:nth-of-type(8) > div .text h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  /* line 991, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill > div .text p, #business_page #scroll #sec_laboratory > div .text p, #business_page #scroll section:nth-of-type(2) > div .text p, #business_page #scroll section:nth-of-type(3) > div .text p, #business_page #scroll section:nth-of-type(4) > div .text p, #business_page #scroll section:nth-of-type(5) > div .text p, #business_page #scroll section:nth-of-type(6) > div .text p, #business_page #scroll section:nth-of-type(7) > div .text p, #business_page #scroll section:nth-of-type(8) > div .text p {
    font-size: 12px;
  }
  /* line 998, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill h2, #business_page #scroll #sec_laboratory h2 {
    background-size: 7%;
    font-size: 20px;
    padding-top: 60px;
  }
  /* line 1002, ../sass/partials/pages/_business.scss */
  #business_page #scroll #sec_feed_mill h2 span:nth-of-type(1), #business_page #scroll #sec_laboratory h2 span:nth-of-type(1) {
    font-size: 13px;
    padding-top: 0;
  }

  /* line 1010, ../sass/partials/pages/_business.scss */
  #system {
    background: #dae4ed;
    padding-bottom: 40px;
  }
  /* line 1013, ../sass/partials/pages/_business.scss */
  #system #slider {
    padding: 14px 20px;
    margin: 0;
    padding: 20px;
  }
  /* line 1017, ../sass/partials/pages/_business.scss */
  #system #slider > #feed_mill {
    width: 100%;
    background: url(../images/business/slide01_sp.png) 92% 60% no-repeat #ec6446;
    background-size: 25%;
    margin-left: 0;
    padding: 24px 33px;
  }
  /* line 1023, ../sass/partials/pages/_business.scss */
  #system #slider > #feed_mill div:after, #system #slider > #feed_mill div:before {
    display: none;
  }
  /* line 1026, ../sass/partials/pages/_business.scss */
  #system #slider > #feed_mill:hover {
          /*padding: 0;
          background: url(../images/business/slide01_sp.png) 92% 4% no-repeat #ec6446;
          background-size: 25%;
          p{
            padding: 24px 33px;
          }
          div{
            width: auto;
            height: auto;
            position: static;
            top: 10.5%;

            p{
              font-size: 1.3rem;
              padding: 10px;
            }
          }*/
  }
  /* line 1044, ../sass/partials/pages/_business.scss */
  #system #slider > #feed_mill:hover > div {
    display: none;
  }
  /* line 1048, ../sass/partials/pages/_business.scss */
  #system #slider > #feed_mill p {
    width: auto;
    padding: 0;
    background: none;
    text-align: left;
    font-size: 1.6rem;
  }
  /* line 1054, ../sass/partials/pages/_business.scss */
  #system #slider > #feed_mill p span {
    display: block;
    font-size: 1rem;
    padding-left: 0;
  }
  /* line 1061, ../sass/partials/pages/_business.scss */
  #system #slider .accordian {
    width: auto;
    height: auto;
    overflow: visible;
  }
  /* line 1065, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul {
    width: 100%;
  }
  /* line 1067, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li {
    width: 100% !important;
    float: none;
  }
  /* line 1070, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li:hover {
    height: auto;
    background-position-x: 100%;
  }
  /* line 1073, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li:hover dt {
    width: 100%;
  }
  /* line 1076, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li:hover dd {
    display: none;
    width: 100%;
    height: 400px;
  }
  /* line 1082, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li dt {
    width: 100% !important;
    background: url(../images/business/slide02_sp.png) 92% 60% no-repeat #f58a6b;
    background-size: 25%;
  }
  /* line 1087, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li:nth-of-type(2) dt {
    background: url(../images/business/slide03_sp.png) 92% 60% no-repeat #f5977c;
    background-size: 25%;
  }
  /* line 1091, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li:nth-of-type(3) dt {
    background: url(../images/business/slide04_sp.png) 92% 60% no-repeat #f5a48d;
    background-size: 25%;
  }
  /* line 1095, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li:nth-of-type(4) dt {
    background: url(../images/business/slide05_sp.png) 92% 60% no-repeat #f9b6a3;
    background-size: 25%;
  }
  /* line 1099, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li:nth-of-type(5) dt {
    background: url(../images/business/slide05.png) 92% 60% no-repeat #e9e9e9;
    background-size: 25%;
  }
  /* line 1103, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li:nth-of-type(6) dt {
    background: url(../images/business/slide06.png) 92% 60% no-repeat #f2f2f2;
    background-size: 25%;
  }
  /* line 1107, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li:nth-of-type(7) dt {
    background: url(../images/business/slide07.png) 92% 60% no-repeat #f9f9f9;
    background-size: 25%;
  }
  /* line 1111, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li p, #system #slider .accordian ul li div {
    width: 100%;
    float: none;
  }
  /* line 1115, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li div {
    padding: 35px 20px;
  }
  /* line 1117, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li div img {
    display: none;
  }
  /* line 1121, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li .image_title {
    padding: 0;
  }
  /* line 1123, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li .image_title h3 {
    text-align: left;
    position: relative;
    line-height: 1;
    width: 180px;
  }
  /* line 1128, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li .image_title h3 span {
    display: block;
    position: absolute;
    top: 7%;
    left: 25%;
  }
  /* line 1135, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li .image_title > span {
    display: block;
    width: 50%;
    padding: 0;
    margin: 22% 0 0;
    position: absolute;
    top: 0;
    left: 20%;
    text-align: left;
  }
  /* line 1146, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li p {
    margin-left: 10%;
    width: 90%;
  }
  /* line 1150, ../sass/partials/pages/_business.scss */
  #system #slider .accordian ul li dd {
    display: none;
  }
  /* line 1156, ../sass/partials/pages/_business.scss */
  #system #slider #laboratory {
    width: 100%;
    position: relative;
    background: url(../images/business/slide09_sp.jpg) 92% 60% no-repeat #f9f9f9;
    background-size: 25%;
    margin-left: 0;
    margin-top: 10px;
    padding: 10px 33px;
  }
  /* line 1164, ../sass/partials/pages/_business.scss */
  #system #slider #laboratory:hover {
    /*padding: 0;
    background: url(../images/business/slide09_sp.jpg) 92% 5% no-repeat #f9f9f9;
    background-size: 25%;
    p{
      padding: 24px 33px;
    }
    div{
      width: auto;
      height: auto;
      position: static;
      top: 10.5%;
      p{
        font-size: 1.3rem;
        padding: 10px 10px 10px 20px;
      }
    }*/
  }
  /* line 1181, ../sass/partials/pages/_business.scss */
  #system #slider #laboratory:hover > div {
    display: none;
  }
  /* line 1185, ../sass/partials/pages/_business.scss */
  #system #slider #laboratory p {
    background: none;
    font-size: 22px;
    margin-left: -10px;
    text-align: left;
  }
  /* line 1190, ../sass/partials/pages/_business.scss */
  #system #slider #laboratory p span {
    font-size: 11px;
    display: block;
    padding-left: 0;
  }
  /* line 1196, ../sass/partials/pages/_business.scss */
  #system #slider #laboratory .image_title {
    padding: 0;
  }
  /* line 1198, ../sass/partials/pages/_business.scss */
  #system #slider #laboratory .image_title h3 {
    text-align: left;
    position: relative;
    line-height: 1;
    width: 180px;
  }
  /* line 1203, ../sass/partials/pages/_business.scss */
  #system #slider #laboratory .image_title h3 span {
    display: block;
    position: absolute;
    top: 7%;
    left: 25%;
  }
}
/* line 1, ../sass/partials/pages/_press.scss */
.press-main {
  position: relative;
  overflow: hidden;
}

/* line 5, ../sass/partials/pages/_press.scss */
#press_list {
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  overflow: hidden;
}

/* line 9, ../sass/partials/pages/_press.scss */
#business-press_page {
  max-width: 1100px;
  margin: 110px auto 0;
  padding: 100px 40px 0;
}
/* line 14, ../sass/partials/pages/_press.scss */
#business-press_page h2 {
  color: #023264;
  font-size: 36px;
  text-align: center;
  padding: 100px 0 150px;
  background: url(../images/business/press/icon.png) top center no-repeat;
}
/* line 22, ../sass/partials/pages/_press.scss */
#business-press_page h3 {
  float: left;
  max-width: 77%;
}
/* line 26, ../sass/partials/pages/_press.scss */
#business-press_page h3 a {
  color: #023264;
  font-size: 27px;
  line-height: 48px;
  font-family: 'NotoSansCJKjp Regular', sans-serif;
}
/* line 32, ../sass/partials/pages/_press.scss */
#business-press_page .post_wrap {
  overflow: hidden;
  padding-bottom: 100px;
}
/* line 36, ../sass/partials/pages/_press.scss */
#business-press_page .date {
  color: #3a8dbb;
  font-size: 18px;
  font-family: 'Roboto',sans-serif;
  margin-top: 10px;
  width: 16%;
  float: left;
  clear: left;
  margin-right: 60px;
}

/* line 47, ../sass/partials/pages/_press.scss */
.more-press, .close-press {
  width: 300px !important;
  margin: 110px auto 195px;
  padding: 15px 0;
  border: 1px solid #023264;
  border-radius: 24px;
  text-align: center;
  color: #023264;
  font-size: 18px;
  display: block;
}

/* line 58, ../sass/partials/pages/_press.scss */
.close-press {
  border: 1px solid #FFF;
  background: #023264;
  color: #FFF;
  margin: 0 auto 195px;
}

/* line 65, ../sass/partials/pages/_press.scss */
body.single article.category-press #news-content h1.entry-title {
  color: #023264;
}
/* line 68, ../sass/partials/pages/_press.scss */
body.single article.category-press .article-nav ul li, body.single article.category-press .article-nav ul li.article-back a, body.single article.category-press .article-nav ul li.news-date a, body.single article.category-press .article-nav ul li a {
  color: #023264;
}
/* line 71, ../sass/partials/pages/_press.scss */
body.single article.category-press .ReadMoreBtn.selected:before {
  background: none;
}
/* line 74, ../sass/partials/pages/_press.scss */
body.single article.category-press .article-nav ul li.article-back a {
  border: #023264;
}
/* line 76, ../sass/partials/pages/_press.scss */
body.single article.category-press .article-nav ul li.article-back a:before {
  background: #023264;
  color: #FFF;
}
/* line 80, ../sass/partials/pages/_press.scss */
body.single article.category-press .article-nav ul li.article-back a:hover {
  background: none;
  color: #FFF;
}
/* line 86, ../sass/partials/pages/_press.scss */
body.single article.category-press .article-nav ul li.article-prev a {
  padding-left: 45px;
}
/* line 88, ../sass/partials/pages/_press.scss */
body.single article.category-press .article-nav ul li.article-prev a:before {
  background-image: url("../images/left-arrow02.png");
}
/* line 93, ../sass/partials/pages/_press.scss */
body.single article.category-press .article-nav ul li.article-next a:before {
  background-image: url("../images/right-arrow02.png");
}

/* line 99, ../sass/partials/pages/_press.scss */
.article-nav.single-press ul li {
  color: #023264;
}
/* line 101, ../sass/partials/pages/_press.scss */
.article-nav.single-press ul li a {
  color: #023264;
}
/* line 104, ../sass/partials/pages/_press.scss */
.article-nav.single-press ul li.article-prev a {
  padding-left: 45px;
}
/* line 106, ../sass/partials/pages/_press.scss */
.article-nav.single-press ul li.article-prev a:before {
  background-image: url("../images/left-arrow02.png");
}
/* line 111, ../sass/partials/pages/_press.scss */
.article-nav.single-press ul li.article-next a:before {
  background-image: url("../images/right-arrow02.png");
}

/* line 117, ../sass/partials/pages/_press.scss */
#post-press {
  max-width: 1100px;
  margin: auto;
  padding: 0 40px;
  font-family: 'NotoSansCJKjp Regular', sans-serif;
  margin-bottom: 140px;
}
/* line 123, ../sass/partials/pages/_press.scss */
#post-press h1 {
  color: #023264;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  max-width: 900px;
  margin: 110px auto 30px;
  padding-bottom: 40px;
  position: relative;
}
/* line 132, ../sass/partials/pages/_press.scss */
#post-press h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 3px;
  background: #023264;
}
/* line 145, ../sass/partials/pages/_press.scss */
#post-press h2 {
  color: #023264;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-left: 20px;
  position: relative;
}
/* line 153, ../sass/partials/pages/_press.scss */
#post-press h2:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #023264;
}
/* line 160, ../sass/partials/pages/_press.scss */
#post-press h2 a {
  color: #3a8dbb;
  display: block;
}
/* line 165, ../sass/partials/pages/_press.scss */
#post-press #date {
  color: #3a8dbb;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 100px;
}
/* line 173, ../sass/partials/pages/_press.scss */
#post-press p {
  color: #023264;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 35px;
}
/* line 179, ../sass/partials/pages/_press.scss */
#post-press img {
  display: block;
  height: auto;
  margin: 60px auto;
}
/* line 185, ../sass/partials/pages/_press.scss */
#post-press table th {
  width: 180px;
  color: #023264;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 6px 0 35px 20px;
  vertical-align: top;
}
/* line 193, ../sass/partials/pages/_press.scss */
#post-press table th:before {
  content: "・";
  position: absolute;
  top: 7px;
  left: 0;
}
/* line 200, ../sass/partials/pages/_press.scss */
#post-press table td {
  color: #023264;
  font-size: 16px;
  line-height: 27px;
  vertical-align: top;
  padding-bottom: 35px;
}
/* line 208, ../sass/partials/pages/_press.scss */
#post-press .link_box {
  background: #dae4ed;
  padding: 50px 60px;
  color: #023264;
  font-size: 16px;
  line-height: 27px;
}
/* line 214, ../sass/partials/pages/_press.scss */
#post-press .link_box p:last-child {
  margin-bottom: 0;
}
/* line 217, ../sass/partials/pages/_press.scss */
#post-press .link_box a {
  color: #3a8dbb;
}

/* line 225, ../sass/partials/pages/_press.scss */
.isBusiness #news-content a {
  color: #3a8dbb !important;
}

@media only screen and (max-width: 768px) {
  /* line 231, ../sass/partials/pages/_press.scss */
  #business-press_page {
    margin: 40px auto 0;
    padding: 70px 20px 0;
  }
  /* line 235, ../sass/partials/pages/_press.scss */
  #business-press_page h2 {
    background-size: 10%;
    margin-bottom: 0;
    padding: 12% 0 55px;
    font-size: 21px;
  }
  /* line 241, ../sass/partials/pages/_press.scss */
  #business-press_page h3 {
    max-width: 100%;
  }
  /* line 244, ../sass/partials/pages/_press.scss */
  #business-press_page h3 a {
    font-size: 14px;
    line-height: 24px;
    display: block;
    max-width: 100%;
    float: none;
  }
  /* line 251, ../sass/partials/pages/_press.scss */
  #business-press_page .date {
    font-size: 11px;
    margin-bottom: 5px;
    float: none;
  }
  /* line 256, ../sass/partials/pages/_press.scss */
  #business-press_page .post_wrap {
    padding-bottom: 70px;
  }

  /* line 260, ../sass/partials/pages/_press.scss */
  .more-press, .close-press {
    width: 90% !important;
    margin: 45px auto 90px;
    border-radius: 12px;
    font-size: 14px;
  }

  /* line 266, ../sass/partials/pages/_press.scss */
  #post-press {
    padding: 70px 20px 0;
    margin-bottom: 100px;
  }
  /* line 269, ../sass/partials/pages/_press.scss */
  #post-press h1 {
    margin: -45px auto 0;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* line 276, ../sass/partials/pages/_press.scss */
  #post-press #date {
    font-size: 11px;
    margin-bottom: 45px;
  }
  /* line 280, ../sass/partials/pages/_press.scss */
  #post-press p, #post-press h2 {
    font-size: 11px;
    line-height: 21px;
  }
  /* line 284, ../sass/partials/pages/_press.scss */
  #post-press img {
    margin: 38px 0;
  }
  /* line 288, ../sass/partials/pages/_press.scss */
  #post-press table th, #post-press table td {
    font-size: 11px;
    line-height: 21px;
    display: block;
  }
  /* line 293, ../sass/partials/pages/_press.scss */
  #post-press table th {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 0 0 10px;
  }
  /* line 297, ../sass/partials/pages/_press.scss */
  #post-press table th:before {
    top: 0;
  }
  /* line 301, ../sass/partials/pages/_press.scss */
  #post-press table td {
    padding-bottom: 25px;
  }
  /* line 305, ../sass/partials/pages/_press.scss */
  #post-press .link_box {
    padding: 25px 20px;
    font-size: 11px;
    line-height: 21px;
  }
  /* line 309, ../sass/partials/pages/_press.scss */
  #post-press .link_box a {
    word-break: break-all;
  }

  /* line 316, ../sass/partials/pages/_press.scss */
  body.single article.category-press .article-nav#article-nav-bot {
    border-bottom: 1px #023264 solid;
    border-top: 1px #023264 solid;
  }
  /* line 319, ../sass/partials/pages/_press.scss */
  body.single article.category-press .article-nav#article-nav-bot .article-prev {
    border-right: 1px #023264 solid;
  }
  /* line 322, ../sass/partials/pages/_press.scss */
  body.single article.category-press .article-nav#article-nav-bot + a {
    border: 1px solid #023264;
    color: #023264;
  }
  /* line 325, ../sass/partials/pages/_press.scss */
  body.single article.category-press .article-nav#article-nav-bot + a:before {
    background: #FFF;
    border: #023264;
  }
  /* line 333, ../sass/partials/pages/_press.scss */
  body.single .isBusiness #news-content {
    padding: 30px 20px;
  }
  /* line 335, ../sass/partials/pages/_press.scss */
  body.single .isBusiness #news-content h1 {
    font-size: 20px;
  }
  /* line 341, ../sass/partials/pages/_press.scss */
  body.single .isNews article.category-press .article-nav#article-nav-bot {
    border-bottom: 1px #d9bd8d solid;
    border-top: 1px #d9bd8d solid;
  }
  /* line 344, ../sass/partials/pages/_press.scss */
  body.single .isNews article.category-press .article-nav#article-nav-bot .article-prev {
    border-right: 1px #d9bd8d solid;
  }
  /* line 347, ../sass/partials/pages/_press.scss */
  body.single .isNews article.category-press .article-nav#article-nav-bot + a {
    border: 1px solid #d9bd8d;
    color: #d9bd8d;
  }
}
/* line 1, ../sass/partials/pages/_company.scss */
#business-company_page {
  margin: 110px 0 0;
  padding: 100px 0 0;
  font-family: 'NotoSansCJKjp', sans-serif;
}
/* line 5, ../sass/partials/pages/_company.scss */
#business-company_page h2 {
  color: #023264;
  font-size: 36px;
  text-align: center;
  padding: 100px 0 150px;
  background: url(../images/business/company/icon.png) top center no-repeat;
}
/* line 12, ../sass/partials/pages/_company.scss */
#business-company_page #greeting {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  max-width: 1300px;
  margin: 40px auto 150px;
  padding: 0 40px;
  position: relative;
  overflow: hidden;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 29, ../sass/partials/pages/_company.scss */
#business-company_page #greeting h3 {
  color: #023264;
  font-size: 28px;
  margin: 20px 0 40px;
  line-height: 1.6;
}
/* line 34, ../sass/partials/pages/_company.scss */
#business-company_page #greeting h3 span {
  display: block;
  font-size: 20px;
}
/* line 39, ../sass/partials/pages/_company.scss */
#business-company_page #greeting h4 {
  color: #023264;
  font-size: 20px;
  margin: 20px 0 0;
  font-weight: bold;
  line-height: 1.6;
}
/* line 46, ../sass/partials/pages/_company.scss */
#business-company_page #greeting div {
  width: 100%;
  position: relative;
  float: left;
  background: #FFF;
  padding: 20px 40px 0 0;
}
/* line 52, ../sass/partials/pages/_company.scss */
#business-company_page #greeting div p {
  color: #023264;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 15px;
}
/* line 58, ../sass/partials/pages/_company.scss */
#business-company_page #greeting div span {
  display: block;
  color: #023264;
  font-size: 17px;
  padding-top: 20px;
  text-align: right;
}
/* line 66, ../sass/partials/pages/_company.scss */
#business-company_page #greeting .photos {
  text-align: center;
  padding-right: 0;
  padding-top: 80px;
}
/* line 70, ../sass/partials/pages/_company.scss */
#business-company_page #greeting .photos > div {
  width: 35%;
  margin: 0 4%;
  padding: 0;
  float: none;
  display: inline-block;
}
/* line 77, ../sass/partials/pages/_company.scss */
#business-company_page #greeting .photos > div span {
  text-align: center;
}
/* line 80, ../sass/partials/pages/_company.scss */
#business-company_page #greeting .photos > div img {
  width: 100%;
}
/* line 86, ../sass/partials/pages/_company.scss */
#business-company_page #award {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  max-width: 1300px;
  margin: 40px auto 150px;
  padding: 0 40px;
  background: url(../images/business/management/award.jpg) top right no-repeat;
  margin-bottom: 85px;
  position: relative;
  overflow: hidden;
  min-height: 350px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 106, ../sass/partials/pages/_company.scss */
#business-company_page #award div {
  width: 52%;
  padding: 35px 5% 0 0;
}
/* line 109, ../sass/partials/pages/_company.scss */
#business-company_page #award div h4 {
  color: #023264;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 10px;
}
/* line 118, ../sass/partials/pages/_company.scss */
#business-company_page #about {
  background: #eaf4ff;
  padding: 100px 0 80px;
}
/* line 121, ../sass/partials/pages/_company.scss */
#business-company_page #about section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
/* line 125, ../sass/partials/pages/_company.scss */
#business-company_page #about section h3 {
  color: #023264;
  font-size: 28px;
  text-align: center;
  margin-bottom: 100px;
  padding-bottom: 20px;
  position: relative;
}
/* line 132, ../sass/partials/pages/_company.scss */
#business-company_page #about section h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 3px;
  background: #023264;
}
/* line 144, ../sass/partials/pages/_company.scss */
#business-company_page #about section #about_wrap {
  display: flex;
  flex-wrap: wrap;
  -webkit-display: flex;
  -webkit-flex-wrap: wrap;
}
/* line 149, ../sass/partials/pages/_company.scss */
#business-company_page #about section #about_wrap div {
  width: 24.6%;
  margin-bottom: 50px;
}
/* line 152, ../sass/partials/pages/_company.scss */
#business-company_page #about section #about_wrap div h4 {
  color: #023264;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 158, ../sass/partials/pages/_company.scss */
#business-company_page #about section #about_wrap div p {
  color: #023264;
  font-size: 13px;
  line-height: 27px;
  width: 100%;
}
/* line 163, ../sass/partials/pages/_company.scss */
#business-company_page #about section #about_wrap div p.name {
  max-width: 250px;
}
/* line 166, ../sass/partials/pages/_company.scss */
#business-company_page #about section #about_wrap div p span.right {
  display: inline-block;
  width: 35%;
  float: right;
  margin-right: 2%;
  text-align: right;
}
/* line 174, ../sass/partials/pages/_company.scss */
#business-company_page #about section #about_wrap div ol li {
  color: #023264;
  font-size: 13px;
  line-height: 27px;
  list-style-type: decimal;
  margin-left: 20px;
}
/* line 186, ../sass/partials/pages/_company.scss */
#business-company_page #history {
  max-width: 1300px;
  margin: 140px auto 100px;
  padding: 0 40px;
  position: relative;
  overflow: hidden;
}
/* line 192, ../sass/partials/pages/_company.scss */
#business-company_page #history h3 {
  color: #3a8dbb;
  font-size: 28px;
  text-align: center;
  margin-bottom: 75px;
  padding-bottom: 30px;
  position: relative;
}
/* line 199, ../sass/partials/pages/_company.scss */
#business-company_page #history h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 3px;
  background: #023264;
}
/* line 212, ../sass/partials/pages/_company.scss */
#business-company_page #history table th, #business-company_page #history table td {
  color: #023264;
  font-size: 12px;
  line-height: 27px;
  padding-bottom: 10px;
}
/* line 218, ../sass/partials/pages/_company.scss */
#business-company_page #history table th {
  padding-right: 20px;
  vertical-align: top;
  text-align: right;
  color: #3a8dbb;
}
/* line 224, ../sass/partials/pages/_company.scss */
#business-company_page #history table:nth-of-type(1) {
  width: 50%;
  float: left;
  margin-bottom: 75px;
}
/* line 229, ../sass/partials/pages/_company.scss */
#business-company_page #history table:nth-of-type(2) {
  width: 50%;
  float: right;
}
/* line 234, ../sass/partials/pages/_company.scss */
#business-company_page #history img {
  width: 256px;
  float: right;
  display: block;
  margin: 200px 110px 0 0;
}

@media only screen and (max-width: 1024px) {
  /* line 244, ../sass/partials/pages/_company.scss */
  #business-company_page #history table th {
    width: 80px;
  }

  /* line 247, ../sass/partials/pages/_company.scss */
  #business-company_page #award div {
    padding: 50px 50px 90px 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 253, ../sass/partials/pages/_company.scss */
  #business-company_page {
    margin: 0;
    padding: 95px 0 75px;
    font-size: 11px;
    line-height: 21px;
  }
  /* line 258, ../sass/partials/pages/_company.scss */
  #business-company_page h3 {
    line-height: 1.6;
  }
  /* line 261, ../sass/partials/pages/_company.scss */
  #business-company_page h2 {
    font-size: 21px;
    line-height: 34px;
    padding: 12% 0 25px;
    margin-bottom: 20px;
    background-size: 10%;
  }
  /* line 268, ../sass/partials/pages/_company.scss */
  #business-company_page #greeting {
    background: none;
    margin-top: 0;
    margin-bottom: 110px;
    padding: 0;
  }
  /* line 273, ../sass/partials/pages/_company.scss */
  #business-company_page #greeting h3 {
    font-size: 22px;
    text-align: center;
    margin: 45px 0 35px;
  }
  /* line 278, ../sass/partials/pages/_company.scss */
  #business-company_page #greeting h4 {
    padding: 0 20px;
  }
  /* line 281, ../sass/partials/pages/_company.scss */
  #business-company_page #greeting .sp {
    margin: auto;
  }
  /* line 284, ../sass/partials/pages/_company.scss */
  #business-company_page #greeting .photos {
    padding: 0;
    margin-top: 20px;
  }
  /* line 287, ../sass/partials/pages/_company.scss */
  #business-company_page #greeting .photos div {
    width: 90%;
    margin-bottom: 20px;
  }
  /* line 292, ../sass/partials/pages/_company.scss */
  #business-company_page #greeting div {
    width: 100%;
    padding: 0 20px;
  }
  /* line 295, ../sass/partials/pages/_company.scss */
  #business-company_page #greeting div p {
    font-size: 12px;
    line-height: 22px;
  }
  /* line 299, ../sass/partials/pages/_company.scss */
  #business-company_page #greeting div span {
    font-size: 15px;
    padding-top: 0;
  }
  /* line 305, ../sass/partials/pages/_company.scss */
  #business-company_page #award {
    background: none;
    margin-top: 0;
    margin-bottom: 110px;
    padding: 0;
  }
  /* line 310, ../sass/partials/pages/_company.scss */
  #business-company_page #award img {
    margin-bottom: 1em !important;
  }
  /* line 313, ../sass/partials/pages/_company.scss */
  #business-company_page #award h3 {
    font-size: 22px;
    text-align: center;
    margin: 45px 0 35px;
  }
  /* line 318, ../sass/partials/pages/_company.scss */
  #business-company_page #award .sp {
    margin: auto;
  }
  /* line 321, ../sass/partials/pages/_company.scss */
  #business-company_page #award div {
    width: 100%;
    padding: 0 20px;
  }
  /* line 327, ../sass/partials/pages/_company.scss */
  #business-company_page #award div p {
    font-size: 12px;
    line-height: 22px;
  }
  /* line 331, ../sass/partials/pages/_company.scss */
  #business-company_page #award div span {
    font-size: 15px;
    padding-top: 0;
  }
  /* line 337, ../sass/partials/pages/_company.scss */
  #business-company_page #about {
    margin-top: 80px;
  }
  /* line 340, ../sass/partials/pages/_company.scss */
  #business-company_page #about section h3 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  /* line 346, ../sass/partials/pages/_company.scss */
  #business-company_page #about section #about_wrap div {
    width: 100%;
    margin: 0;
  }
  /* line 349, ../sass/partials/pages/_company.scss */
  #business-company_page #about section #about_wrap div h4, #business-company_page #about section #about_wrap div p, #business-company_page #about section #about_wrap div ol li {
    text-align: center;
    font-size: 12px;
    line-height: 24px;
  }
  /* line 355, ../sass/partials/pages/_company.scss */
  #business-company_page #about section #about_wrap div p span.right {
    display: inline-block;
    width: 35%;
    float: right;
    margin-right: 2%;
    text-align: center;
  }
  /* line 364, ../sass/partials/pages/_company.scss */
  #business-company_page #about section #about_wrap div h4 {
    padding: 30px 0 5px;
    font-size: 14px;
  }
  /* line 368, ../sass/partials/pages/_company.scss */
  #business-company_page #about section #about_wrap div ol {
    width: 65%;
    margin: auto;
  }
  /* line 371, ../sass/partials/pages/_company.scss */
  #business-company_page #about section #about_wrap div ol li {
    list-style: none;
  }
  /* line 379, ../sass/partials/pages/_company.scss */
  #business-company_page #history {
    margin-top: 80px;
    margin-bottom: 0;
    padding: 0 20px;
  }
  /* line 383, ../sass/partials/pages/_company.scss */
  #business-company_page #history h3 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  /* line 388, ../sass/partials/pages/_company.scss */
  #business-company_page #history table:nth-of-type(1), #business-company_page #history table:nth-of-type(2) {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  /* line 394, ../sass/partials/pages/_company.scss */
  #business-company_page #history table th, #business-company_page #history table td {
    font-size: 10px;
    line-height: 20px;
  }
  /* line 398, ../sass/partials/pages/_company.scss */
  #business-company_page #history table th {
    width: 70px;
    text-align: right;
  }
}
/* line 1, ../sass/partials/pages/_office.scss */
#business-office_page {
  margin: 110px 0 0;
  padding: 100px 0 0;
  font-family: 'NotoSansCJKjp', sans-serif;
}
/* line 6, ../sass/partials/pages/_office.scss */
#business-office_page h2 {
  color: #023264;
  font-size: 36px;
  text-align: center;
  padding: 100px 0 150px;
  background: url(../images/business/office/icon.png) top center no-repeat;
}
/* line 13, ../sass/partials/pages/_office.scss */
#business-office_page #map {
  text-align: center;
  width: 100%;
  height: 600px;
}
/* line 17, ../sass/partials/pages/_office.scss */
#business-office_page #map .map {
  text-align: left;
}
/* line 21, ../sass/partials/pages/_office.scss */
#business-office_page .office {
  max-width: 1300px;
  margin: 120px auto 100px;
  padding: 0 40px;
  position: relative;
  overflow: hidden;
}
/* line 27, ../sass/partials/pages/_office.scss */
#business-office_page .office h3 {
  color: #023264;
  font-size: 28px;
  text-align: center;
  margin-bottom: 80px;
  padding-bottom: 20px;
  position: relative;
}
/* line 34, ../sass/partials/pages/_office.scss */
#business-office_page .office h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 3px;
  background: #023264;
}
/* line 46, ../sass/partials/pages/_office.scss */
#business-office_page .office > div {
  width: 49%;
  float: left;
  margin-bottom: 22px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
/* line 53, ../sass/partials/pages/_office.scss */
#business-office_page .office > div > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 60, ../sass/partials/pages/_office.scss */
#business-office_page .office > div:hover {
  background: #eaf4ff;
  border-radius: 3px;
}
/* line 64, ../sass/partials/pages/_office.scss */
#business-office_page .office > div div {
  width: 140px;
  height: 110px;
  float: left;
  margin: 0 20px 26px 0;
  position: relative;
}
/* line 71, ../sass/partials/pages/_office.scss */
#business-office_page .office > div div img {
  width: 140px;
  height: 110px;
  border-radius: 3px;
}
/* line 76, ../sass/partials/pages/_office.scss */
#business-office_page .office > div div .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  border-radius: 5px;
}
/* line 88, ../sass/partials/pages/_office.scss */
#business-office_page .office > div div .mask a {
  display: block;
  color: #FFF;
  padding: 50px 0;
}
/* line 92, ../sass/partials/pages/_office.scss */
#business-office_page .office > div div .mask a:nth-of-type(1) {
  display: none;
}
/* line 97, ../sass/partials/pages/_office.scss */
#business-office_page .office > div div:hover .mask {
  opacity: 1;
}
/* line 100, ../sass/partials/pages/_office.scss */
#business-office_page .office > div div.no-image {
  height: 110px;
}
/* line 102, ../sass/partials/pages/_office.scss */
#business-office_page .office > div div.no-image .mask a {
  padding: 50px 0;
}
/* line 107, ../sass/partials/pages/_office.scss */
#business-office_page .office > div .office {
  float: right;
  width: 67%;
  height: auto;
  padding: 0;
}
/* line 112, ../sass/partials/pages/_office.scss */
#business-office_page .office > div .office h4 {
  color: #023264;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
/* line 119, ../sass/partials/pages/_office.scss */
#business-office_page .office > div .office p {
  color: #00264d;
  font-size: 13px;
  line-height: 27px;
}
/* line 123, ../sass/partials/pages/_office.scss */
#business-office_page .office > div .office p span {
  color: #3a8dbb;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}
/* line 128, ../sass/partials/pages/_office.scss */
#business-office_page .office > div .office p span.pc {
  color: #023264;
  padding-right: 5px;
}
/* line 133, ../sass/partials/pages/_office.scss */
#business-office_page .office > div .office p br:nth-of-type(2) {
  display: none;
}
/* line 136, ../sass/partials/pages/_office.scss */
#business-office_page .office > div .office p a {
  color: #023264;
  font-weight: bold;
}
/* line 142, ../sass/partials/pages/_office.scss */
#business-office_page .office > div:nth-child(2n+1) {
  float: right;
  clear: right;
}
/* line 146, ../sass/partials/pages/_office.scss */
#business-office_page .office > div:nth-child(2n) {
  float: left;
  clear: both;
}
/* line 152, ../sass/partials/pages/_office.scss */
#business-office_page .office:nth-of-type(2) div h3, #business-office_page .office:nth-of-type(2) div h4 {
  color: #3a8dbb;
}

@media only screen and (max-width: 1024px) {
  /* line 163, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div .office {
    width: 57%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 169, ../sass/partials/pages/_office.scss */
  #business-office_page {
    margin: 0;
    padding: 95px 0 100px;
    font-size: 11px;
    line-height: 21px;
  }
  /* line 174, ../sass/partials/pages/_office.scss */
  #business-office_page p {
    font-size: 11px;
    line-height: 21px;
  }
  /* line 178, ../sass/partials/pages/_office.scss */
  #business-office_page h2 {
    font-size: 21px;
    line-height: 30px;
    padding: 12% 0 25px;
    margin-bottom: 20px;
    background-size: 7%;
  }
  /* line 185, ../sass/partials/pages/_office.scss */
  #business-office_page #map {
    height: 315px;
  }
  /* line 189, ../sass/partials/pages/_office.scss */
  #business-office_page .office div div {
    float: none;
    margin: auto auto 10px;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  #business-office_page .office > div {
    width: 100%;
  }
  #business-office_page .office > div div img {
    width: 100%;
    height: auto;
  }
  /* line 193, ../sass/partials/pages/_office.scss */
  #business-office_page .office div div .pc {
    display: block !important;
  }
  /* line 197, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div .office {
    width: 100%;
  }
  /* line 201, ../sass/partials/pages/_office.scss */
  #business-office_page .office div div:nth-of-type(2n) {
    clear: both !important;
  }
}
@media only screen and (max-width: 414px) {
  /* line 209, ../sass/partials/pages/_office.scss */
  #business-office_page .office {
    margin: 40px 20px 0;
    padding: 0;
  }
  /* line 212, ../sass/partials/pages/_office.scss */
  #business-office_page .office h3 {
    font-size: 20px;
    margin-bottom: 25px;
    padding-top: 5px;
  }
  /* line 217, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
  }
  /* line 222, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div:hover {
    background: none;
  }
  /* line 225, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div > a {
    display: none;
  }
  /* line 228, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div > a:hover {
    background: none;
  }
  /* line 231, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div div {
    width: 100%;
    margin-bottom: 15px;
    height: 52vw;
  }
  /* line 235, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div div img {
    width: 100%;
    height: auto;
    margin-top: -30px;
  }
  /* line 240, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div div.no-image {
    height: 140px;
    background: #00264d;
    border-radius: 3px;
    position: relative;
  }
  /* line 245, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div div.no-image img {
    width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* line 254, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div div.no-image img:nth-of-type(1) {
    display: none !important;
  }
  /* line 259, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div .mask {
    display: none;
  }
  /* line 262, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div .office_img {
    overflow: hidden;
  }
  /* line 265, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div .office {
    width: 100%;
  }
  /* line 267, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div .office h4 {
    margin: 15px 0;
    clear: both;
    font-size: 14px;
  }
  /* line 272, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div .office p {
    font-size: 11px;
    line-height: 22px;
  }
  /* line 275, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div .office p a {
    display: block;
    margin-top: 10px;
    color: #023264;
    font-weight: bold;
  }
  /* line 281, ../sass/partials/pages/_office.scss */
  #business-office_page .office > div .office p br {
    display: block;
  }
}
/* line 1, ../sass/partials/pages/_inspection.scss */
#business-inspection_page {
  max-width: 1100px;
  margin: 110px auto;
  padding: 100px 40px;
  color: #023264;
  font-family: 'NotoSansCJKjp', sans-serif;
  font-size: 16px;
  line-height: 27px;
}
/* line 9, ../sass/partials/pages/_inspection.scss */
#business-inspection_page p {
  font-size: 16px;
  line-height: 27px;
}
/* line 13, ../sass/partials/pages/_inspection.scss */
#business-inspection_page h2 {
  color: #023264;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  padding: 0 0 30px;
  margin-bottom: 30px;
  position: relative;
}
/* line 21, ../sass/partials/pages/_inspection.scss */
#business-inspection_page h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 3px;
  background: #023264;
}
/* line 33, ../sass/partials/pages/_inspection.scss */
#business-inspection_page #date {
  color: #3a8dbb;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-align: center;
}
/* line 39, ../sass/partials/pages/_inspection.scss */
#business-inspection_page #inspection_first {
  margin-top: 80px;
}
/* line 41, ../sass/partials/pages/_inspection.scss */
#business-inspection_page #inspection_first table {
  width: 100%;
  background: #dae4ed;
  margin: 20px 0;
  padding: 30px 55px;
}
/* line 46, ../sass/partials/pages/_inspection.scss */
#business-inspection_page #inspection_first table th, #business-inspection_page #inspection_first table td {
  text-align: center;
  width: 33.3%;
  padding: 5px 0;
}
/* line 51, ../sass/partials/pages/_inspection.scss */
#business-inspection_page #inspection_first table tr:nth-of-type(1) th {
  padding-top: 25px;
}
/* line 54, ../sass/partials/pages/_inspection.scss */
#business-inspection_page #inspection_first table tr:last-child td {
  padding-bottom: 25px;
}
/* line 59, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section {
  margin-top: 80px;
}
/* line 61, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section h3 {
  color: #023264;
  font-size: 28px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
}
/* line 68, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 3px;
  background: #023264;
}
/* line 80, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-button-outer {
  display: block;
}
/* line 83, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-button-outer ul {
  position: relative;
  overflow: hidden;
}
/* line 87, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-button-outer li {
  float: left;
  margin: 0 2.2%;
}
/* line 90, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-button-outer li a {
  color: #023264;
  font-weight: bold;
  position: relative;
  padding: 0 14px 15px;
}
/* line 95, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-button-outer li a span {
  font-size: 13px;
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: normal;
}
/* line 103, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-button-outer li.is-active a {
  color: #3a8dbb;
}
/* line 105, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-button-outer li.is-active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 3px;
  background: #023264;
}
/* line 119, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-select-outer {
  display: none;
}
/* line 122, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-contents {
  padding: 60px 0 0;
}
/* line 124, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-contents h4 {
  font-size: 22px;
  margin-bottom: 30px;
}
/* line 127, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-contents h4 br {
  display: none;
}
/* line 131, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-contents table {
  width: 100%;
}
/* line 133, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-contents table caption {
  text-align: right;
  margin: -55px 0 20px;
}
/* line 137, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-contents table th, #business-inspection_page section .tab-contents table td {
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
}
/* line 142, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-contents table th {
  background: #dae4ed;
}
/* line 144, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-contents table th:nth-of-type(1) {
  width: 200px;
}
/* line 149, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-contents table td span {
  display: block;
  font-size: 13px;
  margin-top: -7px;
}
/* line 155, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-contents table tr:nth-child(odd) td {
  background: #dae4ed;
}
/* line 158, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-contents table tr:nth-child(even) td {
  background: #FFF;
}
/* line 161, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tab-contents table + p {
  font-size: 13px;
  text-align: right;
  margin: 20px 0 0;
}
/* line 168, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section .tabs {
  margin-bottom: 50px;
}
/* line 171, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section a {
  display: block;
  color: #3a8dbb;
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 20px;
}
/* line 177, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section a:hover {
  opacity: 0.8;
}
/* line 181, ../sass/partials/pages/_inspection.scss */
#business-inspection_page section p {
  padding-left: 4em;
  text-indent: -4em;
}

@media only screen and (max-width: 768px) {
  /* line 192, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page {
    margin: 0;
    padding: 95px 20px 100px;
    font-size: 11px;
    line-height: 21px;
  }
  /* line 197, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page p {
    font-size: 11px;
    line-height: 21px;
  }
  /* line 201, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page h2 {
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  /* line 206, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page h2 br {
    display: none;
  }
  /* line 210, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page #date {
    font-size: 10px;
  }
  /* line 213, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page #inspection_first {
    margin-top: 50px;
  }
  /* line 216, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page #inspection_first table th, #business-inspection_page #inspection_first table td {
    font-size: 9px;
    line-height: 16px;
  }
  /* line 223, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section {
    margin-top: 75px;
  }
  /* line 225, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section h3 {
    font-size: 15px;
  }
  /* line 228, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section #tab-select {
    border: 1px solid #023264;
    background: url(/wp-content/themes/akita-tamago/images/business/inspection/arrow.png) no-repeat #FFF;
    background-size: 6%;
    background-position-x: 95%;
    background-position-y: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    padding: 10px;
    border-radius: 12px;
    position: relative;
  }
  /* line 243, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section #tab-select option {
    font-size: 12px;
  }
  /* line 247, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-button-outer {
    display: none;
  }
  /* line 250, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-select-outer {
    display: block;
  }
  /* line 253, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents {
    padding-top: 30px;
  }
  /* line 255, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents h4 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 25px;
  }
  /* line 259, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents h4 br {
    display: block;
  }
  /* line 262, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents h4 span {
    display: block;
    font-size: 11px;
    padding-top: 10px;
  }
  /* line 269, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table caption {
    margin: 0;
    padding-bottom: 5px;
  }
  /* line 273, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table th {
    display: none;
  }
  /* line 276, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr:nth-child(odd) td {
    background: none;
  }
  /* line 279, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td {
    display: block;
    font-size: 11px;
    line-height: 21px;
    padding: 0;
  }
  /* line 284, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td span {
    display: none;
  }
  /* line 287, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td:nth-of-type(1) {
    background: #dae4ed;
    padding: 15px 0;
  }
  /* line 291, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td:nth-of-type(1) {
    width: 100%;
    float: left;
  }
  /* line 295, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td:nth-of-type(2) {
    clear: both;
    position: relative;
    padding-top: 15px;
  }
  /* line 299, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td:nth-of-type(2):before {
    content: "品名";
  }
  /* line 303, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td:nth-of-type(3) {
    position: relative;
  }
  /* line 305, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td:nth-of-type(3):before {
    content: "放射性セシウム-137";
  }
  /* line 309, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td:nth-of-type(4) {
    position: relative;
  }
  /* line 311, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td:nth-of-type(4):before {
    content: "放射性セシウム-134";
  }
  /* line 315, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td:nth-of-type(5) {
    position: relative;
    padding-bottom: 20px;
  }
  /* line 318, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td:nth-of-type(5):before {
    content: "放射性ヨウ素-131";
  }
  /* line 322, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td:nth-of-type(2), #business-inspection_page section .tab-contents table tr td:nth-of-type(3), #business-inspection_page section .tab-contents table tr td:nth-of-type(4), #business-inspection_page section .tab-contents table tr td:nth-of-type(5) {
    text-align: left;
    padding-left: 50%;
  }
  /* line 325, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table tr td:nth-of-type(2):before, #business-inspection_page section .tab-contents table tr td:nth-of-type(3):before, #business-inspection_page section .tab-contents table tr td:nth-of-type(4):before, #business-inspection_page section .tab-contents table tr td:nth-of-type(5):before {
    position: absolute;
    left: 8%;
  }
  /* line 331, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section .tab-contents table + p {
    font-size: 9px;
  }
  /* line 336, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section a {
    font-size: 12px;
    line-height: 21px;
  }
  /* line 340, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section p {
    padding-left: 0;
    text-indent: 0;
  }
  /* line 343, ../sass/partials/pages/_inspection.scss */
  #business-inspection_page section p:nth-of-type(1) {
    margin-bottom: 25px;
  }
}
/* line 1, ../sass/partials/pages/_management.scss */
#business-management_page {
  margin: 110px 0 0;
  padding: 100px 0 0;
  font-family: 'NotoSansCJKjp', sans-serif;
}
/* line 6, ../sass/partials/pages/_management.scss */
#business-management_page h2 {
  color: #023264;
  font-size: 36px;
  text-align: center;
  padding: 100px 0;
  background: url(../images/business/management/icon.png) top center no-repeat;
}
/* line 13, ../sass/partials/pages/_management.scss */
#business-management_page #caf, #business-management_page #evaluation, #business-management_page #award {
  max-width: 1300px;
  margin: 0 auto 150px;
  padding: 50px 20px 70px;
  background: url(../images/business/management/caf.jpg) top right no-repeat;
}
/* line 18, ../sass/partials/pages/_management.scss */
#business-management_page #caf div, #business-management_page #evaluation div, #business-management_page #award div {
  background: #FFF;
  width: 625px;
  position: relative;
  padding: 50px 50px 90px 20px;
}
/* line 24, ../sass/partials/pages/_management.scss */
#business-management_page #caf div h3, #business-management_page #evaluation div h3, #business-management_page #award div h3 {
  color: #023264;
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 20px;
}
/* line 30, ../sass/partials/pages/_management.scss */
#business-management_page #caf div p, #business-management_page #evaluation div p, #business-management_page #award div p {
  color: #023264;
  font-size: 13px;
  line-height: 27px;
}
/* line 34, ../sass/partials/pages/_management.scss */
#business-management_page #caf div p span, #business-management_page #evaluation div p span, #business-management_page #award div p span {
  display: block;
  font-size: 11px;
  line-height: 20px;
  margin-top: 10px;
}
/* line 43, ../sass/partials/pages/_management.scss */
#business-management_page #award {
  background: url(../images/business/management/award.jpg) top right no-repeat;
  margin-bottom: 85px;
}
/* line 46, ../sass/partials/pages/_management.scss */
#business-management_page #award div h4 {
  color: #023264;
  font-size: 17px;
  margin-bottom: 10px;
}
/* line 52, ../sass/partials/pages/_management.scss */
#business-management_page #traceability, #business-management_page #measures {
  background: #eaf4ff;
  padding: 100px 0 120px;
}
/* line 55, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section, #business-management_page #measures section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
/* line 59, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section h3, #business-management_page #measures section h3 {
  color: #023264;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  position: relative;
}
/* line 66, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section h3:after, #business-management_page #measures section h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 3px;
  background: #023264;
}
/* line 77, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section h3 + p, #business-management_page #measures section h3 + p {
  color: #023264;
  font-size: 13px;
  line-height: 27px;
  margin-bottom: 70px;
  text-align: center;
}
/* line 85, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section #traceability_wrap, #business-management_page #measures section #traceability_wrap {
  display: flex;
  flex-wrap: wrap;
  -webkit-display: flex;
  -webkit-flex-wrap: wrap;
}
/* line 90, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section #traceability_wrap div, #business-management_page #measures section #traceability_wrap div {
  width: 32.6%;
  margin-bottom: 80px;
  padding-right: 35px;
}
/* line 94, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section #traceability_wrap div h4, #business-management_page #measures section #traceability_wrap div h4 {
  color: #023264;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 100, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section #traceability_wrap div p, #business-management_page #measures section #traceability_wrap div p {
  color: #023264;
  font-size: 13px;
  line-height: 27px;
}
/* line 105, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section #traceability_wrap div:nth-of-type(3n), #business-management_page #measures section #traceability_wrap div:nth-of-type(3n) {
  padding-right: 0;
}
/* line 109, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section #traceability_wrap + a, #business-management_page #measures section #traceability_wrap + a {
  display: block;
  width: 348px;
  border: 1px solid #023264;
  background: #023264;
  color: #FFF;
  font-size: 18px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  border-radius: 3px;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 124, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section #traceability_wrap + a:hover, #business-management_page #measures section #traceability_wrap + a:hover {
  background: #FFF;
  color: #023264;
}
/* line 130, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section #product_link, #business-management_page #measures section #product_link {
  display: block;
  color: #023264;
  font-size: 13px;
  text-align: right;
  margin: -30px 20px 0 0;
  width: 29%;
  float: right;
}
/* line 138, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section #product_link .icon_wrap, #business-management_page #measures section #product_link .icon_wrap {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  line-height: 0.8;
}
/* line 144, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section #product_link .icon_plus, #business-management_page #measures section #product_link .icon_plus {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
}
/* line 149, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section #product_link .icon_plus:before, #business-management_page #traceability section #product_link .icon_plus:after, #business-management_page #measures section #product_link .icon_plus:before, #business-management_page #measures section #product_link .icon_plus:after {
  display: block;
  content: '';
  background-color: #023264;
  position: absolute;
  width: 14px;
  height: 3px;
  top: 5px;
  left: 0;
}
/* line 159, ../sass/partials/pages/_management.scss */
#business-management_page #traceability section #product_link .icon_plus:before, #business-management_page #measures section #product_link .icon_plus:before {
  width: 3px;
  height: 14px;
  top: 0;
  left: 5px;
}
/* line 169, ../sass/partials/pages/_management.scss */
#business-management_page #haccp {
  background: #eaf4ff;
  max-width: 1100px;
  margin: 110px auto 100px;
  padding: 35px 20px;
  position: relative;
}
/* line 175, ../sass/partials/pages/_management.scss */
#business-management_page #haccp h3 {
  color: #023264;
  font-size: 24px;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
/* line 181, ../sass/partials/pages/_management.scss */
#business-management_page #haccp h3 + p {
  color: #023264;
  font-size: 13px;
  line-height: 27px;
  margin-bottom: 70px;
  text-align: center;
}
/* line 188, ../sass/partials/pages/_management.scss */
#business-management_page #haccp h3 + p {
  width: 442px;
  background: #a6b8cd;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  color: #023264;
  font-size: 20px;
  border-radius: 3px;
  position: relative;
}
/* line 198, ../sass/partials/pages/_management.scss */
#business-management_page #haccp h3 + p span {
  color: #FFF;
  padding-left: 20px;
}
/* line 204, ../sass/partials/pages/_management.scss */
#business-management_page #haccp .pc {
  display: block !important;
}
/* line 207, ../sass/partials/pages/_management.scss */
#business-management_page #haccp #arrow01, #business-management_page #haccp #arrow02, #business-management_page #haccp #arrow04 {
  position: absolute;
  left: 57.5%;
  display: inline-block;
  height: 15px;
  width: 2px;
  background-color: #a6b8cd;
  position: relative;
}
/* line 215, ../sass/partials/pages/_management.scss */
#business-management_page #haccp #arrow01:before, #business-management_page #haccp #arrow02:before, #business-management_page #haccp #arrow04:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 9px solid #a6b8cd;
  left: -7px;
  top: 15px;
}
/* line 226, ../sass/partials/pages/_management.scss */
#business-management_page #haccp #arrow02 {
  top: -15px;
  left: 42%;
}
/* line 230, ../sass/partials/pages/_management.scss */
#business-management_page #haccp #arrow03 {
  width: 192px;
  height: 2px;
  background: #a6b8cd;
  margin: -55px 0 50px 118px;
}
/* line 236, ../sass/partials/pages/_management.scss */
#business-management_page #haccp #arrow04 {
  position: absolute;
  top: 24.8%;
  left: 12.5%;
  height: 40px;
}
/* line 241, ../sass/partials/pages/_management.scss */
#business-management_page #haccp #arrow04:before {
  top: 40px;
}
/* line 245, ../sass/partials/pages/_management.scss */
#business-management_page #haccp ul {
  max-width: 970px;
  margin: 0 auto 0;
  position: relative;
  overflow: hidden;
}
/* line 250, ../sass/partials/pages/_management.scss */
#business-management_page #haccp ul li {
  width: 145px;
  height: 218px;
  float: left;
  background: #FFF;
  border-radius: 3px;
  color: #023264;
  padding: 15px 12px;
  margin-right: 20px;
  position: relative;
}
/* line 260, ../sass/partials/pages/_management.scss */
#business-management_page #haccp ul li:after {
  position: absolute;
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 14px;
  margin-top: -14px;
}
/* line 275, ../sass/partials/pages/_management.scss */
#business-management_page #haccp ul li:nth-of-type(6) {
  margin-right: 0;
}
/* line 277, ../sass/partials/pages/_management.scss */
#business-management_page #haccp ul li:nth-of-type(6):after {
  display: none;
}
/* line 281, ../sass/partials/pages/_management.scss */
#business-management_page #haccp ul li h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 286, ../sass/partials/pages/_management.scss */
#business-management_page #haccp ul li p {
  font-size: 13px;
  line-height: 27px;
}
/* line 291, ../sass/partials/pages/_management.scss */
#business-management_page #haccp ul + p {
  color: #023264;
  font-size: 13px;
  line-height: 27px;
  margin-top: 30px;
  text-align: center;
}
/* line 301, ../sass/partials/pages/_management.scss */
#business-management_page #measures section {
  max-width: 1060px;
  padding: 0 20px;
}
/* line 304, ../sass/partials/pages/_management.scss */
#business-management_page #measures section:nth-of-type(1) {
  margin-bottom: 100px;
}
/* line 308, ../sass/partials/pages/_management.scss */
#business-management_page #measures ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-justify-content: space-between;
}
/* line 314, ../sass/partials/pages/_management.scss */
#business-management_page #measures ul li {
  width: 32%;
  margin-right: 20px;
}
/* line 317, ../sass/partials/pages/_management.scss */
#business-management_page #measures ul li:nth-of-type(3) {
  margin-right: 0;
}
/* line 320, ../sass/partials/pages/_management.scss */
#business-management_page #measures ul li h4 {
  color: #023264;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
}
/* line 326, ../sass/partials/pages/_management.scss */
#business-management_page #measures ul li img {
  padding: 20px 0;
}
/* line 329, ../sass/partials/pages/_management.scss */
#business-management_page #measures ul li p {
  color: #023264;
  font-size: 13px;
  line-height: 27px;
}
/* line 337, ../sass/partials/pages/_management.scss */
#business-management_page #evaluation {
  background: url(../images/business/management/evaluation.jpg) top left no-repeat;
  margin: 100px auto 0;
  padding-top: 80px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}
/* line 344, ../sass/partials/pages/_management.scss */
#business-management_page #evaluation div {
  width: 52.5%;
  float: right;
  padding: 80px 0 0 45px;
}
/* line 348, ../sass/partials/pages/_management.scss */
#business-management_page #evaluation div h4 {
  color: #023264;
  font-size: 17px;
  margin-bottom: 10px;
}
/* line 355, ../sass/partials/pages/_management.scss */
#business-management_page #design {
  max-width: 1220px;
  margin: 0 auto 110px;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
/* line 361, ../sass/partials/pages/_management.scss */
#business-management_page #design > p {
  width: 54%;
  float: left;
}
/* line 364, ../sass/partials/pages/_management.scss */
#business-management_page #design > p img:nth-of-type(1) {
  padding-right: 25px;
}
/* line 368, ../sass/partials/pages/_management.scss */
#business-management_page #design div {
  width: 38.7%;
  float: right;
  background: #FFF;
  padding-top: 40px;
  position: relative;
}
/* line 374, ../sass/partials/pages/_management.scss */
#business-management_page #design div h4 {
  color: #023264;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.4;
}
/* line 380, ../sass/partials/pages/_management.scss */
#business-management_page #design div p {
  color: #023264;
  font-size: 13px;
  line-height: 27px;
}
/* line 387, ../sass/partials/pages/_management.scss */
#business-management_page .management {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  /* line 393, ../sass/partials/pages/_management.scss */
  #business-management_page #award div {
    padding: 50px 50px 90px 20px;
  }

  /* line 397, ../sass/partials/pages/_management.scss */
  #business-management_page #design > p {
    width: 33%;
  }
  /* line 399, ../sass/partials/pages/_management.scss */
  #business-management_page #design > p img:nth-of-type(1) {
    width: 48%;
    padding-right: 0;
  }
  /* line 403, ../sass/partials/pages/_management.scss */
  #business-management_page #design > p img:nth-of-type(2) {
    width: 48%;
  }
  /* line 407, ../sass/partials/pages/_management.scss */
  #business-management_page #design div {
    width: 63%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 415, ../sass/partials/pages/_management.scss */
  #business-management_page {
    margin: 0;
    padding: 110px 0 75px;
    font-size: 11px;
    line-height: 21px;
  }
  /* line 420, ../sass/partials/pages/_management.scss */
  #business-management_page h2 {
    font-size: 21px;
    line-height: 30px;
    padding: 12% 0 0;
    margin-bottom: 45px;
    background-size: 8%;
  }
  /* line 427, ../sass/partials/pages/_management.scss */
  #business-management_page #caf {
    background: none;
    padding: 0;
    margin-bottom: 90px;
  }
  /* line 431, ../sass/partials/pages/_management.scss */
  #business-management_page #caf .sp {
    margin: auto;
  }
  /* line 434, ../sass/partials/pages/_management.scss */
  #business-management_page #caf div {
    width: 100%;
    padding: 0 20px;
  }
  /* line 437, ../sass/partials/pages/_management.scss */
  #business-management_page #caf div h3 {
    font-size: 18px;
    line-height: 30px;
    padding: 45px 0 0;
    text-align: center;
  }
  /* line 443, ../sass/partials/pages/_management.scss */
  #business-management_page #caf div p {
    font-size: 12px;
    line-height: 22px;
  }
  /* line 446, ../sass/partials/pages/_management.scss */
  #business-management_page #caf div p span {
    font-size: 10px;
    line-height: 19px;
  }
  /* line 453, ../sass/partials/pages/_management.scss */
  #business-management_page #traceability {
    padding: 65px 0 100px;
  }
  /* line 456, ../sass/partials/pages/_management.scss */
  #business-management_page #traceability section h3 {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* line 460, ../sass/partials/pages/_management.scss */
  #business-management_page #traceability section h3 + p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 50px;
  }
  /* line 464, ../sass/partials/pages/_management.scss */
  #business-management_page #traceability section h3 + p br {
    display: none;
  }
  /* line 469, ../sass/partials/pages/_management.scss */
  #business-management_page #traceability section #traceability_wrap {
    display: block;
    padding: 0 10px;
  }
  /* line 472, ../sass/partials/pages/_management.scss */
  #business-management_page #traceability section #traceability_wrap div {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
    text-align: center;
  }
  /* line 477, ../sass/partials/pages/_management.scss */
  #business-management_page #traceability section #traceability_wrap div h4 {
    font-size: 13px;
  }
  /* line 480, ../sass/partials/pages/_management.scss */
  #business-management_page #traceability section #traceability_wrap div p {
    font-size: 12px;
    line-height: 21px;
  }
  /* line 485, ../sass/partials/pages/_management.scss */
  #business-management_page #traceability section #traceability_wrap + a {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
  }
  /* line 491, ../sass/partials/pages/_management.scss */
  #business-management_page #traceability section #product_link {
    margin: 22px 0 0;
    font-size: 12px;
    text-align: center;
    width: 80%;
  }
  /* line 499, ../sass/partials/pages/_management.scss */
  #business-management_page #haccp {
    background: none;
    margin: 65px 0 80px;
    padding: 0 20px;
  }
  /* line 503, ../sass/partials/pages/_management.scss */
  #business-management_page #haccp h3 {
    color: #3a8dbb;
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
  }
  /* line 508, ../sass/partials/pages/_management.scss */
  #business-management_page #haccp h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 3px;
    background: #3a8dbb;
  }
  /* line 520, ../sass/partials/pages/_management.scss */
  #business-management_page #haccp .pc {
    display: none !important;
  }
  /* line 523, ../sass/partials/pages/_management.scss */
  #business-management_page #haccp .sp {
    margin: auto;
  }
  /* line 526, ../sass/partials/pages/_management.scss */
  #business-management_page #haccp #haccp_text {
    color: #023264;
    font-size: 13px;
    line-height: 27px;
    margin-bottom: 60px;
  }
  /* line 533, ../sass/partials/pages/_management.scss */
  #business-management_page #measures {
    padding: 70px 0 40px;
  }
  /* line 536, ../sass/partials/pages/_management.scss */
  #business-management_page #measures #influenza h3, #business-management_page #measures #salmonella h3 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  /* line 542, ../sass/partials/pages/_management.scss */
  #business-management_page #measures section:nth-of-type(1) {
    margin-bottom: 40px;
  }
  /* line 545, ../sass/partials/pages/_management.scss */
  #business-management_page #measures .sp {
    margin: auto;
  }
  /* line 548, ../sass/partials/pages/_management.scss */
  #business-management_page #measures ul {
    display: block !important;
  }
  /* line 550, ../sass/partials/pages/_management.scss */
  #business-management_page #measures ul li {
    float: none;
    width: 100%;
    margin-bottom: 55px;
  }
  /* line 554, ../sass/partials/pages/_management.scss */
  #business-management_page #measures ul li h4 {
    font-size: 13px;
    line-height: 23px;
  }
  /* line 558, ../sass/partials/pages/_management.scss */
  #business-management_page #measures ul li img {
    width: 100%;
  }
  /* line 561, ../sass/partials/pages/_management.scss */
  #business-management_page #measures ul li p {
    font-size: 11px;
    line-height: 23px;
  }
  /* line 568, ../sass/partials/pages/_management.scss */
  #business-management_page #evaluation, #business-management_page #award {
    background: none;
    padding-top: 25px;
    padding-bottom: 65px;
  }
  /* line 572, ../sass/partials/pages/_management.scss */
  #business-management_page #evaluation div, #business-management_page #award div {
    width: 100%;
    padding: 0;
  }
  /* line 575, ../sass/partials/pages/_management.scss */
  #business-management_page #evaluation div h3, #business-management_page #award div h3 {
    padding: 35px 0 27px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 581, ../sass/partials/pages/_management.scss */
  #business-management_page #evaluation div h4, #business-management_page #evaluation div p, #business-management_page #award div h4, #business-management_page #award div p {
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  /* line 586, ../sass/partials/pages/_management.scss */
  #business-management_page #evaluation div h4, #business-management_page #award div h4 {
    font-weight: bold;
  }
  /* line 591, ../sass/partials/pages/_management.scss */
  #business-management_page #award {
    margin-bottom: 0;
  }
  /* line 593, ../sass/partials/pages/_management.scss */
  #business-management_page #award h4 {
    padding-top: 35px;
  }
  /* line 596, ../sass/partials/pages/_management.scss */
  #business-management_page #award .sp {
    margin: auto;
  }
  /* line 600, ../sass/partials/pages/_management.scss */
  #business-management_page #design {
    margin-bottom: 0;
  }
  /* line 602, ../sass/partials/pages/_management.scss */
  #business-management_page #design > p {
    width: 100%;
  }
  /* line 604, ../sass/partials/pages/_management.scss */
  #business-management_page #design > p img {
    width: 48.5%;
  }
  /* line 606, ../sass/partials/pages/_management.scss */
  #business-management_page #design > p img:nth-of-type(1) {
    padding-right: 10px;
  }
  /* line 609, ../sass/partials/pages/_management.scss */
  #business-management_page #design > p img:nth-of-type(2) {
    width: 45.5%;
  }
  /* line 614, ../sass/partials/pages/_management.scss */
  #business-management_page #design div {
    width: 100%;
    padding-top: 30px;
  }
  /* line 617, ../sass/partials/pages/_management.scss */
  #business-management_page #design div h4 {
    font-size: 12px;
    font-weight: bold;
  }
  /* line 621, ../sass/partials/pages/_management.scss */
  #business-management_page #design div p {
    font-size: 10px;
    line-height: 20px;
  }
}
/* line 1, ../sass/partials/pages/_404.scss */
.error-404 {
  max-width: 1220px;
  padding: 0 20px;
  margin: 111px auto;
  margin-bottom: 100px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  /* line 9, ../sass/partials/pages/_404.scss */
  .error-404 {
    position: relative !important;
  }
}



#gourmet .short {
  margin: 100px auto 0;
  padding: 100px;
  max-width: 90%;
  border-radius: 60px;
  background-color: #FFD64D;
  text-align: center;
  color: #000;
}
#gourmet .short h3 {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: bold;
}
#gourmet .short h3 span {
  display: block;
  margin: 0 auto 20px;
  padding-bottom: 3%;
  width: 28%;
  height: 0;
  font-size: 0;
  color: transparent;

  background: no-repeat center/contain url(../images/gourmet/short-movie.svg);

  /*background: no-repeat center/contain url(images/gourmet/short-movie.svg);*/

}
#gourmet .short .row {
  display: flex;
  gap: 6.5%;
}
#gourmet .short .col {
  width: 29%;
}
#gourmet .short .col h4 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}
#gourmet .short .col .iframe_wrap {
  position: relative;
  height: 0;
  margin-bottom: 20px;
}
#gourmet .short .col .iframe_wrap blockquote,
#gourmet .short .col .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  min-width: 0 !important;
}
#gourmet .short .col a {
  display: block;
  margin: 20px auto;
  width: 240px;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #000;
  border-radius: 30px;
}
#gourmet .short .col.youtube .iframe_wrap {
  padding-bottom: 177%;
}
#gourmet .short .col.tiktok {
  padding-top: 12%;
}
#gourmet .short .col.tiktok .iframe_wrap {
  padding-bottom: 230%;
}
#gourmet .short .col.instagram .iframe_wrap {
  padding-bottom: 155%;
}

@media only screen and (max-width: 768px) {
#gourmet .short {
  width: auto;
  margin: 100px 15px;
  padding: 60px 20px;
  border-radius: 30px;
}
#gourmet .short h3 {
  font-size: 22px;
}
#gourmet .short h3 span {
  width: 60%;
  padding-bottom: 7%;
}
#gourmet .short .row {
  display: block;
}
#gourmet .short .col {
  width: 100%;
  margin-bottom: 60px;
}
#gourmet .short .col.tiktok {
  padding: 0;
}
#gourmet .short .col.instagram {
  margin: 0;
}

}