@charset "UTF-8";
/* #### Generated By: http://www.cufonfonts.com #### */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Scss Document */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  background: #f8f8f8;
  font-family: "游ゴシック Medium", "Yu Gothic Medium","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 0;
    font-size: 1.3rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  /*width:auto;*/
}

@media (max-width: 767px) {
  img {
    width: auto;
    /*max-width: none;*/
  }
}

a {
  color: #000;
  text-decoration: none;
}

ul, li, ol, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* PCのみ　画面の横幅が768px以上 */
@media screen and (min-width: 768px) {
  /*ーーーーーーーーーーースタイルここからーーーーーーーーーーーーー*/
  .header_in {
    display: none;
  }
  .header_pc {
    display: block;
  }
}

/* スマフォ用 画面の横幅が767pxまで */
@media (max-width: 767px) {
  #header img, #footer img {
    max-width: 100%;
  }
  .header_in {
    display: block;
  }
  .header_pc {
    display: none;
  }
}

.header_in .header_main {
  width: 100%;
  height: 67px;
  padding: 20px 0 0 0;
  background: #f8f8f8;
}

.header_in .header_main .logo {
  min-height: 50px;
  max-width: 192px;
  margin: 0 auto;
  text-align: center;
}

.header_in .header_main .logo p {
  margin: 0;
}

.header_in .header_main a {
  color: #000;
  text-align: center;
}

.header_in {
  display: block;
}

.header_in .gnav__container {
  background: #fff;
}

.header_in .gnav__menu {
  background: url("../img/bg_contents.png");
  background-size: 5px 5px;
  margin: 0 0;
  padding: 20px 0;
  list-style: none inside;
  text-align: center;
}

.header_in .gnav__menu__item {
  margin: 1.11111em auto;
  width: 336px;
  height: 48px;
  text-align: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.header_in .gnav__menu__item a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 336px auto;
  width: 100%;
  height: 48px;
  display: block;
  margin: 0 auto;
}

.header_in .gnav__menu__item a:hover {
  background-position: 0 -48px;
}

.header_in .gnav__menu__item.menu01 a {
  background-image: url("../img/nav01_pc.png");
}

.header_in .gnav__menu__item.menu02 a {
  background-image: url("../img/nav02_pc.png");
}

.header_in .gnav__menu__item.menu03 a {
  background-image: url("../img/nav03_pc.png");
}

.header_in .gnav__menu__item.menu04 a {
  background-image: url("../img/nav04_pc.png");
}

.header_in .gnav__menu__item.menu05 a {
  background-image: url("../img/nav05_pc.png");
}

.header_in .gnav__menu__item.menu06 a {
  background-image: url("../img/nav06_pc.png");
}

.header_in .gnav__menu__item.menu07 a {
  background-image: url("../img/nav07_pc.png");
}

.header_in .gnav__menu__item.menu08 a {
  background-image: url("../img/nav08_pc.png");
}

@media (max-width: 767px) {
  .header_in .gnav__menu__item {
    width: 68%;
    height: 0;
    padding: 12.57252% 0 0 0;
    position: relative;
  }
  .header_in .gnav__menu__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
  }
  .header_in .gnav__menu__item a:hover {
    background-position: 0 0;
  }
  .header_in .gnav__menu__item.menu01 a {
    background-image: url("../img/nav01_sp.png");
  }
  .header_in .gnav__menu__item.menu02 a {
    background-image: url("../img/nav02_sp.png");
  }
  .header_in .gnav__menu__item.menu03 a {
    background-image: url("../img/nav03_sp.png");
  }
  .header_in .gnav__menu__item.menu04 a {
    background-image: url("../img/nav04_sp.png");
  }
  .header_in .gnav__menu__item.menu05 a {
    background-image: url("../img/nav05_sp.png");
  }
  .header_in .gnav__menu__item.menu06 a {
    background-image: url("../img/nav06_sp.png");
  }
  .header_in .gnav__menu__item.menu07 a {
    background-image: url("../img/nav07_sp.png");
  }
  .header_in .gnav__menu__item.menu08 a {
    background-image: url("../img/nav08_sp.png");
  }
}

.header_in .gnav__menu__item span {
  font-size: 11px;
  display: block;
  color: #000;
  margin: 5px 0 0 0;
  font-weight: bold;
}

/*footer*/
.footer {
  color: #00690a;
  padding: 20px 0 0;
}

.footer a {
  color: #00690a;
}

footer a:hover {
  text-decoration: underline;
}

.footer ul {
  width: 96.5%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0;
  color: #00690a;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer ul li {
  text-align: center;
  font-size: 15px;
  margin: 0 10px;
  font-size: .96rem;
}

@media (max-width: 767px) {
  .footer ul li {
    font-size: 11px;
    margin: 0 5px;
  }
}

.footer address {
  width: 96.5%;
  max-width: 1050px;
  margin: 10px auto;
  text-align: center;
  font-style: normal;
  color: #00690a;
  font-size: .8rem;
}

@media (max-width: 767px) {
  .footer address img {
    width: 214px;
  }
}

.footer:after {
  content: '';
  padding: 0;
  width: 100%;
  height: 30px;
  background: url("../img/bg_contents.png");
  background-size: 5px 5px;
  display: block;
}

/* Scss Document */
.gnav.open .gnav__container {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.gnav.open .gnav__button {
  background-image: none;
}

.gnav.open .gnav__button:before {
  top: 43px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .gnav.open .gnav__button:before {
    top: 24px;
    width: 30px;
  }
}

.gnav.open .gnav__button:after {
  top: 43px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .gnav.open .gnav__button:after {
    top: 24px;
    width: 30px;
  }
}

.gnav__container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(150%, 0, 0);
  transform: translate3d(150%, 0, 0);
  background: #fff;
  -webkit-transition: -webkit-transform 420ms ease-out;
  transition: -webkit-transform 420ms ease-out;
  transition: transform 420ms ease-out;
  transition: transform 420ms ease-out, -webkit-transform 420ms ease-out;
}

.gnav__menu {
  margin: 0 1.5625em;
  padding: 5.625em 0 5.625em;
  list-style: none inside;
  text-align: center;
}

.gnav__menu__item ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
  text-align: left;
}

.gnav__menu__item ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.88889em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.gnav__menu__item ul li a {
  padding: .94em .5em;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-bottom: 1px solid #333;
}

.gnav__menu__item ul li:last-child a {
  border-bottom: none;
}

.gnav__button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  display: block;
  margin: 0;
  padding: 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 87px;
  height: 87px;
  border: none;
  background: none;
  text-align: center;
  font-size: 11px;
  overflow: hidden;
  -webkit-transition: background 420ms;
  transition: background 420ms;
}

@media (max-width: 767px) {
  .gnav__button {
    width: 55px;
    height: 55px;
    padding: 14px;
  }
}

.gnav__button:focus {
  border: none;
  outline: none;
}

.gnav__button:before {
  content: "";
  position: absolute;
  top: 33px;
  display: block;
  margin: 0;
  width: 21px;
  height: 2px;
  background: #000;
  -webkit-transition: top 240ms ease-out, -webkit-transform 420ms ease-out;
  transition: top 240ms ease-out, -webkit-transform 420ms ease-out;
  transition: transform 420ms ease-out, top 240ms ease-out;
  transition: transform 420ms ease-out, top 240ms ease-out, -webkit-transform 420ms ease-out;
}

@media (max-width: 767px) {
  .gnav__button:before {
    width: 27px;
    height: 3px;
    top: 14px;
  }
}

.gnav__button:after {
  content: "";
  position: absolute;
  top: 41px;
  display: block;
  margin: 0;
  width: 21px;
  height: 2px;
  background: #000;
  -webkit-box-shadow: 0 8px 0 #000;
  box-shadow: 0 8px 0 #000;
  -webkit-transition: box-shadow 240ms ease-out, top 240ms ease-out, -webkit-transform 240ms ease-out;
  transition: box-shadow 240ms ease-out, top 240ms ease-out, -webkit-transform 240ms ease-out;
  -webkit-transition: top 240ms ease-out, -webkit-transform 240ms ease-out, -webkit-box-shadow 240ms ease-out;
  transition: top 240ms ease-out, -webkit-transform 240ms ease-out, -webkit-box-shadow 240ms ease-out;
  transition: transform 240ms ease-out, box-shadow 240ms ease-out, top 240ms ease-out;
  transition: transform 240ms ease-out, box-shadow 240ms ease-out, top 240ms ease-out, -webkit-transform 240ms ease-out, -webkit-box-shadow 240ms ease-out;
  transition: transform 240ms ease-out, box-shadow 240ms ease-out, top 240ms ease-out, -webkit-transform 240ms ease-out;
}

@media (max-width: 767px) {
  .gnav__button:after {
    width: 27px;
    top: 26px;
    height: 3px;
    -webkit-box-shadow: 0 12px 0 #000;
    box-shadow: 0 12px 0 #000;
  }
}

.gnav__back {
  position: absolute;
  top: 0;
  right: 0;
}

.gnav__back a {
  display: block;
  padding: 1.33333em 1.5em;
  color: #333;
  text-decoration: none;
  font-size: 1.125em;
  line-height: 1.2;
}

.gnav__back a:before {
  content: "";
  display: inline-block;
  margin-right: .3em;
  width: 30px;
  height: 20px;
  background: url(../img/drawer-return.png) no-repeat;
  background-size: contain;
}

.gnav__label {
  padding: .67em .5em .72em;
  border-bottom: 1px solid #333;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

.toppage * {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.title {
  background: url("../img/bg_contents.png") center center repeat;
  background-size: 5px 5px;
  padding: 42px 0;
}

@media (max-width: 767px) {
  .title {
    padding: 30px 0 20px;
  }
}

.title * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.title h1 {
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .title h1 {
    max-width: 68%;
  }
}

.title.products {
  padding: 60px 0 0;
}

@media (max-width: 767px) {
  .title.products {
    padding: 20px 0 0;
  }
}

.title.products h1 {
  max-width: 580px;
}

@media (max-width: 767px) {
  .title.products h1 {
    max-width: 96%;
  }
}

.title.products p {
  background: #fff;
  margin: 20px 0 0;
  padding: 15px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .title.products p {
    padding: 20px 2%;
  }
}

.title.products2 {
  padding: 30px 0 60px;
}

.title.products2 p {
  margin: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .title.products2 p {
    position: relative;
    z-index: 3;
  }
  .title.products2 p:after {
    content: "";
    display: block;
    background-image: url(../img/top/bg_food02.png);
    background-size: contain;
    width: 14%;
    height: 0;
    padding: 14% 0 0 0;
    position: absolute;
    bottom: 40%;
    left: 0;
    -webkit-transform: rotate(220deg) translateX(-20px);
    transform: rotate(220deg) translateX(-20px);
  }
}

@media (max-width: 767px) {
  .title.products2 {
    background: #f7eee9;
    padding: 60px 0 0;
  }
  .title.products2 .section_inner {
    padding: 0 25px 40px;
    position: relative;
    z-index: 2;
  }
  .title.products2 .section_inner p {
    width: 326px;
    margin: 0 auto;
  }
  .title.products2 .section_inner p:after {
    content: "";
    display: block;
    background-image: url(../img/top/bg_food02.png);
    background-size: contain;
    width: 55px;
    height: 0;
    padding: 59px 0 0 0;
    position: absolute;
    bottom: 40%;
    left: 0;
    -webkit-transform: rotate(220deg) translateX(50px);
    transform: rotate(220deg) translateX(50px);
  }
  .title.products2 .section_inner:after {
    content: "";
    display: block;
    width: 100%;
    background: url("../img/bg_contents.png") center center repeat #fff;
    background-size: 5px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .title.products2.monitor5000 .section_inner:after {
    height: 38%;
  }
  .title.products2.monitor7500 .section_inner:after {
    height: 33%;
  }
}

#fv {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  #fv {
    background: url("../img/bg_contents.png") center center repeat;
    background-size: 5px 5px;
  }
}

#fv > .section_inner {
  max-width: 1050px;
  height: 515px;
  padding: 0 100px 0;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1049px) {
  #fv > .section_inner {
    padding: 0 25px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #fv > .section_inner {
    width: 375px;
    height: 298px;
    position: relative;
    max-width: none;
  }
}

#fv > .section_inner .img {
  background: url("../img/top/bg_fv01_pc.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 27px;
  left: 50%;
  -webkit-transform: translateX(-372px);
  transform: translateX(-372px);
  width: 636px;
  height: 412px;
  padding: 2px 56px 17px 2px;
}

@media (max-width: 767px) {
  #fv > .section_inner .img {
    background: none;
    border: 2px solid #00690a;
    padding: 0;
    width: 325px;
    height: 221px;
    top: 25px;
    left: 12px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #fv > .section_inner .img img {
    width: 325px;
  }
}

#fv > .section_inner .img .fv_img {
  width: 578px;
  height: 393px;
  overflow: hidden;
  background: #fff;
}

@media (max-width: 767px) {
  #fv > .section_inner .img .fv_img {
    width: 321px;
    height: 217px;
  }
}

#fv > .section_inner h1 {
  position: absolute;
  bottom: 34px;
  left: 50%;
  -webkit-transform: translateX(44px);
  transform: translateX(44px);
  width: 362px;
  margin: 0;
  z-index: 3;
}

@media (max-width: 767px) {
  #fv > .section_inner h1 {
    bottom: -41px;
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 294px;
    margin: 0;
  }
}

#fv > .section_inner:before {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 93px;
  height: 90px;
  background-size: contain;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-440px) rotate(90deg);
  transform: translateX(-440px) rotate(90deg);
  z-index: 2;
}

#fv > .section_inner:after {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 93px;
  height: 90px;
  background-size: contain;
  bottom: -24px;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 4;
}

@media (max-width: 767px) {
  #fv > .section_inner:after {
    background-image: url("../img/top/bg_food02.png");
    width: 55px;
    height: 0;
    padding: 59px 0 0 0;
    bottom: -90px;
    right: 0;
    -webkit-transform: rotate(0) translateX(20px);
    transform: rotate(0) translateX(20px);
  }
}

#fv > p {
  background: #f7eee9;
  margin: 0;
  text-align: center;
  padding: 25px 0 17px;
  position: relative;
}

@media (max-width: 767px) {
  #fv > p {
    padding: 50px 0 10px;
    height: 207px;
  }
  #fv > p img {
    width: 318px;
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
    max-width: none;
  }
}

#fv > p:before {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 88px;
  height: 88px;
  background-size: contain;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-404px);
  transform: translateX(-404px);
  z-index: 2;
}

@media (max-width: 767px) {
  #fv > p:before {
    background-image: url("../img/top/bg_food02.png");
    width: 55px;
    height: 0;
    padding: 55px 0 0 0;
    bottom: -1%;
    top: auto;
    left: -2%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.float_btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #00690A;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 59px;
  text-align: center;
  z-index: 100;
}

.float_btn p {
  margin: 0;
}

.float_btn p.text {
  height: 59px;
  padding: 15px 0 14px;
}

.float_btn .app_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 118px;
  height: 118px;
  line-height: 1;
  z-index: 200;
}

@media (max-width: 767px) {
  .float_btn {
    height: 68px;
  }
  .float_btn p {
    width: 200px;
    margin: 0 auto;
  }
  .float_btn p.text {
    padding: 12px 0;
  }
  .float_btn .app_btn {
    position: fixed;
    bottom: 20px;
    right: 0;
    width: 90px;
    height: 90px;
    z-index: 200;
  }
}

.contents {
  width: 100%;
  margin: 0 auto;
}

.contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents .contact {
  text-align: center;
  padding: 30px 0;
}

.contents .contact h2 {
  font-size: 1.4rem;
  display: inline-block;
  border-bottom: 2px solid #00690a;
  margin: 0 0 10px 0;
}

.contents .contact p {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contents .contact p {
    width: 160px;
  }
}

.contents p {
  margin: 0;
}

.contents > .application {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 200;
  width: 100px;
  padding: 100px 0 0 0;
  background: #00690a;
  border-radius: 50%;
}

.contents > .application a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.contents > .application a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .contents > .application {
    width: 60px;
    padding: 60px 0 0 0;
    bottom: 10px;
    left: 10px;
  }
}

.contents > section {
  width: 100%;
  margin: 0 auto;
  overflow-x: none;
}

@media (max-width: 767px) {
  .contents > section {
    max-width: 100%;
  }
}

.contents > section > section {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .contents > section > section {
    padding: 30px 0;
  }
}

.contents > section .section_inner {
  max-width: 1050px;
  margin: 0 auto;
}

@media (max-width: 1049px) {
  .contents > section .section_inner {
    padding: 0 25px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .contents > section .section_inner {
    width: 375px;
  }
}

.contents > section .inner {
  width: 580px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contents > section .inner {
    width: 100%;
    padding: 0 25px;
  }
}

.contents > section.cont-top {
  margin: 0;
}

.contents > section.cont-top .section_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}

@media (max-width: 1049px) {
  .contents > section.cont-top .section_inner {
    padding: 0 25px;
  }
}

.contents > section.cont-top .cont-title {
  background: #00690a;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}

.contents > section.cont-top .cont-title h2 {
  font-weight: 700 !important;
  margin: 0;
  color: #fff;
  font-size: 2rem;
}

.contents > section.cont-top .cont-title h2 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .contents > section.cont-top .cont-title h2 {
    font-size: 1.9rem;
    letter-spacing: 2px;
  }
}

.contents > section.cont-top p {
  line-height: 2.1428;
}

.contents > section.cont-top p span {
  border-bottom: 2px solid #00690a;
  padding-bottom: 3px;
}

.contents > section.cont-top #hope {
  background: url("../img/bg_contents.png") center center repeat;
  background-size: 5px 5px;
  padding: 60px 0 40px;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #hope {
    padding: 24px 0;
  }
}

.contents > section.cont-top #hope .section_inner {
  padding: 0 57px 0 67px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #hope .section_inner {
    padding: 0 25px;
  }
}

.contents > section.cont-top #hope .section_inner p {
  margin: 0;
  text-align: center;
}

.contents > section.cont-top #hope:after {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 88px;
  height: 88px;
  background-size: contain;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(333px) rotate(225deg);
  transform: translateX(333px) rotate(225deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #hope:after {
    display: none;
  }
}

.contents > section.cont-top #howto {
  padding: 0;
}

.contents > section.cont-top #howto .cont-title {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto .cont-title {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto .cont-title img {
    width: 152px;
  }
}

.contents > section.cont-top #howto #about {
  background: #f7eee9;
  padding: 60px 0 125px;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #about {
    padding: 48px 0 100px;
    width: 100%;
  }
}

.contents > section.cont-top #howto #about .section_inner {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #about .section_inner {
    width: 100%;
    margin-bottom: 40px;
  }
}

.contents > section.cont-top #howto #about .section_inner:last-of-type {
  margin-bottom: 0;
}

.contents > section.cont-top #howto #about .section_inner:last-of-type h3 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.contents > section.cont-top #howto #about .cont-title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #about .cont-title {
    margin-bottom: 40px;
  }
}

.contents > section.cont-top #howto #about .cont {
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #about .cont {
    padding: 0;
    margin: 0 auto;
    width: 325px;
  }
}

.contents > section.cont-top #howto #about .cont h3 {
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #about .cont h3 {
    width: 320px;
    margin: 0 0 30px 0;
    text-align: left;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
}

.contents > section.cont-top #howto #about .cont p {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  line-height: 2.1;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #about .cont p {
    padding: 0;
    width: 277px;
  }
}

.contents > section.cont-top #howto #about .cont.cont_right {
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #about .cont.cont_right h3 {
    text-align: right;
    float: right;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #about .cont.cont_right p {
    width: 281px;
    clear: both;
  }
}

.contents > section.cont-top #howto #about:after {
  content: "";
  display: block;
  background: url("../img/top/img_about01.png") 0 0 no-repeat;
  width: 134px;
  height: 112px;
  background-size: contain;
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #about:after {
    width: 108px;
    height: 94px;
  }
}

.contents > section.cont-top #howto #about:before {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 88px;
  height: 88px;
  background-size: contain;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(223px);
  transform: translateX(223px);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #about:before {
    background-image: url("../img/top/bg_food02.png");
    width: 58px;
    height: 0;
    padding: 58px 0 0 0;
    top: -5%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(-5%) rotate(-30deg);
    transform: translateX(-5%) rotate(-30deg);
  }
}

.contents > section.cont-top #howto #bacteria {
  padding: 60px 0;
  background: url("../img/bg_contents.png") center center repeat;
  background-size: 5px 5px;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #bacteria {
    padding: 35px 0;
  }
  .contents > section.cont-top #howto #bacteria h3 img {
    width: 73%;
  }
}

.contents > section.cont-top #howto #bacteria h3 {
  text-align: center;
}

.contents > section.cont-top #howto #bacteria .bact_list {
  max-width: 700px;
  border: 2px solid #00690A;
  background: #fff;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  padding: 35px 70px;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #bacteria .bact_list {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    padding: 20px;
    margin-bottom: 30px;
  }
}

.contents > section.cont-top #howto #bacteria .bact_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #bacteria .bact_list ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.contents > section.cont-top #howto #bacteria .bact_list ul li {
  width: 20%;
  font-weight: bo;
  font-size: 1.4rem;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ" ,sans-serif;
}

.contents > section.cont-top #howto #bacteria .bact_list ul li:first-child {
  margin-left: 10%;
}

.contents > section.cont-top #howto #bacteria .bact_list ul li:nth-child(4) {
  margin-right: 10%;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #bacteria .bact_list ul li {
    width: 30%;
    margin: 0 0 10px 0;
    font-size: 1rem;
  }
  .contents > section.cont-top #howto #bacteria .bact_list ul li:first-child {
    margin-left: 0;
  }
  .contents > section.cont-top #howto #bacteria .bact_list ul li:nth-child(4) {
    margin-right: 0;
  }
  .contents > section.cont-top #howto #bacteria .bact_list ul li:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

.contents > section.cont-top #howto #bacteria .bact_list.bad {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #bacteria .bact_list.bad h3 img {
    width: 68%;
  }
}

.contents > section.cont-top #howto #bacteria .bact_list.bad ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contents > section.cont-top #howto #bacteria .bact_list.bad ul li:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #bacteria .bact_list.bad ul li {
    margin: 0 5%;
  }
  .contents > section.cont-top #howto #bacteria .bact_list.bad ul li:first-child {
    margin: 0 5%;
  }
}

.contents > section.cont-top #howto #bacteria:before {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 93px;
  height: 93px;
  background-size: contain;
  top: -82px;
  left: 50%;
  -webkit-transform: translateX(-338px) rotate(200deg);
  transform: translateX(-338px) rotate(200deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #bacteria:before {
    width: 58px;
    height: 0;
    padding: 58px 0 0 0;
    top: -6%;
    left: -2%;
    -webkit-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg);
  }
}

.contents > section.cont-top #howto #inspection {
  padding: 60px 0;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #inspection {
    padding: 50px 0;
  }
}

.contents > section.cont-top #howto #inspection .cont {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #inspection .cont {
    padding: 0 25px;
    margin-bottom: 20px;
  }
}

.contents > section.cont-top #howto #inspection .cont h3 {
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #inspection .cont h3 {
    width: 325px;
    margin: 0 0 30px 0;
    text-align: left;
  }
}

.contents > section.cont-top #howto #inspection .cont p {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #inspection .cont p {
    width: 75%;
    margin: 0 auto;
  }
}

.contents > section.cont-top #howto #inspection .cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #inspection .cont ul {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contents > section.cont-top #howto #inspection .cont ul li {
  margin: 0 50px;
  width: 200px;
  text-align: center;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #inspection .cont ul li {
    width: 45%;
    margin: 0;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #inspection .cont ul li:first-child {
    margin-right: 10%;
  }
}

.contents > section.cont-top #howto #inspection .cont ul li img {
  display: block;
  margin: 0 auto 20px;
}

.contents > section.cont-top #howto #inspection .cont ul:before {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 93px;
  height: 93px;
  background-size: contain;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-448px) rotate(180deg);
  transform: translateX(-448px) rotate(180deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #inspection .cont ul:before {
    display: none;
  }
}

.contents > section.cont-top #howto #inspection .cont ul:after {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 97px;
  height: 97px;
  background-size: contain;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(350px);
  transform: translateX(350px);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #inspection .cont ul:after {
    background-image: url("../img/top/bg_food02.png");
    width: 58px;
    height: 0;
    padding: 58px 0 0 0;
    top: 55%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(-10%) rotate(30deg);
    transform: translateX(-10%) rotate(30deg);
  }
}

.contents > section.cont-top #howto #inspection .cont:last-of-type {
  margin-bottom: 0;
}

.contents > section.cont-top #howto #inspection .cont.cont_left h3 {
  margin-bottom: 60px;
}

.contents > section.cont-top #howto #inspection .cont.cont_left p {
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #inspection .cont.cont_left h3 {
    margin-bottom: 30px;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #inspection .cont.cont_right {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #inspection .cont.cont_right h3 {
    text-align: right;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}

.contents > section.cont-top #howto #inspection:before {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 88px;
  height: 88px;
  background-size: contain;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(283px) rotate(90deg);
  transform: translateX(283px) rotate(90deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #inspection:before {
    background-image: url("../img/top/bg_food.png");
    width: 58px;
    height: 0;
    padding: 58px 0 0 0;
    top: -2%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(-20%) rotate(0);
    transform: translateX(-20%) rotate(0);
  }
}

.contents > section.cont-top #howto #results {
  background: url("../img/bg_contents.png") center center repeat;
  background-size: 5px 5px;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #results {
    padding: 20px 0;
  }
}

.contents > section.cont-top #howto #results .example {
  margin: 0 auto;
  border: 3px solid #00690A;
  background: #fff;
}

.contents > section.cont-top #howto #results .example h3 {
  background: #00690A;
  text-align: center;
  margin: 0;
  padding: 10px 0 13px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #results .example h3 img {
    width: 155px;
  }
}

.contents > section.cont-top #howto #results .example h4 {
  background: #00690A;
  text-align: center;
  margin: 0 0 45px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #results .example h4 {
    margin: 0 15px 30px;
  }
  .contents > section.cont-top #howto #results .example h4 img {
    width: 145px;
  }
}

.contents > section.cont-top #howto #results .example p {
  margin: 0;
}

.contents > section.cont-top #howto #results .example p.name {
  padding: 57px 0 70px;
  text-align: center;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #results .example p.name {
    padding: 35px 0;
    width: 76%;
    margin: 0 auto;
  }
}

.contents > section.cont-top #howto #results .example p.feature {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #results .example p.feature {
    margin: 0 10px 30px 15px;
  }
}

.contents > section.cont-top #howto #results .example p.more {
  background: #00690A;
  text-align: center;
  padding: 10px 0;
  position: relative;
  line-height: 1;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #results .example p.more {
    text-align: left;
    padding: 10px 0 10px 20px;
  }
  .contents > section.cont-top #howto #results .example p.more img {
    width: 192px;
  }
}

.contents > section.cont-top #howto #results .example p.more:before {
  content: "";
  display: block;
  background: url("../img/ico_arrow_acc01.png") center center no-repeat #00690a;
  background-size: 16px auto;
  width: 31px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.contents > section.cont-top #howto #results .example p.more.open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contents > section.cont-top #howto #results .example .more_information {
  padding: 85px 20px 70px;
  position: relative;
  display: none;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #results .example .more_information {
    padding: 40px 20px 80px;
  }
}

.contents > section.cont-top #howto #results .example .more_information ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents > section.cont-top #howto #results .example .more_information ul li {
  width: 40%;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #results .example .more_information ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}

.contents > section.cont-top #howto #results .example .more_information ul li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #results .example .more_information ul li:nth-last-child(-n + 2) {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #results .example .more_information ul li:last-child {
    margin-bottom: 0;
  }
}

.contents > section.cont-top #howto #results .example .more_information .top-close {
  display: block;
  content: "CLOSE";
  text-align: center;
  background: #00690a;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 7px;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  cursor: pointer;
  line-height: 1;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #results .example .more_information .top-close img {
    width: 45px;
  }
}

.contents > section.cont-top #howto #ordermade_food {
  background: #f7eee9;
  padding: 60px 0 70px;
  position: relative;
}

.contents > section.cont-top #howto #ordermade_food .cont {
  text-align: center;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #ordermade_food .cont {
    width: 375px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #ordermade_food {
    padding: 50px 0 40px;
  }
  .contents > section.cont-top #howto #ordermade_food .cont {
    padding: 0;
  }
}

.contents > section.cont-top #howto #ordermade_food h3 {
  margin: 0 auto 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #ordermade_food h3 {
    margin: 0 0 25px;
    width: 356px;
    text-align: left;
  }
}

.contents > section.cont-top #howto #ordermade_food p {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  line-height: 2.1;
}

.contents > section.cont-top #howto #ordermade_food p span {
  border-bottom: 2px solid #00690a;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #ordermade_food p {
    width: 253px;
    padding: 0;
    margin: 0 auto 45px;
  }
}

.contents > section.cont-top #howto #ordermade_food p.img {
  display: block;
  margin: 65px auto 0;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #ordermade_food p.img {
    width: 93.6%;
    margin: 0 auto;
  }
}

.contents > section.cont-top #howto #ordermade_food p.img:after {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-97px, 50px) rotate(-90deg);
  transform: translate(-97px, 50px) rotate(-90deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #ordermade_food p.img:after {
    width: 55px;
    height: 0;
    padding: 55px 0 0 0;
    top: auto;
    bottom: auto;
    top: -10%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(-8%) rotate(-220deg);
    transform: translateX(-8%) rotate(-220deg);
  }
}

.contents > section.cont-top #howto #ordermade_food:before {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  top: 230px;
  left: 50%;
  -webkit-transform: translateX(-448px) rotate(270deg);
  transform: translateX(-448px) rotate(270deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #ordermade_food:before {
    background-image: url("../img/top/bg_food.png");
    width: 55px;
    height: 0;
    padding: 55px 0 0 0;
    top: -2%;
    left: -4%;
    -webkit-transform: translateX(0) rotate(80deg);
    transform: translateX(0) rotate(80deg);
  }
}

.contents > section.cont-top #howto #ordermade_food:after {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(370px) rotate(270deg);
  transform: translateX(370px) rotate(270deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #howto #ordermade_food:after {
    width: 13%;
    height: 0;
    padding: 13% 0 0 0;
    top: auto;
    bottom: -2%;
    left: -2%;
    -webkit-transform: translateX(0) rotate(-30deg);
    transform: translateX(0) rotate(-30deg);
  }
}

.contents > section.cont-top #flow {
  padding: 0 0 60px;
}

.contents > section.cont-top #flow .cont-title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #flow .cont-title {
    margin-bottom: 25px;
  }
  .contents > section.cont-top #flow .cont-title img {
    width: 210px;
  }
}

.contents > section.cont-top #flow .section_inner {
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #flow .section_inner {
    background: url("../img/bg_contents.png") center center repeat;
    background-size: 5px 5px;
    width: 325px;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid #00690a;
  }
}

.contents > section.cont-top #flow .section_inner .flow_list {
  text-align: center;
  position: relative;
}

.contents > section.cont-top #flow .section_inner .flow_list:before {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(332px) rotate(-30deg);
  transform: translateX(332px) rotate(-30deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #flow .section_inner .flow_list:before {
    display: none;
  }
}

.contents > section.cont-top #flow .section_inner:before {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(392px) rotate(-30deg);
  transform: translateX(392px) rotate(-30deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #flow .section_inner:before {
    display: none;
  }
}

.contents > section.cont-top #flow .section_inner:after {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  bottom: 200px;
  left: 50%;
  -webkit-transform: translateX(-458px) rotate(-30deg);
  transform: translateX(-458px) rotate(-30deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer {
    padding-top: 0;
  }
}

.contents > section.cont-top #trial_offer .cont-title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .cont-title {
    margin-bottom: 30px;
  }
  .contents > section.cont-top #trial_offer .cont-title img {
    width: 170px;
  }
}

.contents > section.cont-top #trial_offer .section_inner {
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner {
    padding: 0;
  }
  .contents > section.cont-top #trial_offer .section_inner p {
    margin: 0 auto 30px;
  }
}

.contents > section.cont-top #trial_offer .section_inner .text01 {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner .text01 {
    width: 244px;
  }
}

.contents > section.cont-top #trial_offer .section_inner .text02 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner .text02 {
    margin-bottom: 40px;
  }
  .contents > section.cont-top #trial_offer .section_inner .text02 img {
    width: 292px;
  }
}

.contents > section.cont-top #trial_offer .section_inner .text04 {
  margin-bottom: 78px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner .text04 {
    width: 215px;
    margin-bottom: 40px;
  }
}

.contents > section.cont-top #trial_offer .section_inner .img01 {
  margin-bottom: 55px;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner .img01 {
    width: 244px;
    margin-bottom: 40px;
  }
}

.contents > section.cont-top #trial_offer .section_inner .img01:after {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-490px) rotate(90deg);
  transform: translateX(-490px) rotate(90deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner .img01:after {
    width: 55px;
    height: 0;
    padding: 55px 0 0 0;
    top: -2%;
    left: auto;
    right: -56px;
    -webkit-transform: translateX(0) rotate(80deg);
    transform: translateX(0) rotate(80deg);
  }
}

.contents > section.cont-top #trial_offer .section_inner .img02 {
  margin-bottom: 85px;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner .img02 {
    width: 136px;
    margin-bottom: 45px;
  }
  .contents > section.cont-top #trial_offer .section_inner .img02 a {
    display: block;
    margin: 0 auto;
  }
}

.contents > section.cont-top #trial_offer .section_inner .img02:after {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  bottom: -66px;
  left: 50%;
  -webkit-transform: translateX(-285px) rotate(220deg);
  transform: translateX(-285px) rotate(220deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner .img02:after {
    width: 55px;
    height: 0;
    padding: 55px 0 0 0;
    top: -2%;
    left: 0;
    -webkit-transform: translateX(-100px) rotate(280deg);
    transform: translateX(-100px) rotate(280deg);
  }
}

.contents > section.cont-top #trial_offer .section_inner .img02:before {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(332px) rotate(220deg);
  transform: translateX(332px) rotate(220deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner .img02:before {
    background-image: url("../img/top/bg_food.png");
    width: 55px;
    height: 0;
    padding: 55px 0 0 0;
    top: auto;
    bottom: -15%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(100px) rotate(290deg);
    transform: translateX(100px) rotate(290deg);
  }
}

.contents > section.cont-top #trial_offer .section_inner .img03 {
  margin-bottom: 75px;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner .img03 {
    width: 333px;
    margin: 0 0 60px 0;
  }
}

.contents > section.cont-top #trial_offer .section_inner .img03:before {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(182px) rotate(240deg);
  transform: translateX(182px) rotate(240deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner .img03:before {
    width: 58px;
    height: 0;
    padding: 58px 0 0 0;
    bottom: -25%;
    left: 0;
    -webkit-transform: translateX(0) rotate(240deg);
    transform: translateX(0) rotate(240deg);
  }
}

.contents > section.cont-top #trial_offer .section_inner .img04 {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner .img04 {
    width: 286px;
    margin-bottom: 60px;
  }
}

.contents > section.cont-top #trial_offer .section_inner .img05 {
  margin-bottom: 55px;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner .img05 {
    text-align: right;
  }
  .contents > section.cont-top #trial_offer .section_inner .img05 img {
    width: 328px;
  }
}

.contents > section.cont-top #trial_offer .section_inner .img05:after {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  bottom: -46px;
  left: 50%;
  -webkit-transform: translateX(-235px) rotate(120deg);
  transform: translateX(-235px) rotate(120deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner .img05:after {
    width: 58px;
    height: 0;
    padding: 58px 0 0 0;
    bottom: -30%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(-3%) rotate(120deg);
    transform: translateX(-3%) rotate(120deg);
  }
}

.contents > section.cont-top #trial_offer .section_inner:before {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(200px) rotate(90deg);
  transform: translateX(200px) rotate(90deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-top #trial_offer .section_inner:before {
    display: none;
  }
}

.contents > section.cont-faq .inner {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .contents > section.cont-faq .inner {
    padding: 60px 25px;
  }
}

.contents > section.cont-faq .group-faq {
  margin-bottom: 24px;
  border: 2px solid #00690a;
  background: #fff;
}

.contents > section.cont-faq .group-faq h2 {
  font-size: 1.8rem;
  min-height: 31px;
  line-height: 31px;
  position: relative;
  padding: 0 47px 0 10px;
  margin: 0;
  cursor: pointer;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  .contents > section.cont-faq .group-faq h2 {
    font-size: 1.7rem;
    padding: 0 40px 0 5px;
  }
}

.contents > section.cont-faq .group-faq h2:before {
  content: "";
  display: block;
  background: url("../img/ico_arrow_acc01.png") center center no-repeat #00690a;
  background-size: 16px auto;
  width: 33px;
  height: 33px;
  position: absolute;
  top: -1px;
  right: -1px;
}

.contents > section.cont-faq .group-faq h2.open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contents > section.cont-faq .group-faq .faq {
  border-top: 2px solid #00690a;
  display: none;
  padding-bottom: 45px;
  position: relative;
}

.contents > section.cont-faq .group-faq .faq .faq-close {
  display: block;
  content: "CLOSE";
  text-align: center;
  background: #00690a;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .contents > section.cont-faq .group-faq .faq .faq-close img {
    width: 45px;
  }
}

.contents > section.cont-faq .group-faq dl {
  margin: 0 0 15px 0;
  padding: 45px 10% 0;
}

@media (max-width: 767px) {
  .contents > section.cont-faq .group-faq dl {
    padding: 30px 6% 0;
  }
}

.contents > section.cont-faq .group-faq dl dt {
  margin: 0 0 15px 0;
  padding-left: 53px;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  line-height: 35px;
}

.contents > section.cont-faq .group-faq dl dt span {
  border-bottom: 2px solid #00690a;
  display: inline-block;
  line-height: 1.4;
  font-weight: bold;
}

.contents > section.cont-faq .group-faq dl dt:before {
  position: absolute;
  background: url("../img/faq/ico_q.png") 0 0 no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  content: "Q";
  width: 35px;
  height: 35px;
  margin-right: 18px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.contents > section.cont-faq .group-faq dl dd {
  margin: 0;
  padding-left: 53px;
  position: relative;
  line-height: 2;
}

.contents > section.cont-faq .group-faq dl dd:before {
  background: url("../img/faq/ico_a.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  width: 35px;
  height: 35px;
  margin-right: 18px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.contents > section.cont-products {
  text-align: center;
}

.contents > section.cont-products #about {
  background: url("../img/bg_contents.png") center center repeat;
  background-size: 5px 5px;
}

.contents > section.cont-products .application {
  padding: 60px 0;
}

.contents > section.cont-products .application p {
  font-weight: 700;
}

.contents > section.cont-products .application p a {
  color: #3079B7;
  border-bottom: 2px solid #3079B7;
  padding-bottom: 3px;
}

.contents > section.cont-products .application p a:hover {
  border: 0;
}

.contents > section.cont-products .application p.app_btn {
  margin: 0 0 5px;
}

.contents > section.cont-products .application p.app_btn a {
  padding: 0;
  border: 0;
}

.contents > section.cont-products .application p.cond_txt {
  margin: 0 0 5px;
  font-size: 1.7rem;
}

.contents > section.cont-products .application p.cond_txt a {
  color: #f83b36;
  padding: 0;
  border: 0;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .contents > section.cont-products .application {
    padding: 30px 0;
  }
  .contents > section.cont-products .application .section_inner .cond_txt {
    margin-bottom: 10px;
  }
  .contents > section.cont-products .application .section_inner .app_btn {
    width: 248px;
    margin: 0 auto 5px;
  }
}

.contents > section.cont-products .application.bg:after {
  content: "";
  display: block;
  background: url("../img/products/img_detail05_pc.png") 0 0 no-repeat;
  background-size: contain;
  width: 668px;
  height: 420px;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .contents > section.cont-products .application.bg:after {
    background: url("../img/products/img_detail05_sp.png") 0 0 no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding: 65.333% 0 0 0;
    position: relative;
    margin: 30px auto 0;
  }
}

.contents > section.cont-products #summary {
  background: url("../img/bg_contents.png") center center repeat;
  background-size: 5px 5px;
}

.contents > section.cont-products #summary ul li {
  margin-bottom: 30px;
}

.contents > section.cont-products #summary ul li:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .contents > section.cont-products #summary ul li {
    margin-bottom: 25px;
  }
}

.contents > section.cont-products #description {
  padding: 88px 0 0;
}

@media (max-width: 767px) {
  .contents > section.cont-products #description {
    padding: 25px 0 0;
  }
}

@media (max-width: 767px) {
  .contents > section.cont-products #description .catch {
    position: relative;
    padding: 0 0 96% 0;
  }
}

.contents > section.cont-products #description .catch:after {
  content: "";
  display: block;
  width: 633px;
  height: 367px;
  background: url("../img/products/img_detail01_pc.png") 0 0 no-repeat;
  background-size: contain;
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  .contents > section.cont-products #description .catch:after {
    background: url("../img/products/img_detail01_sp.png") 0 0 no-repeat;
    background-size: contain;
    margin: 0;
    height: 0;
    padding: 93.7333% 0 0 0;
    left: -7.6%;
    bottom: 0;
    position: absolute;
    width: 114.32%;
  }
}

.contents > section.cont-products #detail {
  padding: 90px 0 0;
}

@media (max-width: 767px) {
  .contents > section.cont-products #detail {
    background: url("../img/bg_contents.png") center center repeat;
    background-size: 5px 5px;
    padding: 30px 0;
    margin-top: -10px;
  }
}

.contents > section.cont-products #detail ul li {
  margin-bottom: 16px;
}

.contents > section.cont-products #detail ul li:first-child {
  margin-bottom: 25px;
}

.contents > section.cont-products #detail ul li:last-child {
  margin-bottom: 0;
}

.contents > section.cont-products #conditions {
  background: url("../img/bg_contents.png") center center repeat;
  background-size: 5px 5px;
}

@media (max-width: 767px) {
  .contents > section.cont-products #conditions .section_inner {
    width: 375px;
  }
}

.contents > section.cont-products #conditions p {
  margin-bottom: 60px;
}

.contents > section.cont-products #conditions p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .contents > section.cont-products #conditions p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 .section_inner {
    width: 375px;
  }
}

.contents > section.cont-products.product2 .cont-title {
  background: #00690a;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}

.contents > section.cont-products.product2 .cont-title h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700 !important;
}

.contents > section.cont-products.product2 .cont-title h2 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 .cont-title h2 {
    font-size: 1.9rem;
    letter-spacing: 2px;
  }
}

.contents > section.cont-products.product2 #trouble {
  background: #f6eee8;
  padding-top: 0;
}

.contents > section.cont-products.product2 #trouble .cont-title {
  margin-bottom: 40px;
}

.contents > section.cont-products.product2 #trouble .section_inner {
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trouble .section_inner {
    margin: 0 auto;
  }
}

.contents > section.cont-products.product2 #trouble .section_inner:before {
  background: url(../img/top/bg_food.png) 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 93px;
  height: 90px;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trouble .section_inner:before {
    width: 50px;
    height: 48px;
    top: 15%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trouble .section_inner:after {
    background: url(../img/top/bg_food.png) 0 0 no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 48px;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-10px, 30px) rotate(-45deg);
    transform: translate(-10px, 30px) rotate(-45deg);
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trouble .section_inner:last-of-type h3 {
    text-align: center;
    margin: 0 auto 20px;
  }
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trouble .section_inner:last-of-type p {
    width: 320px;
  }
}

.contents > section.cont-products.product2 #about {
  background: #f6eee8;
  padding-top: 0;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about {
    width: 100%;
  }
}

.contents > section.cont-products.product2 #about .section_inner {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .section_inner {
    width: 100%;
    margin-bottom: 40px;
  }
}

.contents > section.cont-products.product2 #about .section_inner:last-of-type {
  margin-bottom: 0;
}

.contents > section.cont-products.product2 #about .section_inner:last-of-type h3 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .section_inner:last-of-type p {
    width: 320px;
  }
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .section_inner:last-of-type .cont:after {
    z-index: 2;
    display: block;
    position: absolute;
    background-image: url("../img/top/bg_food02.png");
    background-size: contain;
    width: 58px;
    height: 0;
    padding: 58px 0 0 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(-60px, -50px);
    transform: translate(-60px, -50px);
  }
}

.contents > section.cont-products.product2 #about .cont-title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .cont-title {
    margin-bottom: 40px;
  }
}

.contents > section.cont-products.product2 #about .cont {
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .cont {
    padding: 0;
    margin: 0 auto;
    width: 325px;
  }
  .contents > section.cont-products.product2 #about .cont:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/top/bg_food02.png) 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    top: 55%;
    right: 0;
    -webkit-transform: translateX(30px) rotate(30deg);
    transform: translateX(30px) rotate(30deg);
  }
}

.contents > section.cont-products.product2 #about .cont h3 {
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .cont h3 {
    width: 320px;
    margin: 0 0 30px 0;
    text-align: left;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
}

.contents > section.cont-products.product2 #about .cont p {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  line-height: 2.1;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .cont p {
    padding: 0;
    width: 277px;
  }
}

.contents > section.cont-products.product2 #about .cont.cont_right {
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .cont.cont_right h3 {
    text-align: right;
    float: right;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .cont.cont_right p {
    width: 281px;
    clear: both;
  }
}

.contents > section.cont-products.product2 #about .cont.cont_right ul {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .cont.cont_right ul {
    width: 325px;
    margin: 40px auto 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contents > section.cont-products.product2 #about .cont.cont_right ul li {
  margin: 0 50px;
  width: 200px;
  text-align: center;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .cont.cont_right ul li {
    width: 45%;
    margin: 0;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .cont.cont_right ul li:first-child {
    margin-right: 10%;
  }
}

.contents > section.cont-products.product2 #about .cont.cont_right ul li img {
  display: block;
  margin: 0 auto 20px;
}

.contents > section.cont-products.product2 #about .cont.cont_right ul:before {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 73px;
  height: 73px;
  background-size: contain;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-448px) rotate(180deg);
  transform: translateX(-448px) rotate(180deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .cont.cont_right ul:before {
    display: none;
  }
}

.contents > section.cont-products.product2 #about .cont.cont_right ul:after {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 77px;
  height: 77px;
  background-size: contain;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(420px);
  transform: translateX(420px);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .cont.cont_right ul:after {
    background-image: url("../img/top/bg_food02.png");
    width: 58px;
    height: 0;
    padding: 58px 0 0 0;
    top: 55%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(-10%) rotate(30deg);
    transform: translateX(-10%) rotate(30deg);
  }
}

.contents > section.cont-products.product2 #about .cont.cont_right:after {
  display: none;
}

.contents > section.cont-products.product2 #about .cont.cont_right:before {
  background: url(../img/top/bg_food.png) 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 73px;
  height: 70px;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translate(217px, 100px);
  transform: translate(217px, 100px);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #about .cont.cont_right:before {
    width: 50px;
    left: 0;
    -webkit-transform: translate(-30px, 180px);
    transform: translate(-30px, 180px);
    height: 50px;
  }
}

.contents > section.cont-products.product2 #hope {
  background: url("../img/bg_contents.png") center center repeat;
  background-size: 5px 5px;
  padding: 60px 0 40px;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #hope {
    padding: 24px 0;
  }
}

.contents > section.cont-products.product2 #hope .section_inner {
  padding: 0 57px 0 67px;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #hope .section_inner {
    padding: 0 25px;
  }
}

.contents > section.cont-products.product2 #hope .section_inner p {
  margin: 0;
  text-align: center;
}

.contents > section.cont-products.product2 #hope:after {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 88px;
  height: 88px;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-343px, -90px) rotate(225deg);
  transform: translate(-343px, -90px) rotate(225deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #hope:after {
    display: none;
  }
}

.contents > section.cont-products.product2 #ordermade_food {
  background: #f7eee9;
  padding: 60px 0 70px;
  position: relative;
}

.contents > section.cont-products.product2 #ordermade_food .cont {
  text-align: center;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #ordermade_food .cont {
    width: 375px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #ordermade_food {
    padding: 50px 0 40px;
  }
  .contents > section.cont-products.product2 #ordermade_food .cont {
    padding: 0;
  }
}

.contents > section.cont-products.product2 #ordermade_food h3 {
  margin: 0 auto 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #ordermade_food h3 {
    margin: 0 0 25px;
    width: 356px;
    text-align: left;
  }
}

.contents > section.cont-products.product2 #ordermade_food p {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  line-height: 2.1;
}

.contents > section.cont-products.product2 #ordermade_food p span {
  border-bottom: 2px solid #00690a;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #ordermade_food p {
    width: 253px;
    padding: 0;
    margin: 0 auto 45px;
  }
}

.contents > section.cont-products.product2 #ordermade_food p.img {
  display: block;
  margin: 65px auto 0;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #ordermade_food p.img {
    width: 93.6%;
    margin: 0 auto;
  }
}

.contents > section.cont-products.product2 #ordermade_food p.img:after {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-97px, 50px) rotate(-90deg);
  transform: translate(-97px, 50px) rotate(-90deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #ordermade_food p.img:after {
    width: 55px;
    height: 0;
    padding: 55px 0 0 0;
    top: auto;
    bottom: auto;
    top: -10%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(60px) rotate(-220deg);
    transform: translateX(60px) rotate(-220deg);
  }
}

.contents > section.cont-products.product2 #ordermade_food:before {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  top: 230px;
  left: 50%;
  -webkit-transform: translateX(-448px) rotate(270deg);
  transform: translateX(-448px) rotate(270deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #ordermade_food:before {
    background-image: url("../img/top/bg_food.png");
    width: 55px;
    height: 0;
    padding: 55px 0 0 0;
    top: -10px;
    left: -10px;
    -webkit-transform: translateX(0) rotate(30deg);
    transform: translateX(0) rotate(30deg);
  }
}

.contents > section.cont-products.product2 #ordermade_food:after {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(370px) rotate(270deg);
  transform: translateX(370px) rotate(270deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #ordermade_food:after {
    width: 58px;
    height: 0;
    padding: 58px 0 0 0;
    top: auto;
    bottom: -2%;
    left: -2%;
    -webkit-transform: translateX(0) rotate(-30deg);
    transform: translateX(0) rotate(-30deg);
  }
}

.contents > section.cont-products.product2 #detail {
  background: url("../img/bg_contents.png") center center repeat;
  background-size: 5px 5px;
  padding: 60px 0 25px;
}

.contents > section.cont-products.product2 #detail ul {
  width: 580px;
  margin: 0 auto;
}

.contents > section.cont-products.product2 #detail ul li:nth-child(2) {
  overflow-x: visible;
}

.contents > section.cont-products.product2 #detail ul li:nth-child(2) img {
  width: 610px;
  max-width: none;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #detail ul li:nth-child(2) img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #detail ul {
    width: 100%;
  }
}

.contents > section.cont-products.product2 #voice {
  background: #f7eee9;
  padding: 60px 0 0px 0;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #voice {
    padding: 40px 0;
  }
}

.contents > section.cont-products.product2 #voice .section_inner {
  padding: 364px 0 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #voice .section_inner {
    padding: 0 25px;
  }
}

.contents > section.cont-products.product2 #voice .section_inner ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents > section.cont-products.product2 #voice .section_inner ul li {
  position: absolute;
  left: 50%;
}

.contents > section.cont-products.product2 #voice .section_inner ul li:first-child {
  top: 0;
  -webkit-transform: translateX(-350px);
  transform: translateX(-350px);
}

.contents > section.cont-products.product2 #voice .section_inner ul li:nth-child(2) {
  top: 25px;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
}

.contents > section.cont-products.product2 #voice .section_inner ul li:nth-child(3) {
  top: 196px;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #voice .section_inner ul {
    position: relative;
  }
  .contents > section.cont-products.product2 #voice .section_inner ul li {
    position: static;
    left: 0;
  }
  .contents > section.cont-products.product2 #voice .section_inner ul li:first-child, .contents > section.cont-products.product2 #voice .section_inner ul li:nth-child(2), .contents > section.cont-products.product2 #voice .section_inner ul li:nth-child(3) {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .contents > section.cont-products.product2 #voice .section_inner ul li:nth-child(2) {
    margin-left: 44px;
    /*width: 281px;*/
      width: 241px;
  }
  .contents > section.cont-products.product2 #voice .section_inner ul li:first-child {
    width: 262px;
  }
  .contents > section.cont-products.product2 #voice .section_inner ul li:nth-child(3) {
    width: 241px;
  }
}

.contents > section.cont-products.product2 #voice .section_inner ul:before {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-430px, -90px);
  transform: translate(-430px, -90px);
  z-index: 2;
}

.contents > section.cont-products.product2 #voice .section_inner ul:after {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(290px) rotate(270deg);
  transform: translateX(290px) rotate(270deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #voice .section_inner ul:after {
    width: 50px;
    height: 50px;
    bottom: -70px;
    left: auto;
    right: 0;
    -webkit-transform: translateX(30px) rotate(270deg);
    transform: translateX(30px) rotate(270deg);
  }
}

.contents > section.cont-products.product2 #flow {
  padding: 0 0 60px;
}

.contents > section.cont-products.product2 #flow .cont-title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #flow .cont-title {
    margin-bottom: 25px;
  }
  .contents > section.cont-products.product2 #flow .cont-title img {
    width: 210px;
  }
}

.contents > section.cont-products.product2 #flow .section_inner {
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #flow .section_inner {
    background: url("../img/bg_contents.png") center center repeat;
    background-size: 5px 5px;
    width: 325px;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid #00690a;
  }
}

.contents > section.cont-products.product2 #flow .section_inner .flow_list {
  text-align: center;
  position: relative;
}

.contents > section.cont-products.product2 #flow .section_inner .flow_list:before {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(332px) rotate(-30deg);
  transform: translateX(332px) rotate(-30deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #flow .section_inner .flow_list:before {
    display: none;
  }
}

.contents > section.cont-products.product2 #flow .section_inner:before {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(392px) rotate(-30deg);
  transform: translateX(392px) rotate(-30deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #flow .section_inner:before {
    display: none;
  }
}

.contents > section.cont-products.product2 #flow .section_inner:after {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  bottom: 200px;
  left: 50%;
  -webkit-transform: translateX(-458px) rotate(-30deg);
  transform: translateX(-458px) rotate(-30deg);
  z-index: 2;
}

.contents > section.cont-products.product2 #monitor {
  padding: 0 0 60px;
  background: url("../img/bg_contents.png") center center repeat;
  background-size: 5px 5px;
}

.contents > section.cont-products.product2 #monitor .cont-title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #monitor .cont-title {
    margin-bottom: 25px;
  }
  .contents > section.cont-products.product2 #monitor .cont-title img {
    width: 174px;
  }
}

.contents > section.cont-products.product2 #monitor .img {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #monitor .img {
    margin-bottom: 25px;
  }
}

.contents > section.cont-products.product2 #monitor ul {
  width: 580px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #monitor ul {
    width: 100%;
  }
}

.contents > section.cont-products.product2 #monitor ul li {
  border: 2px solid #00690a;
  background: #fff;
  text-align: center;
  padding: 25px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #monitor ul li {
    padding: 25px 20px;
    margin-bottom: 25px;
  }
}

.contents > section.cont-products.product2 #monitor ul li:last-child {
  margin: 0;
}

.contents > section.cont-products.product2 #monitor ul li h3 span {
  display: inline-block;
  font-size: 1.8rem;
  border-bottom: 2px solid #00690a;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #monitor ul li h3 {
    margin-bottom: 20px;
  }
  .contents > section.cont-products.product2 #monitor ul li h3 span {
    font-size: 1.7rem;
  }
}

.contents > section.cont-products.product2 #monitor ul li p {
  line-height: 2.1;
  display: inline-block;
  text-align: left;
  font-weight: 700;
}

.contents > section.cont-products.product2 #monitor ul li p span {
  color: #00690a;
  font-size: 1.9rem;
  font-weight: 700;
}

.contents > section.cont-products.product2 #faq {
  text-align: left;
  padding: 0 0 60px;
}

.contents > section.cont-products.product2 #faq .cont-title {
  margin-bottom: 60px;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #faq .cont-title {
    margin-bottom: 25px;
    padding: 45px 0;
  }
  .contents > section.cont-products.product2 #faq .cont-title img {
    width: 174px;
  }
}

.contents > section.cont-products.product2 #faq .section_inner {
  position: relative;
}

.contents > section.cont-products.product2 #faq .section_inner:before {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translate(355px, -300px);
  transform: translate(355px, -300px);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #faq .section_inner:before {
    left: 0;
    -webkit-transform: translate(-10px, 200px);
    transform: translate(-10px, 200px);
    width: 50px;
    height: 50px;
  }
}

.contents > section.cont-products.product2 #faq .section_inner:after {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-450px, 30px);
  transform: translate(-450px, 30px);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #faq .section_inner:after {
    left: auto;
    right: 0;
    bottom: -50px;
    top: auto;
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
    width: 50px;
    height: 50px;
  }
}

.contents > section.cont-products.product2 #faq .group-faq {
  width: 580px;
  margin: 0 auto 24px;
  border: 2px solid #00690a;
  background: #fff;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #faq .group-faq {
    width: 100%;
  }
}

.contents > section.cont-products.product2 #faq .group-faq:last-of-type {
  margin-bottom: 0;
}

.contents > section.cont-products.product2 #faq .group-faq h2 {
  font-size: 1.8rem;
  min-height: 31px;
  line-height: 31px;
  position: relative;
  padding: 0 47px 0 10px;
  margin: 0;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #faq .group-faq h2 {
    font-size: 1.7rem;
    padding: 0 40px 0 5px;
  }
}

.contents > section.cont-products.product2 #faq .group-faq .faq {
  border-top: 2px solid #00690a;
  padding-bottom: 45px;
  position: relative;
}

.contents > section.cont-products.product2 #faq .group-faq dl {
  margin: 0 0 15px 0;
  padding: 45px 10% 0;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #faq .group-faq dl {
    padding: 30px 6% 0;
  }
}

.contents > section.cont-products.product2 #faq .group-faq dl dt {
  margin: 0 0 15px 0;
  padding-left: 53px;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  line-height: 35px;
}

.contents > section.cont-products.product2 #faq .group-faq dl dt span {
  border-bottom: 2px solid #00690a;
  display: inline-block;
  line-height: 1.4;
  font-weight: 700;
}

.contents > section.cont-products.product2 #faq .group-faq dl dt:before {
  position: absolute;
  background: url("../img/faq/ico_q.png") 0 0 no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  content: "Q";
  width: 35px;
  height: 35px;
  margin-right: 18px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.contents > section.cont-products.product2 #faq .group-faq dl dd {
  margin: 0;
  padding-left: 53px;
  position: relative;
  line-height: 2;
  font-weight: 700;
}

.contents > section.cont-products.product2 #faq .group-faq dl dd:before {
  background: url("../img/faq/ico_a.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  width: 35px;
  height: 35px;
  margin-right: 18px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.contents > section.cont-products.product2 #trial_offer .section_inner {
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trial_offer .section_inner {
    padding: 0;
  }
  .contents > section.cont-products.product2 #trial_offer .section_inner p {
    margin: 0 auto 30px;
  }
}

.contents > section.cont-products.product2 #trial_offer .section_inner h3 {
  margin-bottom: 35px;
  font-size: 1.8rem;
  line-height: 1.75;
}

.contents > section.cont-products.product2 #trial_offer .section_inner h3 span {
  display: inline-block;
  border-bottom: 2px solid #00690a;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trial_offer .section_inner h3 {
    font-size: 1.6rem;
  }
}

.contents > section.cont-products.product2 #trial_offer .section_inner .text02 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trial_offer .section_inner .text02 {
    margin-bottom: 40px;
  }
  .contents > section.cont-products.product2 #trial_offer .section_inner .text02 img {
    width: 292px;
  }
}

.contents > section.cont-products.product2 #trial_offer .section_inner .img01 {
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trial_offer .section_inner .img01 {
    width: 250px;
    text-align: left;
    margin-bottom: 40px;
  }
  .contents > section.cont-products.product2 #trial_offer .section_inner .img01 img {
    width: 86.8%;
  }
}

.contents > section.cont-products.product2 #trial_offer .section_inner .img01:after {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-490px) rotate(90deg);
  transform: translateX(-490px) rotate(90deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trial_offer .section_inner .img01:after {
    width: 55px;
    height: 0;
    padding: 55px 0 0 0;
    top: -2%;
    left: auto;
    right: -56px;
    -webkit-transform: translateX(0) rotate(80deg);
    transform: translateX(0) rotate(80deg);
  }
}

.contents > section.cont-products.product2 #trial_offer .section_inner .img02 {
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trial_offer .section_inner .img02 {
    width: 136px;
    margin-bottom: 45px;
  }
  .contents > section.cont-products.product2 #trial_offer .section_inner .img02 a {
    display: block;
    margin: 0 auto;
  }
}

.contents > section.cont-products.product2 #trial_offer .section_inner .img02:after {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-285px) rotate(220deg);
  transform: translateX(-285px) rotate(220deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trial_offer .section_inner .img02:after {
    width: 55px;
    height: 0;
    padding: 55px 0 0 0;
    top: -2%;
    left: 0;
    -webkit-transform: translateX(-100px) rotate(280deg);
    transform: translateX(-100px) rotate(280deg);
  }
}

.contents > section.cont-products.product2 #trial_offer .section_inner .img02:before {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 66px;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(332px) rotate(220deg);
  transform: translateX(332px) rotate(220deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trial_offer .section_inner .img02:before {
    background-image: url("../img/top/bg_food.png");
    width: 55px;
    height: 0;
    padding: 55px 0 0 0;
    top: auto;
    bottom: -15%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(100px) rotate(290deg);
    transform: translateX(100px) rotate(290deg);
  }
}

.contents > section.cont-products.product2 #trial_offer .section_inner .img03 {
  margin-bottom: 75px;
  position: relative;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trial_offer .section_inner .img03 {
    width: 332px;
    margin: 0 auto 60px;
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
  }
}

.contents > section.cont-products.product2 #trial_offer .section_inner .img03:before {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(182px) rotate(240deg);
  transform: translateX(182px) rotate(240deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trial_offer .section_inner .img03:before {
    display: none;
  }
}

.contents > section.cont-products.product2 #trial_offer .section_inner:before {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(200px) rotate(90deg);
  transform: translateX(200px) rotate(90deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-products.product2 #trial_offer .section_inner:before {
    display: none;
  }
}

.contents > section.cont-movie #movie_container {
  width: 100%;
  padding: 56.19% 0 0 0;
  background: #eee;
  position: relative;
}

.contents > section.cont-movie #movie_container .movie_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents > section.cont-movie .section_inner .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0;
}

.contents > section.cont-movie .section_inner .sns li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .contents > section.cont-movie .section_inner .sns li {
    width: 29px;
  }
}

.contents > section.cont-movie .section_inner .inner {
  position: relative;
  margin: 40px auto 80px;
}

@media (max-width: 767px) {
  .contents > section.cont-movie .section_inner .inner {
    margin: 17% auto 80px;
  }
}

.contents > section.cont-movie .section_inner .inner p {
  text-align: center;
}

.contents > section.cont-movie .section_inner .inner:before {
  background: url("../img/top/bg_food.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 98px;
  height: 98px;
  background-size: contain;
  top: -40px;
  left: -120px;
  -webkit-transform: rotate(-240deg);
  transform: rotate(-240deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-movie .section_inner .inner:before {
    background-image: url("../img/top/bg_food02.png");
    width: 18%;
    height: 0;
    padding: 18% 0 0 0;
    top: -40%;
    left: auto;
    left: -4%;
    -webkit-transform: translateX(0) rotate(-120deg);
    transform: translateX(0) rotate(-120deg);
  }
}

.contents > section.cont-movie .section_inner .inner:after {
  background: url("../img/top/bg_food02.png") 0 0 no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 88px;
  height: 88px;
  background-size: contain;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(285px) rotate(30deg);
  transform: translateX(285px) rotate(30deg);
  z-index: 2;
}

@media (max-width: 767px) {
  .contents > section.cont-movie .section_inner .inner:after {
    background-image: url("../img/top/bg_food.png");
    width: 18%;
    height: 0;
    padding: 18% 0 0 0;
    bottom: -25%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(-5%) rotate(10deg);
    transform: translateX(-5%) rotate(10deg);
  }
}

.ec-orderRole img {
  max-width: 500px;
}

@media (max-width: 767px) {
  .ec-orderRole img {
    max-width: 250px;
  }
}
