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

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

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

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

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

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

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

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

/* line 1, ../scss/partials/common/_global.scss */
html {
  font-size: 62.5%;
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #3C1D0C;
  background: #FDFAED;
}

/* line 12, ../scss/partials/common/_global.scss */
* {
  box-sizing: border-box;
}
/* line 14, ../scss/partials/common/_global.scss */
*:focus {
  outline: none;
  border: none;
}

/* line 20, ../scss/partials/common/_global.scss */
img {
  vertical-align: middle;
  max-width: 100%;
}

/* line 25, ../scss/partials/common/_global.scss */
button,
input {
  -webkit-appearance: none;
  appearance: none;
}

/* line 31, ../scss/partials/common/_global.scss */
a {
  text-decoration: none;
  color: #3C1D0C;
}

/* line 36, ../scss/partials/common/_global.scss */
.pc {
  display: block !important;
}

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

/* line 42, ../scss/partials/common/_global.scss */
#mainArea {
  padding-top: 121px;
}

@media only screen and (max-width: 768px) {
  /* line 49, ../scss/partials/common/_global.scss */
  .sp {
    display: block !important;
  }

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

  /* line 55, ../scss/partials/common/_global.scss */
  #mainArea {
    padding-top: 80px;
  }
}
/* line 1, ../scss/partials/layouts/_header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  z-index: 99;
}
/* line 8, ../scss/partials/layouts/_header.scss */
.header .wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
/* line 12, ../scss/partials/layouts/_header.scss */
.header .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
/* line 18, ../scss/partials/layouts/_header.scss */
.header #product {
  max-width: none;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  background: #E68B21;
}
/* line 25, ../scss/partials/layouts/_header.scss */
.header #product a {
  display: block;
  margin-right: 20px;
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
/* line 33, ../scss/partials/layouts/_header.scss */
.header #product a:hover {
  opacity: 0.7;
}
/* line 36, ../scss/partials/layouts/_header.scss */
.header #product a .arrow {
  position: relative;
  padding-left: 20px;
}
/* line 39, ../scss/partials/layouts/_header.scss */
.header #product a .arrow:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 4px;
}
/* line 57, ../scss/partials/layouts/_header.scss */
.header #global_nav {
  position: relative;
  top: auto;
  width: 100%;
  z-index: 20;
  overflow: hidden;
  background: #fff;
}
/* line 64, ../scss/partials/layouts/_header.scss */
.header #global_nav #logo {
  float: left;
  position: relative;
  z-index: 1000000;
}
/* line 68, ../scss/partials/layouts/_header.scss */
.header #global_nav #logo a {
  display: inline-block;
  padding: 20px 0;
  width: 135px;
  height: 75px;
  background: url(../img/logo.png) no-repeat center center;
  background-size: 100%;
}
/* line 75, ../scss/partials/layouts/_header.scss */
.header #global_nav #logo a span {
  display: none;
}
/* line 79, ../scss/partials/layouts/_header.scss */
.header #global_nav #logo a.corporate {
  display: inline-block;
  padding: 20px 0;
  width: 170px;
  height: 75px;
  background: url(../../images/logo.svg) no-repeat center center;
  background-size: 100%;
}
/* line 86, ../scss/partials/layouts/_header.scss */
.header #global_nav #logo a.corporate span {
  display: none;
}
/* line 91, ../scss/partials/layouts/_header.scss */
.header #global_nav nav {
  float: right;
  margin-top: 14px;
}
/* line 94, ../scss/partials/layouts/_header.scss */
.header #global_nav nav ul {
  font-size: 0;
}
/* line 96, ../scss/partials/layouts/_header.scss */
.header #global_nav nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 100px;
}
/* line 100, ../scss/partials/layouts/_header.scss */
.header #global_nav nav ul li a {
  font-family: "usual","Noto Sans Japanese",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #606060;
  padding: 12px 0;
  -webkit-font-smoothing: antialiased;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
/* line 110, ../scss/partials/layouts/_header.scss */
.header #global_nav nav ul li a:hover {
  opacity: 0.7;
}
/* line 116, ../scss/partials/layouts/_header.scss */
.header #global_nav nav .full_nav {
  position: fixed;
  right: -500px;
  top: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100vh;
  background-color: #fff;
  padding-top: 80px;
  padding-left: 40px;
  padding-bottom: 100px;
  width: 500px;
  z-index: 100;
  overflow: auto;
}
/* line 130, ../scss/partials/layouts/_header.scss */
.header #global_nav nav .full_nav .menu a {
  font-size: 20px;
}
/* line 133, ../scss/partials/layouts/_header.scss */
.header #global_nav nav .full_nav .menu > li > ul {
  margin-top: 0;
}
/* line 136, ../scss/partials/layouts/_header.scss */
.header #global_nav nav .full_nav .menu > li > ul li a {
  font-size: 15px;
  color: #E68B21;
  font-weight: 300;
}
/* line 144, ../scss/partials/layouts/_header.scss */
.header #global_nav nav .full_nav ul {
  margin-top: 40px;
  margin-bottom: 30px;
}
/* line 147, ../scss/partials/layouts/_header.scss */
.header #global_nav nav .full_nav ul li {
  display: block;
}
/* line 149, ../scss/partials/layouts/_header.scss */
.header #global_nav nav .full_nav ul li a {
  font-size: 16px;
  color: #3C1D0C;
  font-weight: 600;
  padding: 1.85% 10px;
}
/* line 158, ../scss/partials/layouts/_header.scss */
.header #global_nav nav .full_nav ul.site_link li a {
  color: #E68B21;
}
/* line 164, ../scss/partials/layouts/_header.scss */
.header #global_nav nav .full_nav .menu_btn {
  right: auto;
  left: 46px;
  top: 50px;
}
/* line 172, ../scss/partials/layouts/_header.scss */
.header #global_nav.open .full_nav {
  right: 0;
}
/* line 177, ../scss/partials/layouts/_header.scss */
.header .menu_btn {
  position: absolute;
  display: block;
  width: 35px;
  height: 34px;
  right: 20px;
  top: 30px;
  z-index: 20;
  cursor: pointer;
  margin-top: 15px;
  margin: auto;
  background: none;
  border: none;
  outline: inherit;
}
/* line 192, ../scss/partials/layouts/_header.scss */
.header .menu_btn .menu_wrap {
  width: 45px;
  z-index: 9999;
}
/* line 195, ../scss/partials/layouts/_header.scss */
.header .menu_btn .menu_wrap > span {
  height: 34px;
  line-height: 34px;
  margin: 0 auto 0 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #d9bd8d;
}
/* line 205, ../scss/partials/layouts/_header.scss */
.header .menu_btn .menu_icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 4px;
  margin-top: -3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 214, ../scss/partials/layouts/_header.scss */
.header .menu_btn .menu_icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #E68B21;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 225, ../scss/partials/layouts/_header.scss */
.header .menu_btn .menu_icon span:nth-child(1) {
  top: 0px;
}
/* line 228, ../scss/partials/layouts/_header.scss */
.header .menu_btn .menu_icon span:nth-child(2), .header .menu_btn .menu_icon span:nth-child(3) {
  top: 11px;
}
/* line 232, ../scss/partials/layouts/_header.scss */
.header .menu_btn .menu_icon span:nth-child(4) {
  top: 22px;
}
/* line 239, ../scss/partials/layouts/_header.scss */
.header .menu_btn.open .menu_icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* line 244, ../scss/partials/layouts/_header.scss */
.header .menu_btn.open .menu_icon span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 247, ../scss/partials/layouts/_header.scss */
.header .menu_btn.open .menu_icon span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 250, ../scss/partials/layouts/_header.scss */
.header .menu_btn.open .menu_icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* line 264, ../scss/partials/layouts/_header.scss */
.kiyora_nav_wrapper {
  width: 100%;
  overflow: hidden;
  float: left;
}

/* line 270, ../scss/partials/layouts/_header.scss */
#kiyora_nav {
  width: 100%;
  margin: 15px auto 20px auto;
  font-size: 0;
  text-align: center;
  display: table;
  text-align: center;
  width: 1100px;
}
/* line 278, ../scss/partials/layouts/_header.scss */
#kiyora_nav li {
  text-align: center;
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}
/* line 293, ../scss/partials/layouts/_header.scss */
#kiyora_nav li.current a {
  border-bottom: 2px solid #606060;
}
/* line 297, ../scss/partials/layouts/_header.scss */
#kiyora_nav li a {
  font-family: "usual","Noto Sans Japanese",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  text-align: left;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 400;
  color: #606060;
  line-height: 1.6;
}

/* line 311, ../scss/partials/layouts/_header.scss */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

/* line 317, ../scss/partials/layouts/_header.scss */
.menu-trigger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 33px;
  height: 28px;
  z-index: 10000;
}

/* line 325, ../scss/partials/layouts/_header.scss */
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #d0ad71;
  border-radius: 4px;
}

/* line 333, ../scss/partials/layouts/_header.scss */
.menu-trigger span:nth-of-type(1) {
  top: 0;
}

/* line 336, ../scss/partials/layouts/_header.scss */
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

/* line 339, ../scss/partials/layouts/_header.scss */
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* line 342, ../scss/partials/layouts/_header.scss */
.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
/* line 368, ../scss/partials/layouts/_header.scss */
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

/* line 372, ../scss/partials/layouts/_header.scss */
.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
/* line 398, ../scss/partials/layouts/_header.scss */
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(12px) rotate(45deg);
  }
}
/* line 424, ../scss/partials/layouts/_header.scss */
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

/* line 427, ../scss/partials/layouts/_header.scss */
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(-12px) rotate(-45deg);
  }
}
/* line 456, ../scss/partials/layouts/_header.scss */
#kiyora_top .header #logo {
  min-height: 75px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
/* line 461, ../scss/partials/layouts/_header.scss */
#kiyora_top .header #logo .kiyora, #kiyora_top .header #logo .corporate {
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 467, ../scss/partials/layouts/_header.scss */
#kiyora_top .header #logo .kiyora {
  opacity: 0;
  z-index: 1;
}
/* line 471, ../scss/partials/layouts/_header.scss */
#kiyora_top .header #logo .corporate {
  opacity: 1;
  z-index: 100;
}
/* line 476, ../scss/partials/layouts/_header.scss */
#kiyora_top .header #logo.on .kiyora {
  opacity: 1;
  z-index: 100;
}
/* line 480, ../scss/partials/layouts/_header.scss */
#kiyora_top .header #logo.on .corporate {
  opacity: 0;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  /* line 492, ../scss/partials/layouts/_header.scss */
  .kiyora_nav_wrapper {
    display: none;
  }

  /* line 496, ../scss/partials/layouts/_header.scss */
  .header {
    z-index: 20;
    width: 100%;
    background-color: #fff;
    height: auto;
    position: fixed;
    top: 0;
  }
  /* line 503, ../scss/partials/layouts/_header.scss */
  .header #product {
    display: none;
  }
  /* line 507, ../scss/partials/layouts/_header.scss */
  .header #global_nav.open {
    height: 100vh;
    position: fixed;
  }
  /* line 511, ../scss/partials/layouts/_header.scss */
  .header #global_nav.open > .wrapper nav {
    right: 0;
  }
  /* line 516, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper {
    overflow: visible;
    padding: 0;
  }
  /* line 519, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper nav {
    margin-top: 0;
    position: fixed;
    top: 0;
    right: -100%;
    float: none;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: #fff;
    padding-bottom: 100px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  /* line 531, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper nav.open {
    left: 0;
  }
  /* line 534, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper nav div > .menu {
    display: none;
  }
  /* line 537, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper nav ul {
    margin-top: 25px;
  }
  /* line 539, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper nav ul li {
    display: block;
  }
  /* line 541, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper nav ul li a {
    font-size: 18px;
    font-weight: bold;
  }
  /* line 547, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper nav .full_nav {
    display: block;
    position: relative;
    padding-top: 40px;
    padding-left: 20px;
    overflow: auto;
    width: 100%;
  }
  /* line 554, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper nav .full_nav .menu {
    display: block;
  }
  /* line 556, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper nav .full_nav .menu li {
    margin-right: 0;
  }
  /* line 558, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper nav .full_nav .menu li a {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
  }
  /* line 564, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper nav .full_nav a {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
  }
  /* line 568, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper nav .full_nav .menu_btn {
    display: none;
  }
  /* line 573, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper #logo {
    float: none;
    margin-left: 20px;
    width: 30%;
  }
  /* line 577, ../scss/partials/layouts/_header.scss */
  .header #global_nav > .wrapper #logo a {
    width: 100%;
  }
  /* line 583, ../scss/partials/layouts/_header.scss */
  .header .menu_btn {
    display: block;
    top: 20px;
    right: 20px;
    z-index: 999999;
  }
  /* line 588, ../scss/partials/layouts/_header.scss */
  .header .menu_btn.open {
    position: fixed;
    right: 20px;
  }
}
/* line 1, ../scss/partials/layouts/_footer.scss */
.footer {
  padding: 30px 20px;
  text-align: center;
  font-size: 14px;
  background: #FEE48C;
}
/* line 6, ../scss/partials/layouts/_footer.scss */
.footer address {
  position: static;
  font-size: 14px;
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  color: #3C1D0C;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

/* line 3, ../scss/partials/pages/_top.scss */
.top__kv img {
  margin: 0 auto;
}
/* line 7, ../scss/partials/pages/_top.scss */
.top__hikakin_banner {
  background-color: #FFD64D;
  padding-top: 90px;
  padding-bottom: 90px;
}
/* line 11, ../scss/partials/pages/_top.scss */
.top__hikakin_banner a {
  display: block;
  max-width: 1230px;
  width: 95%;
  margin: auto;
}
/* line 16, ../scss/partials/pages/_top.scss */
.top__hikakin_banner a .sp {
  display: none;
}
/* line 21, ../scss/partials/pages/_top.scss */
.top__news {
  padding: 70px 20px;
  background: #FFBB3B;
}
/* line 24, ../scss/partials/pages/_top.scss */
.top__news__title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
/* line 30, ../scss/partials/pages/_top.scss */
.top__news__jatitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
}
/* line 35, ../scss/partials/pages/_top.scss */
.top__news__list {
  max-width: 810px;
  margin: 0 auto;
}
/* line 39, ../scss/partials/pages/_top.scss */
.top__news__item {
  margin-bottom: 20px;
}
/* line 41, ../scss/partials/pages/_top.scss */
.top__news__item__link {
  display: block;
}
/* line 43, ../scss/partials/pages/_top.scss */
.top__news__item__link:after {
  content: "";
  display: block;
  clear: both;
}
/* line 49, ../scss/partials/pages/_top.scss */
.top__news__item__date {
  display: block;
  width: 160px;
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
/* line 57, ../scss/partials/pages/_top.scss */
.top__news__item__title {
  font-size: 16px;
}
/* line 64, ../scss/partials/pages/_top.scss */
.top__pagelist {
  background: #FFD64D;
}
/* line 66, ../scss/partials/pages/_top.scss */
.top__pagelist__wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  max-width: 1220px;
  padding: 80px 20px;
  margin: 0 auto;
}
/* line 72, ../scss/partials/pages/_top.scss */
.top__pagelist__item {
  width: 22%;
  text-align: center;
}
/* line 75, ../scss/partials/pages/_top.scss */
.top__pagelist__item__title {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
/* line 80, ../scss/partials/pages/_top.scss */
.top__pagelist__item__jptitle {
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 84, ../scss/partials/pages/_top.scss */
.top__pagelist__item__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
/* line 92, ../scss/partials/pages/_top.scss */
.top__pagelist__item__img:hover .top__pagelist__item__img__hover {
  opacity: 1;
}
/* line 96, ../scss/partials/pages/_top.scss */
.top__pagelist__item__img__hover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  background: rgba(159, 78, 0, 0.65);
  text-align: left;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 107, ../scss/partials/pages/_top.scss */
.top__pagelist__item__img__hover__item {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex;
  align-items: flex;
  -webkit-align-content: center;
  align-content: center;
  height: 50%;
  width: 100%;
  padding: 20px 40px;
  text-align: left;
}
/* line 113, ../scss/partials/pages/_top.scss */
.top__pagelist__item__img__hover__item a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* line 118, ../scss/partials/pages/_top.scss */
.top__pagelist__item__img__hover__item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
/* line 136, ../scss/partials/pages/_top.scss */
.top__important {
  background: white;
  padding: 80px 0;
  text-align: center;
}
/* line 140, ../scss/partials/pages/_top.scss */
.top__important__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #36a0da;
}
/* line 146, ../scss/partials/pages/_top.scss */
.top__important__title span {
  line-height: 1.4;
  color: #E68B21;
  background: -moz-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: -webkit-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='$yellow',GradientType=1 );
}
/* line 156, ../scss/partials/pages/_top.scss */
.top__important img {
  margin-bottom: 2em;
}
/* line 159, ../scss/partials/pages/_top.scss */
.top__important__list {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
/* line 164, ../scss/partials/pages/_top.scss */
.top__important__list li {
  position: relative;
  width: 30%;
  padding: 10px;
  color: #36a0da;
  font-size: 16px;
  text-align: left;
}
/* line 171, ../scss/partials/pages/_top.scss */
.top__important__list li h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1em;
}
/* line 175, ../scss/partials/pages/_top.scss */
.top__important__list li h4 img {
  margin-bottom: 0;
  margin-right: 10px;
}
/* line 184, ../scss/partials/pages/_top.scss */
.top__rich-taste {
  padding: 90px 0;
}
/* line 186, ../scss/partials/pages/_top.scss */
.top__rich-taste__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
/* line 191, ../scss/partials/pages/_top.scss */
.top__rich-taste__title span {
  line-height: 1.4;
  color: #E68B21;
  background: -moz-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: -webkit-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='$yellow',GradientType=1 );
}
/* line 200, ../scss/partials/pages/_top.scss */
.top__rich-taste__description {
  line-height: 1.7;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}
/* line 206, ../scss/partials/pages/_top.scss */
.top__rich-taste__wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
/* line 212, ../scss/partials/pages/_top.scss */
.top__rich-taste__item {
  position: relative;
  width: 30%;
  padding: 10px;
}
/* line 216, ../scss/partials/pages/_top.scss */
.top__rich-taste__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/top/border.svg) no-repeat center;
  background-size: 100% 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
/* line 230, ../scss/partials/pages/_top.scss */
.top__rich-taste__item:hover:before {
  opacity: 1;
}
/* line 234, ../scss/partials/pages/_top.scss */
.top__rich-taste__item__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: #FEE48C;
}
/* line 243, ../scss/partials/pages/_top.scss */
.top__rich-taste__item__img img {
  vertical-align: middle;
}
/* line 247, ../scss/partials/pages/_top.scss */
.top__rich-taste__item__text {
  padding: 45px 40px;
}
/* line 250, ../scss/partials/pages/_top.scss */
.top__rich-taste__item__description {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
}
/* line 256, ../scss/partials/pages/_top.scss */
.top__rich-taste__btn {
  margin-top: 60px;
  padding: 0 20px;
  text-align: center;
}
/* line 260, ../scss/partials/pages/_top.scss */
.top__rich-taste__btn a {
  position: relative;
  display: inline-block;
  width: 440px;
  max-width: 100%;
  padding: 15px 40px 15px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #E68B21;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 272, ../scss/partials/pages/_top.scss */
.top__rich-taste__btn a:hover {
  opacity: .7;
}
/* line 275, ../scss/partials/pages/_top.scss */
.top__rich-taste__btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  /* line 295, ../scss/partials/pages/_top.scss */
  .top__hikakin_banner {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  /* line 298, ../scss/partials/pages/_top.scss */
  .top__hikakin_banner a {
    width: 100%;
  }
  /* line 301, ../scss/partials/pages/_top.scss */
  .top__hikakin_banner .pc {
    display: none;
  }
  /* line 304, ../scss/partials/pages/_top.scss */
  .top__hikakin_banner .sp {
    display: block;
  }
  /* line 310, ../scss/partials/pages/_top.scss */
  .top__news__item__date {
    float: none;
    width: auto;
  }
  /* line 314, ../scss/partials/pages/_top.scss */
  .top__news__item__title {
    margin-left: 0;
  }
  /* line 320, ../scss/partials/pages/_top.scss */
  .top__pagelist__wrapper {
    display: block;
  }
  /* line 323, ../scss/partials/pages/_top.scss */
  .top__pagelist__item {
    width: auto;
    text-align: left;
    margin-bottom: 10px;
  }
  /* line 327, ../scss/partials/pages/_top.scss */
  .top__pagelist__item__title {
    font-size: 30px;
  }
  /* line 330, ../scss/partials/pages/_top.scss */
  .top__pagelist__item__jptitle {
    font-size: 15px;
  }
  /* line 334, ../scss/partials/pages/_top.scss */
  .top__pagelist__item__img img {
    display: none;
  }
  /* line 337, ../scss/partials/pages/_top.scss */
  .top__pagelist__item__img__hover {
    position: static;
    display: block;
    background: none;
    opacity: 1;
  }
  /* line 342, ../scss/partials/pages/_top.scss */
  .top__pagelist__item__img__hover__item {
    display: block;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
  }
  /* line 348, ../scss/partials/pages/_top.scss */
  .top__pagelist__item__img__hover__item a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #fff;
    font-size: 15px;
    color: #3C1D0C;
    border-radius: 5px;
  }
  /* line 356, ../scss/partials/pages/_top.scss */
  .top__pagelist__item__img__hover__item a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #3C1D0C;
    border-bottom: 2px solid #3C1D0C;
    -moz-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  /* line 375, ../scss/partials/pages/_top.scss */
  .top__important {
    background: white;
    padding: 80px 0;
    text-align: center;
  }
  /* line 379, ../scss/partials/pages/_top.scss */
  .top__important__title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #36a0da;
  }
  /* line 385, ../scss/partials/pages/_top.scss */
  .top__important__title span {
    line-height: 1.4;
    color: #E68B21;
    background: -moz-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
    background: -webkit-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
    background: linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='$yellow',GradientType=1 );
  }
  /* line 392, ../scss/partials/pages/_top.scss */
  .top__important__title span img {
    width: 10%;
  }
  /* line 397, ../scss/partials/pages/_top.scss */
  .top__important img {
    width: 80%;
    margin-bottom: 2em;
  }
  /* line 401, ../scss/partials/pages/_top.scss */
  .top__important__list {
    display: block;
    padding: 0 15px;
    margin: 0 auto;
  }
  /* line 405, ../scss/partials/pages/_top.scss */
  .top__important__list li {
    position: relative;
    width: 100%;
    padding: 10px;
    color: #36a0da;
    font-size: 15px;
    text-align: left;
  }
  /* line 412, ../scss/partials/pages/_top.scss */
  .top__important__list li h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1em;
  }
  /* line 416, ../scss/partials/pages/_top.scss */
  .top__important__list li h4 img {
    width: 15%;
  }
  /* line 424, ../scss/partials/pages/_top.scss */
  .top__rich-taste {
    padding: 80px 0;
  }
  /* line 426, ../scss/partials/pages/_top.scss */
  .top__rich-taste__title {
    font-size: 30px;
  }
  /* line 429, ../scss/partials/pages/_top.scss */
  .top__rich-taste__description {
    font-size: 15px;
  }
  /* line 432, ../scss/partials/pages/_top.scss */
  .top__rich-taste__wrapper {
    display: block;
    padding: 0 15px;
    margin: 0 auto;
  }
  /* line 437, ../scss/partials/pages/_top.scss */
  .top__rich-taste__item {
    width: auto;
    padding: 10px;
  }
  /* line 443, ../scss/partials/pages/_top.scss */
  .top__rich-taste__item__img img {
    vertical-align: middle;
  }
  /* line 447, ../scss/partials/pages/_top.scss */
  .top__rich-taste__item__text {
    padding: 30px;
  }
  /* line 454, ../scss/partials/pages/_top.scss */
  .top__rich-taste__btn {
    margin-top: 30px;
  }
  /* line 456, ../scss/partials/pages/_top.scss */
  .top__rich-taste__btn a {
    font-size: 16px;
  }
}
/* line 2, ../scss/partials/pages/_concept.scss */
.concept__mv {
  max-width: 1400px;
  margin: 0 auto 80px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 6, ../scss/partials/pages/_concept.scss */
.concept__mv__text {
  order: 1;
  width: 55%;
  padding: 90px;
  text-align: left;
}
/* line 12, ../scss/partials/pages/_concept.scss */
.concept__mv__img {
  width: 45%;
}
/* line 15, ../scss/partials/pages/_concept.scss */
.concept__mv__title {
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: bold;
}
/* line 19, ../scss/partials/pages/_concept.scss */
.concept__mv__title span {
  line-height: 1.4;
  color: #E68B21;
  background: -moz-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: -webkit-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='$yellow',GradientType=1 );
}
/* line 28, ../scss/partials/pages/_concept.scss */
.concept__mv__description {
  max-width: 440px;
  font-size: 20px;
  line-height: 1.7;
}
/* line 35, ../scss/partials/pages/_concept.scss */
.concept__right-img, .concept__left-img {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 60px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 41, ../scss/partials/pages/_concept.scss */
.concept__right-img__img, .concept__left-img__img {
  width: 40%;
}
/* line 44, ../scss/partials/pages/_concept.scss */
.concept__right-img__text, .concept__left-img__text {
  width: 60%;
  padding: 80px;
}
/* line 48, ../scss/partials/pages/_concept.scss */
.concept__right-img__title, .concept__left-img__title {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
}
/* line 52, ../scss/partials/pages/_concept.scss */
.concept__right-img__title span, .concept__left-img__title span {
  line-height: 1.4;
  color: #E68B21;
  background: -moz-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: -webkit-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='$yellow',GradientType=1 );
}
/* line 61, ../scss/partials/pages/_concept.scss */
.concept__right-img__description, .concept__left-img__description {
  line-height: 1.8;
  font-size: 16px;
}
/* line 67, ../scss/partials/pages/_concept.scss */
.concept__left-img__text {
  order: 1;
}
/* line 72, ../scss/partials/pages/_concept.scss */
.concept__graphs {
  max-width: 850px;
  padding: 0 20px;
  margin: 0 auto 60px;
}
/* line 76, ../scss/partials/pages/_concept.scss */
.concept__graphs__description {
  line-height: 1.8;
  font-size: 16px;
}
/* line 80, ../scss/partials/pages/_concept.scss */
.concept__graphs__graph {
  margin-bottom: 40px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 83, ../scss/partials/pages/_concept.scss */
.concept__graphs__graph__img {
  width: 60%;
}
/* line 86, ../scss/partials/pages/_concept.scss */
.concept__graphs__graph__text {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  width: 30%;
  height: 285px;
  padding: 20px 10px;
  text-align: center;
  background: #FEE48C;
  border-radius: 5px;
}
/* line 95, ../scss/partials/pages/_concept.scss */
.concept__graphs__graph__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
/* line 99, ../scss/partials/pages/_concept.scss */
.concept__graphs__graph__title span {
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #E68B21 55.1%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #E68B21 55.1%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #E68B21 55.1%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='$yellow',GradientType=1 );
}
/* line 106, ../scss/partials/pages/_concept.scss */
.concept__graphs__graph__info {
  font-size: 16px;
}
/* line 110, ../scss/partials/pages/_concept.scss */
.concept__graphs__arrow {
  width: 10%;
}
/* line 112, ../scss/partials/pages/_concept.scss */
.concept__graphs__arrow:before {
  content: "";
  display: block;
  width: 60%;
  padding-bottom: 60%;
  margin: 0 auto;
  background: url(../img/arrow.svg) no-repeat center;
  background-size: contain;
}
/* line 124, ../scss/partials/pages/_concept.scss */
.concept__trivia {
  position: relative;
  max-width: 940px;
  padding: 0 70px 0 20px;
  margin: 0 auto 80px;
}
/* line 129, ../scss/partials/pages/_concept.scss */
.concept__trivia:after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  display: block;
  width: 195px;
  height: 195px;
  background: url(../img/concept/nebieneko.png) no-repeat center;
  background-size: contain;
}
/* line 140, ../scss/partials/pages/_concept.scss */
.concept__trivia__wrapper {
  padding: 60px 80px;
  background: #FFBB3B;
  border-radius: 45px;
}
/* line 145, ../scss/partials/pages/_concept.scss */
.concept__trivia__title {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
}
/* line 149, ../scss/partials/pages/_concept.scss */
.concept__trivia__title span {
  line-height: 1.4;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #fff 65.1%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #fff 65.1%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #fff 65.1%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='$yellow',GradientType=1 );
}
/* line 157, ../scss/partials/pages/_concept.scss */
.concept__trivia__description {
  font-size: 16px;
}
/* line 162, ../scss/partials/pages/_concept.scss */
.concept__evaluation {
  padding: 0 20px;
  margin: 100px auto 80px;
}
/* line 165, ../scss/partials/pages/_concept.scss */
.concept__evaluation__wrapper {
  max-width: 1180px;
  padding: 60px 80px;
  margin: 0 auto;
  border-radius: 5px;
  background: #FEE48C;
}
/* line 172, ../scss/partials/pages/_concept.scss */
.concept__evaluation__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
/* line 177, ../scss/partials/pages/_concept.scss */
.concept__evaluation__title span {
  line-height: 1.4;
  color: #D67200;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #fff 65.1%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #fff 65.1%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #fff 65.1%);
}
/* line 185, ../scss/partials/pages/_concept.scss */
.concept__evaluation__description {
  text-align: center;
  max-width: 630px;
  margin: 40px auto;
  font-size: 16px;
}
/* line 191, ../scss/partials/pages/_concept.scss */
.concept__evaluation__graphs {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: steatch;
  align-items: steatch;
  -webkit-align-content: steatch;
  align-content: steatch;
}
/* line 194, ../scss/partials/pages/_concept.scss */
.concept__evaluation__graph {
  width: 48%;
}
/* line 196, ../scss/partials/pages/_concept.scss */
.concept__evaluation__graph__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
/* line 200, ../scss/partials/pages/_concept.scss */
.concept__evaluation__graph__title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 100%;
  background: #E68B21;
}
/* line 211, ../scss/partials/pages/_concept.scss */
.concept__evaluation__graph__description {
  margin-bottom: 15px;
  font-size: 16px;
}
/* line 215, ../scss/partials/pages/_concept.scss */
.concept__evaluation__graph__pstext {
  margin-top: 20px;
  font-size: 10px;
}
/* line 219, ../scss/partials/pages/_concept.scss */
.concept__evaluation__graph__comment {
  margin-top: 20px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 222, ../scss/partials/pages/_concept.scss */
.concept__evaluation__graph__comment__title {
  padding: 20px 15px;
  width: 25%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #E68B21;
  border-radius: 5px;
}
/* line 232, ../scss/partials/pages/_concept.scss */
.concept__evaluation__graph__comment__list {
  width: 75%;
  padding-left: 40px;
}
/* line 236, ../scss/partials/pages/_concept.scss */
.concept__evaluation__graph__comment__item {
  margin-bottom: 10px;
  list-style: disc;
  font-size: 14px;
}
/* line 245, ../scss/partials/pages/_concept.scss */
.concept__nutritional {
  margin: 90px 0;
}
/* line 247, ../scss/partials/pages/_concept.scss */
.concept__nutritional__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
/* line 252, ../scss/partials/pages/_concept.scss */
.concept__nutritional__title span {
  line-height: 1.4;
  color: #E68B21;
  background: -moz-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: -webkit-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='$yellow',GradientType=1 );
}
/* line 261, ../scss/partials/pages/_concept.scss */
.concept__nutritional__wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  max-width: 860px;
  padding: 0 10px;
  margin: 0 auto;
}
/* line 267, ../scss/partials/pages/_concept.scss */
.concept__nutritional__item {
  position: relative;
  width: 46.5%;
  padding: 10px;
}
/* line 271, ../scss/partials/pages/_concept.scss */
.concept__nutritional__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/top/border.svg) no-repeat center;
  background-size: 100% 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 283, ../scss/partials/pages/_concept.scss */
.concept__nutritional__item__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: #FEE48C;
}
/* line 292, ../scss/partials/pages/_concept.scss */
.concept__nutritional__item__img img {
  vertical-align: middle;
}
/* line 296, ../scss/partials/pages/_concept.scss */
.concept__nutritional__item__text {
  padding: 45px 40px;
}
/* line 299, ../scss/partials/pages/_concept.scss */
.concept__nutritional__item__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
/* line 305, ../scss/partials/pages/_concept.scss */
.concept__nutritional__item__description {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
}
/* line 313, ../scss/partials/pages/_concept.scss */
.concept__safety {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  max-width: 1180px;
  margin: 60px auto;
  padding: 30px 90px;
  background: #FFD64D;
  border-radius: 5px;
}
/* line 320, ../scss/partials/pages/_concept.scss */
.concept__safety__text {
  width: 45%;
}
/* line 323, ../scss/partials/pages/_concept.scss */
.concept__safety__img {
  width: 35%;
}
/* line 326, ../scss/partials/pages/_concept.scss */
.concept__safety__description {
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 330, ../scss/partials/pages/_concept.scss */
.concept__safety__title {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: bold;
}
/* line 336, ../scss/partials/pages/_concept.scss */
.concept__safety__btnwrap a {
  position: relative;
  display: block;
  padding: 15px 40px;
  text-align: center;
  color: #E68B21;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 347, ../scss/partials/pages/_concept.scss */
.concept__safety__btnwrap a:hover {
  opacity: .7;
}
/* line 350, ../scss/partials/pages/_concept.scss */
.concept__safety__btnwrap a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 9px;
  height: 9px;
  border-right: 3px solid #E68B21;
  border-bottom: 3px solid #E68B21;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
/* line 366, ../scss/partials/pages/_concept.scss */
.concept__recipe {
  margin: 120px auto 0;
  padding: 80px 0;
  background: #FFBB3B;
  overflow: hidden;
}
/* line 371, ../scss/partials/pages/_concept.scss */
.concept__recipe__title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
/* line 377, ../scss/partials/pages/_concept.scss */
.concept__recipe__jatitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
/* line 383, ../scss/partials/pages/_concept.scss */
.concept__recipe__description {
  max-width: 540px;
  margin: 0 auto 40px;
  font-size: 20px;
}
/* line 388, ../scss/partials/pages/_concept.scss */
.concept__recipe__slider {
  max-width: 960px;
  margin: 0 auto 80px;
  overflow: visible;
}
/* line 394, ../scss/partials/pages/_concept.scss */
.concept__recipe__slider .swiper-slide:hover .img_wrap {
  border-radius: 30px;
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* line 397, ../scss/partials/pages/_concept.scss */
.concept__recipe__slider .swiper-slide:hover .img_wrap img {
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
/* line 402, ../scss/partials/pages/_concept.scss */
.concept__recipe__slider .swiper-slide .img_wrap {
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 409, ../scss/partials/pages/_concept.scss */
.concept__recipe__slider .swiper-slide img {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 412, ../scss/partials/pages/_concept.scss */
.concept__recipe__slider .swiper-slide figcaption {
  font-size: 18px;
  font-weight: bold;
}
/* line 417, ../scss/partials/pages/_concept.scss */
.concept__recipe__slider .swiper-pagination-bullets {
  position: static;
  margin-top: 20px;
}
/* line 420, ../scss/partials/pages/_concept.scss */
.concept__recipe__slider .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: .6;
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 428, ../scss/partials/pages/_concept.scss */
.concept__recipe__slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 434, ../scss/partials/pages/_concept.scss */
.concept__recipe__btnwrap {
  text-align: center;
}
/* line 437, ../scss/partials/pages/_concept.scss */
.concept__recipe__btn {
  position: relative;
  display: block;
  max-width: 440px;
  margin: 0 auto;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #E68B21;
  background: #fff;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 449, ../scss/partials/pages/_concept.scss */
.concept__recipe__btn:hover {
  opacity: .7;
}
/* line 452, ../scss/partials/pages/_concept.scss */
.concept__recipe__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 9px;
  height: 9px;
  border-right: 3px solid #E68B21;
  border-bottom: 3px solid #E68B21;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
/* line 467, ../scss/partials/pages/_concept.scss */
.concept__lineup {
  padding: 80px 20px;
  background: #FFD64D;
}
/* line 470, ../scss/partials/pages/_concept.scss */
.concept__lineup__title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
/* line 475, ../scss/partials/pages/_concept.scss */
.concept__lineup__jatitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* line 482, ../scss/partials/pages/_concept.scss */
.concept__lineup__items {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
/* line 487, ../scss/partials/pages/_concept.scss */
.concept__lineup__item {
  width: 32%;
  padding: 0 20px;
}
/* line 490, ../scss/partials/pages/_concept.scss */
.concept__lineup__item__img {
  margin-bottom: 15px;
}
/* line 493, ../scss/partials/pages/_concept.scss */
.concept__lineup__item__name {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
}
/* line 498, ../scss/partials/pages/_concept.scss */
.concept__lineup__item__name span {
  font-size: 14px;
}
/* line 502, ../scss/partials/pages/_concept.scss */
.concept__lineup__item__info {
  line-height: 1.8;
  font-size: 14px;
}
/* line 507, ../scss/partials/pages/_concept.scss */
.concept__lineup__buyonline {
  text-align: center;
  max-width: 810px;
  margin: 70px auto 0;
}
/* line 511, ../scss/partials/pages/_concept.scss */
.concept__lineup__buyonline__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
/* line 516, ../scss/partials/pages/_concept.scss */
.concept__lineup__buyonline__btns {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 519, ../scss/partials/pages/_concept.scss */
.concept__lineup__buyonline__btn {
  display: block;
  width: 48%;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #E68B21;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 529, ../scss/partials/pages/_concept.scss */
.concept__lineup__buyonline__btn:hover {
  opacity: .7;
}

@media only screen and (max-width: 768px) {
  /* line 541, ../scss/partials/pages/_concept.scss */
  .concept__mv {
    display: block;
    padding: 0 20px;
  }
  /* line 544, ../scss/partials/pages/_concept.scss */
  .concept__mv__text {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 549, ../scss/partials/pages/_concept.scss */
  .concept__mv__img {
    width: auto;
  }
  /* line 552, ../scss/partials/pages/_concept.scss */
  .concept__mv__title {
    text-align: center;
    font-size: 30px;
  }
  /* line 556, ../scss/partials/pages/_concept.scss */
  .concept__mv__description {
    font-size: 15px;
  }
  /* line 561, ../scss/partials/pages/_concept.scss */
  .concept__right-img, .concept__left-img {
    display: block;
  }
  /* line 564, ../scss/partials/pages/_concept.scss */
  .concept__right-img__text, .concept__left-img__text {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 569, ../scss/partials/pages/_concept.scss */
  .concept__right-img__img, .concept__left-img__img {
    width: auto;
  }
  /* line 573, ../scss/partials/pages/_concept.scss */
  .concept__right-img__title, .concept__left-img__title {
    font-size: 24px;
  }
  /* line 576, ../scss/partials/pages/_concept.scss */
  .concept__right-img__description, .concept__left-img__description {
    font-size: 15px;
  }
  /* line 581, ../scss/partials/pages/_concept.scss */
  .concept__graphs {
    padding: 0;
  }
  /* line 583, ../scss/partials/pages/_concept.scss */
  .concept__graphs__description {
    padding: 0 20px;
  }
  /* line 586, ../scss/partials/pages/_concept.scss */
  .concept__graphs__graph {
    display: block;
  }
  /* line 588, ../scss/partials/pages/_concept.scss */
  .concept__graphs__graph__img {
    width: 100%;
  }
  /* line 591, ../scss/partials/pages/_concept.scss */
  .concept__graphs__graph__text {
    height: auto;
    width: auto;
    margin: 0 25px;
  }
  /* line 597, ../scss/partials/pages/_concept.scss */
  .concept__graphs__graph__info br {
    display: none;
  }
  /* line 602, ../scss/partials/pages/_concept.scss */
  .concept__graphs__arrow {
    width: auto;
    margin: 0 auto;
  }
  /* line 605, ../scss/partials/pages/_concept.scss */
  .concept__graphs__arrow:before {
    width: 40px;
    height: 40px;
    padding: 0;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 614, ../scss/partials/pages/_concept.scss */
  .concept__trivia {
    margin-bottom: 200px;
    padding: 0 20px;
  }
  /* line 617, ../scss/partials/pages/_concept.scss */
  .concept__trivia__wrapper {
    padding: 45px 25px;
  }
  /* line 620, ../scss/partials/pages/_concept.scss */
  .concept__trivia__title {
    text-align: center;
    font-size: 24px;
  }
  /* line 624, ../scss/partials/pages/_concept.scss */
  .concept__trivia__description {
    margin-bottom: 30px;
  }
  /* line 628, ../scss/partials/pages/_concept.scss */
  .concept__trivia:after {
    right: 0;
    bottom: -100px;
  }
  /* line 634, ../scss/partials/pages/_concept.scss */
  .concept__evaluation {
    padding: 0;
  }
  /* line 636, ../scss/partials/pages/_concept.scss */
  .concept__evaluation__wrapper {
    padding: 45px 20px;
  }
  /* line 639, ../scss/partials/pages/_concept.scss */
  .concept__evaluation__title {
    text-align: left;
    font-size: 24px;
  }
  /* line 643, ../scss/partials/pages/_concept.scss */
  .concept__evaluation__description {
    text-align: left;
    font-size: 15px;
  }
  /* line 648, ../scss/partials/pages/_concept.scss */
  .concept__evaluation__graphs {
    display: block;
  }
  /* line 652, ../scss/partials/pages/_concept.scss */
  .concept__evaluation__graph {
    width: auto;
    margin-bottom: 40px;
  }
  /* line 655, ../scss/partials/pages/_concept.scss */
  .concept__evaluation__graph__comment {
    display: block;
  }
  /* line 657, ../scss/partials/pages/_concept.scss */
  .concept__evaluation__graph__comment__title {
    margin-bottom: 20px;
    padding: 15px;
    width: auto;
    font-size: 14px;
  }
  /* line 663, ../scss/partials/pages/_concept.scss */
  .concept__evaluation__graph__comment__list {
    width: auto;
    padding-left: 20px;
  }
  /* line 672, ../scss/partials/pages/_concept.scss */
  .concept__nutritional__title {
    font-size: 24px;
  }
  /* line 675, ../scss/partials/pages/_concept.scss */
  .concept__nutritional__wrapper {
    display: block;
    padding: 0 15px;
  }
  /* line 679, ../scss/partials/pages/_concept.scss */
  .concept__nutritional__item {
    width: auto;
    margin-bottom: 20px;
  }
  /* line 685, ../scss/partials/pages/_concept.scss */
  .concept__safety {
    position: relative;
    display: block;
    padding: 40px 25px 130px;
    margin-bottom: 0;
  }
  /* line 690, ../scss/partials/pages/_concept.scss */
  .concept__safety__text {
    width: auto;
  }
  /* line 693, ../scss/partials/pages/_concept.scss */
  .concept__safety__img {
    width: auto;
  }
  /* line 696, ../scss/partials/pages/_concept.scss */
  .concept__safety__description {
    font-size: 15px;
  }
  /* line 699, ../scss/partials/pages/_concept.scss */
  .concept__safety__title {
    font-size: 24px;
  }
  /* line 703, ../scss/partials/pages/_concept.scss */
  .concept__safety__btnwrap {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 40px;
  }
  /* line 712, ../scss/partials/pages/_concept.scss */
  .concept__recipe {
    margin-top: 0;
    padding: 45px 0 60px;
  }
  /* line 715, ../scss/partials/pages/_concept.scss */
  .concept__recipe__title {
    font-size: 30px;
  }
  /* line 718, ../scss/partials/pages/_concept.scss */
  .concept__recipe__jatitle {
    font-size: 15px;
  }
  /* line 721, ../scss/partials/pages/_concept.scss */
  .concept__recipe__description {
    margin: 25px auto;
    max-width: 420px;
    width: 80%;
    font-size: 15px;
  }
  /* line 728, ../scss/partials/pages/_concept.scss */
  .concept__recipe__slider .swiper-slide {
    width: 80%;
  }
  /* line 732, ../scss/partials/pages/_concept.scss */
  .concept__recipe__btnwrap {
    padding: 0 25px;
  }
  /* line 737, ../scss/partials/pages/_concept.scss */
  .concept__lineup {
    padding: 50px 25px;
  }
  /* line 739, ../scss/partials/pages/_concept.scss */
  .concept__lineup__title {
    font-size: 30px;
  }
  /* line 742, ../scss/partials/pages/_concept.scss */
  .concept__lineup__jatitle {
    font-size: 15px;
  }
  /* line 745, ../scss/partials/pages/_concept.scss */
  .concept__lineup__items {
    display: block;
  }
  /* line 748, ../scss/partials/pages/_concept.scss */
  .concept__lineup__item {
    margin-bottom: 40px;
    width: auto;
  }
  /* line 753, ../scss/partials/pages/_concept.scss */
  .concept__lineup__buyonline__btns {
    display: block;
  }
  /* line 756, ../scss/partials/pages/_concept.scss */
  .concept__lineup__buyonline__btn {
    width: auto;
    margin-bottom: 15px;
    padding: 15px;
  }
}
/* line 2, ../scss/partials/pages/_safety.scss */
.safety__mv {
  max-width: 1400px;
  margin: 0 auto 80px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 6, ../scss/partials/pages/_safety.scss */
.safety__mv__text {
  order: 1;
  width: 55%;
  padding: 90px;
  text-align: left;
}
/* line 12, ../scss/partials/pages/_safety.scss */
.safety__mv__img {
  order: 1;
  width: 45%;
}
/* line 16, ../scss/partials/pages/_safety.scss */
.safety__mv__title {
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: bold;
}
/* line 20, ../scss/partials/pages/_safety.scss */
.safety__mv__title span {
  line-height: 1.4;
  color: #E68B21;
  background: -moz-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: -webkit-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='$yellow',GradientType=1 );
}
/* line 29, ../scss/partials/pages/_safety.scss */
.safety__mv__description {
  max-width: 440px;
  font-size: 20px;
  line-height: 1.7;
}
/* line 36, ../scss/partials/pages/_safety.scss */
.safety__right-img, .safety__left-img {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto 60px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 42, ../scss/partials/pages/_safety.scss */
.safety__right-img__img, .safety__left-img__img {
  width: 40%;
}
/* line 45, ../scss/partials/pages/_safety.scss */
.safety__right-img__text, .safety__left-img__text {
  width: 60%;
  padding: 80px;
}
/* line 49, ../scss/partials/pages/_safety.scss */
.safety__right-img__title, .safety__left-img__title {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: bold;
}
/* line 53, ../scss/partials/pages/_safety.scss */
.safety__right-img__title span, .safety__left-img__title span {
  line-height: 1.4;
  color: #E68B21;
  background: -moz-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: -webkit-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='$yellow',GradientType=1 );
}
/* line 62, ../scss/partials/pages/_safety.scss */
.safety__right-img__description, .safety__left-img__description {
  line-height: 1.8;
  font-size: 16px;
}
/* line 68, ../scss/partials/pages/_safety.scss */
.safety__left-img__text {
  order: 1;
}
/* line 72, ../scss/partials/pages/_safety.scss */
.safety__trivia {
  position: relative;
  max-width: 940px;
  padding: 0 70px 0 20px;
  margin: 120px auto 120px;
}
/* line 77, ../scss/partials/pages/_safety.scss */
.safety__trivia:after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  display: block;
  width: 195px;
  height: 195px;
  background: url(../img/concept/nebieneko.png) no-repeat center;
  background-size: contain;
}
/* line 88, ../scss/partials/pages/_safety.scss */
.safety__trivia__wrapper {
  padding: 60px 80px;
  background: #FFBB3B;
  border-radius: 45px;
}
/* line 93, ../scss/partials/pages/_safety.scss */
.safety__trivia__title {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
}
/* line 97, ../scss/partials/pages/_safety.scss */
.safety__trivia__title span {
  line-height: 1.4;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #fff 65.1%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #fff 65.1%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, #fff 65.1%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='$yellow',GradientType=1 );
}
/* line 105, ../scss/partials/pages/_safety.scss */
.safety__trivia__description {
  font-size: 16px;
}
/* line 110, ../scss/partials/pages/_safety.scss */
.safety__safe {
  margin: 90px 0;
}
/* line 112, ../scss/partials/pages/_safety.scss */
.safety__safe__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
/* line 117, ../scss/partials/pages/_safety.scss */
.safety__safe__title span {
  line-height: 1.4;
  color: #E68B21;
  background: -moz-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: -webkit-linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  background: linear-gradient(180deg, #fff 65%, #FFD64D 65.1%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='$yellow',GradientType=1 );
}
/* line 126, ../scss/partials/pages/_safety.scss */
.safety__safe__wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  max-width: 860px;
  padding: 0 10px;
  margin: 0 auto;
}
/* line 132, ../scss/partials/pages/_safety.scss */
.safety__safe__left {
  width: 46.5%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
/* line 135, ../scss/partials/pages/_safety.scss */
.safety__safe__left .safety__safe__item__text {
  padding-bottom: 50px;
}
/* line 139, ../scss/partials/pages/_safety.scss */
.safety__safe__right {
  width: 46.5%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
/* line 143, ../scss/partials/pages/_safety.scss */
.safety__safe__item {
  position: relative;
  padding: 10px;
  height: 60%;
  margin: 10px 0;
}
/* line 148, ../scss/partials/pages/_safety.scss */
.safety__safe__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/top/border.svg) no-repeat center;
  background-size: 100% 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 160, ../scss/partials/pages/_safety.scss */
.safety__safe__item__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: #FEE48C;
}
/* line 169, ../scss/partials/pages/_safety.scss */
.safety__safe__item__img img {
  width: 100%;
  vertical-align: middle;
}
/* line 174, ../scss/partials/pages/_safety.scss */
.safety__safe__item__text {
  padding: 30px;
}
/* line 177, ../scss/partials/pages/_safety.scss */
.safety__safe__item__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
/* line 183, ../scss/partials/pages/_safety.scss */
.safety__safe__item__description {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
}
/* line 187, ../scss/partials/pages/_safety.scss */
.safety__safe__item__description b {
  font-weight: bold;
}
/* line 194, ../scss/partials/pages/_safety.scss */
.safety__concept {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  max-width: 1180px;
  margin: 60px auto 120px;
  padding: 30px 90px;
  background: #FFD64D;
  border-radius: 5px;
}
/* line 201, ../scss/partials/pages/_safety.scss */
.safety__concept__text {
  width: 45%;
}
/* line 204, ../scss/partials/pages/_safety.scss */
.safety__concept__img {
  width: 35%;
}
/* line 207, ../scss/partials/pages/_safety.scss */
.safety__concept__description {
  margin-bottom: 10px;
  font-size: 16px;
}
/* line 211, ../scss/partials/pages/_safety.scss */
.safety__concept__title {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: bold;
}
/* line 217, ../scss/partials/pages/_safety.scss */
.safety__concept__btnwrap a {
  position: relative;
  display: block;
  padding: 15px 40px;
  text-align: center;
  color: #E68B21;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
}
/* line 227, ../scss/partials/pages/_safety.scss */
.safety__concept__btnwrap a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 9px;
  height: 9px;
  border-right: 3px solid #E68B21;
  border-bottom: 3px solid #E68B21;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
/* line 243, ../scss/partials/pages/_safety.scss */
.safety__recipe {
  margin: 120px auto 0;
  padding: 80px 0;
  background: #FFBB3B;
  overflow: hidden;
}
/* line 248, ../scss/partials/pages/_safety.scss */
.safety__recipe__title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
/* line 254, ../scss/partials/pages/_safety.scss */
.safety__recipe__jatitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
/* line 260, ../scss/partials/pages/_safety.scss */
.safety__recipe__description {
  max-width: 540px;
  margin: 0 auto 40px;
  font-size: 20px;
}
/* line 265, ../scss/partials/pages/_safety.scss */
.safety__recipe__slider {
  max-width: 960px;
  margin: 0 auto 80px;
  overflow: visible;
}
/* line 271, ../scss/partials/pages/_safety.scss */
.safety__recipe__slider .swiper-slide:hover .img_wrap {
  border-radius: 30px;
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* line 274, ../scss/partials/pages/_safety.scss */
.safety__recipe__slider .swiper-slide:hover .img_wrap img {
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
/* line 279, ../scss/partials/pages/_safety.scss */
.safety__recipe__slider .swiper-slide .img_wrap {
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 286, ../scss/partials/pages/_safety.scss */
.safety__recipe__slider .swiper-slide img {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 289, ../scss/partials/pages/_safety.scss */
.safety__recipe__slider .swiper-slide figcaption {
  font-size: 18px;
  font-weight: bold;
}
/* line 294, ../scss/partials/pages/_safety.scss */
.safety__recipe__slider .swiper-pagination-bullets {
  position: static;
  margin-top: 20px;
}
/* line 297, ../scss/partials/pages/_safety.scss */
.safety__recipe__slider .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: .6;
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 305, ../scss/partials/pages/_safety.scss */
.safety__recipe__slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 311, ../scss/partials/pages/_safety.scss */
.safety__recipe__btnwrap {
  text-align: center;
}
/* line 314, ../scss/partials/pages/_safety.scss */
.safety__recipe__btn {
  position: relative;
  display: block;
  max-width: 440px;
  margin: 0 auto;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #E68B21;
  background: #fff;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 326, ../scss/partials/pages/_safety.scss */
.safety__recipe__btn:hover {
  opacity: .7;
}
/* line 329, ../scss/partials/pages/_safety.scss */
.safety__recipe__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 9px;
  height: 9px;
  border-right: 3px solid #E68B21;
  border-bottom: 3px solid #E68B21;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
/* line 344, ../scss/partials/pages/_safety.scss */
.safety__lineup {
  padding: 80px 20px;
  background: #FFD64D;
}
/* line 347, ../scss/partials/pages/_safety.scss */
.safety__lineup__title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
/* line 352, ../scss/partials/pages/_safety.scss */
.safety__lineup__jatitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* line 359, ../scss/partials/pages/_safety.scss */
.safety__lineup__items {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
/* line 364, ../scss/partials/pages/_safety.scss */
.safety__lineup__item {
  width: 32%;
  padding: 0 20px;
}
/* line 367, ../scss/partials/pages/_safety.scss */
.safety__lineup__item__img {
  margin-bottom: 15px;
}
/* line 370, ../scss/partials/pages/_safety.scss */
.safety__lineup__item__name {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
}
/* line 375, ../scss/partials/pages/_safety.scss */
.safety__lineup__item__name span {
  font-size: 14px;
}
/* line 379, ../scss/partials/pages/_safety.scss */
.safety__lineup__item__info {
  line-height: 1.8;
  font-size: 14px;
}
/* line 384, ../scss/partials/pages/_safety.scss */
.safety__lineup__buyonline {
  text-align: center;
  max-width: 810px;
  margin: 70px auto 0;
}
/* line 388, ../scss/partials/pages/_safety.scss */
.safety__lineup__buyonline__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
/* line 393, ../scss/partials/pages/_safety.scss */
.safety__lineup__buyonline__btns {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 396, ../scss/partials/pages/_safety.scss */
.safety__lineup__buyonline__btn {
  display: block;
  width: 48%;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #E68B21;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 406, ../scss/partials/pages/_safety.scss */
.safety__lineup__buyonline__btn:hover {
  opacity: .7;
}

@media only screen and (max-width: 768px) {
  /* line 418, ../scss/partials/pages/_safety.scss */
  .safety__mv {
    display: block;
    padding: 0 20px;
  }
  /* line 421, ../scss/partials/pages/_safety.scss */
  .safety__mv__text {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 426, ../scss/partials/pages/_safety.scss */
  .safety__mv__img {
    width: auto;
  }
  /* line 429, ../scss/partials/pages/_safety.scss */
  .safety__mv__title {
    text-align: center;
    font-size: 30px;
  }
  /* line 433, ../scss/partials/pages/_safety.scss */
  .safety__mv__description {
    font-size: 15px;
  }
  /* line 438, ../scss/partials/pages/_safety.scss */
  .safety__right-img, .safety__left-img {
    display: block;
  }
  /* line 441, ../scss/partials/pages/_safety.scss */
  .safety__right-img__text, .safety__left-img__text {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 446, ../scss/partials/pages/_safety.scss */
  .safety__right-img__img, .safety__left-img__img {
    width: auto;
  }
  /* line 450, ../scss/partials/pages/_safety.scss */
  .safety__right-img__title, .safety__left-img__title {
    font-size: 24px;
  }
  /* line 453, ../scss/partials/pages/_safety.scss */
  .safety__right-img__description, .safety__left-img__description {
    font-size: 15px;
  }
  /* line 458, ../scss/partials/pages/_safety.scss */
  .safety__trivia {
    margin-bottom: 200px;
    padding: 0 20px;
  }
  /* line 461, ../scss/partials/pages/_safety.scss */
  .safety__trivia__wrapper {
    padding: 45px 25px;
  }
  /* line 464, ../scss/partials/pages/_safety.scss */
  .safety__trivia__title {
    text-align: center;
    font-size: 24px;
  }
  /* line 468, ../scss/partials/pages/_safety.scss */
  .safety__trivia__description {
    margin-bottom: 30px;
  }
  /* line 472, ../scss/partials/pages/_safety.scss */
  .safety__trivia:after {
    right: 0;
    bottom: -100px;
  }
  /* line 479, ../scss/partials/pages/_safety.scss */
  .safety__safe__title {
    padding: 0 20px;
    text-align: left;
    font-size: 24px;
  }
  /* line 484, ../scss/partials/pages/_safety.scss */
  .safety__safe__wrapper {
    display: block;
    padding: 0 15px;
  }
  /* line 488, ../scss/partials/pages/_safety.scss */
  .safety__safe__left, .safety__safe__right {
    display: block;
    width: auto;
  }
  /* line 493, ../scss/partials/pages/_safety.scss */
  .safety__safe__item {
    width: auto;
    margin-bottom: 20px;
  }
  /* line 499, ../scss/partials/pages/_safety.scss */
  .safety__concept {
    position: relative;
    display: block;
    padding: 40px 25px 130px;
    margin-bottom: 0;
  }
  /* line 504, ../scss/partials/pages/_safety.scss */
  .safety__concept__text {
    width: auto;
  }
  /* line 507, ../scss/partials/pages/_safety.scss */
  .safety__concept__img {
    width: auto;
  }
  /* line 510, ../scss/partials/pages/_safety.scss */
  .safety__concept__description {
    font-size: 15px;
  }
  /* line 513, ../scss/partials/pages/_safety.scss */
  .safety__concept__title {
    font-size: 24px;
  }
  /* line 517, ../scss/partials/pages/_safety.scss */
  .safety__concept__btnwrap {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 40px;
  }
  /* line 526, ../scss/partials/pages/_safety.scss */
  .safety__lineup {
    padding: 50px 25px;
  }
  /* line 528, ../scss/partials/pages/_safety.scss */
  .safety__lineup__title {
    font-size: 30px;
  }
  /* line 531, ../scss/partials/pages/_safety.scss */
  .safety__lineup__jatitle {
    font-size: 15px;
  }
  /* line 534, ../scss/partials/pages/_safety.scss */
  .safety__lineup__items {
    display: block;
  }
  /* line 537, ../scss/partials/pages/_safety.scss */
  .safety__lineup__item {
    margin-bottom: 40px;
    width: auto;
  }
  /* line 542, ../scss/partials/pages/_safety.scss */
  .safety__lineup__buyonline__btns {
    display: block;
  }
  /* line 545, ../scss/partials/pages/_safety.scss */
  .safety__lineup__buyonline__btn {
    width: auto;
    margin-bottom: 15px;
    padding: 15px;
  }
}
/* line 2, ../scss/partials/pages/_recipe.scss */
.recipe_list__title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
/* line 7, ../scss/partials/pages/_recipe.scss */
.recipe_list__jatitle {
  text-align: center;
  font-size: 16px;
  color: #E68B21;
}
/* line 12, ../scss/partials/pages/_recipe.scss */
.recipe_list__wrapper {
  max-width: 850px;
  padding: 0 20px;
  margin: 0 auto;
}
/* line 17, ../scss/partials/pages/_recipe.scss */
.recipe_list ul {
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
/* line 23, ../scss/partials/pages/_recipe.scss */
.recipe_list ul li {
  width: 46%;
  margin-bottom: 8%;
}
/* line 27, ../scss/partials/pages/_recipe.scss */
.recipe_list ul li:hover .img_wrap {
  border-radius: 30px;
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* line 30, ../scss/partials/pages/_recipe.scss */
.recipe_list ul li:hover .img_wrap img {
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
/* line 35, ../scss/partials/pages/_recipe.scss */
.recipe_list ul li .img_wrap {
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 42, ../scss/partials/pages/_recipe.scss */
.recipe_list ul li img {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/* line 45, ../scss/partials/pages/_recipe.scss */
.recipe_list ul li figcaption {
  font-size: 18px;
  font-weight: bold;
}

/* line 53, ../scss/partials/pages/_recipe.scss */
body.single {
  background: #FDFAED;
}
/* line 56, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe #main {
  padding-top: 40px;
}
/* line 61, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .entry-content > .recipe_icons {
  display: none;
}
/* line 65, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .recipe_icons {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 67, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .recipe_icons .number_of_people {
  position: relative;
  width: 80px;
  margin-right: 10px;
  background: url(../img/recipe/icon_number-people.svg) #E68B21 no-repeat center 10px;
  background-size: 28px;
  border-radius: 5px;
}
/* line 75, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .recipe_icons .number_of_people p {
  width: 100%;
  padding: 10px;
  margin-left: 0;
  padding-top: 43px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
/* line 86, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .recipe_icons .time {
  position: relative;
  width: 80px;
  height: 80px;
  background: url(../img/recipe/icon_time.svg) #E68B21 no-repeat center 10px;
  background-size: 28px;
  border-radius: 5px;
}
/* line 93, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .recipe_icons .time p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
/* line 106, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .article-nav {
  height: auto;
  margin: 0 auto 60px;
}
/* line 109, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .article-nav ul {
  padding-top: 0;
}
/* line 111, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .article-nav ul li {
  font-size: 20px;
  line-height: 2;
}
/* line 114, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .article-nav ul li a {
  font-weight: bold;
  color: #E68B21 !important;
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
}
/* line 121, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .article-nav ul li.article-prev a:before {
  background: url(../../images/recipe/kiyora_recipe_left_arrow.svg) no-repeat center !important;
  background-size: 10px !important;
}
/* line 129, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .article-nav ul li.article-next a:before {
  background: url(../../images/recipe/kiyora_recipe_right_arrow.svg) no-repeat center !important;
  background-size: 10px !important;
}
/* line 136, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .article-nav ul li.article-back a {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 20px;
  color: #3C1D0C !important;
}
/* line 147, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .recipe_main_img_wrap {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: auto;
  overflow: hidden;
  border-radius: 5px;
}
/* line 154, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .recipe_main_img_wrap #recipe-main-img {
  max-width: none;
}
/* line 158, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe {
  text-align: center;
}
/* line 160, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe h1.entry-title {
  margin-bottom: 0;
  font-size: 42px;
  font-weight: bold;
  color: #3C1D0C;
}
/* line 166, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin-bottom: 60px;
  padding-top: 40px;
}
/* line 170, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #material {
  min-width: 380px;
  margin: 0;
  padding: 40px 60px;
  float: none;
  border-radius: 5px;
  background: #FFD64D;
}
/* line 177, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #material .title-row {
  margin-bottom: 10px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #3C1D0C;
  background: none;
}
/* line 184, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #material .title-row p {
  font-size: 20px;
}
/* line 188, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #material #material-wrapper {
  padding: 0;
  background: none;
  color: #3C1D0C;
}
/* line 192, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #material #material-wrapper .row {
  margin: 0;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
/* line 195, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #material #material-wrapper .row:before, body.single.kiyora_recipe .content-area .category-recipe .recipe-content #material #material-wrapper .row:after {
  display: none;
}
/* line 199, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #material #material-wrapper .row p {
  font-size: 16px;
}
/* line 201, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #material #material-wrapper .row p:first-of-type {
  width: auto;
  float: none;
}
/* line 205, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #material #material-wrapper .row p:last-of-type {
  width: auto;
  float: none;
}
/* line 213, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #recipe-instructions {
  padding-left: 80px;
  width: 100%;
  width: calc( 100% - 380px );
  float: none;
}
/* line 219, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #recipe-instructions #recipe-steps {
  margin-top: 40px;
  text-align: left;
}
/* line 222, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #recipe-instructions #recipe-steps h2 {
  font-size: 20px;
  font-weight: bold;
  color: #E68B21;
}
/* line 227, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #recipe-instructions #recipe-steps ul {
  text-align: left;
}
/* line 229, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #recipe-instructions #recipe-steps ul li {
  margin: 30px 0;
}
/* line 231, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .category-recipe .recipe-content #recipe-instructions #recipe-steps ul li:before {
  left: 0;
  color: #E68B21;
  font-size: 20px;
  font-weight: bold;
}
/* line 243, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .print {
  margin-top: 40px;
  margin-bottom: 20px;
}
/* line 246, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .print a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  color: #3C1D0C;
  border: 1px solid #3C1D0C;
  border-radius: 3px;
}
/* line 253, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .print a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 258, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .print a span {
  vertical-align: middle;
  font-size: 12px;
}
/* line 265, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .share_title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
  color: #3C1D0C;
}
/* line 273, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .share a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
/* line 279, ../scss/partials/pages/_recipe.scss */
body.single.kiyora_recipe .content-area .credit {
  margin: 40px auto;
  color: #3C1D0C;
}

@media only screen and (max-width: 768px) {
  /* line 289, ../scss/partials/pages/_recipe.scss */
  .recipe_list {
    padding-top: 65px;
  }
  /* line 291, ../scss/partials/pages/_recipe.scss */
  .recipe_list__title {
    font-size: 30px;
  }
  /* line 294, ../scss/partials/pages/_recipe.scss */
  .recipe_list__jatitle {
    font-size: 14px;
  }
  /* line 300, ../scss/partials/pages/_recipe.scss */
  .recipe_list ul {
    margin: 40px 0;
  }
  /* line 302, ../scss/partials/pages/_recipe.scss */
  .recipe_list ul li {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
  /* line 306, ../scss/partials/pages/_recipe.scss */
  .recipe_list ul li figcaption {
    font-size: 14px;
  }

  /* line 316, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .article-nav#article-nav-bot {
    margin: 0;
    height: auto;
    border: none;
    margin-bottom: 1px;
  }
  /* line 321, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .article-nav#article-nav-bot ul {
    padding: 0;
  }
  /* line 323, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .article-nav#article-nav-bot ul li {
    height: 70px;
    line-height: 70px;
    background: #E68B21;
  }
  /* line 327, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .article-nav#article-nav-bot ul li a {
    color: #fff !important;
  }
  /* line 330, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .article-nav#article-nav-bot ul li.article-prev {
    border-right-color: #FDFAED;
  }
  /* line 333, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .article-nav#article-nav-bot ul li.article-prev a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 7px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -moz-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  /* line 348, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .article-nav#article-nav-bot ul li.article-next a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    background: none;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -moz-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  /* line 366, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .entry-content > .recipe_icons {
    order: 2;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
  /* line 371, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .entry-content > .recipe_icons .number_of_people {
    width: 49%;
    margin: 0;
    height: auto;
    padding: 5px 20px 5px 40px;
    background-position: 20px center;
    background-size: 20px;
  }
  /* line 378, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .entry-content > .recipe_icons .number_of_people p {
    position: static;
    padding: 0;
  }
  /* line 383, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .entry-content > .recipe_icons .time {
    width: 48%;
    height: auto;
    padding: 5px 20px 5px 40px;
    background-position: 20px center;
    background-size: 20px;
  }
  /* line 389, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .entry-content > .recipe_icons .time p {
    position: static;
    padding: 0;
  }
  /* line 397, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .category-recipe .entry-content {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    padding: 0 25px;
  }
  /* line 400, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .category-recipe .entry-content .entry-title {
    width: 100%;
    margin: 0 auto 20px;
    order: 0;
    font-size: 30px;
  }
  /* line 406, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .category-recipe .entry-content .recipe_main_img_wrap {
    margin: 0 auto 10px;
    order: 1;
  }
  /* line 410, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .category-recipe .entry-content .recipe-content {
    display: block;
    padding: 0;
    margin-bottom: 40px;
    order: 3;
  }
  /* line 415, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .category-recipe .entry-content .recipe-content #material {
    min-width: 0;
    padding: 20px;
  }
  /* line 419, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .category-recipe .entry-content .recipe-content #recipe-instructions {
    width: 100%;
    padding: 0;
  }
  /* line 422, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .category-recipe .entry-content .recipe-content #recipe-instructions .recipe_icons {
    display: none;
  }
  /* line 427, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .category-recipe .entry-content .recipe-content #recipe-instructions #recipe-steps ul li {
    position: relative;
    padding-left: 30px;
  }
  /* line 430, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .category-recipe .entry-content .recipe-content #recipe-instructions #recipe-steps ul li:before {
    top: 0;
    left: 0;
    margin: 0;
  }
  /* line 440, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .category-recipe .entry-content .credit {
    order: 3;
    margin: 0 auto 20px;
  }
  /* line 446, ../scss/partials/pages/_recipe.scss */
  body.single.kiyora_recipe .content-area .backbtn {
    margin: 0;
    height: 70px;
    line-height: 70px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #E68B21;
  }
}
/* line 2, ../scss/partials/pages/_faq.scss */
.faq__title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
/* line 7, ../scss/partials/pages/_faq.scss */
.faq__jatitle {
  text-align: center;
  font-size: 16px;
  color: #E68B21;
}
/* line 12, ../scss/partials/pages/_faq.scss */
.faq__wrapper {
  max-width: 850px;
  padding: 0 20px;
  margin: 0 auto;
}
/* line 17, ../scss/partials/pages/_faq.scss */
.faq__list {
  margin-top: 80px;
  margin-bottom: 120px;
}
/* line 21, ../scss/partials/pages/_faq.scss */
.faq__item {
  margin-bottom: 15px;
  background: #FFD64D;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 26, ../scss/partials/pages/_faq.scss */
.faq__item:hover {
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 3px 3px 10px #FEE48C;
}
/* line 30, ../scss/partials/pages/_faq.scss */
.faq__item__title {
  position: relative;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
/* line 36, ../scss/partials/pages/_faq.scss */
.faq__item__title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  width: 9px;
  height: 9px;
  border-left: 3px solid #E68B21;
  border-bottom: 3px solid #E68B21;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
/* line 50, ../scss/partials/pages/_faq.scss */
.faq__item__title.on:after {
  -moz-transform: translateY(-50%) rotate(135deg);
  -o-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
/* line 55, ../scss/partials/pages/_faq.scss */
.faq__item__content {
  display: none;
  padding: 20px 40px 40px;
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  /* line 67, ../scss/partials/pages/_faq.scss */
  .faq__title {
    font-size: 30px;
  }
  /* line 70, ../scss/partials/pages/_faq.scss */
  .faq__jatitle {
    font-size: 14px;
  }
  /* line 76, ../scss/partials/pages/_faq.scss */
  .faq__list {
    margin-top: 40px;
  }
  /* line 80, ../scss/partials/pages/_faq.scss */
  .faq__item__title {
    padding: 20px 60px 20px 20px;
    font-size: 18px;
  }
  /* line 83, ../scss/partials/pages/_faq.scss */
  .faq__item__title:after {
    right: 20px;
  }
  /* line 87, ../scss/partials/pages/_faq.scss */
  .faq__item__content {
    padding: 0 20px 40px;
    font-size: 15px;
  }
}
