@charset "UTF-8";
/* 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, partials/common/_global.scss */
html {
  font-size: 62.5%;
}

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

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

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

/* line 19, partials/common/_global.scss */
h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #003da6;
}
/* line 24, partials/common/_global.scss */
h2 .jp {
  font-size: 20px;
  color: #7f8c8d;
  margin-left: 10px;
  display: inline;
}
/* line 29, partials/common/_global.scss */
h2 .jp.jp2 {
  position: absolute;
  top: 45px;
  left: 102px;
}

/* line 37, partials/common/_global.scss */
h3 {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
  color: #003da6;
}

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

/* line 49, partials/common/_global.scss */
a {
  text-decoration: none;
}

/* line 52, partials/common/_global.scss */
a,
button {
  outline: none;
}

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

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

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

/* line 69, partials/common/_global.scss */
.left {
  float: left;
}

/* line 73, partials/common/_global.scss */
.right {
  float: right;
}

/* line 77, partials/common/_global.scss */
.txtright {
  text-align: right;
}

/* line 81, partials/common/_global.scss */
.txtleft {
  text-align: left;
}

/* line 85, partials/common/_global.scss */
.txtcenter {
  text-align: center;
}

/* line 89, partials/common/_global.scss */
.w50 {
  width: 50%;
}

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

/* line 98, partials/common/_global.scss */
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
/* line 102, partials/common/_global.scss */
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 110, partials/common/_global.scss */
.box_title {
  padding: 35px 60px;
  margin: 0 auto -65px 0;
  border: 3px dotted #003da6;
  width: 470px;
  min-height: 180px;
  text-align: left;
  line-height: 1.2;
}
/* line 118, partials/common/_global.scss */
.box_title.right {
  padding-right: 70px;
  margin: 0 0 -80px auto;
  text-align: right;
  float: none;
}
/* line 124, partials/common/_global.scss */
.box_title.download {
  width: 600px;
}
/* line 127, partials/common/_global.scss */
.box_title span {
  display: block;
}

/* line 132, partials/common/_global.scss */
.box_title_mid {
  padding: 60px;
  margin: 0 auto 0 0;
  border: 3px dotted #003da6;
  width: 470px;
  text-align: left;
  line-height: 1.2;
}

/* line 141, partials/common/_global.scss */
.long_title_box {
  display: inline-block;
  padding: 50px;
  margin: 0 auto 0 0;
  border: 3px dotted #003da6;
  width: auto;
  text-align: left;
  line-height: 1.2;
  font-size: 34px;
  max-width: 65%;
  min-width: 470px;
}

/* line 155, partials/common/_global.scss */
.yellow_seemore {
  display: block;
  padding: 50px 40px;
  width: 220px;
  height: 180px;
  background-color: #f6cf2e;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  border: none;
  cursor: pointer;
}
/* line 167, partials/common/_global.scss */
.yellow_seemore:before {
  content: "";
  display: block;
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  background: url(/common/top/link_arrow.png) no-repeat center center;
  -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 177, partials/common/_global.scss */
.yellow_seemore.long {
  position: relative;
  width: 380px;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}
/* line 184, partials/common/_global.scss */
.yellow_seemore.long:before {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -18px;
}
/* line 191, partials/common/_global.scss */
.yellow_seemore.other-site-link {
  position: relative;
  display: inline-block;
  width: 300px;
  height: auto;
  margin: 20px 20px 0 0;
  padding: 15px 30px 15px 15px;
  text-align: center;
}
/* line 199, partials/common/_global.scss */
.yellow_seemore.other-site-link:before {
  display: none;
}
/* line 202, partials/common/_global.scss */
.yellow_seemore.other-site-link:after {
  position: absolute;
  right: 30px;
  top: 50%;
  content: "";
  display: block;
  margin-top: -18px;
  width: 35px;
  height: 35px;
  background: url(/common/top/other-site_link_arrow.png) no-repeat center center;
}
/* line 214, partials/common/_global.scss */
.yellow_seemore.download {
  position: relative;
  display: inline-block;
  width: 300px;
  height: auto;
  margin: 0;
  padding: 15px 15px 15px 30px;
  text-align: center;
  background-color: #003da6;
}
/* line 223, partials/common/_global.scss */
.yellow_seemore.download:before {
  display: none;
}
/* line 226, partials/common/_global.scss */
.yellow_seemore.download:after {
  position: absolute;
  left: 30px;
  top: 50%;
  content: "";
  display: block;
  margin-top: -18px;
  width: 35px;
  height: 35px;
  background: url(/common/top/download_arrow.png) no-repeat center center;
}
/* line 239, partials/common/_global.scss */
.yellow_seemore:hover:before {
  -moz-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

/* line 245, partials/common/_global.scss */
#other_categories {
  overflow: hidden;
  padding-bottom: 40px;
}
/* line 248, partials/common/_global.scss */
#other_categories h2 {
  margin-top: 70px;
  text-align: center;
}
/* line 252, partials/common/_global.scss */
#other_categories .category_slider {
  position: relative;
}
/* line 254, partials/common/_global.scss */
#other_categories .category_slider ul {
  font-size: 0;
}
/* line 256, partials/common/_global.scss */
#other_categories .category_slider ul li {
  display: inline-block;
  margin: 1%;
  width: 18%;
  min-height: 180px;
  padding: 20px 16px 10px;
  border: 1px solid #d8dee0;
  vertical-align: top;
}
/* line 264, partials/common/_global.scss */
#other_categories .category_slider ul li:hover {
  border: 1px solid #003da6;
}
/* line 267, partials/common/_global.scss */
#other_categories .category_slider ul li p {
  text-align: center;
  font-weight: bold;
  color: #7f8c8d;
  margin-top: 12px;
}
/* line 273, partials/common/_global.scss */
#other_categories .category_slider ul li .image {
  text-align: center;
}
/* line 275, partials/common/_global.scss */
#other_categories .category_slider ul li .image img {
  display: block;
  width: 100%;
  max-width: 98px;
  margin: 0 auto;
}
/* line 285, partials/common/_global.scss */
#other_categories .brand_slider-link {
  margin: auto;
  width: 18%;
  right: 1%;
  bottom: 2.5%;
  min-height: 182px;
  position: absolute;
  padding: 0;
}
/* line 295, partials/common/_global.scss */
#other_categories .slick-dots li {
  background-color: #d8dee0;
}
/* line 297, partials/common/_global.scss */
#other_categories .slick-dots li.slick-active {
  background-color: #7f8c8d;
}

/* line 306, partials/common/_global.scss */
.pagination {
  margin-top: 40px;
  text-align: center;
}
/* line 309, partials/common/_global.scss */
.pagination.only {
  display: none;
}
/* line 312, partials/common/_global.scss */
.pagination a {
  display: none;
  vertical-align: top;
  color: #7f8c8d;
  font-size: 17px;
  margin: 0 5px;
}
/* line 318, partials/common/_global.scss */
.pagination a.on {
  display: inline-block;
  font-weight: bold;
  color: #003da6;
}
/* line 323, partials/common/_global.scss */
.pagination a.show {
  display: inline-block;
}

/* line 329, partials/common/_global.scss */
#breadcrumbs {
  margin-top: 32px;
}
/* line 331, partials/common/_global.scss */
#breadcrumbs ol {
  font-size: 0;
}
/* line 334, partials/common/_global.scss */
#breadcrumbs li {
  display: inline;
  list-style: none;
  color: #003da6;
  font-weight: 600;
  font-size: 14px;
}
/* line 340, partials/common/_global.scss */
#breadcrumbs li a {
  font-size: 14px;
  color: #7f8c8d;
}
/* line 345, partials/common/_global.scss */
#breadcrumbs li:before {
  content: " > ";
  color: #7f8c8d;
}
/* line 349, partials/common/_global.scss */
#breadcrumbs li:first-child:before {
  content: "";
}

/* line 355, partials/common/_global.scss */
.slick-arrow {
  cursor: pointer;
  text-indent: -999px;
  border: none;
  width: 25px;
  height: 25px;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 363, partials/common/_global.scss */
.slick-arrow.slick-prev {
  background: url(/common/top/slider_left_arrow.png) no-repeat center center;
}
/* line 366, partials/common/_global.scss */
.slick-arrow.slick-next {
  background: url(/common/top/slider_right_arrow.png) no-repeat center center;
}
/* line 369, partials/common/_global.scss */
.slick-arrow:hover {
  opacity: .6;
}

/* line 374, partials/common/_global.scss */
.slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 5px 10px;
  border-radius: 100%;
  background-color: #7f8c8d;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 383, partials/common/_global.scss */
.slick-dots li.slick-active {
  background-color: #fff;
}
/* line 386, partials/common/_global.scss */
.slick-dots li button {
  display: none;
}

/* line 391, partials/common/_global.scss */
.slider-nav {
  text-align: center;
  position: relative;
}
/* line 394, partials/common/_global.scss */
.slider-nav button {
  cursor: pointer;
}
/* line 397, partials/common/_global.scss */
.slider-nav .dots {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  font-size: 0;
}

/* line 406, partials/common/_global.scss */
.intro {
  margin-top: 70px;
  margin-bottom: 70px;
}
/* line 410, partials/common/_global.scss */
.intro .wrapper {
  position: relative;
}
/* line 412, partials/common/_global.scss */
.intro .wrapper > p {
  margin-left: 240px;
  margin-right: 80px;
  padding: 45px 80px;
  background-color: #f2f6f7;
}
/* line 419, partials/common/_global.scss */
.intro .wrapper .txtright {
  display: block;
}

/* line 425, partials/common/_global.scss */
.download_pdf_btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #003da6;
  width: auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 15px 15px 15px 40px;
  text-align: center;
}
/* line 439, partials/common/_global.scss */
.download_pdf_btn:before {
  content: "";
  display: block;
  margin-bottom: 10px;
  margin-top: -8px;
  width: 17px;
  height: 15px;
  background: url(/common/downloads/icon_download.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 14px;
  top: 50%;
}

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

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

/* line 474, partials/common/_global.scss */
.stripe_bg {
  background: url(/common/bg.jpg);
}

@media only screen and (max-width: 768px) {
  /* line 481, partials/common/_global.scss */
  #other_categories .sp {
    display: none !important;
  }
  /* line 484, partials/common/_global.scss */
  #other_categories .tablet {
    display: block;
  }
  /* line 487, partials/common/_global.scss */
  #other_categories h2 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 492, partials/common/_global.scss */
  #other_categories .category_slider {
    overflow: hidden;
  }
  /* line 495, partials/common/_global.scss */
  #other_categories .category_slider ul li {
    width: 31.333%;
    height: 197px;
    min-height: 0;
  }
  /* line 502, partials/common/_global.scss */
  #other_categories .brand_slider-link {
    margin: auto;
    width: 31.333%;
    height: 200px;
    position: absolute;
    bottom: 1%;
    padding: 0;
    min-height: 0;
  }
  /* line 511, partials/common/_global.scss */
  #other_categories .slider-nav .dots {
    margin-top: 20px;
  }

  /* line 515, partials/common/_global.scss */
  .pagination {
    margin-top: 20px;
  }
  /* line 517, partials/common/_global.scss */
  .pagination button {
    border-radius: 0;
    border: none;
    width: 28px;
    height: 30px;
    background-color: transparent;
    display: inline-block !important;
  }
  /* line 524, partials/common/_global.scss */
  .pagination button.next_btn, .pagination button.prev_btn {
    background-image: url(/common/prev_btn.jpg);
    background-size: cover;
    float: right;
  }
  /* line 529, partials/common/_global.scss */
  .pagination button.back_btn {
    background-image: url(/common/back_btn.jpg);
    background-size: cover;
    float: left;
  }
  /* line 535, partials/common/_global.scss */
  .pagination a {
    margin: 6px 10px 0;
    display: none;
  }
  /* line 538, partials/common/_global.scss */
  .pagination a.on {
    display: inline-block;
  }

  /* line 544, partials/common/_global.scss */
  h1 {
    font-size: 2rem;
  }

  /* line 548, partials/common/_global.scss */
  h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.6;
  }

  /* line 555, partials/common/_global.scss */
  h3 {
    text-align: center;
    font-size: 20px;
  }

  /* line 560, partials/common/_global.scss */
  p {
    font-size: 1.3rem;
  }

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

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

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

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

  /* line 575, partials/common/_global.scss */
  .wrapper {
    width: auto;
  }

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

  /* line 598, partials/common/_global.scss */
  .slider-nav > button {
    display: none !important;
  }
  /* line 603, partials/common/_global.scss */
  .slider-nav .dots .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 5px;
  }

  /* line 612, partials/common/_global.scss */
  .box_title,
  .box_title.right {
    width: auto;
    max-width: 420px;
    min-height: 85px;
    border-width: 2px;
    margin: 0 auto -15px;
    padding: 20px;
    text-align: center;
  }
  /* line 621, partials/common/_global.scss */
  .box_title br,
  .box_title.right br {
    display: none;
  }

  /* line 625, partials/common/_global.scss */
  .box_title_mid {
    width: 225px;
    min-height: 85px;
    border-width: 2px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
  }
  /* line 632, partials/common/_global.scss */
  .box_title_mid br {
    display: none;
  }

  /* line 638, partials/common/_global.scss */
  .long_title_box {
    width: auto;
    display: block;
    font-size: 19px;
    min-height: 85px;
    border-width: 2px;
    margin: 0 30px;
    padding: 26px;
    line-height: 1.5;
    letter-spacing: 1px;
    max-width: none;
    min-width: 0;
  }

  /* line 653, partials/common/_global.scss */
  .yellow_seemore,
  .yellow_seemore.long {
    position: relative;
    width: 300px;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    clear: both;
  }
  /* line 664, partials/common/_global.scss */
  .yellow_seemore:before,
  .yellow_seemore.long:before {
    position: absolute;
    left: 20px;
    top: 50%;
    height: 20px;
    width: 20px;
    background-size: contain;
    margin-top: -10px;
  }

  /* line 675, partials/common/_global.scss */
  .yellow_seemore.other-site-link {
    padding: 15px 30px 15px 15px;
  }
  /* line 677, partials/common/_global.scss */
  .yellow_seemore.other-site-link:after {
    left: 20px;
    right: auto;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: 100%;
  }
  /* line 686, partials/common/_global.scss */
  .yellow_seemore.download {
    padding: 15px 30px 15px 15px;
  }
  /* line 688, partials/common/_global.scss */
  .yellow_seemore.download:after {
    left: 20px;
    right: auto;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: 100%;
  }

  /* line 699, partials/common/_global.scss */
  .intro {
    margin-top: 35px;
    margin-bottom: 15px;
  }
  /* line 702, partials/common/_global.scss */
  .intro .wrapper {
    padding: 0;
    margin: 0 auto;
  }
  /* line 705, partials/common/_global.scss */
  .intro .wrapper > p {
    margin: 0 10px;
    padding: 35px 30px;
    background-color: #f2f6f7;
  }

  /* line 714, partials/common/_global.scss */
  .stripe_bg.sp_wh {
    background: none;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 725, partials/common/_global.scss */
  h2 {
    font-size: 20px;
  }

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

  /* line 731, partials/common/_global.scss */
  .box_title,
  .box_title.right {
    width: 225px;
  }

  /* line 736, partials/common/_global.scss */
  #other_categories .sp {
    display: block !important;
  }
  /* line 739, partials/common/_global.scss */
  #other_categories .tablet {
    display: none !important;
  }
  /* line 744, partials/common/_global.scss */
  #other_categories .category_slider ul li {
    height: 157px;
    width: 48%;
  }
  /* line 750, partials/common/_global.scss */
  #other_categories .brand_slider-link {
    margin: auto;
    width: 48%;
    height: 156px;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    padding-top: 20px;
  }
  100% {
    opacity: 1;
    padding-top: 0;
  }
}
/* line 25, partials/layouts/_header.scss */
#header .topbar {
  background: #003da6;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
/* line 31, partials/layouts/_header.scss */
#header .topbar .wrapper {
  text-align: right;
  position: relative;
}
/* line 34, partials/layouts/_header.scss */
#header .topbar .wrapper #topbar_logo_nbkk {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 3px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
/* line 43, partials/layouts/_header.scss */
#header .topbar .wrapper #topbar_logo_nbkk.on {
  opacity: 1;
}
/* line 46, partials/layouts/_header.scss */
#header .topbar .wrapper #topbar_logo_nbkk a {
  vertical-align: top;
}
/* line 49, partials/layouts/_header.scss */
#header .topbar .wrapper #topbar_logo_nbkk img {
  max-width: 300px;
  margin-left: 10px;
}
/* line 54, partials/layouts/_header.scss */
#header .topbar .wrapper p {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-left: 20px;
}
/* line 61, partials/layouts/_header.scss */
#header .topbar .wrapper p:first-child {
  margin-left: 0;
}
/* line 64, partials/layouts/_header.scss */
#header .topbar .wrapper p a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
}
/* line 70, partials/layouts/_header.scss */
#header .topbar .wrapper p a:before {
  content: "";
  display: inline-block;
  height: 36px;
  margin-right: 10px;
  vertical-align: top;
}
/* line 78, partials/layouts/_header.scss */
#header .topbar .wrapper p#recruit a {
  position: relative;
  padding-left: 30px;
}
/* line 81, partials/layouts/_header.scss */
#header .topbar .wrapper p#recruit a:before {
  content: "";
  background-image: url(/common/icon_recruit_wh.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 23px;
  height: 30px;
  top: 8px;
}
/* line 95, partials/layouts/_header.scss */
#header .topbar .wrapper p#english_btn a:before {
  width: 20px;
  background: url(/common/english_icon.png) no-repeat center center;
}
/* line 101, partials/layouts/_header.scss */
#header .topbar .wrapper p#japanese_btn {
  width: 104px;
}
/* line 104, partials/layouts/_header.scss */
#header .topbar .wrapper p#japanese_btn a:before {
  width: 20px;
  background: url(/common/english_icon.png) no-repeat center center;
}
/* line 112, partials/layouts/_header.scss */
#header .topbar .wrapper p#facebook a:before {
  width: 10px;
  background: url(/common/facebook_icon.png) no-repeat center center;
}
/* line 118, partials/layouts/_header.scss */
#header .topbar .wrapper p#onlineshop {
  width: 240px;
  background: #ff7878;
}
/* line 122, partials/layouts/_header.scss */
#header .topbar .wrapper p#onlineshop a:before {
  width: 21px;
  background: url(/common/cart_icon.png) no-repeat center center;
}
/* line 131, partials/layouts/_header.scss */
#header > .wrapper {
  margin-top: 60px;
}
/* line 133, partials/layouts/_header.scss */
#header > .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
/* line 138, partials/layouts/_header.scss */
#header > .wrapper #logo_nbkk {
  float: left;
  margin-top: 15px;
  position: relative;
  z-index: 99;
}
/* line 144, partials/layouts/_header.scss */
#header > .wrapper #menu_btn {
  float: right;
  display: block;
  width: 120px;
  height: 35px;
  z-index: 999999;
  cursor: pointer;
  margin-top: 15px;
}
/* line 152, partials/layouts/_header.scss */
#header > .wrapper #menu_btn .menu_wrap {
  position: fixed;
  width: 118px;
  z-index: 9999;
}
/* line 156, partials/layouts/_header.scss */
#header > .wrapper #menu_btn .menu_wrap > span {
  height: 35px;
  line-height: 35px;
  margin: 0 auto 0 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #003da6;
}
/* line 166, partials/layouts/_header.scss */
#header > .wrapper #menu_btn #menu_icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 6px;
  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 175, partials/layouts/_header.scss */
#header > .wrapper #menu_btn #menu_icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #003da6;
  border-radius: 9px;
  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 186, partials/layouts/_header.scss */
#header > .wrapper #menu_btn #menu_icon span:nth-child(1) {
  top: 0px;
}
/* line 189, partials/layouts/_header.scss */
#header > .wrapper #menu_btn #menu_icon span:nth-child(2), #header > .wrapper #menu_btn #menu_icon span:nth-child(3) {
  top: 16px;
}
/* line 192, partials/layouts/_header.scss */
#header > .wrapper #menu_btn #menu_icon span:nth-child(4) {
  top: 32px;
}
/* line 199, partials/layouts/_header.scss */
#header > .wrapper #menu_btn.open #menu_icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* line 204, partials/layouts/_header.scss */
#header > .wrapper #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 207, partials/layouts/_header.scss */
#header > .wrapper #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 210, partials/layouts/_header.scss */
#header > .wrapper #menu_btn.open #menu_icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* line 220, partials/layouts/_header.scss */
#header #globalNavi {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: -10;
  height: 100%;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}
/* line 232, partials/layouts/_header.scss */
#header #globalNavi ul {
  margin: 160px 0;
  text-align: center;
}
/* line 235, partials/layouts/_header.scss */
#header #globalNavi ul li {
  margin-bottom: 26px;
  opacity: 0;
  top: 20px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 241, partials/layouts/_header.scss */
#header #globalNavi ul li a {
  font-family: "usual","Noto Sans Japanese",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #7f8c8d;
  font-size: 26px;
  font-weight: bold;
}
/* line 247, partials/layouts/_header.scss */
#header #globalNavi ul li a:hover {
  color: #003da6;
}
/* line 250, partials/layouts/_header.scss */
#header #globalNavi ul li a span {
  display: block;
  margin: 0;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}
/* line 260, partials/layouts/_header.scss */
#header #globalNavi #nav_logo_nbkk, #header #globalNavi #nav_facebook, #header #globalNavi #nav_onlineshop, #header #globalNavi .bottom_box #nav_recruit, #header #globalNavi .bottom_box #nav_language {
  top: 20px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 265, partials/layouts/_header.scss */
#header #globalNavi.open {
  z-index: 10;
  opacity: 1;
}
/* line 269, partials/layouts/_header.scss */
#header #globalNavi.open ul li {
  position: relative;
  left: 0;
  opacity: 1;
  top: 0;
  -moz-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
/* line 275, partials/layouts/_header.scss */
#header #globalNavi.open ul li:nth-of-type(2) {
  -moz-transition: all 0.5s ease 0.55s;
  -o-transition: all 0.5s ease 0.55s;
  -webkit-transition: all 0.5s ease 0.55s;
  transition: all 0.5s ease 0.55s;
}
/* line 278, partials/layouts/_header.scss */
#header #globalNavi.open ul li:nth-of-type(3) {
  -moz-transition: all 0.5s ease 0.6s;
  -o-transition: all 0.5s ease 0.6s;
  -webkit-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}
/* line 281, partials/layouts/_header.scss */
#header #globalNavi.open ul li:nth-of-type(4) {
  -moz-transition: all 0.5s ease 0.65s;
  -o-transition: all 0.5s ease 0.65s;
  -webkit-transition: all 0.5s ease 0.65s;
  transition: all 0.5s ease 0.65s;
}
/* line 284, partials/layouts/_header.scss */
#header #globalNavi.open ul li:nth-of-type(5) {
  -moz-transition: all 0.5s ease 0.7s;
  -o-transition: all 0.5s ease 0.7s;
  -webkit-transition: all 0.5s ease 0.7s;
  transition: all 0.5s ease 0.7s;
}
/* line 287, partials/layouts/_header.scss */
#header #globalNavi.open ul li:nth-of-type(6) {
  -moz-transition: all 0.5s ease 0.75s;
  -o-transition: all 0.5s ease 0.75s;
  -webkit-transition: all 0.5s ease 0.75s;
  transition: all 0.5s ease 0.75s;
}
/* line 290, partials/layouts/_header.scss */
#header #globalNavi.open ul li:nth-of-type(7) {
  -moz-transition: all 0.5s ease 0.8s;
  -o-transition: all 0.5s ease 0.8s;
  -webkit-transition: all 0.5s ease 0.8s;
  transition: all 0.5s ease 0.8s;
}
/* line 295, partials/layouts/_header.scss */
#header #globalNavi.open #nav_logo_nbkk {
  top: 20px;
  opacity: 1;
}
/* line 299, partials/layouts/_header.scss */
#header #globalNavi.open #nav_facebook, #header #globalNavi.open #nav_onlineshop, #header #globalNavi.open .bottom_box #nav_recruit, #header #globalNavi.open .bottom_box #nav_language {
  top: 0;
  opacity: 1;
}
/* line 303, partials/layouts/_header.scss */
#header #globalNavi.open #nav_logo_nbkk {
  -moz-transition: all 0.5s ease 0.45s;
  -o-transition: all 0.5s ease 0.45s;
  -webkit-transition: all 0.5s ease 0.45s;
  transition: all 0.5s ease 0.45s;
}
/* line 307, partials/layouts/_header.scss */
#header #globalNavi.open #nav_onlineshop {
  -moz-transition: all 0.5s ease 0.95s;
  -o-transition: all 0.5s ease 0.95s;
  -webkit-transition: all 0.5s ease 0.95s;
  transition: all 0.5s ease 0.95s;
}
/* line 310, partials/layouts/_header.scss */
#header #globalNavi.open #nav_facebook {
  -moz-transition: all 0.5s ease 0.9s;
  -o-transition: all 0.5s ease 0.9s;
  -webkit-transition: all 0.5s ease 0.9s;
  transition: all 0.5s ease 0.9s;
}
/* line 313, partials/layouts/_header.scss */
#header #globalNavi.open .bottom_box #nav_recruit {
  -moz-transition: all 0.5s ease 1s;
  -o-transition: all 0.5s ease 1s;
  -webkit-transition: all 0.5s ease 1s;
  transition: all 0.5s ease 1s;
}
/* line 316, partials/layouts/_header.scss */
#header #globalNavi.open .bottom_box #nav_language {
  -moz-transition: all 0.5s ease 1.05s;
  -o-transition: all 0.5s ease 1.05s;
  -webkit-transition: all 0.5s ease 1.05s;
  transition: all 0.5s ease 1.05s;
}
/* line 320, partials/layouts/_header.scss */
#header #globalNavi #nav_logo_nbkk {
  display: none;
  position: absolute;
  top: 50px;
  width: 260px;
  left: 30px;
}
/* line 328, partials/layouts/_header.scss */
#header #globalNavi #nav_onlineshop {
  display: none;
}
/* line 331, partials/layouts/_header.scss */
#header #globalNavi #nav_facebook {
  display: none;
}
/* line 334, partials/layouts/_header.scss */
#header #globalNavi .bottom_box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  margin: auto;
}
/* line 339, partials/layouts/_header.scss */
#header #globalNavi .bottom_box #nav_recruit {
  display: inline-block;
  position: relative;
  top: 20px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 344, partials/layouts/_header.scss */
#header #globalNavi .bottom_box #nav_recruit:before {
  content: "";
  background-image: url(/common/icon_recruit.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -40px;
  width: 25px;
  height: 30px;
  top: 8px;
}
/* line 355, partials/layouts/_header.scss */
#header #globalNavi .bottom_box #nav_recruit a {
  font-family: "usual","Noto Sans Japanese",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #7f8c8d;
  font-size: 22px;
  font-weight: bold;
}
/* line 361, partials/layouts/_header.scss */
#header #globalNavi .bottom_box #nav_recruit a:hover {
  color: #003da6;
}
/* line 366, partials/layouts/_header.scss */
#header #globalNavi .bottom_box #nav_language {
  margin-left: 70px;
  margin-right: 30px;
  display: inline-block;
  margin-top: 4px;
  position: relative;
}
/* line 372, partials/layouts/_header.scss */
#header #globalNavi .bottom_box #nav_language:before {
  content: "";
  background-image: url(/common/list_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -20px;
  width: 23px;
  height: 30px;
  top: 12px;
}
/* line 383, partials/layouts/_header.scss */
#header #globalNavi .bottom_box #nav_language select {
  font-family: "usual","Noto Sans Japanese",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #7f8c8d;
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  margin-right: 18px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  /* line 409, partials/layouts/_header.scss */
  #header .topbar {
    z-index: 900;
  }
  /* line 411, partials/layouts/_header.scss */
  #header .topbar .wrapper {
    height: 70px;
    position: relative;
  }
  /* line 414, partials/layouts/_header.scss */
  #header .topbar .wrapper p {
    display: none;
  }
  /* line 417, partials/layouts/_header.scss */
  #header .topbar .wrapper #topbar_logo_nbkk {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    text-align: left;
    margin: auto;
    width: 67%;
    display: table;
  }
  /* line 426, partials/layouts/_header.scss */
  #header .topbar .wrapper #topbar_logo_nbkk img {
    width: 100%;
    margin-bottom: 3px;
    margin-left: 0;
  }
  /* line 434, partials/layouts/_header.scss */
  #header #globalNavi {
    height: 100%;
    z-index: -1;
  }
  /* line 438, partials/layouts/_header.scss */
  #header #globalNavi ul {
    margin: 120px 0 18px;
  }
  /* line 440, partials/layouts/_header.scss */
  #header #globalNavi ul li {
    padding: 0 30px;
    margin-bottom: 22px;
  }
  /* line 443, partials/layouts/_header.scss */
  #header #globalNavi ul li a {
    font-size: 18px;
  }
  /* line 448, partials/layouts/_header.scss */
  #header #globalNavi .nav_wrap {
    height: 115%;
  }
  /* line 452, partials/layouts/_header.scss */
  #header #globalNavi #nav_logo_nbkk {
    display: block;
    left: 0;
    opacity: 0;
    padding-left: 30px;
    width: 300px;
  }
  /* line 459, partials/layouts/_header.scss */
  #header #globalNavi #nav_facebook {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
  }
  /* line 466, partials/layouts/_header.scss */
  #header #globalNavi #nav_facebook a {
    padding: 0 30px;
    font-family: "usual","Noto Sans Japanese",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #003da6;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
  }
  /* line 474, partials/layouts/_header.scss */
  #header #globalNavi #nav_facebook a:before {
    content: "";
    display: inline-block;
    height: 32px;
    margin-left: 2px;
    margin-right: 15px;
    vertical-align: top;
    width: 10px;
    background: url(/common/icon_nav_facebook.png) no-repeat center center;
    background-size: contain;
  }
  /* line 488, partials/layouts/_header.scss */
  #header #globalNavi #nav_onlineshop {
    display: block;
    position: relative;
    left: 0;
    opacity: 0;
    text-align: center;
  }
  /* line 494, partials/layouts/_header.scss */
  #header #globalNavi #nav_onlineshop a {
    padding: 0 30px;
    font-family: "usual","Noto Sans Japanese",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #ff7878;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
  }
  /* line 502, partials/layouts/_header.scss */
  #header #globalNavi #nav_onlineshop a:before {
    content: "";
    display: inline-block;
    height: 31px;
    margin-right: 10px;
    vertical-align: top;
    width: 21px;
    background: url(/common/icon_nav_cart.png) no-repeat center center;
    background-size: contain;
  }
  /* line 514, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box {
    position: static;
    right: auto;
    left: auto;
    text-align: center;
  }
  /* line 519, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box #nav_recruit {
    padding: 0 30px;
    display: block;
    position: relative;
    left: 0;
    opacity: 0;
  }
  /* line 525, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box #nav_recruit:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    position: relative;
    left: 0;
    width: 20px;
    height: 30px;
    top: 8px;
  }
  /* line 536, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box #nav_recruit a {
    font-size: 18px;
  }
  /* line 540, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box #nav_language {
    border: 2px solid #7f8c8d;
    display: block;
    margin: 16px auto;
    width: 180px;
    position: relative;
    left: 0;
    opacity: 0;
  }
  /* line 549, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box #nav_language:before {
    right: 13px;
    top: 40%;
    height: 11px;
  }
  /* line 554, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box #nav_language form {
    display: block;
  }
  /* line 557, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box #nav_language select {
    font-size: 18px;
    padding: 9px 14px;
    display: block;
    margin-right: 0;
    width: 100%;
    position: relative;
  }
  /* line 567, partials/layouts/_header.scss */
  #header #globalNavi.open {
    z-index: 1000;
  }
  /* line 571, partials/layouts/_header.scss */
  #header > .wrapper {
    margin-top: 36px;
  }
  /* line 573, partials/layouts/_header.scss */
  #header > .wrapper #logo_nbkk {
    width: 260px;
    z-index: 0;
    margin-top: 50px;
  }
  /* line 578, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn {
    float: none;
    position: fixed;
    top: 15px;
    right: 12px;
    width: 70px;
    z-index: 10000;
    margin-top: 0;
  }
  /* line 586, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn .menu_wrap {
    width: 90px;
    right: 10px;
  }
  /* line 589, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn .menu_wrap > span {
    font-size: 14px;
    color: #fff;
  }
  /* line 593, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn .menu_wrap #menu_icon {
    width: 25px;
    top: 12px;
    right: 10px;
    background-color: transparent;
  }
  /* line 598, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn .menu_wrap #menu_icon span {
    background-color: #fff;
    height: 2px;
    width: 33px;
  }
  /* line 602, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn .menu_wrap #menu_icon span:nth-child(1) {
    top: -2px;
  }
  /* line 605, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn .menu_wrap #menu_icon span:nth-child(2), #header > .wrapper #menu_btn .menu_wrap #menu_icon span:nth-child(3) {
    top: 7px;
  }
  /* line 608, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn .menu_wrap #menu_icon span:nth-child(4) {
    top: 16px;
  }
  /* line 616, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn.open .menu_wrap > span {
    color: #003da6;
  }
  /* line 620, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn.open .menu_wrap #menu_icon span {
    background-color: #003da6;
  }
}
@media only screen and (max-width: 414px) {
  /* line 632, partials/layouts/_header.scss */
  #header #globalNavi {
    height: 100%;
    z-index: -1;
  }
  /* line 635, partials/layouts/_header.scss */
  #header #globalNavi ul {
    text-align: left;
    margin: 90px 0 18px;
  }
  /* line 638, partials/layouts/_header.scss */
  #header #globalNavi ul li {
    padding: 0 30px;
    margin-bottom: 22px;
  }
  /* line 641, partials/layouts/_header.scss */
  #header #globalNavi ul li a {
    font-size: 18px;
  }
  /* line 643, partials/layouts/_header.scss */
  #header #globalNavi ul li a span {
    display: inline;
    margin-top: 6px;
    margin-left: 20px;
    text-align: left;
  }
  /* line 652, partials/layouts/_header.scss */
  #header #globalNavi .nav_wrap {
    height: 115%;
  }
  /* line 656, partials/layouts/_header.scss */
  #header #globalNavi #nav_logo_nbkk {
    display: block;
    left: 0;
    opacity: 0;
    padding-left: 30px;
    width: 260px;
  }
  /* line 663, partials/layouts/_header.scss */
  #header #globalNavi #nav_facebook {
    display: block;
    position: relative;
    left: 0;
    opacity: 0;
    text-align: left;
  }
  /* line 669, partials/layouts/_header.scss */
  #header #globalNavi #nav_facebook a {
    padding: 0 30px;
    font-family: "usual","Noto Sans Japanese",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #003da6;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
  }
  /* line 677, partials/layouts/_header.scss */
  #header #globalNavi #nav_facebook a:before {
    content: "";
    display: inline-block;
    height: 32px;
    margin-left: 2px;
    margin-right: 15px;
    vertical-align: top;
    width: 10px;
    background: url(/common/icon_nav_facebook.png) no-repeat center center;
    background-size: contain;
  }
  /* line 691, partials/layouts/_header.scss */
  #header #globalNavi #nav_onlineshop {
    display: block;
    position: relative;
    left: 0;
    opacity: 0;
    text-align: left;
  }
  /* line 697, partials/layouts/_header.scss */
  #header #globalNavi #nav_onlineshop a {
    padding: 0 30px;
    font-family: "usual","Noto Sans Japanese",Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #ff7878;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
  }
  /* line 705, partials/layouts/_header.scss */
  #header #globalNavi #nav_onlineshop a:before {
    content: "";
    display: inline-block;
    height: 31px;
    margin-right: 10px;
    vertical-align: top;
    width: 21px;
    background: url(/common/icon_nav_cart.png) no-repeat center center;
    background-size: contain;
  }
  /* line 717, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box {
    position: static;
    right: auto;
    left: auto;
    text-align: left;
  }
  /* line 722, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box #nav_recruit {
    padding: 0 30px;
    display: block;
    position: relative;
    left: 0;
    opacity: 0;
  }
  /* line 728, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box #nav_recruit:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    position: relative;
    left: 0;
    width: 20px;
    height: 30px;
    top: 8px;
  }
  /* line 739, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box #nav_recruit a {
    font-size: 18px;
  }
  /* line 743, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box #nav_language {
    border: 2px solid #7f8c8d;
    display: block;
    margin-top: 20px;
    margin-left: 30px;
    width: 180px;
    position: relative;
    left: 0;
    opacity: 0;
  }
  /* line 753, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box #nav_language:before {
    right: 13px;
    top: 40%;
    height: 11px;
  }
  /* line 758, partials/layouts/_header.scss */
  #header #globalNavi .bottom_box #nav_language select {
    font-size: 18px;
  }
  /* line 763, partials/layouts/_header.scss */
  #header #globalNavi.open {
    z-index: 1000;
  }
  /* line 765, partials/layouts/_header.scss */
  #header #globalNavi.open #nav_logo_nbkk {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: .35s;
  }
  /* line 769, partials/layouts/_header.scss */
  #header #globalNavi.open #nav_facebook {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: .85s;
  }
  /* line 773, partials/layouts/_header.scss */
  #header #globalNavi.open #nav_onlineshop {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: .90s;
  }
  /* line 777, partials/layouts/_header.scss */
  #header #globalNavi.open #nav_recruit {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: .95s;
  }
  /* line 781, partials/layouts/_header.scss */
  #header #globalNavi.open #nav_language {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: 1s;
  }
  /* line 787, partials/layouts/_header.scss */
  #header > .wrapper {
    margin-top: 6px;
  }
  /* line 789, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn {
    top: 3px;
    margin-top: 0;
  }
  /* line 792, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn .menu_wrap {
    width: 72px;
    right: auto;
  }
  /* line 795, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn .menu_wrap > span {
    font-size: 60%;
  }
  /* line 798, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn .menu_wrap #menu_icon {
    width: 25px;
    top: 12px;
    right: 0;
  }
  /* line 802, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn .menu_wrap #menu_icon span {
    width: 25px;
  }
  /* line 804, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn .menu_wrap #menu_icon span:nth-child(1) {
    top: 0;
  }
  /* line 807, partials/layouts/_header.scss */
  #header > .wrapper #menu_btn .menu_wrap #menu_icon span:nth-child(4) {
    top: 14px;
  }
  /* line 816, partials/layouts/_header.scss */
  #header .topbar .wrapper {
    height: 42px;
  }
}
/* line 1, partials/layouts/_footer.scss */
#footer {
  background: #7f8c8d;
  padding: 40px 0 60px;
  font-size: 16px;
}
/* line 6, partials/layouts/_footer.scss */
#footer a {
  color: #fff;
  font-weight: bold;
}
/* line 10, partials/layouts/_footer.scss */
#footer #footerNavi {
  float: left;
  margin-top: 30px;
}
/* line 13, partials/layouts/_footer.scss */
#footer #footerNavi li {
  float: left;
  margin-right: 60px;
}
/* line 17, partials/layouts/_footer.scss */
#footer #footerNavi:after {
  content: "";
  display: block;
  clear: both;
}
/* line 23, partials/layouts/_footer.scss */
#footer .copyright {
  clear: both;
  float: left;
  margin: 20px auto;
  color: #fff;
}
/* line 29, partials/layouts/_footer.scss */
#footer #logo_denisjapan {
  float: right;
}
/* line 32, partials/layouts/_footer.scss */
#footer:after {
  content: "";
  display: block;
  clear: both;
}
/* line 37, partials/layouts/_footer.scss */
#footer .print_pdf_download {
  clear: both;
  display: block;
  padding-top: 13px;
}

@media only screen and (max-width: 768px) {
  /* line 46, partials/layouts/_footer.scss */
  #footer {
    position: relative;
    padding: 20px 0 70px;
  }
  /* line 49, partials/layouts/_footer.scss */
  #footer #footerNavi {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    float: none;
    width: auto;
    text-align: center;
  }
  /* line 57, partials/layouts/_footer.scss */
  #footer #footerNavi li {
    display: inline-block;
    float: none;
    margin: 0 5px;
    text-align: center;
    line-height: 22px;
  }
  /* line 63, partials/layouts/_footer.scss */
  #footer #footerNavi li a {
    font-size: 50%;
  }
  /* line 68, partials/layouts/_footer.scss */
  #footer #logo_denisjapan {
    float: none;
    margin: 0 auto;
  }
  /* line 71, partials/layouts/_footer.scss */
  #footer #logo_denisjapan a {
    display: block;
    text-align: center;
  }
  /* line 75, partials/layouts/_footer.scss */
  #footer #logo_denisjapan img {
    width: 60px;
  }
  /* line 79, partials/layouts/_footer.scss */
  #footer .copyright {
    font-size: 50%;
    text-align: center;
    float: none;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  /* line 89, partials/layouts/_footer.scss */
  #footer .copyright {
    font-size: 14px;
  }
  /* line 94, partials/layouts/_footer.scss */
  #footer #footerNavi li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 103, partials/layouts/_footer.scss */
  #footer .copyright {
    font-size: 12px;
  }
  /* line 107, partials/layouts/_footer.scss */
  #footer #footerNavi li {
    width: 29%;
  }
  /* line 109, partials/layouts/_footer.scss */
  #footer #footerNavi li a {
    font-size: 12px;
  }
}
/* line 2, partials/layouts/_top_slider.scss */
.top_slider .slick-slide img {
  width: 100%;
}
/* line 5, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner {
  position: relative;
}
/* line 7, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner a {
  line-height: 1.2;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  /*&:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: url(/common/top/link_arrow.png) no-repeat center center;
  }*/
}
/* line 21, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner .image {
  width: 63.559%;
}
/* line 24, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner .text {
  width: 36.441%;
  position: absolute;
  top: 0;
  bottom: 0;
}
/* line 29, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner .text.blue {
  background-color: #003da6;
}
/* line 32, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner .text.pink {
  background-color: #ff7878;
}
/* line 36, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner .text-inner {
  position: absolute;
  top: 50%;
  padding: 50px;
  width: 100%;
  border: 3px dotted #fff;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 45, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner.right_text .text {
  right: 0;
}
/* line 47, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner.right_text .text .text-inner {
  right: 80px;
  padding-left: 100px;
}
/* line 52, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner.right_text .image {
  float: left;
}
/* line 57, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner.left_text .text {
  left: 0;
}
/* line 59, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner.left_text .text .text-inner {
  left: 80px;
  padding-right: 100px;
}
/* line 64, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner.left_text .image {
  float: right;
}
/* line 69, partials/layouts/_top_slider.scss */
.top_slider .top-slide-inner:after {
  content: "";
  display: block;
  clear: both;
}

/* line 80, partials/layouts/_top_slider.scss */
.top_slider-nav {
  margin-top: -45px;
  margin-bottom: 50px;
}
/* line 84, partials/layouts/_top_slider.scss */
.top_slider-nav .slick-dots li {
  background-color: #ffffff;
}
/* line 86, partials/layouts/_top_slider.scss */
.top_slider-nav .slick-dots li.slick-active {
  background-color: #7f8c8d;
}

@media only screen and (max-width: 768px) {
  /* line 99, partials/layouts/_top_slider.scss */
  .top_slider .top-slide-inner.left_text .image, .top_slider .top-slide-inner.right_text .image {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  /* line 103, partials/layouts/_top_slider.scss */
  .top_slider .top-slide-inner.left_text .image img, .top_slider .top-slide-inner.right_text .image img {
    position: relative;
    left: auto;
    max-width: none;
    width: 100%;
  }
  /* line 110, partials/layouts/_top_slider.scss */
  .top_slider .top-slide-inner.left_text .text, .top_slider .top-slide-inner.right_text .text {
    width: 100%;
    top: auto;
  }
  /* line 113, partials/layouts/_top_slider.scss */
  .top_slider .top-slide-inner.left_text .text.blue, .top_slider .top-slide-inner.right_text .text.blue {
    background-color: rgba(0, 61, 166, 0.9);
  }
  /* line 116, partials/layouts/_top_slider.scss */
  .top_slider .top-slide-inner.left_text .text .text-inner, .top_slider .top-slide-inner.right_text .text .text-inner {
    position: static;
    border: none;
    width: auto;
    padding: 30px 50px 50px;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  /* line 122, partials/layouts/_top_slider.scss */
  .top_slider .top-slide-inner.left_text .text .text-inner a, .top_slider .top-slide-inner.right_text .text .text-inner a {
    font-size: 20px;
  }
  /* line 124, partials/layouts/_top_slider.scss */
  .top_slider .top-slide-inner.left_text .text .text-inner a:after, .top_slider .top-slide-inner.right_text .text .text-inner a:after {
    display: none;
  }

  /* line 135, partials/layouts/_top_slider.scss */
  .top_slider-nav {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 146, partials/layouts/_top_slider.scss */
  .top_slider .top-slide-inner .text-inner {
    padding: 30px 55px 55px !important;
  }
  /* line 148, partials/layouts/_top_slider.scss */
  .top_slider .top-slide-inner .text-inner a {
    font-size: 24px !important;
  }
  /* line 155, partials/layouts/_top_slider.scss */
  .top_slider .top-slide-inner.left_text .image img, .top_slider .top-slide-inner.right_text .image img {
    width: 100%;
  }
}
/* line 1, partials/layouts/_brand_slider.scss */
.brand_slider_box {
  padding-top: 40px;
}
/* line 4, partials/layouts/_brand_slider.scss */
.brand_slider_box.center h2 {
  text-align: center;
}
/* line 9, partials/layouts/_brand_slider.scss */
.brand_slider_box.bg_wh .slick-dots li {
  background-color: #d8dee0;
}
/* line 12, partials/layouts/_brand_slider.scss */
.brand_slider_box.bg_wh .slick-dots li.slick-active {
  background-color: #7f8c8d;
}

/* line 19, partials/layouts/_brand_slider.scss */
.brand_slider {
  margin: 0 -10px;
  overflow: hidden;
}
/* line 22, partials/layouts/_brand_slider.scss */
.brand_slider .brand-slide-inner {
  font-size: 0;
}
/* line 25, partials/layouts/_brand_slider.scss */
.brand_slider .brand-slide-inner > li {
  display: inline-block;
  width: 18%;
  margin: 0 1% 2%;
  padding-top: 15%;
  height: 0;
  border: 1px solid #d8dee0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background-color: #fff;
}
/* line 35, partials/layouts/_brand_slider.scss */
.brand_slider .brand-slide-inner > li:hover {
  border-color: #003da6;
}
/* line 38, partials/layouts/_brand_slider.scss */
.brand_slider .brand-slide-inner > li:hover img.hover {
  opacity: 1;
}
/* line 41, partials/layouts/_brand_slider.scss */
.brand_slider .brand-slide-inner > li:hover img.gray {
  opacity: 0;
}
/* line 47, partials/layouts/_brand_slider.scss */
.brand_slider .brand-slide-inner a {
  display: block;
  width: 100%;
}
/* line 50, partials/layouts/_brand_slider.scss */
.brand_slider .brand-slide-inner a img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 80%;
  margin: 0 auto;
  -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%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 59, partials/layouts/_brand_slider.scss */
.brand_slider .brand-slide-inner a img.hover {
  opacity: 0;
}

/* line 67, partials/layouts/_brand_slider.scss */
.test {
  font-size: 0;
}

/* line 70, partials/layouts/_brand_slider.scss */
.brand_slider-link {
  position: relative;
  margin: -17.5% 0 25px auto;
  width: 18.5%;
  height: 0;
  padding: 15.3% 0 0 0;
  text-align: left;
}
/* line 77, partials/layouts/_brand_slider.scss */
.brand_slider-link:before {
  display: none;
}
/* line 80, partials/layouts/_brand_slider.scss */
.brand_slider-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 87, partials/layouts/_brand_slider.scss */
.brand_slider-link span:before {
  content: "";
  display: block;
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  background: url(/common/top/link_arrow.png) no-repeat center center;
  -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 99, partials/layouts/_brand_slider.scss */
.brand_slider-link:hover span:before {
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

/* line 106, partials/layouts/_brand_slider.scss */
.brand_slider-nav {
  margin: 10px auto 35px;
}
/* line 109, partials/layouts/_brand_slider.scss */
.brand_slider-nav .slick-dots li {
  background-color: #ffffff;
}
/* line 111, partials/layouts/_brand_slider.scss */
.brand_slider-nav .slick-dots li.slick-active {
  background-color: #7f8c8d;
}

@media only screen and (max-width: 768px) {
  /* line 122, partials/layouts/_brand_slider.scss */
  .brand_slider {
    margin: 0 -5px;
  }
  /* line 125, partials/layouts/_brand_slider.scss */
  .brand_slider .brand-slide-inner li {
    width: 29%;
    padding-top: 26%;
    margin: 0 2% 4%;
    -webkit-box-sizing: border-box;
  }
  /* line 133, partials/layouts/_brand_slider.scss */
  .brand_slider.sp {
    display: none !important;
  }

  /* line 138, partials/layouts/_brand_slider.scss */
  .brand_slider-link {
    margin: -30.5% 2% 27px auto;
    width: 29.5%;
    padding: 26.5% 0 0 0;
    font-size: 18px;
  }
  /* line 144, partials/layouts/_brand_slider.scss */
  .brand_slider-link span:before {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
    background-size: contain;
  }

  /* line 153, partials/layouts/_brand_slider.scss */
  .brand_slider-nav.sp {
    display: none !important;
  }

  /* line 160, partials/layouts/_brand_slider.scss */
  #category_list .subcategory .category_list {
    padding-top: 0;
  }
  /* line 163, partials/layouts/_brand_slider.scss */
  #category_list .subcategory .sub_category_list {
    padding-bottom: 15px;
  }
  /* line 165, partials/layouts/_brand_slider.scss */
  #category_list .subcategory .sub_category_list .sub_cate_head {
    margin-bottom: 0;
  }
  /* line 167, partials/layouts/_brand_slider.scss */
  #category_list .subcategory .sub_category_list .sub_cate_head ul.category_pankuzu {
    width: 100%;
    text-align: center;
  }
  /* line 170, partials/layouts/_brand_slider.scss */
  #category_list .subcategory .sub_category_list .sub_cate_head ul.category_pankuzu li {
    display: block;
    margin: 0 auto;
    font-size: 18px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 186, partials/layouts/_brand_slider.scss */
  .brand_slider .brand-slide-inner li {
    width: 46%;
    padding-top: 40%;
  }
  /* line 191, partials/layouts/_brand_slider.scss */
  .brand_slider.sp {
    display: block !important;
  }

  /* line 195, partials/layouts/_brand_slider.scss */
  .brand_slider-link {
    margin: -45.2% 2px 30px auto;
    width: 47.1%;
    padding: 41.1% 0px 0 0;
  }

  /* line 201, partials/layouts/_brand_slider.scss */
  .brand_slider-nav.sp {
    display: block !important;
  }
}
/* line 4, partials/layouts/_latest-topics.scss */
#home .latest-topics h2.box_title .jp.jp2 {
  display: block;
  position: static;
  margin-top: 16px;
}

/* line 14, partials/layouts/_latest-topics.scss */
.latest-topics {
  padding: 60px 0;
}
/* line 16, partials/layouts/_latest-topics.scss */
.latest-topics .topics_list {
  margin-right: 220px;
  overflow: hidden;
}
/* line 20, partials/layouts/_latest-topics.scss */
.latest-topics .topics_slider {
  position: relative;
}
/* line 22, partials/layouts/_latest-topics.scss */
.latest-topics .topics_slider .slick-list {
  margin: 0 120px;
}
/* line 25, partials/layouts/_latest-topics.scss */
.latest-topics .topics_slider .slick-arrow {
  position: absolute;
  top: 30%;
}
/* line 28, partials/layouts/_latest-topics.scss */
.latest-topics .topics_slider .slick-arrow.slick-prev {
  left: 40px;
}
/* line 31, partials/layouts/_latest-topics.scss */
.latest-topics .topics_slider .slick-arrow.slick-next {
  right: 40px;
}
/* line 37, partials/layouts/_latest-topics.scss */
.latest-topics ul {
  font-size: 0;
}
/* line 39, partials/layouts/_latest-topics.scss */
.latest-topics ul li {
  display: table-cell;
  float: left;
  vertical-align: top;
  width: 31%;
  margin-right: 2.3333%;
}
/* line 46, partials/layouts/_latest-topics.scss */
.latest-topics ul li a {
  color: #7f8c8d;
}
/* line 49, partials/layouts/_latest-topics.scss */
.latest-topics ul li:after {
  content: "";
  display: block;
  clear: both;
}
/* line 56, partials/layouts/_latest-topics.scss */
.latest-topics .image {
  position: relative;
  width: 100%;
  padding-top: 66%;
  margin-bottom: 15px;
  border: 1px solid #d8dee0;
  background: #fff;
}
/* line 63, partials/layouts/_latest-topics.scss */
.latest-topics .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
/* line 74, partials/layouts/_latest-topics.scss */
.latest-topics .time {
  display: table-cell;
  vertical-align: middle;
}
/* line 78, partials/layouts/_latest-topics.scss */
.latest-topics .time .year {
  font-size: 17px;
  line-height: 1;
}
/* line 82, partials/layouts/_latest-topics.scss */
.latest-topics .time .md {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
/* line 88, partials/layouts/_latest-topics.scss */
.latest-topics .title {
  margin-top: 45px;
  padding-left: 10%;
  line-height: 1.4;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  /* line 99, partials/layouts/_latest-topics.scss */
  .latest-topics .jp {
    margin-top: 8px;
  }
  /* line 102, partials/layouts/_latest-topics.scss */
  .latest-topics .topics_list {
    margin: 0 -1%;
  }
  /* line 106, partials/layouts/_latest-topics.scss */
  .latest-topics ul li {
    width: 31.3%;
    margin-right: 1%;
    margin-left: 1%;
  }
  /* line 112, partials/layouts/_latest-topics.scss */
  .latest-topics .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 119, partials/layouts/_latest-topics.scss */
  .latest-topics {
    padding: 40px 0;
  }
  /* line 121, partials/layouts/_latest-topics.scss */
  .latest-topics .topics_list {
    margin: 0;
  }
  /* line 125, partials/layouts/_latest-topics.scss */
  .latest-topics ul li {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    float: none;
    height: 75px;
  }
  /* line 126, partials/layouts/_latest-topics.scss */
  .latest-topics ul li a {
    display: block;
    height: 75px;
  }
  /* line 137, partials/layouts/_latest-topics.scss */
  .latest-topics ul li:first-of-type p {
    padding-top: 20px;
  }
  /* line 141, partials/layouts/_latest-topics.scss */
  .latest-topics .image {
    float: none;
    display: table-cell;
    width: 38%;
    padding-top: 24%;
    margin: 0 2% 0 0;
  }
  /* line 148, partials/layouts/_latest-topics.scss */
  .latest-topics .time {
    margin-top: 6%;
    font-weight: bold;
    line-height: 1;
    width: 10%;
    padding-left: 4%;
  }
  /* line 154, partials/layouts/_latest-topics.scss */
  .latest-topics .time .year {
    font-size: 11px;
  }
  /* line 157, partials/layouts/_latest-topics.scss */
  .latest-topics .time .md {
    font-size: 24px;
  }
  /* line 161, partials/layouts/_latest-topics.scss */
  .latest-topics .title {
    margin-top: 0;
    padding-left: 4%;
    font-size: 12px;
  }
}
/* line 1, partials/layouts/_news.scss */
.news {
  padding: 90px 0 110px;
}
/* line 3, partials/layouts/_news.scss */
.news .news_list {
  margin-left: 80px;
  margin-right: 220px;
  padding: 44px 80px;
  background-color: #fff;
}
/* line 8, partials/layouts/_news.scss */
.news .news_list li {
  margin: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 13, partials/layouts/_news.scss */
.news .news_list li a {
  font-size: 16px;
  color: #7f8c8d;
}
/* line 16, partials/layouts/_news.scss */
.news .news_list li a .date {
  width: 135px;
  font-weight: bold;
  display: inline-block;
}
/* line 24, partials/layouts/_news.scss */
.news .news_slider {
  margin: 0 80px;
  padding: 40px 120px;
  text-align: center;
  background-color: #f2f6f7;
}
/* line 29, partials/layouts/_news.scss */
.news .news_slider a {
  color: #7f8c8d;
}
/* line 33, partials/layouts/_news.scss */
.news .news_slider .slick-slide .date {
  display: block;
  font-size: 17px;
  margin-bottom: 20px;
}
/* line 38, partials/layouts/_news.scss */
.news .news_slider .slick-slide .title {
  font-size: 17px;
  line-height: 1.2;
}
/* line 43, partials/layouts/_news.scss */
.news .news_slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
/* line 47, partials/layouts/_news.scss */
.news .news_slider .slick-arrow.slick-prev {
  left: 80px;
}
/* line 50, partials/layouts/_news.scss */
.news .news_slider .slick-arrow.slick-next {
  right: 80px;
}
/* line 54, partials/layouts/_news.scss */
.news .news_slider .slick-dots {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  /* line 62, partials/layouts/_news.scss */
  .news {
    padding: 40px 0;
  }
  /* line 64, partials/layouts/_news.scss */
  .news .news_list {
    margin: 0 auto;
    padding: 20px;
  }
  /* line 67, partials/layouts/_news.scss */
  .news .news_list li {
    margin: 20px auto;
  }
  /* line 70, partials/layouts/_news.scss */
  .news .news_list li a .date {
    display: block;
    font-size: 15px;
    line-height: 1.6;
  }
  /* line 75, partials/layouts/_news.scss */
  .news .news_list li a .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 89, partials/layouts/_news.scss */
  .news .news_list li a .date {
    font-size: 13px;
  }
  /* line 92, partials/layouts/_news.scss */
  .news .news_list li a .title {
    font-size: 12px;
  }
}
/* line 1, partials/layouts/_catalog.scss */
.catalog {
  padding: 90px 0 110px;
  margin-bottom: 0;
}
/* line 4, partials/layouts/_catalog.scss */
.catalog ul {
  text-align: center;
  font-size: 0;
  text-align: center;
}
/* line 8, partials/layouts/_catalog.scss */
.catalog ul li {
  display: inline-block;
  margin: 0 10px;
}
/* line 11, partials/layouts/_catalog.scss */
.catalog ul li img {
  border: 1px solid #d8dee0;
}
/* line 16, partials/layouts/_catalog.scss */
.catalog h3 {
  text-align: center;
  margin-bottom: 45px;
}
/* line 20, partials/layouts/_catalog.scss */
.catalog.center_title {
  padding: 40px 0 40px;
}
/* line 22, partials/layouts/_catalog.scss */
.catalog.center_title .box_title {
  border: none;
  margin: 0 auto;
  text-align: center;
  min-height: 0;
}
/* line 27, partials/layouts/_catalog.scss */
.catalog.center_title .box_title br {
  display: none;
}
/* line 32, partials/layouts/_catalog.scss */
.catalog.stripe {
  background: url(/common/bg.jpg);
}

@media only screen and (max-width: 768px) {
  /* line 39, partials/layouts/_catalog.scss */
  .catalog {
    padding: 40px 0;
  }
  /* line 42, partials/layouts/_catalog.scss */
  .catalog ul li {
    width: 48%;
    margin: 0;
  }
  /* line 45, partials/layouts/_catalog.scss */
  .catalog ul li img {
    width: 100%;
  }
  /* line 49, partials/layouts/_catalog.scss */
  .catalog ul li:first-child {
    margin-right: 3%;
  }
  /* line 53, partials/layouts/_catalog.scss */
  .catalog h3 {
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 1, partials/layouts/_recipe.scss */
.top_recipe, .new_recipe, .same_category_recipe {
  padding: 80px 0;
}
/* line 3, partials/layouts/_recipe.scss */
.top_recipe h2, .new_recipe h2, .same_category_recipe h2 {
  text-align: center;
}
/* line 6, partials/layouts/_recipe.scss */
.top_recipe .recipe_list, .new_recipe .recipe_list, .same_category_recipe .recipe_list {
  margin: 50px -1.5%;
  font-size: 0;
  overflow: hidden;
}
/* line 10, partials/layouts/_recipe.scss */
.top_recipe .recipe_list li, .new_recipe .recipe_list li, .same_category_recipe .recipe_list li {
  padding-top: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 31.3333%;
  margin: 0 1% 2%;
  min-height: 0;
}
/* line 18, partials/layouts/_recipe.scss */
.top_recipe .recipe_list li.on, .new_recipe .recipe_list li.on, .same_category_recipe .recipe_list li.on {
  display: inline-block;
}
/* line 21, partials/layouts/_recipe.scss */
.top_recipe .recipe_list li a, .new_recipe .recipe_list li a, .same_category_recipe .recipe_list li a {
  padding: 0;
}
/* line 25, partials/layouts/_recipe.scss */
.top_recipe .recipe_list .text, .new_recipe .recipe_list .text, .same_category_recipe .recipe_list .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66%;
  min-height: 65px;
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 33, partials/layouts/_recipe.scss */
.top_recipe .recipe_list .text h3, .new_recipe .recipe_list .text h3, .same_category_recipe .recipe_list .text h3 {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
}
/* line 38, partials/layouts/_recipe.scss */
.top_recipe .recipe_list .text h3 a, .new_recipe .recipe_list .text h3 a, .same_category_recipe .recipe_list .text h3 a {
  color: #7f8c8d;
  display: block;
  padding: 0;
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
/* line 53, partials/layouts/_recipe.scss */
.top_recipe .recipe_list .photo a, .new_recipe .recipe_list .photo a, .same_category_recipe .recipe_list .photo a {
  position: relative;
  display: block;
  height: 0;
  padding-top: 90%;
  overflow: hidden;
}
/* line 59, partials/layouts/_recipe.scss */
.top_recipe .recipe_list .photo a img, .new_recipe .recipe_list .photo a img, .same_category_recipe .recipe_list .photo a img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* line 78, partials/layouts/_recipe.scss */
.top_recipe .recipe_slider, .new_recipe .recipe_slider, .same_category_recipe .recipe_slider {
  overflow: hidden;
  margin: 20px -10px;
}
/* line 81, partials/layouts/_recipe.scss */
.top_recipe .recipe_slider li.slick-slide, .new_recipe .recipe_slider li.slick-slide, .same_category_recipe .recipe_slider li.slick-slide {
  position: relative;
  padding: 0 10px;
}
/* line 85, partials/layouts/_recipe.scss */
.top_recipe .recipe_slider .text, .new_recipe .recipe_slider .text, .same_category_recipe .recipe_slider .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66%;
  min-height: 65px;
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 93, partials/layouts/_recipe.scss */
.top_recipe .recipe_slider .text h3, .new_recipe .recipe_slider .text h3, .same_category_recipe .recipe_slider .text h3 {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
}
/* line 98, partials/layouts/_recipe.scss */
.top_recipe .recipe_slider .text h3 a, .new_recipe .recipe_slider .text h3 a, .same_category_recipe .recipe_slider .text h3 a {
  color: #7f8c8d;
}
/* line 104, partials/layouts/_recipe.scss */
.top_recipe .recipe_slider .photo a, .new_recipe .recipe_slider .photo a, .same_category_recipe .recipe_slider .photo a {
  position: relative;
  display: block;
  height: 0;
  padding-top: 90%;
  overflow: hidden;
}
/* line 110, partials/layouts/_recipe.scss */
.top_recipe .recipe_slider .photo a img, .new_recipe .recipe_slider .photo a img, .same_category_recipe .recipe_slider .photo a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
/* line 125, partials/layouts/_recipe.scss */
.top_recipe.new_recipeSlider h3, .new_recipe.new_recipeSlider h3, .same_category_recipe.new_recipeSlider h3 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 40px;
}
/* line 130, partials/layouts/_recipe.scss */
.top_recipe.new_recipeSlider .recipe_slider-nav .dots .slick-dots li.slick-active, .new_recipe.new_recipeSlider .recipe_slider-nav .dots .slick-dots li.slick-active, .same_category_recipe.new_recipeSlider .recipe_slider-nav .dots .slick-dots li.slick-active {
  background-color: #d8dee0;
}

/* line 137, partials/layouts/_recipe.scss */
.recipe_categoryList {
  padding: 60px 0;
  background: url(/common/bg.jpg);
  overflow: hidden;
}
/* line 141, partials/layouts/_recipe.scss */
.recipe_categoryList h3 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 40px;
}
/* line 146, partials/layouts/_recipe.scss */
.recipe_categoryList .genreList {
  margin: 0 -1.5%;
  font-size: 0;
}
/* line 149, partials/layouts/_recipe.scss */
.recipe_categoryList .genreList li {
  display: inline-block;
  vertical-align: top;
  width: 30.333%;
  margin: 0 1.5% 3%;
}
/* line 155, partials/layouts/_recipe.scss */
.recipe_categoryList .genreList li .photo a {
  display: block;
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}
/* line 164, partials/layouts/_recipe.scss */
.recipe_categoryList .genreList li .photo img {
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
/* line 170, partials/layouts/_recipe.scss */
.recipe_categoryList .genreList li .text {
  margin-top: -70px;
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #fff;
  border-bottom: 1px solid #d8dee0;
}
/* line 176, partials/layouts/_recipe.scss */
.recipe_categoryList .genreList li .text h3 {
  text-align: center;
  margin: 0;
}
/* line 179, partials/layouts/_recipe.scss */
.recipe_categoryList .genreList li .text h3 a {
  font-size: 18px;
  color: #7f8c8d;
}
/* line 185, partials/layouts/_recipe.scss */
.recipe_categoryList .genreList li .sublist {
  height: 80px;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  line-height: 1.4;
}
/* line 191, partials/layouts/_recipe.scss */
.recipe_categoryList .genreList li .sublist a {
  padding: 0 8px;
  font-size: 16px;
  color: #7f8c8d;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #7f8c8d;
}
/* line 199, partials/layouts/_recipe.scss */
.recipe_categoryList .genreList li .sublist a:hover {
  font-weight: bold;
}
/* line 202, partials/layouts/_recipe.scss */
.recipe_categoryList .genreList li .sublist a:last-of-type {
  border-right: none;
}

/* line 210, partials/layouts/_recipe.scss */
.brands_recipe_list {
  padding-bottom: 40px;
}
/* line 212, partials/layouts/_recipe.scss */
.brands_recipe_list .slick-slide {
  width: 100%;
}

/* line 218, partials/layouts/_recipe.scss */
.top_recipe .recipe_pagenation_wrap li {
  display: none;
}

/* line 225, partials/layouts/_recipe.scss */
.searchResult .recipe_list li {
  display: none;
}

/* line 232, partials/layouts/_recipe.scss */
.brand_recipe_slider {
  position: relative;
  overflow: hidden;
}
/* line 236, partials/layouts/_recipe.scss */
.brand_recipe_slider .brand_recipe_box .slick-slide {
  font-size: 0;
}
/* line 238, partials/layouts/_recipe.scss */
.brand_recipe_slider .brand_recipe_box .slick-slide a {
  position: relative;
  display: inline-block;
  border: 1px solid #d8dee0;
  width: 18%;
  height: 0;
  padding-top: 15%;
  margin: 0 1% 2%;
  background-color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 248, partials/layouts/_recipe.scss */
.brand_recipe_slider .brand_recipe_box .slick-slide a img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 60%;
  margin: 0 auto;
  -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%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 257, partials/layouts/_recipe.scss */
.brand_recipe_slider .brand_recipe_box .slick-slide a img.hover {
  opacity: 0;
}
/* line 261, partials/layouts/_recipe.scss */
.brand_recipe_slider .brand_recipe_box .slick-slide a:hover {
  border-color: #003da6;
}
/* line 264, partials/layouts/_recipe.scss */
.brand_recipe_slider .brand_recipe_box .slick-slide a:hover img.hover {
  opacity: 1;
}
/* line 267, partials/layouts/_recipe.scss */
.brand_recipe_slider .brand_recipe_box .slick-slide a:hover img.gray {
  opacity: 0;
}

/* line 278, partials/layouts/_recipe.scss */
.brand_recipe-nav .slick-dots li {
  background-color: #d8dee0;
}
/* line 280, partials/layouts/_recipe.scss */
.brand_recipe-nav .slick-dots li.slick-active {
  background-color: #7f8c8d;
}

@media only screen and (max-width: 768px) {
  /* line 289, partials/layouts/_recipe.scss */
  .sort_recipe_list .top_recipe {
    overflow: hidden;
  }
  /* line 292, partials/layouts/_recipe.scss */
  .sort_recipe_list .top_recipe .recipe_list li {
    display: none;
  }
  /* line 294, partials/layouts/_recipe.scss */
  .sort_recipe_list .top_recipe .recipe_list li.on {
    display: inline-block;
  }

  /* line 304, partials/layouts/_recipe.scss */
  .new_recipe .recipe_list li, .same_category_recipe .recipe_list li {
    display: inline-block;
  }

  /* line 309, partials/layouts/_recipe.scss */
  .top_recipe, .new_recipe, .same_category_recipe {
    padding: 20px 0;
  }
  /* line 311, partials/layouts/_recipe.scss */
  .top_recipe .recipe_list, .new_recipe .recipe_list, .same_category_recipe .recipe_list {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 316, partials/layouts/_recipe.scss */
  .top_recipe .recipe_list li, .new_recipe .recipe_list li, .same_category_recipe .recipe_list li {
    width: 46%;
    margin: 0 2% 4%;
    /*&.on{
      display: inline-block;
    }*/
  }
  /* line 326, partials/layouts/_recipe.scss */
  .top_recipe .recipe_list .photo a, .new_recipe .recipe_list .photo a, .same_category_recipe .recipe_list .photo a {
    padding-top: 90%;
  }
  /* line 330, partials/layouts/_recipe.scss */
  .top_recipe .recipe_list .text, .new_recipe .recipe_list .text, .same_category_recipe .recipe_list .text {
    width: 100%;
    padding: 10px;
    display: table;
  }
  /* line 334, partials/layouts/_recipe.scss */
  .top_recipe .recipe_list .text h3, .new_recipe .recipe_list .text h3, .same_category_recipe .recipe_list .text h3 {
    font-size: 11px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  /* line 339, partials/layouts/_recipe.scss */
  .top_recipe .recipe_list .text h3 a, .new_recipe .recipe_list .text h3 a, .same_category_recipe .recipe_list .text h3 a {
    font-size: 16px;
    text-align: left;
  }
  /* line 346, partials/layouts/_recipe.scss */
  .top_recipe .recipe_slider, .new_recipe .recipe_slider, .same_category_recipe .recipe_slider {
    margin: 0 auto;
  }
  /* line 348, partials/layouts/_recipe.scss */
  .top_recipe .recipe_slider li.slick-slide, .new_recipe .recipe_slider li.slick-slide, .same_category_recipe .recipe_slider li.slick-slide {
    padding: 0;
  }
  /* line 351, partials/layouts/_recipe.scss */
  .top_recipe .recipe_slider .photo, .new_recipe .recipe_slider .photo, .same_category_recipe .recipe_slider .photo {
    margin: 0;
  }
  /* line 353, partials/layouts/_recipe.scss */
  .top_recipe .recipe_slider .photo a, .new_recipe .recipe_slider .photo a, .same_category_recipe .recipe_slider .photo a {
    padding-top: 90%;
  }
  /* line 359, partials/layouts/_recipe.scss */
  .top_recipe .recipe_slider .text, .new_recipe .recipe_slider .text, .same_category_recipe .recipe_slider .text {
    width: 80%;
    margin: 0;
    padding: 20px 15px;
    min-height: 0;
  }
  /* line 364, partials/layouts/_recipe.scss */
  .top_recipe .recipe_slider .text h3, .new_recipe .recipe_slider .text h3, .same_category_recipe .recipe_slider .text h3 {
    font-size: 14px;
  }
  /* line 370, partials/layouts/_recipe.scss */
  .top_recipe.new_recipeSlider h3, .new_recipe.new_recipeSlider h3, .same_category_recipe.new_recipeSlider h3 {
    font-size: 20px;
  }

  /* line 376, partials/layouts/_recipe.scss */
  .top_recipe .recipe_list li {
    display: inline-block;
  }

  /* line 380, partials/layouts/_recipe.scss */
  .recipe_categoryList {
    padding: 40px 0;
  }
  /* line 382, partials/layouts/_recipe.scss */
  .recipe_categoryList h3 {
    font-size: 20px;
    text-align: center;
  }
  /* line 386, partials/layouts/_recipe.scss */
  .recipe_categoryList .genreList {
    margin: 20px -1.5%;
  }
  /* line 388, partials/layouts/_recipe.scss */
  .recipe_categoryList .genreList li {
    width: 47%;
    margin: 0 1.5% 3%;
  }
  /* line 392, partials/layouts/_recipe.scss */
  .recipe_categoryList .genreList li .photo a {
    width: 70px;
    height: 70px;
  }
  /* line 397, partials/layouts/_recipe.scss */
  .recipe_categoryList .genreList li .text {
    margin-top: -35px;
    padding-top: 45px;
  }
  /* line 401, partials/layouts/_recipe.scss */
  .recipe_categoryList .genreList li .text h3 a {
    font-size: 14px;
  }
  /* line 406, partials/layouts/_recipe.scss */
  .recipe_categoryList .genreList li .sublist {
    padding: 10px;
    line-height: 1.4;
    display: table;
    width: 100%;
  }
  /* line 411, partials/layouts/_recipe.scss */
  .recipe_categoryList .genreList li .sublist .cell {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 415, partials/layouts/_recipe.scss */
  .recipe_categoryList .genreList li .sublist a {
    font-size: 11px;
    padding: 0 8px;
  }

  /* line 425, partials/layouts/_recipe.scss */
  .brand_recipe_slider .brand_recipe_box.sp > div {
    font-size: 0;
  }
  /* line 427, partials/layouts/_recipe.scss */
  .brand_recipe_slider .brand_recipe_box.sp > div a {
    width: 29%;
    padding-top: 29%;
    margin: 0 2% 4%;
    position: relative;
    display: inline-block;
    border: 1px solid #d8dee0;
    height: 0;
    background-color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 437, partials/layouts/_recipe.scss */
  .brand_recipe_slider .brand_recipe_box.sp > div a img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 68%;
    margin: 0 auto;
    -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%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 446, partials/layouts/_recipe.scss */
  .brand_recipe_slider .brand_recipe_box.sp > div a img.hover {
    opacity: 0;
  }
  /* line 450, partials/layouts/_recipe.scss */
  .brand_recipe_slider .brand_recipe_box.sp > div a:hover {
    border-color: #003da6;
  }
  /* line 453, partials/layouts/_recipe.scss */
  .brand_recipe_slider .brand_recipe_box.sp > div a:hover img.hover {
    opacity: 1;
  }
  /* line 456, partials/layouts/_recipe.scss */
  .brand_recipe_slider .brand_recipe_box.sp > div a:hover img.gray {
    opacity: 0;
  }
  /* line 466, partials/layouts/_recipe.scss */
  .brand_recipe_slider .brand_recipe_box .slick-slide a {
    width: 46%;
    padding-top: 40%;
    margin: 0 2% 4%;
  }

  /* line 476, partials/layouts/_recipe.scss */
  .searchResult .recipe_list li {
    display: none;
  }
  /* line 480, partials/layouts/_recipe.scss */
  .searchResult .search_cnt {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 492, partials/layouts/_recipe.scss */
  .brand_recipe_slider .brand_recipe_box.sp > div a {
    width: 46%;
    padding-top: 40%;
  }
  /* line 495, partials/layouts/_recipe.scss */
  .brand_recipe_slider .brand_recipe_box.sp > div a img {
    max-width: 90%;
  }

  /* line 506, partials/layouts/_recipe.scss */
  .top_recipe .recipe_list .text, .new_recipe .recipe_list .text, .same_category_recipe .recipe_list .text {
    min-height: 50px;
  }
  /* line 509, partials/layouts/_recipe.scss */
  .top_recipe .recipe_list .text h3 a, .new_recipe .recipe_list .text h3 a, .same_category_recipe .recipe_list .text h3 a {
    font-size: 12px;
  }
}
/* line 1, partials/pages/_top.scss */
.brands_title {
  text-align: center;
  margin-bottom: 36px;
}

/* line 6, partials/pages/_top.scss */
.top2slider {
  background: url(/common/bg.jpg);
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}
/* line 11, partials/pages/_top.scss */
.top2slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 220px;
  background-color: #fff;
}
/* line 22, partials/pages/_top.scss */
.top2slider .brand_slider,
.top2slider .top_slider {
  overflow: hidden;
}

/* line 29, partials/pages/_top.scss */
.top_latest-topics .wrapper {
  position: relative;
}
/* line 32, partials/pages/_top.scss */
.top_latest-topics .yellow_seemore {
  position: absolute;
  right: 10px;
  bottom: 0;
}

/* line 39, partials/pages/_top.scss */
.top_news {
  background: url(/common/bg.jpg);
}
/* line 41, partials/pages/_top.scss */
.top_news .wrapper {
  position: relative;
}
/* line 44, partials/pages/_top.scss */
.top_news .yellow_seemore {
  position: absolute;
  right: 10px;
  bottom: 0;
}

/* line 51, partials/pages/_top.scss */
.one_space {
  display: block;
  line-height: 0;
}

/* line 56, partials/pages/_top.scss */
#banner_products {
  background-color: #fff;
  margin: 40px 0;
}
/* line 59, partials/pages/_top.scss */
#banner_products .wrapper {
  position: relative;
}
/* line 61, partials/pages/_top.scss */
#banner_products .wrapper .image {
  height: 180px;
}
/* line 63, partials/pages/_top.scss */
#banner_products .wrapper .image img {
  width: 71%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3%;
}
/* line 72, partials/pages/_top.scss */
#banner_products .wrapper .yellow_seemore {
  right: 0;
  position: absolute;
  bottom: 0;
}

/* line 80, partials/pages/_top.scss */
.top_banner {
  max-width: 1200px;
  padding: 0 10px;
  margin: 60px auto;
  text-align: center;
}
/* line 85, partials/pages/_top.scss */
.top_banner img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-left: 20px;
}
/* line 90, partials/pages/_top.scss */
.top_banner img:first-child {
  margin-left: 0;
}

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

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

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

  /* line 110, partials/pages/_top.scss */
  .top_latest-topics {
    padding-bottom: 70px;
  }
  /* line 112, partials/pages/_top.scss */
  .top_latest-topics .yellow_seemore {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 40px auto 0;
  }

  /* line 122, partials/pages/_top.scss */
  .top_news {
    padding-bottom: 70px;
  }
  /* line 124, partials/pages/_top.scss */
  .top_news .yellow_seemore {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 40px auto 0;
  }

  /* line 133, partials/pages/_top.scss */
  .top_recipe {
    padding-bottom: 70px;
  }

  /* line 138, partials/pages/_top.scss */
  #banner_products .wrapper {
    padding: 0;
  }
  /* line 140, partials/pages/_top.scss */
  #banner_products .wrapper .image {
    height: auto;
  }
  /* line 142, partials/pages/_top.scss */
  #banner_products .wrapper .image img {
    width: 96%;
    top: 0;
    position: relative;
    bottom: auto;
    margin: auto;
    left: 4%;
    padding-bottom: 6%;
    padding-top: 6%;
  }
  /* line 154, partials/pages/_top.scss */
  #banner_products .wrapper .yellow_seemore {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0px auto 0;
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  /* line 169, partials/pages/_top.scss */
  .top_latest-topics .yellow_seemore {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 20px auto 0;
  }

  /* line 178, partials/pages/_top.scss */
  .top_news {
    padding-bottom: 70px;
  }
  /* line 180, partials/pages/_top.scss */
  .top_news .yellow_seemore {
    margin-top: 0;
  }

  /* line 185, partials/pages/_top.scss */
  .top_latest-topics .yellow_seemore,
  .top_news .yellow_seemore,
  .top_recipe .yellow_seemore {
    width: 100% !important;
  }

  /* line 190, partials/pages/_top.scss */
  .top_banner {
    margin: 40px auto;
  }
  /* line 192, partials/pages/_top.scss */
  .top_banner img {
    width: 100%;
  }
}
/* line 2, partials/pages/_brands.scss */
.brandlistintro {
  margin-bottom: 140px;
}

/* line 7, partials/pages/_brands.scss */
.brands_list {
  /*.list {
    padding: 35px 0 260px;
    background: url(/common/bg.jpg);
    ul {
      margin: 0 -1%;
      font-size: 0;
      li {
        display: inline-block;
        vertical-align: top;
        width: 31.3333%;
        min-height: 290px;
        padding: 40px 30px;
        margin: 0 1% 2%;
        background-color: #fff;

        a {
          display: block;
          color: $gray;
          .image {
            position: relative;
            height: 130px;
            img {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              display: block;
              margin: auto;
              max-width: 100%;
              max-height: 100%;
            }
          }
          h3 {
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: bold;
          }
          p {
            line-height: 1.4;
            font-size: 16px;
            letter-spacing: -.2px;
          }
        }
      }
    }
  }*/
}
/* line 10, partials/pages/_brands.scss */
.brands_list .filter .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
/* line 16, partials/pages/_brands.scss */
.brands_list .filter #select_country {
  position: relative;
  float: right;
  width: 240px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
/* line 24, partials/pages/_brands.scss */
.brands_list .filter #select_country:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 30px;
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  margin-top: -6px;
  background: url(/common/list_arrow.png) no-repeat center center;
  z-index: -100;
}
/* line 37, partials/pages/_brands.scss */
.brands_list .filter #select_country > p {
  font-size: 20px;
  font-weight: bold;
  color: #7f8c8d;
}
/* line 42, partials/pages/_brands.scss */
.brands_list .filter #select_country ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0;
  height: 0;
  overflow: hidden;
  z-index: 1000;
  -moz-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  background-color: #fff;
}
/* line 53, partials/pages/_brands.scss */
.brands_list .filter #select_country ul li {
  padding: 10px;
}
/* line 55, partials/pages/_brands.scss */
.brands_list .filter #select_country ul li p {
  font-size: 16px;
  color: #7f8c8d;
}
/* line 62, partials/pages/_brands.scss */
.brands_list .filter #select_country.open ul {
  height: 500px;
}
/* line 68, partials/pages/_brands.scss */
.brands_list .list {
  padding: 35px 0 260px;
  background: url(/common/bg.jpg);
}
/* line 72, partials/pages/_brands.scss */
.brands_list .list li a {
  position: relative;
}

/* line 130, partials/pages/_brands.scss */
.en .brands_list .list ul li {
  min-height: 322px;
}
/* line 135, partials/pages/_brands.scss */
.en .filter #select_country {
  width: 285px;
}

@media only screen and (max-width: 768px) {
  /* line 141, partials/pages/_brands.scss */
  .brandlistintro {
    margin-bottom: 30px;
  }
  /* line 143, partials/pages/_brands.scss */
  .brandlistintro .box_title {
    max-width: 60%;
  }

  /* line 150, partials/pages/_brands.scss */
  .brands_list .filter #select_country {
    width: 50%;
    padding: 25px 0;
  }
  /* line 153, partials/pages/_brands.scss */
  .brands_list .filter #select_country a {
    font-size: 14px;
  }
  /* line 156, partials/pages/_brands.scss */
  .brands_list .filter #select_country:after {
    right: 20px;
  }

  /* line 166, partials/pages/_brands.scss */
  .en .brands_list .list ul li {
    min-height: 0 !important;
  }
  /* line 170, partials/pages/_brands.scss */
  .en .brands_list .filter #select_country {
    width: 72%;
  }
}
@media only screen and (max-width: 414px) {
  /* line 178, partials/pages/_brands.scss */
  .brandlistintro {
    margin-bottom: 30px;
  }
  /* line 180, partials/pages/_brands.scss */
  .brandlistintro .box_title {
    max-width: 60%;
  }
}
/* line 3, partials/pages/_brand-detail.scss */
.brand .box_title.right,
.en_brand .box_title.right {
  margin: 0 0 -40px auto;
}

/* line 8, partials/pages/_brand-detail.scss */
.brand_detail-box {
  overflow: hidden;
}
/* line 10, partials/pages/_brand-detail.scss */
.brand_detail-box .box_title {
  position: relative;
  text-align: left;
  z-index: 1;
  font-size: 36px;
  border: none;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
  min-height: auto;
}
/* line 22, partials/pages/_brand-detail.scss */
.brand_detail-box .box_title .ja {
  font-size: 14px;
}
/* line 26, partials/pages/_brand-detail.scss */
.brand_detail-box .image-box {
  float: left;
  width: 60%;
}
/* line 29, partials/pages/_brand-detail.scss */
.brand_detail-box .image-box .image {
  position: relative;
}
/* line 31, partials/pages/_brand-detail.scss */
.brand_detail-box .image-box .image > img {
  width: 100%;
}
/* line 34, partials/pages/_brand-detail.scss */
.brand_detail-box .image-box .image .logo {
  position: absolute;
  top: -130px;
  /*logo_change*/
  left: 0;
  width: 220px;
  /*logo_change*/
  height: 130px;
  background-color: #fff;
}
/* line 45, partials/pages/_brand-detail.scss */
.brand_detail-box .image-box .image .logo img {
  position: absolute;
  top: 0;
  left: 0;
  /*logo_change*/
  /*
  left: 0;
  right: 0;
  */
  bottom: 0;
  display: block;
  margin: auto;
  max-width: 120px;
  max-height: 100px;
  /*logo_change*/
  /*max-width: 90%;
  max-height: 80%;*/
}
/* line 65, partials/pages/_brand-detail.scss */
.brand_detail-box .image-box .btns {
  margin-top: 20px;
  clear: both;
}
/* line 69, partials/pages/_brand-detail.scss */
.brand_detail-box .image-box .special_page_btn_box {
  position: relative;
  overflow: hidden;
}
/* line 72, partials/pages/_brand-detail.scss */
.brand_detail-box .image-box .special_page_btn_box p {
  position: absolute;
  top: 34px;
  padding-right: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #003da6;
}
/* line 79, partials/pages/_brand-detail.scss */
.brand_detail-box .image-box .special_page_btn_box p:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  margin-top: -18px;
  width: 35px;
  height: 35px;
  background: url(/common/top/special_page_btn_icon.png) no-repeat center center;
}
/* line 91, partials/pages/_brand-detail.scss */
.brand_detail-box .image-box .special_page_btn_box .special_page_btn {
  display: block;
  padding: 15px 30px 15px 30px;
  color: #7f8c8d;
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.7;
  margin-left: 156px;
}
/* line 105, partials/pages/_brand-detail.scss */
.brand_detail-box .text {
  float: right;
  width: 32%;
  border: 3px dotted #003da6;
  margin-right: 3%;
  margin-top: -160px;
}
/* line 112, partials/pages/_brand-detail.scss */
.brand_detail-box .text .logo {
  width: 100%;
  padding: 30px 30%;
}
/* line 115, partials/pages/_brand-detail.scss */
.brand_detail-box .text .logo img {
  width: 100%;
}
/* line 119, partials/pages/_brand-detail.scss */
.brand_detail-box .text p {
  padding: 20px;
}

/* line 126, partials/pages/_brand-detail.scss */
.video_list {
  overflow: hidden;
  margin-bottom: 60px;
}
/* line 129, partials/pages/_brand-detail.scss */
.video_list ul li {
  float: left;
  width: 30%;
  margin-right: 5%;
  cursor: pointer;
}
/* line 134, partials/pages/_brand-detail.scss */
.video_list ul li:last-child {
  margin-right: 0;
}
/* line 137, partials/pages/_brand-detail.scss */
.video_list ul li .caption {
  margin-top: 25px;
}

/* line 142, partials/pages/_brand-detail.scss */
.video_modals {
  display: none;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000000d1;
  cursor: pointer;
}
/* line 151, partials/pages/_brand-detail.scss */
.video_modals.on {
  display: block;
}
/* line 154, partials/pages/_brand-detail.scss */
.video_modals .video_wrapper {
  position: absolute;
  margin: auto;
  width: 60%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 166, partials/pages/_brand-detail.scss */
.video_modals .bg {
  background-color: #000;
  opacity: 0.9;
}

/* line 173, partials/pages/_brand-detail.scss */
.product-lineup h3 {
  margin-bottom: 60px;
}
/* line 176, partials/pages/_brand-detail.scss */
.product-lineup ul {
  margin: 0 -.8%;
  font-size: 0;
}
/* line 179, partials/pages/_brand-detail.scss */
.product-lineup ul li {
  display: inline-block;
  vertical-align: top;
  width: 18.4%;
  margin: 0 .8% 1.6%;
  text-align: center;
}
/* line 187, partials/pages/_brand-detail.scss */
.product-lineup .category {
  padding: 55px 0;
  background-color: #fafcfc;
}
/* line 190, partials/pages/_brand-detail.scss */
.product-lineup .category .wrapper {
  position: relative;
}
/* line 192, partials/pages/_brand-detail.scss */
.product-lineup .category .wrapper > a {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #003da6;
}
/* line 202, partials/pages/_brand-detail.scss */
.product-lineup .category ul li {
  cursor: pointer;
  opacity: .5;
}
/* line 205, partials/pages/_brand-detail.scss */
.product-lineup .category ul li.on {
  opacity: 1;
}
/* line 207, partials/pages/_brand-detail.scss */
.product-lineup .category ul li.on p {
  font-weight: bold;
}
/* line 213, partials/pages/_brand-detail.scss */
.product-lineup .category .image {
  margin-bottom: 20px;
  background-color: #fff;
}
/* line 219, partials/pages/_brand-detail.scss */
.product-lineup .category p {
  font-size: 18px;
  color: #003da6;
}
/* line 225, partials/pages/_brand-detail.scss */
.product-lineup .product-list {
  padding: 75px 0;
  background: url(/common/bg.jpg);
}
/* line 229, partials/pages/_brand-detail.scss */
.product-lineup .product-list .list li {
  padding: 40px 16px 10px;
  min-height: 250px;
  background-color: #fff;
}
/* line 234, partials/pages/_brand-detail.scss */
.product-lineup .product-list .list li a {
  display: block;
}
/* line 239, partials/pages/_brand-detail.scss */
.product-lineup .product-list img {
  margin: 20px auto;
}
/* line 242, partials/pages/_brand-detail.scss */
.product-lineup .product-list p {
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: -.5px;
  color: #7f8c8d;
}

/* line 253, partials/pages/_brand-detail.scss */
.qa ~ #brand_lineup .sub_category_list,
.brand-detail_news ~ #brand_lineup .sub_category_list {
  background-color: #f2f6f7;
}
/* line 255, partials/pages/_brand-detail.scss */
.qa ~ #brand_lineup .sub_category_list .lineup_head,
.brand-detail_news ~ #brand_lineup .sub_category_list .lineup_head {
  margin-bottom: 0;
}
/* line 259, partials/pages/_brand-detail.scss */
.qa ~ #brand_lineup .sub_category_list ul#sub_category li,
.brand-detail_news ~ #brand_lineup .sub_category_list ul#sub_category li {
  border: none;
}

/* line 267, partials/pages/_brand-detail.scss */
.en_brand .brand-detail_brand_slider {
  background: url(/common/bg.jpg);
}

/* line 272, partials/pages/_brand-detail.scss */
.brand-detail_brand_slider {
  padding: 80px 0;
}
/* line 274, partials/pages/_brand-detail.scss */
.brand-detail_brand_slider h3 {
  text-align: center;
  margin-bottom: 50px;
}
/* line 280, partials/pages/_brand-detail.scss */
.brand-detail_brand_slider .brand_slider .brand-slide-inner a {
  border-color: #d8dee0;
}
/* line 282, partials/pages/_brand-detail.scss */
.brand-detail_brand_slider .brand_slider .brand-slide-inner a:hover {
  border-color: #003da6;
}
/* line 291, partials/pages/_brand-detail.scss */
.brand-detail_brand_slider .brand_slider-nav .dots .slick-dots li {
  background-color: #d8dee0;
}
/* line 293, partials/pages/_brand-detail.scss */
.brand-detail_brand_slider .brand_slider-nav .dots .slick-dots li.slick-active {
  background-color: #7f8c8d;
}

/* line 305, partials/pages/_brand-detail.scss */
.brand-detail_news .news_list {
  background-color: #f2f6f7;
  width: 90%;
  margin: 0 auto;
}

/* line 314, partials/pages/_brand-detail.scss */
.brand-detail_latest-topics h3 {
  margin-bottom: 30px;
}
/* line 317, partials/pages/_brand-detail.scss */
.brand-detail_latest-topics .topics_list {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
/* line 321, partials/pages/_brand-detail.scss */
.brand-detail_latest-topics .topics_list li {
  text-align: left;
}

/* line 326, partials/pages/_brand-detail.scss */
#brand_lineup {
  overflow: hidden;
  background-color: #f2f6f7;
}
/* line 329, partials/pages/_brand-detail.scss */
#brand_lineup h3 {
  float: left;
}
/* line 333, partials/pages/_brand-detail.scss */
#brand_lineup ul.category_pankuzu {
  clear: both;
  float: left;
  font-size: 0;
  margin: 0;
  cursor: pointer;
}
/* line 339, partials/pages/_brand-detail.scss */
#brand_lineup ul.category_pankuzu li {
  display: none !important;
  font-size: 16px;
  font-weight: bold;
  color: #003da6;
}
/* line 345, partials/pages/_brand-detail.scss */
#brand_lineup ul.category_pankuzu li.act {
  display: inline-block !important;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* line 350, partials/pages/_brand-detail.scss */
#brand_lineup ul.category_pankuzu li span {
  display: inline-block !important;
}
/* line 352, partials/pages/_brand-detail.scss */
#brand_lineup ul.category_pankuzu li span:before {
  content: ">";
  margin: 10px;
}
/* line 359, partials/pages/_brand-detail.scss */
#brand_lineup ul.category_pankuzu li:first-child:before {
  content: " ";
}
/* line 365, partials/pages/_brand-detail.scss */
#brand_lineup .more_btn {
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #003da6;
  cursor: pointer;
}
/* line 372, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list {
  clear: both;
  margin-bottom: 0;
  padding: 70px 0 0;
}
/* line 377, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .lineup_head {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 380, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .lineup_head h3 {
  margin-bottom: 20px;
}
/* line 384, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .sub_cate_head {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 387, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .sub_cate_head ul.category_pankuzu {
  clear: both;
  float: left;
  font-size: 0;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* line 393, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .sub_cate_head ul.category_pankuzu li {
  display: none !important;
  font-size: 16px;
  font-weight: bold;
  color: #003da6;
}
/* line 398, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .sub_cate_head ul.category_pankuzu li.act {
  display: inline-block !important;
}
/* line 401, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .sub_cate_head ul.category_pankuzu li span {
  display: inline-block !important;
}
/* line 403, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .sub_cate_head ul.category_pankuzu li span:before {
  content: ">";
  margin: 10px;
}
/* line 410, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .sub_cate_head ul.category_pankuzu li:first-child:before {
  content: " ";
}
/* line 416, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .sub_cate_head .more_btn {
  float: right;
  color: #003da6;
  font-weight: bold;
  font-size: 20px;
  display: block;
  cursor: pointer;
}
/* line 423, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .sub_cate_head .more_btn.inv {
  display: none;
}
/* line 429, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category {
  overflow: hidden;
  font-size: 0;
  margin: 0 -1% 40px;
  clear: both;
}
/* line 434, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category li {
  cursor: pointer;
  width: 18%;
  display: none;
  margin: 1% 1%;
  border: 1px solid #d8dee0;
  vertical-align: top;
  background-color: #fff;
}
/* line 442, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category li .image {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
/* line 447, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category li .image img {
  display: block;
  margin: 0 auto;
  opacity: 0.4;
  max-height: 100px;
  max-width: 140px;
}
/* line 454, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category li .image .float_text {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none !important;
  overflow: hidden;
  opacity: 0;
  background-color: #f9fbfb;
}
/* line 469, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category li .image .float_text p {
  padding: 16px;
  line-height: 1.2;
  vertical-align: middle;
}
/* line 476, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category li h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  opacity: 0.5;
  margin-top: 14px;
  width: 100%;
}
/* line 484, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category li a {
  color: #003da6;
}
/* line 487, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category li.select {
  display: inline-block;
}
/* line 491, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category li.act .image {
  background-color: white;
}
/* line 493, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category li.act .image img {
  opacity: 1;
}
/* line 496, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category li.act .image p {
  display: block;
}
/* line 500, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category li.act h3 {
  opacity: 1;
}
/* line 506, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list ul#sub_category li:hover .image .float_text {
  opacity: 1;
}
/* line 513, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list #sub_category_sp {
  padding: 0 10px;
  clear: both;
}
/* line 516, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list #sub_category_sp ul {
  margin-top: 12px;
  font-size: 0;
  margin: 1% -1% 0;
}
/* line 520, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list #sub_category_sp ul li {
  display: none;
  width: 48%;
  background-color: #fff;
  border: 1px solid #fff;
  margin: 1%;
  cursor: pointer;
}
/* line 527, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list #sub_category_sp ul li.see_all {
  width: 98%;
  display: inline-block;
}
/* line 530, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list #sub_category_sp ul li.see_all.inv {
  display: none;
}
/* line 534, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list #sub_category_sp ul li p {
  text-align: center;
  font-size: 14px;
  padding: 8px;
}
/* line 539, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list #sub_category_sp ul li.act {
  display: inline-block;
}
/* line 542, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list #sub_category_sp ul li.select {
  border: 1px solid #003da6;
  color: #003da6;
  font-weight: 600;
}
/* line 552, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .slider-nav {
  margin: 30px;
}
/* line 554, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .slider-nav .dots ul {
  display: none !important;
}
/* line 556, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .slider-nav .dots ul.select {
  display: block !important;
}
/* line 559, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .slider-nav .dots ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 100%;
  background-color: #7f8c8d;
  cursor: pointer;
  min-height: 0;
  padding: 0;
}
/* line 569, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .slider-nav .dots ul li.slick-active {
  background-color: #fff;
}
/* line 575, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .intro .wrapper .parents_description {
  background-color: transparent;
  margin-top: 40px;
  margin-left: 320px;
}
/* line 580, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .intro.listintro {
  margin-bottom: 30px;
}
/* line 584, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list {
  padding-bottom: 60px;
  padding-top: 40px;
  background: url(/common/bg.jpg);
}
/* line 589, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .sub_category_item_hed h3 {
  font-size: 30px;
  color: #003da6;
  float: none;
}
/* line 594, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .sub_category_item_hed .category_desc {
  vertical-align: top;
  margin-left: 20px;
  font-weight: 600;
}
/* line 600, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .sub_category_title {
  font-size: 30px;
  color: #003da6;
  display: none;
  float: none;
}
/* line 605, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .sub_category_title.act {
  display: inline-block;
}
/* line 609, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .category_description {
  display: none;
  vertical-align: top;
  margin-left: 20px;
  font-weight: 600;
}
/* line 614, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .category_description.act {
  display: inline-block;
}
/* line 619, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .sub_category_item {
  display: none !important;
}
/* line 623, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .sub_category_item.select {
  display: block !important;
}
/* line 626, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .sub_category_item ul {
  font-size: 0;
  margin: 20px -1% 0;
  text-align: left;
}
/* line 630, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .sub_category_item ul li {
  display: none;
  margin: 1%;
  width: 18%;
  min-height: 210px;
  padding: 40px 16px 10px;
  vertical-align: top;
  background-color: #fff;
}
/* line 640, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .sub_category_item ul li.on {
  display: inline-block !important;
}
/* line 643, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .sub_category_item ul li a {
  display: block;
  color: #7f8c8d;
}
/* line 647, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .sub_category_item ul li a p {
  text-align: center;
  line-height: 1.4;
  letter-spacing: -.2px;
  font-size: 12px;
  font-weight: 500;
}
/* line 658, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .nun_sub_category_item {
  margin-top: 40px;
}
/* line 660, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .nun_sub_category_item ul {
  font-size: 0;
  margin: 20px -1% 0;
}
/* line 663, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list .category_list .nun_sub_category_item ul li {
  display: inline-block;
  margin: 1%;
  width: 18%;
  min-height: 210px;
  padding: 40px 16px 10px;
}
/* line 676, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list.gray {
  padding-top: 0 !important;
}
/* line 678, partials/pages/_brand-detail.scss */
#brand_lineup .sub_category_list.gray .lineup_head {
  margin: 0;
}

/* line 690, partials/pages/_brand-detail.scss */
.qa {
  margin: 40px 0;
  margin-bottom: 60px;
}
/* line 693, partials/pages/_brand-detail.scss */
.qa.brand {
  background-color: #f2f6f7;
  padding: 60px 0 80px;
  margin: 0;
}
/* line 697, partials/pages/_brand-detail.scss */
.qa.brand .wrapper {
  position: relative;
}
/* line 699, partials/pages/_brand-detail.scss */
.qa.brand .wrapper div {
  padding: 76px 80px;
  margin-right: 220px;
  margin-left: 59px;
  background-color: #f2f6f7;
}
/* line 704, partials/pages/_brand-detail.scss */
.qa.brand .wrapper div p {
  font-size: 1.6rem;
}
/* line 708, partials/pages/_brand-detail.scss */
.qa.brand .wrapper .qa_blank {
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
}
/* line 712, partials/pages/_brand-detail.scss */
.qa.brand .wrapper .qa_blank + .yellow_seemore {
  right: 0;
}
/* line 717, partials/pages/_brand-detail.scss */
.qa.brand .yellow_seemore {
  position: absolute;
  right: 70px;
  bottom: 0;
}
/* line 723, partials/pages/_brand-detail.scss */
.qa .qa_list {
  margin: 0 auto;
}
/* line 726, partials/pages/_brand-detail.scss */
.qa .qa_list li {
  word-break: break-all;
  margin-bottom: 15px;
}
/* line 729, partials/pages/_brand-detail.scss */
.qa .qa_list li > div {
  clear: both;
  cursor: pointer;
}
/* line 734, partials/pages/_brand-detail.scss */
.qa .qa_list p {
  min-height: 100px;
  line-height: 100px;
  font-size: 0;
}
/* line 739, partials/pages/_brand-detail.scss */
.qa .qa_list .button {
  text-align: center;
}
/* line 742, partials/pages/_brand-detail.scss */
.qa .qa_list .button.close .yellow_seemore:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 748, partials/pages/_brand-detail.scss */
.qa .qa_list .inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
  font-size: 16px;
}
/* line 754, partials/pages/_brand-detail.scss */
.qa .qa_list .text {
  padding-left: 50px;
  padding-right: 90px;
  margin-left: 140px;
}
/* line 759, partials/pages/_brand-detail.scss */
.qa .qa_list .no {
  float: left;
  color: #fff;
  width: 140px;
  height: 100%;
  font-weight: bold;
  text-align: center;
}
/* line 766, partials/pages/_brand-detail.scss */
.qa .qa_list .no .inner {
  font-size: 20px;
}
/* line 770, partials/pages/_brand-detail.scss */
.qa .qa_list .quest {
  position: relative;
}
/* line 772, partials/pages/_brand-detail.scss */
.qa .qa_list .quest .no {
  background-color: #7f8c8d;
  position: absolute;
}
/* line 776, partials/pages/_brand-detail.scss */
.qa .qa_list .quest .text {
  background-color: #f2f6f7;
}
/* line 781, partials/pages/_brand-detail.scss */
.qa .qa_list .quest:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 16px;
  height: 12px;
  margin-top: -6px;
  background: url(../common/qa_arrow.png) no-repeat center center;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 794, partials/pages/_brand-detail.scss */
.qa .qa_list .quest._act:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 799, partials/pages/_brand-detail.scss */
.qa .qa_list .answer {
  display: none;
  position: relative;
}
/* line 802, partials/pages/_brand-detail.scss */
.qa .qa_list .answer .no {
  position: absolute;
  background-color: #f6cf2e;
}
/* line 805, partials/pages/_brand-detail.scss */
.qa .qa_list .answer .no .inner {
  font-size: 20px;
  height: 20px;
  right: 0;
  top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
/* line 816, partials/pages/_brand-detail.scss */
.qa .qa_list .answer .text {
  position: relative;
  border-bottom: 2px inset #f2f6f7;
  border-right: 2px inset #f2f6f7;
}
/* line 820, partials/pages/_brand-detail.scss */
.qa .qa_list .answer .text .inner {
  padding: 20px 0;
  margin: auto;
}
/* line 828, partials/pages/_brand-detail.scss */
.qa .qa_list .answer.a_image .text .inner {
  min-height: 230px;
  margin-left: 5%;
  vertical-align: middle;
  width: 70%;
}
/* line 835, partials/pages/_brand-detail.scss */
.qa .qa_list .answer.a_image img {
  width: 20%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
          /*position: absolute;
          top: 50%;
          left: 0;
          right: 0;

          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);*/
}

@media only screen and (max-width: 768px) {
  /* line 864, partials/pages/_brand-detail.scss */
  .brand_detail-box .box_title {
    width: 225px;
    min-height: 85px;
    border-width: 2px;
    margin: 0 auto -15px;
    padding: 20px;
    text-align: center;
    border: 3px dotted #003da6;
    text-align: center;
    font-size: 20px;
  }
  /* line 875, partials/pages/_brand-detail.scss */
  .brand_detail-box .box_title br {
    display: block;
  }
  /* line 878, partials/pages/_brand-detail.scss */
  .brand_detail-box .box_title .ja {
    font-size: 17px;
  }
  /* line 882, partials/pages/_brand-detail.scss */
  .brand_detail-box .image-box {
    float: none;
    width: auto;
  }
  /* line 887, partials/pages/_brand-detail.scss */
  .brand_detail-box .image-box .image .logo {
    top: auto;
    bottom: 0;
    width: 130px;
    height: 60px;
  }
  /* line 892, partials/pages/_brand-detail.scss */
  .brand_detail-box .image-box .image .logo img {
    max-height: 80%;
    width: auto;
  }
  /* line 899, partials/pages/_brand-detail.scss */
  .brand_detail-box .image-box .btns {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 904, partials/pages/_brand-detail.scss */
  .brand_detail-box .image-box .special_page_btn_box {
    position: relative;
    overflow: hidden;
  }
  /* line 907, partials/pages/_brand-detail.scss */
  .brand_detail-box .image-box .special_page_btn_box p {
    position: relative;
  }
  /* line 909, partials/pages/_brand-detail.scss */
  .brand_detail-box .image-box .special_page_btn_box p:after {
    right: 110px;
  }
  /* line 913, partials/pages/_brand-detail.scss */
  .brand_detail-box .image-box .special_page_btn_box .special_page_btn {
    margin-left: 0;
    padding: 10px 0;
  }
  /* line 918, partials/pages/_brand-detail.scss */
  .brand_detail-box .image-box .download,
  .brand_detail-box .image-box .other-site-link {
    margin: 0 auto 20px;
    width: 100%;
  }
  /* line 924, partials/pages/_brand-detail.scss */
  .brand_detail-box .text {
    float: none;
    width: auto;
    margin: 20px 30px;
    border: none;
  }
  /* line 929, partials/pages/_brand-detail.scss */
  .brand_detail-box .text p {
    padding: 0;
  }
  /* line 932, partials/pages/_brand-detail.scss */
  .brand_detail-box .text .logo {
    margin: 0 auto 20px;
    padding: 0;
    max-width: 130px;
  }

  /* line 942, partials/pages/_brand-detail.scss */
  .brand-detail_news .news_list {
    width: auto;
  }

  /* line 947, partials/pages/_brand-detail.scss */
  .brand-detail_latest-topics h3 {
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 951, partials/pages/_brand-detail.scss */
  .brand-detail_latest-topics .topics_list {
    width: auto;
  }

  /* line 955, partials/pages/_brand-detail.scss */
  .brand-detail_brand_slider {
    padding: 40px 0;
  }
  /* line 957, partials/pages/_brand-detail.scss */
  .brand-detail_brand_slider h3 {
    margin-bottom: 20px;
  }

  /* line 962, partials/pages/_brand-detail.scss */
  .video_list {
    overflow: hidden;
    margin-bottom: 40px;
  }
  /* line 965, partials/pages/_brand-detail.scss */
  .video_list ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  /* line 975, partials/pages/_brand-detail.scss */
  .video_modals .video_wrapper {
    width: 90%;
  }

  /* line 982, partials/pages/_brand-detail.scss */
  .product-lineup {
    padding: 0;
    background: url(/common/bg.jpg);
  }
  /* line 985, partials/pages/_brand-detail.scss */
  .product-lineup h3 {
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 989, partials/pages/_brand-detail.scss */
  .product-lineup .category {
    padding: 25px 0;
    background: none;
  }
  /* line 993, partials/pages/_brand-detail.scss */
  .product-lineup .category .wrapper > a {
    display: none;
  }
  /* line 999, partials/pages/_brand-detail.scss */
  .product-lineup .product-list {
    padding: 25px 0;
    background: none;
  }
  /* line 1002, partials/pages/_brand-detail.scss */
  .product-lineup .product-list ul {
    margin: 0 auto;
  }
  /* line 1005, partials/pages/_brand-detail.scss */
  .product-lineup .product-list img {
    margin: 0 auto 10px;
  }
  /* line 1008, partials/pages/_brand-detail.scss */
  .product-lineup .product-list p {
    font-size: 11px;
  }
  /* line 1012, partials/pages/_brand-detail.scss */
  .product-lineup .product-list .list li {
    min-height: 210px;
    width: 46%;
    padding: 40px 16px 10px;
    margin: 0 2% 4%;
  }
  /* line 1019, partials/pages/_brand-detail.scss */
  .product-lineup .product-list .product-list_slider {
    margin: 0 -2%;
  }

  /* line 1025, partials/pages/_brand-detail.scss */
  .qa {
    margin-bottom: 60px;
  }
  /* line 1029, partials/pages/_brand-detail.scss */
  .qa.brand .wrapper div {
    margin: auto;
    padding: 30px 15px;
  }
  /* line 1032, partials/pages/_brand-detail.scss */
  .qa.brand .wrapper div p {
    font-size: 12px;
  }
  /* line 1037, partials/pages/_brand-detail.scss */
  .qa.brand .yellow_seemore {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0px auto 0;
    width: 100%;
  }
  /* line 1048, partials/pages/_brand-detail.scss */
  .qa .qa_list li {
    width: 100%;
    overflow: hidden;
  }
  /* line 1054, partials/pages/_brand-detail.scss */
  .qa .qa_list .quest .no,
  .qa .qa_list .answer .no {
    display: inline-block;
    float: none;
    width: 60px;
    min-height: 60px;
  }
  /* line 1059, partials/pages/_brand-detail.scss */
  .qa .qa_list .quest .no span,
  .qa .qa_list .answer .no span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 1.6rem;
  }
  /* line 1073, partials/pages/_brand-detail.scss */
  .qa .qa_list .quest .text,
  .qa .qa_list .answer .text {
    display: inline-block;
    float: none;
    min-height: 60px;
    margin-left: 60px;
    padding: 30px 15px;
    line-height: 1.2;
    width: 84%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  /* line 1084, partials/pages/_brand-detail.scss */
  .qa .qa_list .quest .text .inner,
  .qa .qa_list .answer .text .inner {
    font-size: 1.2rem;
    padding: 0;
  }
  /* line 1091, partials/pages/_brand-detail.scss */
  .qa .qa_list .quest .text {
    padding-right: 35px;
  }
  /* line 1094, partials/pages/_brand-detail.scss */
  .qa .qa_list .quest:after {
    width: 12px;
    right: 12px;
  }
  /* line 1102, partials/pages/_brand-detail.scss */
  .qa .qa_list .answer.a_image .text .inner {
    min-height: 120px;
    padding-left: 0;
    width: 100%;
    padding-right: 8%;
  }
  /* line 1109, partials/pages/_brand-detail.scss */
  .qa .qa_list .answer.a_image img {
    width: auto;
    position: relative;
    display: block;
    margin: 10px auto;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }

  /* line 1130, partials/pages/_brand-detail.scss */
  #brand_lineup .sub_category_list.gray {
    background: url(/common/bg.jpg);
    padding-top: 0 !important;
  }
  /* line 1133, partials/pages/_brand-detail.scss */
  #brand_lineup .sub_category_list.gray .lineup_head {
    margin: 0;
  }
  /* line 1136, partials/pages/_brand-detail.scss */
  #brand_lineup .sub_category_list.gray .lineup_head ul li {
    background-color: #fff;
  }
  /* line 1140, partials/pages/_brand-detail.scss */
  #brand_lineup .sub_category_list.gray #sub_category_sp .subsub_category > li:first-child {
    margin-top: 20px;
  }
  /* line 1144, partials/pages/_brand-detail.scss */
  #brand_lineup .sub_category_list {
    background-color: #f2f6f7;
    padding-top: 40px;
    padding-bottom: 15px;
  }
  /* line 1148, partials/pages/_brand-detail.scss */
  #brand_lineup .sub_category_list .lineup_head {
    margin-bottom: 8px;
  }
  /* line 1151, partials/pages/_brand-detail.scss */
  #brand_lineup .sub_category_list .category_list {
    background: none;
    padding-top: 30px;
  }
  /* line 1155, partials/pages/_brand-detail.scss */
  #brand_lineup .sub_category_list .category_list .sub_category_item_hed h3 {
    font-size: 20px;
  }
  /* line 1158, partials/pages/_brand-detail.scss */
  #brand_lineup .sub_category_list .category_list .sub_category_item_hed .sub_category_title {
    display: none;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  /* line 1163, partials/pages/_brand-detail.scss */
  #brand_lineup .sub_category_list .category_list .sub_category_item_hed .sub_category_title.act {
    display: inline-block;
  }
  /* line 1170, partials/pages/_brand-detail.scss */
  #brand_lineup .sub_category_list .category_list .sub_category_item ul li {
    width: 48%;
    display: none;
  }
  /* line 1173, partials/pages/_brand-detail.scss */
  #brand_lineup .sub_category_list .category_list .sub_category_item ul li.on {
    display: inline-block !important;
  }
  /* line 1182, partials/pages/_brand-detail.scss */
  #brand_lineup h3 {
    float: none;
  }
  /* line 1185, partials/pages/_brand-detail.scss */
  #brand_lineup .more_btn {
    display: none;
  }

  /* line 1190, partials/pages/_brand-detail.scss */
  #brand_lineup h3 {
    margin-bottom: 0;
  }
}
/* line 1, partials/pages/_about.scss */
.company-intro {
  margin-top: 100px;
  padding: 90px 0;
  background: url(/common/bg.jpg);
}
/* line 5, partials/pages/_about.scss */
.company-intro .wrapper {
  max-width: 870px;
}
/* line 8, partials/pages/_about.scss */
.company-intro .txtright {
  display: block;
}
/* line 11, partials/pages/_about.scss */
.company-intro h3 {
  margin-bottom: 90px;
}
/* line 14, partials/pages/_about.scss */
.company-intro p {
  margin-bottom: 90px;
}
/* line 19, partials/pages/_about.scss */
.company-intro .logo img {
  display: block;
  margin: 0 auto;
}

/* line 27, partials/pages/_about.scss */
.about-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 600px;
  margin: 0 auto;
}
/* line 33, partials/pages/_about.scss */
.about-map #map_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 40, partials/pages/_about.scss */
.about-map .map_link {
  bottom: 200px;
  position: relative;
}
/* line 43, partials/pages/_about.scss */
.about-map .map_link a {
  position: absolute;
  background-color: #003da6;
  color: #fff;
  width: 220px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: 600;
  z-index: 12;
  right: 0;
  font-size: 16px;
  cursor: pointer;
}
/* line 56, partials/pages/_about.scss */
.about-map .map_link a:after {
  left: auto;
  right: 10px;
  width: 20px;
  height: 20px;
  margin: auto;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 4px;
  content: "";
  display: block;
  background: url(/common/top/other-site_link_arrow.png) no-repeat center center;
}

/* line 78, partials/pages/_about.scss */
.company-summary {
  background: url(/common/bg.jpg);
}
/* line 80, partials/pages/_about.scss */
.company-summary .wrapper {
  position: relative;
  margin-top: -120px;
  padding: 60px 110px;
  background-color: #fff;
}
/* line 85, partials/pages/_about.scss */
.company-summary .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
/* line 91, partials/pages/_about.scss */
.company-summary h3 {
  margin-bottom: 100px;
}
/* line 94, partials/pages/_about.scss */
.company-summary a:link {
  color: #003da6;
}
/* line 97, partials/pages/_about.scss */
.company-summary .left {
  width: 55%;
}
/* line 99, partials/pages/_about.scss */
.company-summary .left .title {
  clear: both;
  width: 110px;
  float: left;
  line-height: 1.4;
  margin-bottom: 16px;
}
/* line 106, partials/pages/_about.scss */
.company-summary .left .text {
  margin-left: 130px;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-right: 20px;
}
/* line 113, partials/pages/_about.scss */
.company-summary .right {
  width: 45%;
}
/* line 115, partials/pages/_about.scss */
.company-summary .right .title {
  color: #003da6;
}
/* line 118, partials/pages/_about.scss */
.company-summary .right .text {
  margin-bottom: 40px;
}

/* line 125, partials/pages/_about.scss */
.denispapan-intro {
  padding: 90px 0 0;
  background: url(/common/bg.jpg);
}
/* line 128, partials/pages/_about.scss */
.denispapan-intro .wrapper {
  padding: 0 110px 110px;
}
/* line 131, partials/pages/_about.scss */
.denispapan-intro .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
/* line 137, partials/pages/_about.scss */
.denispapan-intro h3 {
  margin-bottom: 60px;
}
/* line 140, partials/pages/_about.scss */
.denispapan-intro .logo {
  padding: 80px 50px;
  background-color: #fff;
}
/* line 144, partials/pages/_about.scss */
.denispapan-intro .logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
/* line 150, partials/pages/_about.scss */
.denispapan-intro p {
  margin-bottom: 20px;
}
/* line 154, partials/pages/_about.scss */
.denispapan-intro ul li {
  margin-bottom: 15px;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
/* line 161, partials/pages/_about.scss */
.denispapan-intro .yellow_seemore.long {
  width: 100%;
  max-width: 400px;
}
/* line 165, partials/pages/_about.scss */
.denispapan-intro .yellow_seemore.long:before {
  left: 25px;
  width: 25px;
  height: 25px;
  background-size: 25px;
  margin-top: -12px;
}
/* line 176, partials/pages/_about.scss */
.denispapan-intro .left {
  position: relative;
  width: 50%;
  min-height: 400px;
}
/* line 181, partials/pages/_about.scss */
.denispapan-intro .left .yellow_seemore.other-site-link {
  position: absolute;
  right: 0;
  bottom: -31px;
}
/* line 187, partials/pages/_about.scss */
.denispapan-intro .right {
  position: relative;
  width: 48%;
  min-height: 400px;
  clear: right;
  margin-left: 2%;
}
/* line 193, partials/pages/_about.scss */
.denispapan-intro .right .yellow_seemore.other-site-link {
  position: absolute;
  left: 0;
  bottom: -30px;
}
/* line 199, partials/pages/_about.scss */
.denispapan-intro .center {
  text-align: center;
  padding-top: 40px;
  clear: both;
}
/* line 204, partials/pages/_about.scss */
.denispapan-intro .about_catalog {
  background-color: #fff;
  margin-top: 40px;
}
/* line 209, partials/pages/_about.scss */
.denispapan-intro .link_box {
  font-size: 0;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
/* line 214, partials/pages/_about.scss */
.denispapan-intro .link_box .yellow_seemore {
  display: inline-block;
  width: 48%;
  max-width: none;
  margin: 0;
}
/* line 219, partials/pages/_about.scss */
.denispapan-intro .link_box .yellow_seemore.about {
  margin-left: 4%;
}
/* line 222, partials/pages/_about.scss */
.denispapan-intro .link_box .yellow_seemore.recruit {
  margin: 0 auto;
}
/* line 226, partials/pages/_about.scss */
.denispapan-intro .link_box .center_link {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  /* line 235, partials/pages/_about.scss */
  .company-intro {
    margin-top: 50px;
    padding: 5px 0px 50px 0;
  }
  /* line 238, partials/pages/_about.scss */
  .company-intro .wrapper {
    padding: 35px 30px;
  }
  /* line 241, partials/pages/_about.scss */
  .company-intro h3 {
    margin-bottom: 40px;
  }
  /* line 244, partials/pages/_about.scss */
  .company-intro p {
    margin-bottom: 40px;
  }

  /* line 249, partials/pages/_about.scss */
  .about-map {
    padding-top: 90%;
  }
  /* line 251, partials/pages/_about.scss */
  .about-map .map_link {
    bottom: 80px;
    position: relative;
    margin: 0 20px;
  }
  /* line 255, partials/pages/_about.scss */
  .about-map .map_link a {
    right: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  /* line 261, partials/pages/_about.scss */
  .about-map .map_link a:after {
    background-size: 22px;
    left: 10px;
    right: auto;
  }

  /* line 271, partials/pages/_about.scss */
  .company-summary .wrapper {
    margin-top: 0;
    padding: 40px 30px;
  }
  /* line 275, partials/pages/_about.scss */
  .company-summary h3 {
    margin-bottom: 50px;
  }
  /* line 278, partials/pages/_about.scss */
  .company-summary .title {
    font-weight: bold;
  }
  /* line 281, partials/pages/_about.scss */
  .company-summary .left {
    width: auto;
    float: none;
    margin-bottom: 40px;
  }
  /* line 285, partials/pages/_about.scss */
  .company-summary .left .title {
    display: block;
    float: none;
    width: auto;
  }
  /* line 290, partials/pages/_about.scss */
  .company-summary .left .text {
    margin: 0 auto 20px;
  }
  /* line 294, partials/pages/_about.scss */
  .company-summary .right {
    width: auto;
    float: none;
  }

  /* line 300, partials/pages/_about.scss */
  .denispapan-intro {
    padding-top: 30px;
  }
  /* line 302, partials/pages/_about.scss */
  .denispapan-intro .wrapper {
    padding: 0 30px;
  }
  /* line 305, partials/pages/_about.scss */
  .denispapan-intro h3 {
    margin-bottom: 40px;
  }
  /* line 308, partials/pages/_about.scss */
  .denispapan-intro .logo {
    margin: 0 auto 30px;
  }
  /* line 311, partials/pages/_about.scss */
  .denispapan-intro .yellow_seemore.long {
    position: relative;
    left: auto;
    margin: 0 auto;
    width: auto;
  }
  /* line 316, partials/pages/_about.scss */
  .denispapan-intro .yellow_seemore.long:before {
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: 20px;
  }
  /* line 324, partials/pages/_about.scss */
  .denispapan-intro .right {
    width: auto;
    float: none;
    min-height: 0;
    margin-bottom: 20px;
    padding-bottom: 50px;
    margin-left: 0;
  }
  /* line 330, partials/pages/_about.scss */
  .denispapan-intro .right .yellow_seemore.other-site-link {
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    padding-right: 26px;
  }
  /* line 340, partials/pages/_about.scss */
  .denispapan-intro .left {
    width: auto;
    float: none;
    min-height: 0;
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
  /* line 345, partials/pages/_about.scss */
  .denispapan-intro .left .yellow_seemore.other-site-link {
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    padding-right: 30px;
  }
  /* line 355, partials/pages/_about.scss */
  .denispapan-intro .yellow_seemore.other-site-link {
    width: 100%;
  }
  /* line 358, partials/pages/_about.scss */
  .denispapan-intro .center {
    padding-top: 0;
  }
}
/* line 1, partials/pages/_privacy.scss */
.privacy-text {
  padding: 75px 0 15px;
  background: url(/common/bg.jpg);
}
/* line 4, partials/pages/_privacy.scss */
.privacy-text h3 {
  margin: 0 auto 20px;
  font-size: 24px;
}
/* line 8, partials/pages/_privacy.scss */
.privacy-text p {
  margin: 0 auto 60px;
}
/* line 10, partials/pages/_privacy.scss */
.privacy-text p a {
  color: #003da6;
}
/* line 14, partials/pages/_privacy.scss */
.privacy-text .in_ul {
  padding-left: 1em;
  margin-bottom: 20px;
}
/* line 15, partials/pages/_privacy.scss */
.privacy-text .in_ul li {
  line-height: 1.6;
}
/* line 21, partials/pages/_privacy.scss */
.privacy-text .mb20 {
  margin-bottom: 20px;
}

/* line 29, partials/pages/_privacy.scss */
.privacy-table {
  padding: 40px 0 20px;
}
/* line 31, partials/pages/_privacy.scss */
.privacy-table h3 {
  margin: 0 auto 20px;
  font-size: 24px;
}
/* line 36, partials/pages/_privacy.scss */
.privacy-table .wrapper > p {
  margin: 0 auto 40px;
}
/* line 40, partials/pages/_privacy.scss */
.privacy-table table {
  margin: 0 auto 40px;
}
/* line 43, partials/pages/_privacy.scss */
.privacy-table table tr:nth-of-type(2n) {
  background-color: #f2f6f7;
}
/* line 46, partials/pages/_privacy.scss */
.privacy-table table tr:nth-of-type(2n+1) {
  background-color: #fafbfc;
}
/* line 49, partials/pages/_privacy.scss */
.privacy-table table tr:nth-of-type(1) {
  background-color: #7f8c8d;
}
/* line 52, partials/pages/_privacy.scss */
.privacy-table table tr th {
  vertical-align: middle;
}
/* line 54, partials/pages/_privacy.scss */
.privacy-table table tr th h4 {
  margin: 25px 60px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
/* line 61, partials/pages/_privacy.scss */
.privacy-table table tr td {
  height: 150px;
  vertical-align: middle;
}
/* line 64, partials/pages/_privacy.scss */
.privacy-table table tr td p {
  margin: 0 60px;
}

@media only screen and (max-width: 768px) {
  /* line 77, partials/pages/_privacy.scss */
  .privacy-text {
    margin-top: 40px;
    padding: 30px 0 5px;
    background: url(/common/bg.jpg);
  }
  /* line 81, partials/pages/_privacy.scss */
  .privacy-text .wrapper {
    padding: 0 30px;
  }
  /* line 84, partials/pages/_privacy.scss */
  .privacy-text h3 {
    margin: 0 auto 10px;
    text-align: left;
    font-size: 13px;
  }
  /* line 89, partials/pages/_privacy.scss */
  .privacy-text p {
    margin: 0 auto 25px;
    font-size: 11px;
  }
  /* line 92, partials/pages/_privacy.scss */
  .privacy-text p a {
    color: #003da6;
  }
  /* line 96, partials/pages/_privacy.scss */
  .privacy-text .in_ul {
    padding-left: 0;
  }
  /* line 97, partials/pages/_privacy.scss */
  .privacy-text .in_ul li {
    font-size: 11px;
  }

  /* line 104, partials/pages/_privacy.scss */
  .privacy-table {
    padding: 30px 0 5px;
  }
  /* line 106, partials/pages/_privacy.scss */
  .privacy-table h3 {
    margin: 0 30px 10px;
    text-align: left;
    font-size: 13px;
  }
  /* line 111, partials/pages/_privacy.scss */
  .privacy-table .wrapper {
    padding: 0;
  }
  /* line 113, partials/pages/_privacy.scss */
  .privacy-table .wrapper > p {
    margin: 0 30px 25px;
    font-size: 11px;
  }
  /* line 118, partials/pages/_privacy.scss */
  .privacy-table table {
    margin: 0 auto 25px;
  }
  /* line 121, partials/pages/_privacy.scss */
  .privacy-table table tr th {
    width: 50%;
    vertical-align: middle;
  }
  /* line 124, partials/pages/_privacy.scss */
  .privacy-table table tr th h4 {
    margin: 25px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
  }
  /* line 131, partials/pages/_privacy.scss */
  .privacy-table table tr td {
    width: 50%;
    height: auto;
  }
  /* line 134, partials/pages/_privacy.scss */
  .privacy-table table tr td p {
    margin: 20px;
  }
}
/* line 1, partials/pages/_contact.scss */
.contact-form {
  padding: 80px 0;
  background: url(/common/bg.jpg);
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}
/* line 7, partials/pages/_contact.scss */
.contact-form .submit .row {
  text-align: center;
  overflow: hidden;
}
/* line 11, partials/pages/_contact.scss */
.contact-form .submit .title {
  width: auto;
  padding: 0;
  text-align: center;
  margin-right: 50px;
}
/* line 16, partials/pages/_contact.scss */
.contact-form .submit .title .en {
  display: none;
}
/* line 20, partials/pages/_contact.scss */
.contact-form .submit div.error {
  margin: 10px auto 0;
}
/* line 23, partials/pages/_contact.scss */
.contact-form .submit #agreement {
  position: absolute;
  left: -9999px;
}
/* line 28, partials/pages/_contact.scss */
.contact-form .submit #agreement:checked + label:after {
  opacity: 1;
}
/* line 34, partials/pages/_contact.scss */
.contact-form .submit label {
  display: inline-block;
  margin-right: 200px;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  position: relative;
  vertical-align: top;
  font-size: 18px;
}
/* line 43, partials/pages/_contact.scss */
.contact-form .submit label .en {
  display: none;
}
/* line 46, partials/pages/_contact.scss */
.contact-form .submit label:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -5px;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background-color: #003da6;
}
/* line 59, partials/pages/_contact.scss */
.contact-form .submit label:before {
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #e5eaea;
}
/* line 73, partials/pages/_contact.scss */
.contact-form .submit .notes {
  margin-bottom: 20px;
}
/* line 76, partials/pages/_contact.scss */
.contact-form .submit input[type=submit] {
  display: block;
  margin: 0 auto;
  width: 380px;
  height: 60px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  background: url(/common/top/link_arrow.png) #f6cf2e no-repeat 30px center;
}
/* line 85, partials/pages/_contact.scss */
.contact-form .submit input[type=submit].en {
  width: 440px;
}
/* line 91, partials/pages/_contact.scss */
.contact-form .row {
  margin-bottom: 30px;
  font-size: 0;
}
/* line 94, partials/pages/_contact.scss */
.contact-form .row.company-input {
  display: none;
}
/* line 98, partials/pages/_contact.scss */
.contact-form .quest-overseas,
.contact-form .quest-2-2,
.contact-form .quest-2-3 {
  display: none;
}
/* line 104, partials/pages/_contact.scss */
.contact-form input[type=text],
.contact-form input[type=submit],
.contact-form select,
.contact-form textarea {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px 20px;
  font-size: 18px;
  color: #7f8c8d;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
}
/* line 120, partials/pages/_contact.scss */
.contact-form select,
.contact-form input[type=text] {
  height: 50px;
  width: 45%;
  height: 50px;
}
/* line 125, partials/pages/_contact.scss */
.contact-form select.short,
.contact-form input[type=text].short {
  width: 21.3%;
  max-width: 253px;
}
/* line 131, partials/pages/_contact.scss */
.contact-form textarea {
  width: 625px;
  height: 200px;
}
/* line 136, partials/pages/_contact.scss */
.contact-form select {
  background: url(/common/list_arrow.png) #fff no-repeat center center;
  background-position: right 20px center;
}
/* line 141, partials/pages/_contact.scss */
.contact-form input[type=text]:placeholder-shown {
  color: #b9c7c8;
}
/* line 145, partials/pages/_contact.scss */
.contact-form input[type=text]::-webkit-input-placeholder {
  color: #b9c7c8;
}
/* line 149, partials/pages/_contact.scss */
.contact-form input[type=text]:-moz-placeholder {
  color: #b9c7c8;
  opacity: 1;
}
/* line 153, partials/pages/_contact.scss */
.contact-form input[type=text]::-moz-placeholder {
  color: #b9c7c8;
  opacity: 1;
}
/* line 157, partials/pages/_contact.scss */
.contact-form input[type=text]:-ms-input-placeholder {
  color: #b9c7c8;
}
/* line 160, partials/pages/_contact.scss */
.contact-form .title {
  display: inline-block;
  position: relative;
  width: 38%;
  height: 50px;
  padding-right: 35px;
  vertical-align: top;
  text-align: right;
  line-height: 50px;
  font-size: 18px;
}
/* line 170, partials/pages/_contact.scss */
.contact-form .title .required {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  width: 60px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #f6cf2e;
}
/* line 180, partials/pages/_contact.scss */
.contact-form .title .required.en {
  width: 90px;
}
/* line 186, partials/pages/_contact.scss */
.contact-form .ps {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
/* line 195, partials/pages/_contact.scss */
.contact-form div.error {
  margin-top: 10px;
  margin-left: 385px;
  clear: both;
  color: #ff7878;
  font-size: 12px;
  font-weight: bold;
}
/* line 202, partials/pages/_contact.scss */
.contact-form div.error + .error {
  display: none !important;
}
/* line 205, partials/pages/_contact.scss */
.contact-form div.error[style="display: none;"] + .error {
  display: block !important;
}
/* line 210, partials/pages/_contact.scss */
.contact-form #reture_btn {
  float: left;
  display: block;
  margin: 0 auto;
  width: 280px;
  padding: 0 0 0 20px;
  border: none;
  height: 60px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: url(/common/top/link_arrow_back.png) #003da6 no-repeat 30px center;
  margin-right: 40px;
}
/* line 226, partials/pages/_contact.scss */
.contact-form .check_window {
  display: none;
}
/* line 228, partials/pages/_contact.scss */
.contact-form .check_window h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
/* line 232, partials/pages/_contact.scss */
.contact-form .check_window .submit {
  margin-top: 60px;
}
/* line 234, partials/pages/_contact.scss */
.contact-form .check_window .submit .row {
  max-width: 800px;
  margin: 0 auto;
}
/* line 239, partials/pages/_contact.scss */
.contact-form .check_window .row {
  margin-bottom: 10px;
  text-align: center;
  font-size: 0;
}
/* line 243, partials/pages/_contact.scss */
.contact-form .check_window .row .title {
  display: inline-block;
  width: 50%;
  text-align: right;
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
}
/* line 251, partials/pages/_contact.scss */
.contact-form .check_window .row .text {
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  width: 50%;
  font-size: 18px;
}
/* line 260, partials/pages/_contact.scss */
.contact-form .check_window .row input[type=submit] {
  float: right;
}
/* line 267, partials/pages/_contact.scss */
.contact-form .success_window {
  display: none;
  text-align: center;
  padding: 90px 0;
}
/* line 271, partials/pages/_contact.scss */
.contact-form .success_window h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
/* line 275, partials/pages/_contact.scss */
.contact-form .success_window p {
  max-width: 580px;
  margin: 0 auto 50px;
  font-size: 16px;
}
/* line 282, partials/pages/_contact.scss */
.contact-form .success_window .yellow_seemore:before {
  background-image: url(/common/top/link_arrow_back.png);
}

@media only screen and (max-width: 768px) {
  /* line 301, partials/pages/_contact.scss */
  .contact-form {
    overflow: hidden;
    padding: 20px 0;
  }
  /* line 305, partials/pages/_contact.scss */
  .contact-form .row {
    position: relative;
    margin: 0 20px 20px;
  }
  /* line 310, partials/pages/_contact.scss */
  .contact-form input[type=text],
  .contact-form input[type=submit],
  .contact-form select,
  .contact-form textarea {
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  /* line 319, partials/pages/_contact.scss */
  .contact-form select,
  .contact-form input[type=text] {
    width: 100%;
  }
  /* line 322, partials/pages/_contact.scss */
  .contact-form select.short,
  .contact-form input[type=text].short {
    width: 100%;
    max-width: none;
  }
  /* line 328, partials/pages/_contact.scss */
  .contact-form textarea {
    width: 100%;
    height: 80px;
  }
  /* line 335, partials/pages/_contact.scss */
  .contact-form .submit .row {
    text-align: left;
  }
  /* line 337, partials/pages/_contact.scss */
  .contact-form .submit .row #reture_btn {
    margin-bottom: 20px;
  }
  /* line 341, partials/pages/_contact.scss */
  .contact-form .submit .title {
    line-height: 1.6;
    text-align: left;
  }
  /* line 345, partials/pages/_contact.scss */
  .contact-form .submit label {
    margin: 20px auto 0;
    font-size: 13px;
  }
  /* line 349, partials/pages/_contact.scss */
  .contact-form .submit input[type=submit] {
    height: 50px;
    line-height: 30px;
    width: 100%;
    font-size: 14px;
    background-size: 25px;
    background-position: 20px center;
  }
  /* line 359, partials/pages/_contact.scss */
  .contact-form .title {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-size: 14px;
    display: block;
    width: 100%;
  }
  /* line 366, partials/pages/_contact.scss */
  .contact-form .title .required {
    position: static;
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
    width: 50px;
    height: 28px;
    line-height: 28px;
  }
  /* line 377, partials/pages/_contact.scss */
  .contact-form .ps {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
  }
  /* line 384, partials/pages/_contact.scss */
  .contact-form div.error {
    margin: 0;
  }
  /* line 388, partials/pages/_contact.scss */
  .contact-form #reture_btn {
    float: none;
    display: block;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    background-size: 25px;
    background-position: 20px center;
  }
  /* line 403, partials/pages/_contact.scss */
  .contact-form .check_window .row {
    margin-bottom: 20px;
  }
  /* line 405, partials/pages/_contact.scss */
  .contact-form .check_window .row .title {
    display: block;
    width: auto;
    height: auto;
    line-height: 1.8;
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
  /* line 414, partials/pages/_contact.scss */
  .contact-form .check_window .row .text {
    display: block;
    width: auto;
    height: auto;
    line-height: 1.8;
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
  /* line 426, partials/pages/_contact.scss */
  .contact-form .check_window .submit .row input[type=submit] {
    float: none;
    margin-bottom: 20px;
  }
  /* line 434, partials/pages/_contact.scss */
  .contact-form .success_window {
    padding: 40px 0;
  }
  /* line 436, partials/pages/_contact.scss */
  .contact-form .success_window h2 {
    font-size: 20px;
  }
  /* line 439, partials/pages/_contact.scss */
  .contact-form .success_window p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
/* line 3, partials/pages/_news.scss */
.news_table {
  padding-bottom: 80px;
}
/* line 6, partials/pages/_news.scss */
.news_table table {
  display: none;
  margin: 0 auto 40px;
  width: 100%;
}
/* line 11, partials/pages/_news.scss */
.news_table table tr:nth-of-type(2n) {
  background-color: #fafbfc;
}
/* line 14, partials/pages/_news.scss */
.news_table table tr:nth-of-type(2n+1) {
  background-color: #f2f6f7;
}
/* line 17, partials/pages/_news.scss */
.news_table table tr td {
  height: 80px;
}
/* line 19, partials/pages/_news.scss */
.news_table table tr td.date {
  width: 180px;
}
/* line 22, partials/pages/_news.scss */
.news_table table tr td a {
  color: #7f8c8d;
}
/* line 25, partials/pages/_news.scss */
.news_table table tr td p {
  font-weight: 500;
  padding-right: 30px;
}
/* line 29, partials/pages/_news.scss */
.news_table table tr td.table_date {
  width: 150px;
}
/* line 31, partials/pages/_news.scss */
.news_table table tr td.table_date p {
  font-weight: bold;
  text-align: right;
  padding: 0 30px;
}
/* line 39, partials/pages/_news.scss */
.news_table table.on {
  display: table;
}
/* line 43, partials/pages/_news.scss */
.news_table .pagination {
  padding: 0 10px;
}

/* line 48, partials/pages/_news.scss */
.news_content {
  padding-bottom: 80px;
}
/* line 51, partials/pages/_news.scss */
.news_content .wrapper {
  overflow: hidden;
}
/* line 54, partials/pages/_news.scss */
.news_content .content_head {
  width: 100%;
  text-align: right;
}
/* line 57, partials/pages/_news.scss */
.news_content .content_head .left_box {
  float: left;
  width: 20%;
}
/* line 61, partials/pages/_news.scss */
.news_content .content_head .right_box {
  float: right;
  padding-left: 60px;
  width: 80%;
  text-align: left;
}
/* line 74, partials/pages/_news.scss */
.news_content .content_body {
  float: right;
  padding-left: 60px;
  width: 80%;
}
/* line 75, partials/pages/_news.scss */
.news_content .content_body .content_wrap {
  max-width: 700px;
}
/* line 81, partials/pages/_news.scss */
.news_content .content_body p {
  margin-bottom: 30px;
}
/* line 84, partials/pages/_news.scss */
.news_content .content_body h3, .news_content .content_body h4, .news_content .content_body h5 {
  font-size: 16px;
  color: #7f8c8d;
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 90, partials/pages/_news.scss */
.news_content .content_body b {
  font-weight: bold;
}
/* line 93, partials/pages/_news.scss */
.news_content .content_body div {
  line-height: 1.6;
}
/* line 96, partials/pages/_news.scss */
.news_content .content_body a:link {
  color: #003da6;
}
/* line 100, partials/pages/_news.scss */
.news_content .time {
  display: inline-block;
  vertical-align: top;
}
/* line 104, partials/pages/_news.scss */
.news_content .time .year {
  font-size: 22px;
  line-height: 0.8;
}
/* line 108, partials/pages/_news.scss */
.news_content .time .md {
  font-size: 44px;
  font-weight: bold;
  line-height: 0.8;
}
/* line 114, partials/pages/_news.scss */
.news_content .brand_box {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 36px;
}
/* line 118, partials/pages/_news.scss */
.news_content .brand_box li {
  width: 114px;
  float: left;
  margin-right: 20px;
}
/* line 123, partials/pages/_news.scss */
.news_content .brand_box img {
  border: 1px solid #d8dee0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  /* line 133, partials/pages/_news.scss */
  .news_table .wrapper {
    padding: 0;
  }
  /* line 136, partials/pages/_news.scss */
  .news_table table {
    margin-bottom: 0;
  }
  /* line 139, partials/pages/_news.scss */
  .news_table table tr td {
    display: inline;
  }
  /* line 141, partials/pages/_news.scss */
  .news_table table tr td p {
    padding: 0 20px 20px;
  }
  /* line 146, partials/pages/_news.scss */
  .news_table table tr td.table_date > p {
    text-align: left;
    padding: 20px 20px 0;
  }

  /* line 156, partials/pages/_news.scss */
  .news_content .wrapper {
    padding: 0 30px;
  }
  /* line 159, partials/pages/_news.scss */
  .news_content .time {
    margin-bottom: 8px;
  }
  /* line 161, partials/pages/_news.scss */
  .news_content .time br {
    display: none;
  }
  /* line 164, partials/pages/_news.scss */
  .news_content .time .year {
    font-size: 16px;
    font-weight: 500;
  }
  /* line 168, partials/pages/_news.scss */
  .news_content .time .md {
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    position: relative;
  }
  /* line 173, partials/pages/_news.scss */
  .news_content .time .md:before {
    content: ".";
    bottom: 0;
    padding-right: 1px;
  }
  /* line 181, partials/pages/_news.scss */
  .news_content .content_head .left_box {
    float: none;
  }
  /* line 184, partials/pages/_news.scss */
  .news_content .content_head .right_box {
    float: none;
    max-width: none;
    width: 100%;
    padding-left: 0;
  }
  /* line 190, partials/pages/_news.scss */
  .news_content .content_head .brand_box {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
  }
  /* line 196, partials/pages/_news.scss */
  .news_content .content_head .brand_box li {
    min-width: 60px;
    max-width: 84px;
    margin-right: 2%;
    width: 23.5%;
  }
  /* line 201, partials/pages/_news.scss */
  .news_content .content_head .brand_box li:last-child {
    margin-right: 0;
  }
  /* line 207, partials/pages/_news.scss */
  .news_content .content_body {
    max-width: none;
    float: none;
    padding-left: 0;
    width: 100%;
  }
  /* line 208, partials/pages/_news.scss */
  .news_content .content_body .content_wrap {
    max-width: none;
  }
  /* line 215, partials/pages/_news.scss */
  .news_content .content_body h3, .news_content .content_body h4, .news_content .content_body h5 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 16px;
  }
  /* line 220, partials/pages/_news.scss */
  .news_content .content_body p {
    margin-bottom: 16px;
  }
}
/* line 1, partials/pages/_topics.scss */
.topics_list_content {
  overflow: hidden;
  padding-bottom: 80px;
}
/* line 4, partials/pages/_topics.scss */
.topics_list_content > .wrapper {
  font-size: 0;
}
/* line 8, partials/pages/_topics.scss */
.topics_list_content .topics_list li {
  display: inline-block;
}
/* line 11, partials/pages/_topics.scss */
.topics_list_content .topics_list.on {
  display: block;
}
/* line 15, partials/pages/_topics.scss */
.topics_list_content ul {
  font-size: 0;
  display: none;
}
/* line 18, partials/pages/_topics.scss */
.topics_list_content ul li {
  vertical-align: top;
  width: 31%;
  margin-right: 2.3333%;
  margin-bottom: 40px;
}
/* line 23, partials/pages/_topics.scss */
.topics_list_content ul li a {
  color: #7f8c8d;
}
/* line 26, partials/pages/_topics.scss */
.topics_list_content ul li:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 33, partials/pages/_topics.scss */
.topics_list_content .image {
  position: relative;
  width: 100%;
  padding-top: 66%;
  margin-bottom: 15px;
  border: 1px solid #d8dee0;
  background: #fff;
}
/* line 40, partials/pages/_topics.scss */
.topics_list_content .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
/* line 51, partials/pages/_topics.scss */
.topics_list_content .time {
  vertical-align: top;
  float: left;
}
/* line 54, partials/pages/_topics.scss */
.topics_list_content .time .year {
  font-size: 17px;
  line-height: 0.8;
}
/* line 58, partials/pages/_topics.scss */
.topics_list_content .time .md {
  font-size: 37px;
  font-weight: bold;
  line-height: 0.8;
}
/* line 64, partials/pages/_topics.scss */
.topics_list_content .title {
  margin-top: 45px;
  padding-left: 65px;
  line-height: 1.4;
}

/* line 71, partials/pages/_topics.scss */
.topics_content {
  overflow: hidden;
  padding-bottom: 80px;
}
/* line 74, partials/pages/_topics.scss */
.topics_content .image {
  float: left;
  width: 45%;
}
/* line 77, partials/pages/_topics.scss */
.topics_content .image img {
  width: 460px;
  border: 1px solid #d8dee0;
}
/* line 82, partials/pages/_topics.scss */
.topics_content .content_wrap {
  float: left;
  width: 55%;
}
/* line 85, partials/pages/_topics.scss */
.topics_content .content_wrap .time {
  vertical-align: top;
  float: left;
}
/* line 88, partials/pages/_topics.scss */
.topics_content .content_wrap .time .year {
  font-size: 17px;
  line-height: 0.8;
}
/* line 92, partials/pages/_topics.scss */
.topics_content .content_wrap .time .md {
  font-size: 37px;
  font-weight: bold;
  line-height: 0.8;
}
/* line 98, partials/pages/_topics.scss */
.topics_content .content_wrap .title {
  margin-top: 45px;
  padding-left: 65px;
  line-height: 1.4;
}
/* line 103, partials/pages/_topics.scss */
.topics_content .content_wrap .content_head {
  overflow: hidden;
}
/* line 105, partials/pages/_topics.scss */
.topics_content .content_wrap .content_head .left_box {
  float: left;
  width: 10%;
}
/* line 109, partials/pages/_topics.scss */
.topics_content .content_wrap .content_head .right_box {
  float: right;
  width: 86%;
  text-align: left;
}
/* line 114, partials/pages/_topics.scss */
.topics_content .content_wrap .content_head .right_box .brand_box {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 36px;
}
/* line 119, partials/pages/_topics.scss */
.topics_content .content_wrap .content_head .right_box .brand_box li {
  width: 17%;
  float: left;
  margin-right: 3%;
}
/* line 124, partials/pages/_topics.scss */
.topics_content .content_wrap .content_head .right_box .brand_box img {
  border: 1px solid #d8dee0;
  width: 100%;
}
/* line 132, partials/pages/_topics.scss */
.topics_content .content_wrap .content_body p {
  margin-top: 15px;
  font-size: 1.3rem;
}
/* line 136, partials/pages/_topics.scss */
.topics_content .content_wrap .content_body h3, .topics_content .content_wrap .content_body h4, .topics_content .content_wrap .content_body h5 {
  font-size: 16px;
  color: #7f8c8d;
  font-weight: bold;
  margin-top: 30px;
}
/* line 142, partials/pages/_topics.scss */
.topics_content .content_wrap .content_body b {
  font-weight: bold;
}
/* line 145, partials/pages/_topics.scss */
.topics_content .content_wrap .content_body div {
  line-height: 1.6;
  font-size: 1.3rem;
}
/* line 150, partials/pages/_topics.scss */
.topics_content .content_wrap .content_body a:link {
  color: #003da6;
}
/* line 153, partials/pages/_topics.scss */
.topics_content .content_wrap .content_body img {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  /* line 163, partials/pages/_topics.scss */
  .topics_title {
    margin: 0 50px -30px;
    font-size: 15px;
    padding: 20px;
  }

  /* line 169, partials/pages/_topics.scss */
  .topics_list_content {
    background: url(/common/bg.jpg);
    padding-bottom: 40px;
  }
  /* line 173, partials/pages/_topics.scss */
  .topics_list_content ul.topics_list {
    padding-top: 30px;
  }
  /* line 175, partials/pages/_topics.scss */
  .topics_list_content ul.topics_list li {
    margin-bottom: 25px;
    width: 100%;
    background-color: #fff;
  }
  /* line 177, partials/pages/_topics.scss */
  .topics_list_content ul.topics_list li a {
    display: table;
    padding: 16px;
  }
  /* line 184, partials/pages/_topics.scss */
  .topics_list_content ul.topics_list li .image {
    width: 36%;
    padding-top: 0;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 190, partials/pages/_topics.scss */
  .topics_list_content ul.topics_list li .time, .topics_list_content ul.topics_list li .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
  }
  /* line 198, partials/pages/_topics.scss */
  .topics_list_content .time .year {
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
  }
  /* line 203, partials/pages/_topics.scss */
  .topics_list_content .time .md {
    font-size: 24px;
  }

  /* line 210, partials/pages/_topics.scss */
  .topics_content .wrapper {
    padding: 0 30px;
  }
  /* line 213, partials/pages/_topics.scss */
  .topics_content .image {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  /* line 217, partials/pages/_topics.scss */
  .topics_content .image img {
    width: 100%;
  }
  /* line 221, partials/pages/_topics.scss */
  .topics_content .content_wrap {
    width: 100%;
    float: none;
  }
  /* line 225, partials/pages/_topics.scss */
  .topics_content .content_wrap .content_head .left_box {
    float: none;
  }
  /* line 227, partials/pages/_topics.scss */
  .topics_content .content_wrap .content_head .left_box .time {
    margin-bottom: 8px;
  }
  /* line 229, partials/pages/_topics.scss */
  .topics_content .content_wrap .content_head .left_box .time br {
    display: none;
  }
  /* line 232, partials/pages/_topics.scss */
  .topics_content .content_wrap .content_head .left_box .time .year {
    font-size: 11px;
    font-weight: 600;
  }
  /* line 236, partials/pages/_topics.scss */
  .topics_content .content_wrap .content_head .left_box .time .md {
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
    position: relative;
  }
  /* line 241, partials/pages/_topics.scss */
  .topics_content .content_wrap .content_head .left_box .time .md:before {
    content: ".";
    bottom: 0;
    padding-right: 1px;
  }
  /* line 249, partials/pages/_topics.scss */
  .topics_content .content_wrap .content_head .right_box {
    float: none;
    width: 100%;
  }
  /* line 252, partials/pages/_topics.scss */
  .topics_content .content_wrap .content_head .right_box .brand_box {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
  }
  /* line 258, partials/pages/_topics.scss */
  .topics_content .content_wrap .content_head .right_box .brand_box li {
    min-width: 60px;
    max-width: 84px;
    margin-right: 2%;
    width: 23.5%;
  }
  /* line 263, partials/pages/_topics.scss */
  .topics_content .content_wrap .content_head .right_box .brand_box li:last-child {
    margin-right: 0;
  }
}
/* line 1, partials/pages/_category-list.scss */
.intro.listintro {
  margin-bottom: 190px;
}

/* line 4, partials/pages/_category-list.scss */
.yellow_seemore.long.list02 {
  float: right;
  margin-top: 40px;
  margin-right: 80px;
}

/* line 11, partials/pages/_category-list.scss */
.list ul {
  margin: 0 -1%;
  font-size: 0;
}
/* line 14, partials/pages/_category-list.scss */
.list ul li {
  position: relative;
  vertical-align: top;
  background-color: #fff;
  width: 31.3333%;
  min-height: 290px;
  padding: 0;
  margin: 0 1% 2%;
  display: inline-block;
}
/* line 23, partials/pages/_category-list.scss */
.list ul li a {
  display: block;
  color: #7f8c8d;
  padding: 40px 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 34, partials/pages/_category-list.scss */
.list ul li a p {
  line-height: 1.4;
  letter-spacing: -.2px;
  font-size: 14px;
  font-weight: 500;
}
/* line 40, partials/pages/_category-list.scss */
.list ul li a h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
/* line 45, partials/pages/_category-list.scss */
.list ul li a .image {
  position: relative;
  min-height: 130px;
  text-align: center;
  max-width: 150px;
  margin: 0 auto 16px;
}
/* line 51, partials/pages/_category-list.scss */
.list ul li a .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 150px;
}
/* line 68, partials/pages/_category-list.scss */
.list ul li.all.act.on a .image {
  max-width: 90px;
  max-height: 106px;
  min-height: 90px;
  margin: 0 auto 8px;
}
/* line 73, partials/pages/_category-list.scss */
.list ul li.all.act.on a .image img {
  position: relative;
}
/* line 77, partials/pages/_category-list.scss */
.list ul li.all.act.on a p {
  padding: 0;
}
/* line 86, partials/pages/_category-list.scss */
.list.category_list {
  padding-bottom: 60px;
  padding-top: 40px;
  background: url(/common/bg.jpg);
}

/* line 95, partials/pages/_category-list.scss */
#category_list .brandslidwrap {
  padding-top: 40px;
}
/* line 97, partials/pages/_category-list.scss */
#category_list .brandslidwrap h2 {
  text-align: center;
}
/* line 100, partials/pages/_category-list.scss */
#category_list .brandslidwrap .slick-dots li {
  background-color: #d8dee0;
}
/* line 102, partials/pages/_category-list.scss */
#category_list .brandslidwrap .slick-dots li.slick-active {
  background-color: #7f8c8d;
}
/* line 107, partials/pages/_category-list.scss */
#category_list .product-lineup .product-list {
  background: url(/common/bg.jpg);
}
/* line 109, partials/pages/_category-list.scss */
#category_list .product-lineup .product-list .list {
  padding: 35px 0 50px;
}
/* line 113, partials/pages/_category-list.scss */
#category_list .product-lineup .product-list .list li a img {
  height: 110px;
}
/* line 121, partials/pages/_category-list.scss */
#category_list .sub_category_list {
  background-color: #f2f6f7;
  margin-bottom: 0;
  padding: 70px 0 0 0;
}
/* line 125, partials/pages/_category-list.scss */
#category_list .sub_category_list .sub_cate_head {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 128, partials/pages/_category-list.scss */
#category_list .sub_category_list .sub_cate_head ul.category_pankuzu {
  float: left;
  font-size: 0;
  margin-bottom: 20px;
  cursor: pointer;
}
/* line 133, partials/pages/_category-list.scss */
#category_list .sub_category_list .sub_cate_head ul.category_pankuzu li {
  display: none !important;
  font-size: 16px;
  font-weight: bold;
  color: #003da6;
}
/* line 138, partials/pages/_category-list.scss */
#category_list .sub_category_list .sub_cate_head ul.category_pankuzu li.act {
  display: inline-block !important;
}
/* line 141, partials/pages/_category-list.scss */
#category_list .sub_category_list .sub_cate_head ul.category_pankuzu li span {
  display: inline-block !important;
}
/* line 143, partials/pages/_category-list.scss */
#category_list .sub_category_list .sub_cate_head ul.category_pankuzu li span:before {
  content: ">";
  margin: 10px;
}
/* line 150, partials/pages/_category-list.scss */
#category_list .sub_category_list .sub_cate_head ul.category_pankuzu li:first-child:before {
  content: " ";
}
/* line 156, partials/pages/_category-list.scss */
#category_list .sub_category_list .sub_cate_head .more_btn {
  float: right;
  color: #003da6;
  font-weight: bold;
  font-size: 20px;
  display: block;
  cursor: pointer;
}
/* line 163, partials/pages/_category-list.scss */
#category_list .sub_category_list .sub_cate_head .more_btn.inv {
  display: none;
}
/* line 168, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category {
  overflow: hidden;
  font-size: 0;
  margin: 0 -1%;
}
/* line 172, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category li {
  cursor: pointer;
  width: 18%;
  display: none;
  margin: 0 1%;
  vertical-align: top;
}
/* line 178, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category li .image {
  position: relative;
  padding: 26px;
  height: 151px;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 184, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category li .image img {
  display: block;
  height: 100%;
  margin: 0 auto;
  opacity: 0.4;
}
/* line 190, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category li .image .float_text {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  overflow: hidden;
  opacity: 0;
  background-color: #f9fbfb;
}
/* line 204, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category li .image .float_text p {
  padding: 16px;
  line-height: 1.2;
  vertical-align: middle;
}
/* line 211, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category li h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  opacity: 0.5;
  margin-top: 14px;
}
/* line 218, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category li a {
  color: #003da6;
}
/* line 221, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category li.select {
  display: inline-block;
}
/* line 225, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category li.act .image {
  background-color: white;
}
/* line 227, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category li.act .image img {
  opacity: 1;
}
/* line 230, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category li.act .image p {
  display: block;
}
/* line 234, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category li.act h3 {
  opacity: 1;
}
/* line 240, partials/pages/_category-list.scss */
#category_list .sub_category_list ul#sub_category li:hover .image .float_text {
  opacity: 1;
}
/* line 247, partials/pages/_category-list.scss */
#category_list .sub_category_list #sub_category_sp {
  padding: 0 10px;
}
/* line 250, partials/pages/_category-list.scss */
#category_list .sub_category_list #sub_category_sp .subsub_category.catid_30 li {
  vertical-align: top;
}
/* line 254, partials/pages/_category-list.scss */
#category_list .sub_category_list #sub_category_sp ul {
  margin-top: 12px;
  font-size: 0;
  margin: 1% -1% 0;
}
/* line 258, partials/pages/_category-list.scss */
#category_list .sub_category_list #sub_category_sp ul li {
  display: none;
  width: 48%;
  background-color: #fff;
  border: 1px solid #fff;
  margin: 1%;
  cursor: pointer;
}
/* line 265, partials/pages/_category-list.scss */
#category_list .sub_category_list #sub_category_sp ul li.see_all {
  width: 98%;
  display: inline-block;
}
/* line 268, partials/pages/_category-list.scss */
#category_list .sub_category_list #sub_category_sp ul li.see_all.inv {
  display: none;
}
/* line 272, partials/pages/_category-list.scss */
#category_list .sub_category_list #sub_category_sp ul li p {
  text-align: center;
  font-size: 14px;
  padding: 2px;
}
/* line 277, partials/pages/_category-list.scss */
#category_list .sub_category_list #sub_category_sp ul li.act {
  display: inline-block;
}
/* line 280, partials/pages/_category-list.scss */
#category_list .sub_category_list #sub_category_sp ul li.select {
  border: 1px solid #003da6;
  color: #003da6;
  font-weight: 600;
}
/* line 292, partials/pages/_category-list.scss */
#category_list .product_list .product_list_head {
  overflow: hidden;
}
/* line 294, partials/pages/_category-list.scss */
#category_list .product_list .product_list_head h3 {
  float: left;
}
/* line 297, partials/pages/_category-list.scss */
#category_list .product_list .product_list_head p {
  float: left;
  margin-left: 100px;
}
/* line 303, partials/pages/_category-list.scss */
#category_list .product_list ul li {
  width: 18%;
}

/* line 312, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .slider-nav {
  margin: 30px;
}
/* line 314, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .slider-nav .dots ul {
  display: none !important;
}
/* line 316, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .slider-nav .dots ul.select {
  display: block !important;
}
/* line 319, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .slider-nav .dots ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 100%;
  background-color: #7f8c8d;
  cursor: pointer;
  min-height: 0;
  padding: 0;
}
/* line 329, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .slider-nav .dots ul li.slick-active {
  background-color: #fff;
}
/* line 335, partials/pages/_category-list.scss */
#category_list .subcategory .intro .wrapper .parents_description {
  background-color: transparent;
  margin-top: 40px;
  margin-left: 320px;
}
/* line 340, partials/pages/_category-list.scss */
#category_list .subcategory .intro.listintro {
  margin-bottom: 30px;
}
/* line 345, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .sub_category_title {
  font-size: 30px;
  color: #003da6;
  display: none;
}
/* line 349, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .sub_category_title.act {
  display: inline-block;
}
/* line 353, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .category_description {
  display: none;
  vertical-align: top;
  margin-left: 20px;
  font-weight: 600;
}
/* line 359, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .category_description.act {
  display: inline-block;
}
/* line 365, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .sub_category_item {
  display: none !important;
}
/* line 368, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .sub_category_item.select {
  display: block !important;
}
/* line 371, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .sub_category_item ul {
  font-size: 0;
  margin: 20px -1% 0;
}
/* line 374, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .sub_category_item ul li {
  display: none;
  margin: 1%;
  width: 18%;
  min-height: 210px;
  padding: 40px 16px 10px;
}
/* line 382, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .sub_category_item ul li.on {
  display: inline-block !important;
}
/* line 389, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .sub_category_item ul li a p {
  text-align: center;
}
/* line 397, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .nun_sub_category_item {
  margin-top: 40px;
}
/* line 399, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .nun_sub_category_item ul {
  font-size: 0;
  margin: 20px -1% 0;
}
/* line 402, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .nun_sub_category_item ul li {
  display: none;
  margin: 1%;
  width: 18%;
  min-height: 210px;
  padding: 40px 16px 10px;
}
/* line 409, partials/pages/_category-list.scss */
#category_list .subcategory .category_list .nun_sub_category_item ul li a p {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  /* line 424, partials/pages/_category-list.scss */
  .yellow_seemore.long.list02 {
    float: none;
    margin: 42px auto 30px;
    text-align: inherit;
    padding-left: 70px;
  }
  /* line 430, partials/pages/_category-list.scss */
  .yellow_seemore.long.list02:before {
    width: 42px;
  }

  /* line 434, partials/pages/_category-list.scss */
  .intro.listintro .yellow_seemore.long.list02 {
    text-align: center;
    padding-left: 0;
  }

  /* line 438, partials/pages/_category-list.scss */
  .intro.listintro {
    margin-bottom: 0px;
  }

  /* line 441, partials/pages/_category-list.scss */
  .list.category_list {
    padding-bottom: 30px;
  }

  /* line 446, partials/pages/_category-list.scss */
  .list ul li {
    padding-top: 20px;
    min-height: 342px;
  }
  /* line 449, partials/pages/_category-list.scss */
  .list ul li a {
    display: block;
    color: #7f8c8d;
  }
  /* line 453, partials/pages/_category-list.scss */
  .list ul li a .image {
    position: relative;
    float: none;
    width: 100%;
    min-height: 0;
    padding-top: 53%;
    margin-bottom: 36px;
  }
  /* line 460, partials/pages/_category-list.scss */
  .list ul li a .image img {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }
  /* line 472, partials/pages/_category-list.scss */
  .list ul li a p {
    margin-left: 0;
  }
  /* line 481, partials/pages/_category-list.scss */
  .list ul li.all.act.on a .image img {
    position: absolute;
    top: 0;
  }
  /* line 487, partials/pages/_category-list.scss */
  .list ul li.all.act.on a p {
    padding-top: 12px;
  }

  /* line 494, partials/pages/_category-list.scss */
  #category_list .sp_slider {
    overflow: hidden;
  }
  /* line 496, partials/pages/_category-list.scss */
  #category_list .sp_slider .list {
    padding-bottom: 10px;
  }
  /* line 501, partials/pages/_category-list.scss */
  #category_list .category_top .list {
    padding-bottom: 100px;
  }
  /* line 503, partials/pages/_category-list.scss */
  #category_list .category_top .list ul {
    margin: 0 auto;
  }
  /* line 512, partials/pages/_category-list.scss */
  #category_list .category_top .list ul li a {
    position: relative;
  }
  /* line 514, partials/pages/_category-list.scss */
  #category_list .category_top .list ul li a h3,
  #category_list .category_top .list ul li a p {
    font-size: 14px;
  }
  /* line 525, partials/pages/_category-list.scss */
  #category_list .item_slider {
    overflow: hidden;
  }
  /* line 527, partials/pages/_category-list.scss */
  #category_list .item_slider h2 {
    font-size: 20px;
    margin-top: 0;
  }
  /* line 533, partials/pages/_category-list.scss */
  #category_list .item_slider .category_slider ul li {
    width: 48%;
    height: 155px;
    min-height: 0;
  }
  /* line 540, partials/pages/_category-list.scss */
  #category_list .item_slider .brand_slider-link {
    margin: auto;
    width: 48%;
    height: 155px;
    position: absolute;
    bottom: 1%;
    padding: 0;
  }
  /* line 548, partials/pages/_category-list.scss */
  #category_list .item_slider .slider-nav .dots {
    margin-top: 20px;
  }
  /* line 558, partials/pages/_category-list.scss */
  #category_list .subcategory .sub_category_list {
    padding-top: 36px;
  }
  /* line 561, partials/pages/_category-list.scss */
  #category_list .subcategory .sub_category_list #sub_category_sp ul li {
    padding: 8px;
  }
  /* line 566, partials/pages/_category-list.scss */
  #category_list .subcategory .sub_category_list .sub_cate_head .more_btn {
    display: none;
  }
  /* line 570, partials/pages/_category-list.scss */
  #category_list .subcategory .sub_category_list .sub_cate_head .category_pankuzu span {
    font-size: 1.4rem;
  }
  /* line 573, partials/pages/_category-list.scss */
  #category_list .subcategory .sub_category_list .sub_cate_head .category_pankuzu:before {
    margin: 5px;
  }
  /* line 580, partials/pages/_category-list.scss */
  #category_list .subcategory .intro h2 {
    text-align: center;
  }
  /* line 583, partials/pages/_category-list.scss */
  #category_list .subcategory .intro .wrapper .parents_description {
    margin-top: 30px;
    margin-left: 0;
  }
  /* line 588, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list.gray {
    background: url(/common/bg.jpg);
    padding-top: 15px;
  }
  /* line 592, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list {
    margin-bottom: 30px;
    padding: 1px 0;
  }
  /* line 595, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list .sub_category_item {
    text-align: center;
  }
  /* line 597, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list .sub_category_item ul {
    text-align: left;
    margin: 20px 0 0;
  }
  /* line 600, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list .sub_category_item ul li {
    width: 31.333%;
    display: none;
  }
  /* line 605, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list .sub_category_item .pagination {
    margin-bottom: 40px;
  }
  /* line 609, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list .sub_category_item_hed {
    display: block;
    padding: 0;
  }
  /* line 613, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list .sub_category_item_hed .sub_category_title,
  #category_list .subcategory .category_list .sub_category_item_hed .category_description {
    display: none;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  /* line 619, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list .sub_category_item_hed .sub_category_title.act,
  #category_list .subcategory .category_list .sub_category_item_hed .category_description.act {
    display: inline-block;
  }
  /* line 623, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list .sub_category_item_hed .sub_category_title {
    margin-bottom: 20px;
  }
  /* line 629, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list .nun_sub_category_item .item_slider ul {
    text-align: left;
    margin: 20px 0 0;
  }
  /* line 632, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list .nun_sub_category_item .item_slider ul li {
    display: inline-block !important;
    width: 31.333%;
  }
}
@media only screen and (max-width: 414px) {
  /* line 647, partials/pages/_category-list.scss */
  .yellow_seemore.long.list02 {
    width: 94%;
  }

  /* line 650, partials/pages/_category-list.scss */
  .listintro {
    margin-bottom: 30px;
  }
  /* line 652, partials/pages/_category-list.scss */
  .listintro .box_title {
    max-width: 60%;
  }

  /* line 658, partials/pages/_category-list.scss */
  .list ul li {
    display: block;
    padding: 0;
    width: auto;
    min-height: 0;
    margin: 0 auto 10px;
  }
  /* line 665, partials/pages/_category-list.scss */
  .list ul li a {
    padding: 20px 10px;
  }
  /* line 667, partials/pages/_category-list.scss */
  .list ul li a .image {
    float: left;
    height: 0;
    width: 35%;
    padding-top: 25%;
    min-height: 0;
  }
  /* line 673, partials/pages/_category-list.scss */
  .list ul li a .image img {
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    max-width: 86%;
    max-height: 100%;
  }
  /* line 685, partials/pages/_category-list.scss */
  .list ul li a h3,
  .list ul li a p {
    margin-left: 40%;
  }
  /* line 689, partials/pages/_category-list.scss */
  .list ul li a h3 {
    font-size: 12px;
    text-align: left;
    margin-top: 16px;
  }
  /* line 694, partials/pages/_category-list.scss */
  .list ul li a p {
    font-size: 12px;
  }
  /* line 697, partials/pages/_category-list.scss */
  .list ul li a:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 704, partials/pages/_category-list.scss */
  .list ul li.all.act.on a {
    padding: 0;
  }
  /* line 706, partials/pages/_category-list.scss */
  .list ul li.all.act.on a .image {
    width: 100%;
    max-width: 100%;
    padding-top: 52%;
    min-height: 0;
    float: none;
  }
  /* line 712, partials/pages/_category-list.scss */
  .list ul li.all.act.on a .image img {
    max-width: 64%;
    top: 83px;
  }
  /* line 717, partials/pages/_category-list.scss */
  .list ul li.all.act.on a p {
    width: 100%;
    margin-top: 62px;
    margin-left: 0;
    padding: 0 16px;
  }

  /* line 730, partials/pages/_category-list.scss */
  #category_list .subcategory .sub_category_list.gray {
    background: url(/common/bg.jpg);
  }
  /* line 734, partials/pages/_category-list.scss */
  #category_list .subcategory .sub_category_list #sub_category_sp ul li {
    padding: 5px;
  }
  /* line 739, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list .sub_category_title {
    font-size: 20px;
  }
  /* line 744, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list .sub_category_item ul li {
    width: 48%;
  }
  /* line 752, partials/pages/_category-list.scss */
  #category_list .subcategory .category_list .nun_sub_category_item .item_slider ul li {
    width: 48%;
  }
}
/* line 1, partials/pages/_product-detail.scss */
.detail_contents {
  margin-bottom: 0;
}

/* line 4, partials/pages/_product-detail.scss */
.product_detail {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
/* line 8, partials/pages/_product-detail.scss */
.product_detail .yellow_seemore.long {
  margin-bottom: 16px;
  margin-left: 0px;
}
/* line 11, partials/pages/_product-detail.scss */
.product_detail .yellow_seemore.long.pink {
  margin: initial;
  background-color: #ff7878;
}
/* line 17, partials/pages/_product-detail.scss */
.product_detail .product_logo img {
  border: 1px solid #d8dee0;
}
/* line 21, partials/pages/_product-detail.scss */
.product_detail .product_img {
  float: left;
  width: 30%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}
/* line 27, partials/pages/_product-detail.scss */
.product_detail .product_img > a {
  display: block;
  position: relative;
}
/* line 30, partials/pages/_product-detail.scss */
.product_detail .product_img > a:before {
  content: "";
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 100;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 45, partials/pages/_product-detail.scss */
.product_detail .product_img > a:after {
  opacity: 0;
  content: "画像ダウンロード";
  background-image: url(/common/product/icon_dl_b.png);
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: top;
  padding-top: 70px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  height: 60px;
  text-align: center;
  font-weight: bold;
  color: #003da6;
  font-size: 20px;
  z-index: 101;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 68, partials/pages/_product-detail.scss */
.product_detail .product_img > a:hover:before, .product_detail .product_img > a:hover:after {
  opacity: 1;
}
/* line 73, partials/pages/_product-detail.scss */
.product_detail .product_img img {
  width: 100%;
  margin: 0 auto 30px;
  display: block;
}
/* line 82, partials/pages/_product-detail.scss */
.product_detail .en > a:after {
  content: "Download" !important;
}
/* line 87, partials/pages/_product-detail.scss */
.product_detail .product_info_head {
  display: table;
}
/* line 89, partials/pages/_product-detail.scss */
.product_detail .product_info_head .img_box {
  display: table-cell;
  vertical-align: middle;
  width: 23%;
}
/* line 93, partials/pages/_product-detail.scss */
.product_detail .product_info_head .img_box img {
  border: 1px solid #d8dee0;
  display: inline-block;
  width: 100%;
}
/* line 99, partials/pages/_product-detail.scss */
.product_detail .product_info_head .text_box {
  display: table-cell;
  vertical-align: middle;
  width: 73%;
  padding-left: 20px;
}
/* line 104, partials/pages/_product-detail.scss */
.product_detail .product_info_head .text_box h3 {
  font-size: 30px;
}
/* line 107, partials/pages/_product-detail.scss */
.product_detail .product_info_head .text_box h4 {
  font-size: 22px;
  font-weight: bold;
  color: #003da6;
}
/* line 114, partials/pages/_product-detail.scss */
.product_detail .product_info {
  float: right;
  max-width: 620px;
  width: 50%;
}
/* line 119, partials/pages/_product-detail.scss */
.product_detail .product_info p {
  padding: 25px 0px;
  font-size: 13px;
  border-bottom: 1px solid #d8dee0;
  margin-bottom: 25px;
}
/* line 125, partials/pages/_product-detail.scss */
.product_detail .product_info dl {
  overflow: hidden;
}
/* line 127, partials/pages/_product-detail.scss */
.product_detail .product_info dl dt {
  float: left;
  width: 18%;
  margin-bottom: 15px;
  clear: both;
  font-weight: bold;
  line-height: 1.8;
}
/* line 135, partials/pages/_product-detail.scss */
.product_detail .product_info dl dd {
  line-height: 1.8;
  float: left;
  width: 82%;
  margin-bottom: 15px;
}

/* line 146, partials/pages/_product-detail.scss */
.product-lineup.product_info02 .sp_slider .sp li {
  min-height: 210px;
  padding: 40px 16px 10px;
}

/* line 151, partials/pages/_product-detail.scss */
.recipe_list_wrap {
  width: 100%;
  padding-bottom: 80px;
  overflow: hidden;
  margin-top: 40px;
}
/* line 156, partials/pages/_product-detail.scss */
.recipe_list_wrap .yellow_seemore.long {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  /* line 263, partials/pages/_product-detail.scss */
  .detail_contents > .wrapper {
    padding: 0 10px 40px !important;
  }

  /* line 267, partials/pages/_product-detail.scss */
  .link_box {
    width: 100%;
  }

  /* line 271, partials/pages/_product-detail.scss */
  .recipe_list li {
    margin-right: 0;
    margin-bottom: 16px;
  }
  /* line 275, partials/pages/_product-detail.scss */
  .recipe_list li .recipe_name p {
    font-size: 14px;
  }
  /* line 280, partials/pages/_product-detail.scss */
  .recipe_list a.yellow_seemore.long {
    margin-top: 10px;
    margin-bottom: 40px;
    width: 100%;
  }

  /* line 286, partials/pages/_product-detail.scss */
  .product_detail {
    position: relative;
    padding: 30px 0;
  }
  /* line 289, partials/pages/_product-detail.scss */
  .product_detail .yellow_seemore.long {
    width: initial;
  }
  /* line 292, partials/pages/_product-detail.scss */
  .product_detail .product_info {
    float: none;
    width: 100%;
    max-width: none;
  }
  /* line 296, partials/pages/_product-detail.scss */
  .product_detail .product_info dl {
    padding-bottom: 20px;
  }
  /* line 298, partials/pages/_product-detail.scss */
  .product_detail .product_info dl dt {
    width: 30%;
  }
  /* line 301, partials/pages/_product-detail.scss */
  .product_detail .product_info dl dd {
    width: 70%;
  }
  /* line 306, partials/pages/_product-detail.scss */
  .product_detail .product_img {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  /* line 310, partials/pages/_product-detail.scss */
  .product_detail .product_img img {
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
    display: block;
  }
  /* line 317, partials/pages/_product-detail.scss */
  .product_detail .product_info_head {
    padding-bottom: 20px;
  }
  /* line 320, partials/pages/_product-detail.scss */
  .product_detail .product_info_head .text_box h3 {
    font-size: 18px;
    margin-bottom: 6px;
    text-align: left;
  }
  /* line 325, partials/pages/_product-detail.scss */
  .product_detail .product_info_head .text_box h4 {
    font-size: 12px;
  }
  /* line 329, partials/pages/_product-detail.scss */
  .product_detail .product_info_head p {
    padding-top: 20px;
  }

  /* line 335, partials/pages/_product-detail.scss */
  .p_detail .yellow_seemore.long {
    width: 97% !important;
  }
}
/* line 1, partials/pages/_category-result.scss */
.mb {
  display: none;
}

/* line 4, partials/pages/_category-result.scss */
.search {
  position: relative;
}

/* line 7, partials/pages/_category-result.scss */
.resipes {
  margin-bottom: 145px;
}

/* line 10, partials/pages/_category-result.scss */
.recipe_box {
  margin: 0px auto -45px 0;
}

/* line 13, partials/pages/_category-result.scss */
.sort_box {
  margin-left: 240px;
  margin-right: 220px;
  padding: 31px 60px;
  background-color: #f2f6f7;
  overflow: hidden;
}
/* line 19, partials/pages/_category-result.scss */
.sort_box .allbrands:focus, .sort_box .allcategory:focus, .sort_box .allkeyword:focus {
  outline: 0;
}
/* line 22, partials/pages/_category-result.scss */
.sort_box .allbrands {
  width: 48%;
  float: left;
  margin-bottom: 15px;
  font-size: 16px;
  padding: 15px 0px;
  padding-left: 15px;
  background-color: #fff;
  box-sizing: border-box;
}
/* line 32, partials/pages/_category-result.scss */
.sort_box .allcategory {
  width: 48%;
  float: right;
  margin-bottom: 15px;
  font-size: 16px;
  padding: 15px 0px;
  padding-left: 15px;
  background-color: #fff;
  box-sizing: border-box;
}
/* line 42, partials/pages/_category-result.scss */
.sort_box .allkeyword {
  clear: both;
  float: left;
  width: 100%;
  font-size: 16px;
  padding: 15px;
  border: none;
  color: gray;
}
/* line 52, partials/pages/_category-result.scss */
.sort_box select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  background: url(/common/list_arrow.png) no-repeat center center;
  background-position: 90%;
  background-size: 14px;
}
/* line 71, partials/pages/_category-result.scss */
.sort_box select::-ms-expand {
  display: none;
}

/* line 75, partials/pages/_category-result.scss */
.search_yellow {
  position: absolute;
  right: 10px;
  bottom: 0;
  border: none;
  background-image: url(/common/icon_search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 65px;
  background-size: 30px;
  padding-top: 95px;
}
/* line 86, partials/pages/_category-result.scss */
.search_yellow:focus {
  outline: 0;
}

/* line 92, partials/pages/_category-result.scss */
.list .txtcenter {
  color: #003da6;
  margin-bottom: 53px;
  text-align: center;
}

/* line 98, partials/pages/_category-result.scss */
.sort_recipe_list,
.searchResult {
  background: url(/common/bg.jpg);
  padding-top: 75px;
}
/* line 102, partials/pages/_category-result.scss */
.sort_recipe_list h3,
.searchResult h3 {
  margin-top: 0px;
}
/* line 106, partials/pages/_category-result.scss */
.sort_recipe_list .list .search_category,
.searchResult .list .search_category {
  display: table !important;
  table-layout: fixed;
  width: 100%;
}
/* line 111, partials/pages/_category-result.scss */
.sort_recipe_list .list .search_category a,
.searchResult .list .search_category a {
  display: table-cell;
  table-layout: fixed;
  background: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 3px solid #fff;
  color: #7f8c8d;
}
/* line 123, partials/pages/_category-result.scss */
.sort_recipe_list .list .search_category .on,
.searchResult .list .search_category .on {
  color: #003da6;
  border-bottom: 3px solid #003da6;
}
/* line 128, partials/pages/_category-result.scss */
.sort_recipe_list .list .top_recipe,
.searchResult .list .top_recipe {
  padding-top: 47px;
  overflow: hidden;
}
/* line 133, partials/pages/_category-result.scss */
.sort_recipe_list .search_category_list,
.searchResult .search_category_list {
  padding-bottom: 0px;
}
/* line 136, partials/pages/_category-result.scss */
.sort_recipe_list .recipe_list,
.searchResult .recipe_list {
  margin-top: 1px;
  display: none;
}
/* line 139, partials/pages/_category-result.scss */
.sort_recipe_list .recipe_list.on,
.searchResult .recipe_list.on {
  display: block;
}

/* line 144, partials/pages/_category-result.scss */
.brands_recipe {
  margin-top: 60px;
  margin-bottom: 55px;
}

/* line 148, partials/pages/_category-result.scss */
.brands_recipe_list .slick-slide {
  width: 100%;
}

/* line 152, partials/pages/_category-result.scss */
.brand-slide-inner .search_brands a {
  border: 1px solid #d8dee0;
}

/* line 157, partials/pages/_category-result.scss */
.searchResult.top_recipe .recipe_list {
  display: none;
}
/* line 159, partials/pages/_category-result.scss */
.searchResult.top_recipe .recipe_list.on {
  display: block;
}

@media only screen and (max-width: 768px) {
  /* line 166, partials/pages/_category-result.scss */
  .pc {
    display: none;
  }

  /* line 169, partials/pages/_category-result.scss */
  .mb {
    display: block;
  }

  /* line 172, partials/pages/_category-result.scss */
  .recipe_box {
    margin: auto;
    padding: 40px;
  }

  /* line 177, partials/pages/_category-result.scss */
  .resipes .yellow_seemore.search_yellow {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 95%;
    background-image: url(/common/icon_search.png);
    background-repeat: no-repeat;
    background-position: 20px;
    background-size: 19px;
    border-radius: 0;
    padding-top: 15px;
  }

  /* line 190, partials/pages/_category-result.scss */
  .sort_box {
    margin: 15px auto 15px;
    padding: 16px 10px;
  }
  /* line 193, partials/pages/_category-result.scss */
  .sort_box .allcategory {
    padding: 10px 5px 10px 10px;
    font-size: 15px;
  }
  /* line 197, partials/pages/_category-result.scss */
  .sort_box .allbrands {
    padding: 10px 5px 10px 10px;
    font-size: 15px;
  }
  /* line 201, partials/pages/_category-result.scss */
  .sort_box .allkeyword {
    padding: 12px 5px 12px 10px;
    font-size: 15px;
    color: gray;
  }

  /* line 207, partials/pages/_category-result.scss */
  .all_search {
    margin: 0 auto;
    display: table;
    width: 100%;
    padding: 12px;
    padding-left: 10px;
    font-size: 15px;
    background-color: #fff;
    border-radius: 0;
    border: none;
    background-image: url(/common/list_arrow.png);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 14px;
    -webkit-appearance: none;
    color: #7f8c8d;
  }

  /* line 224, partials/pages/_category-result.scss */
  .search_yellow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 15px auto 0;
  }

  /* line 232, partials/pages/_category-result.scss */
  .resipes {
    margin-bottom: 40px;
  }

  /* line 237, partials/pages/_category-result.scss */
  .top_recipe .recipe_list li.recipe_list_mb {
    display: inline-block;
  }

  /* line 242, partials/pages/_category-result.scss */
  .brands_recipe {
    margin-top: 30px;
    margin-bottom: 21px;
  }

  /* line 246, partials/pages/_category-result.scss */
  .sort_recipe_list {
    padding-top: 50px;
  }
  /* line 249, partials/pages/_category-result.scss */
  .sort_recipe_list .list .txtcenter {
    margin-bottom: 17px;
  }
  /* line 252, partials/pages/_category-result.scss */
  .sort_recipe_list .list .top_recipe {
    padding-top: 21px;
  }

  /* line 260, partials/pages/_category-result.scss */
  .list .search_category.pc {
    display: none !important;
  }
}
/* line 2, partials/pages/_download.scss */
.dl_brands_list {
  background: url(/common/bg.jpg);
  padding: 50px 0;
}
/* line 5, partials/pages/_download.scss */
.dl_brands_list ul {
  font-size: 0;
  margin: 0 -1%;
}
/* line 8, partials/pages/_download.scss */
.dl_brands_list ul li {
  width: 17.7%;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  min-height: 185px;
  padding: 40px 0 10px;
  margin: 0 1% 2%;
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 18, partials/pages/_download.scss */
.dl_brands_list ul li:hover {
  border: 1px solid #003da6;
}
/* line 21, partials/pages/_download.scss */
.dl_brands_list ul li a {
  display: block;
  color: #7f8c8d;
}
/* line 24, partials/pages/_download.scss */
.dl_brands_list ul li a .image {
  position: relative;
  height: 90px;
}
/* line 27, partials/pages/_download.scss */
.dl_brands_list ul li a .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  max-width: 78%;
  max-height: 100%;
}
/* line 39, partials/pages/_download.scss */
.dl_brands_list ul li a h3 {
  margin-top: 30px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #7f8c8d;
  text-align: center;
}

/* line 55, partials/pages/_download.scss */
.intro .box_title > span {
  text-transform: uppercase;
}
/* line 59, partials/pages/_download.scss */
.intro .right_img_box {
  margin-left: 480px;
  position: relative;
  display: inline-block;
}
/* line 63, partials/pages/_download.scss */
.intro .right_img_box > img {
  width: 100%;
}
/* line 66, partials/pages/_download.scss */
.intro .right_img_box .brands_img {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 220px;
  text-align: center;
  padding: 12px 0 8px;
}
/* line 75, partials/pages/_download.scss */
.intro .right_img_box .brands_img img {
  display: inline-block;
  margin: 0 auto;
  max-height: 74px;
}

/* line 85, partials/pages/_download.scss */
.download_list {
  background-color: #f2f6f7;
  padding-top: 50px;
  padding-bottom: 110px;
  margin-bottom: 0;
}
/* line 90, partials/pages/_download.scss */
.download_list .yellow_seemore.long {
  margin-top: 70px;
}
/* line 94, partials/pages/_download.scss */
.download_list .dl_category ul {
  font-size: 0;
}
/* line 96, partials/pages/_download.scss */
.download_list .dl_category ul > li {
  display: inline-block;
  float: none;
  vertical-align: top;
}
/* line 103, partials/pages/_download.scss */
.download_list ul {
  overflow: hidden;
}
/* line 105, partials/pages/_download.scss */
.download_list ul > li {
  overflow: hidden;
  width: 50%;
  float: left;
  margin-bottom: 70px;
}
/* line 110, partials/pages/_download.scss */
.download_list ul > li h4 {
  font-size: 20px;
  color: #7f8c8d;
  margin-bottom: 25px;
}
/* line 115, partials/pages/_download.scss */
.download_list ul > li .left_box {
  float: left;
  width: 37%;
}
/* line 118, partials/pages/_download.scss */
.download_list ul > li .left_box .img_box {
  background-color: #fff;
  padding: 40px 0 30px;
}
/* line 121, partials/pages/_download.scss */
.download_list ul > li .left_box .img_box img {
  width: 108px;
  display: block;
  margin: 0 auto;
}
/* line 126, partials/pages/_download.scss */
.download_list ul > li .left_box .img_box p {
  margin: 0 auto;
  text-align: center;
}
/* line 131, partials/pages/_download.scss */
.download_list ul > li .left_box .dl_btn {
  background-color: #003da6;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  position: relative;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}
/* line 143, partials/pages/_download.scss */
.download_list ul > li .left_box .dl_btn:before {
  content: "";
  display: block;
  margin-bottom: 10px;
  margin-top: -8px;
  width: 17px;
  height: 15px;
  background: url(/common/downloads/icon_download.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 14px;
  top: 50%;
}
/* line 158, partials/pages/_download.scss */
.download_list ul > li .right_box {
  margin-left: 20px;
  float: left;
  width: 52%;
}
/* line 162, partials/pages/_download.scss */
.download_list ul > li .right_box .nm {
  margin-left: -9px;
  font-weight: bold;
}
/* line 166, partials/pages/_download.scss */
.download_list ul > li .right_box ul {
  margin-top: 5px;
}
/* line 168, partials/pages/_download.scss */
.download_list ul > li .right_box ul li {
  margin-bottom: 14px;
  float: none;
  width: 100%;
  list-style-type: disc;
  list-style-position: inside;
}

@media only screen and (max-width: 768px) {
  /* line 185, partials/pages/_download.scss */
  .long_title_box.sp_center {
    text-align: center;
  }

  /* line 188, partials/pages/_download.scss */
  .dl_brands_list {
    padding: 18px 0;
  }
  /* line 190, partials/pages/_download.scss */
  .dl_brands_list ul {
    font-size: 0;
    margin: 0 -1.5%;
  }
  /* line 193, partials/pages/_download.scss */
  .dl_brands_list ul li {
    width: 47%;
    margin: 0 1.5% 3%;
    min-height: 140px;
    padding-bottom: 0;
  }
  /* line 199, partials/pages/_download.scss */
  .dl_brands_list ul li a .image {
    width: 64%;
    height: 50px;
    margin: 0 auto;
  }
  /* line 204, partials/pages/_download.scss */
  .dl_brands_list ul li a h3 {
    margin-top: 10px;
  }

  /* line 214, partials/pages/_download.scss */
  .intro .right_img_box {
    margin-left: 0;
    width: 100%;
  }
  /* line 217, partials/pages/_download.scss */
  .intro .right_img_box .brands_img {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    top: auto;
    bottom: 0;
    width: 130px;
    height: 60px;
  }
  /* line 226, partials/pages/_download.scss */
  .intro .right_img_box .brands_img img {
    max-height: 80%;
    width: auto;
  }

  /* line 233, partials/pages/_download.scss */
  .dl_category_list {
    margin-bottom: 30px;
  }
  /* line 235, partials/pages/_download.scss */
  .dl_category_list ul {
    margin: auto 20px;
  }
  /* line 237, partials/pages/_download.scss */
  .dl_category_list ul li {
    background-color: #fff;
    text-align: center;
    width: 48%;
    padding: 16px 0;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 14px;
    border: 1px solid #fff;
  }
  /* line 248, partials/pages/_download.scss */
  .dl_category_list ul li:nth-child(2n) {
    margin-left: 4%;
  }
  /* line 251, partials/pages/_download.scss */
  .dl_category_list ul li.select {
    border: 1px solid #003da6;
    color: #003da6;
  }

  /* line 259, partials/pages/_download.scss */
  .download_list .yellow_seemore.long {
    margin-top: 20px;
  }
  /* line 262, partials/pages/_download.scss */
  .download_list .dl_category {
    display: none;
  }
  /* line 264, partials/pages/_download.scss */
  .download_list .dl_category.select {
    display: block;
  }
  /* line 267, partials/pages/_download.scss */
  .download_list .dl_category h4 {
    font-size: 14px;
    font-weight: bold;
  }
  /* line 271, partials/pages/_download.scss */
  .download_list .dl_category > ul {
    margin-bottom: 0;
  }
  /* line 273, partials/pages/_download.scss */
  .download_list .dl_category > ul > li {
    float: none;
    width: 100%;
  }
  /* line 276, partials/pages/_download.scss */
  .download_list .dl_category > ul > li .left_box {
    width: 48%;
  }
  /* line 278, partials/pages/_download.scss */
  .download_list .dl_category > ul > li .left_box .img_box img {
    width: 80px;
  }
  /* line 281, partials/pages/_download.scss */
  .download_list .dl_category > ul > li .left_box .dl_btn {
    font-size: 14px;
  }
  /* line 285, partials/pages/_download.scss */
  .download_list .dl_category > ul > li .right_box {
    width: 48%;
    margin-left: 4%;
  }
  /* line 289, partials/pages/_download.scss */
  .download_list .dl_category > ul > li .right_box ul li {
    font-size: 1.1rem;
  }
}
/* line 2, partials/pages/_recipe-detail.scss */
.wrapper.detail_texts {
  position: relative;
}
/* line 4, partials/pages/_recipe-detail.scss */
.wrapper.detail_texts img.recipepic.small {
  max-width: 37%;
}

/* line 8, partials/pages/_recipe-detail.scss */
.detail_texts {
  width: 39%;
}

/* line 11, partials/pages/_recipe-detail.scss */
.recipe_head {
  *zoom: 1;
}
/* line 13, partials/pages/_recipe-detail.scss */
.recipe_head:after {
  content: "";
  display: table;
  clear: both;
}

/* line 19, partials/pages/_recipe-detail.scss */
.recipe_back {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 380px;
}
/* line 23, partials/pages/_recipe-detail.scss */
.recipe_back .recipe_back_btn {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  display: block;
  background-color: #003da6;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  border: none;
}
/* line 37, partials/pages/_recipe-detail.scss */
.recipe_back .recipe_back_btn:before {
  content: "";
  display: inline-block;
  width: 35px;
  position: absolute;
  height: 35px;
  left: 35px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(/common/top/link_arrow.png) no-repeat center center;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 54, partials/pages/_recipe-detail.scss */
#recipe_detail > .wrapper {
  padding-bottom: 60px;
}
/* line 57, partials/pages/_recipe-detail.scss */
#recipe_detail .new_recipe {
  background: url(/common/bg.jpg);
  padding: 60px 0;
}
/* line 63, partials/pages/_recipe-detail.scss */
#recipe_detail.smallimage .rightcontents .recipepic {
  display: none !important;
}
/* line 66, partials/pages/_recipe-detail.scss */
#recipe_detail.smallimage .rightcontents .recipe_comment {
  margin-top: 0;
  line-height: 1.6;
}
/* line 73, partials/pages/_recipe-detail.scss */
#recipe_detail.smallimage .detail_texts {
  width: 39%;
}
/* line 75, partials/pages/_recipe-detail.scss */
#recipe_detail.smallimage .detail_texts .small_img_box {
  overflow: hidden;
  position: relative;
  height: 436px;
  margin-bottom: 50px;
}
/* line 80, partials/pages/_recipe-detail.scss */
#recipe_detail.smallimage .detail_texts .small_img_box .small_img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 88, partials/pages/_recipe-detail.scss */
#recipe_detail.smallimage .detail_texts .use {
  display: none;
}
/* line 92, partials/pages/_recipe-detail.scss */
#recipe_detail.smallimage ul.step_picture {
  display: none;
}
/* line 98, partials/pages/_recipe-detail.scss */
#recipe_detail.bigimage .rightcontents .recipepic {
  margin-bottom: 40px;
}
/* line 101, partials/pages/_recipe-detail.scss */
#recipe_detail.bigimage .rightcontents .use {
  display: none !important;
}
/* line 106, partials/pages/_recipe-detail.scss */
#recipe_detail.bigimage .detail_texts .small_img_box {
  display: none !important;
}
/* line 111, partials/pages/_recipe-detail.scss */
#recipe_detail .recipe_titile {
  padding: 0 30px;
  margin: 30px 0px 37px;
  overflow: hidden;
}
/* line 116, partials/pages/_recipe-detail.scss */
#recipe_detail .recipe_head {
  padding: 0 30px;
}
/* line 119, partials/pages/_recipe-detail.scss */
#recipe_detail .recipe_comment {
  line-height: 1.6;
}
/* line 121, partials/pages/_recipe-detail.scss */
#recipe_detail .recipe_comment a {
  margin-top: 16px;
  display: block;
  color: #f6cf2e;
}

/* line 130, partials/pages/_recipe-detail.scss */
.rightbox {
  float: right;
  width: 31%;
}
/* line 133, partials/pages/_recipe-detail.scss */
.rightbox .icon {
  margin-top: 28px;
}
/* line 135, partials/pages/_recipe-detail.scss */
.rightbox .icon li {
  width: 30%;
  height: 100px;
  float: right;
  position: relative;
  text-align: center;
  background-color: #f6cf2e;
  margin-right: 5%;
  line-height: 150px;
  color: #fff;
  font-weight: bold;
}
/* line 146, partials/pages/_recipe-detail.scss */
.rightbox .icon li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  margin: auto;
}
/* line 153, partials/pages/_recipe-detail.scss */
.rightbox .icon li p {
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 160, partials/pages/_recipe-detail.scss */
.rightbox .icon li:first-child {
  margin-right: 0;
}
/* line 164, partials/pages/_recipe-detail.scss */
.rightbox .icon .blue {
  background-color: #003da6;
}
/* line 167, partials/pages/_recipe-detail.scss */
.rightbox .icon .print {
  cursor: pointer;
}

/* line 173, partials/pages/_recipe-detail.scss */
.material {
  margin-bottom: 45px;
  width: 100%;
}
/* line 176, partials/pages/_recipe-detail.scss */
.material th {
  padding: 6px 32px 18px 18px;
  font-size: 18px;
  font-weight: bold;
}
/* line 181, partials/pages/_recipe-detail.scss */
.material .mid_title td {
  font-weight: bold;
}
/* line 184, partials/pages/_recipe-detail.scss */
.material .rightlist {
  text-align: right;
}
/* line 189, partials/pages/_recipe-detail.scss */
.material tbody tr:nth-child(2n) {
  background-color: #f2f6f7;
}
/* line 193, partials/pages/_recipe-detail.scss */
.material tbody td {
  min-width: 130px;
  padding: 18px 32px 18px 18px;
  font-size: 15px;
  font-weight: 500;
}
/* line 198, partials/pages/_recipe-detail.scss */
.material tbody td a {
  color: #7f8c8d;
  font-weight: 500;
}

/* line 205, partials/pages/_recipe-detail.scss */
h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}

/* line 210, partials/pages/_recipe-detail.scss */
.use {
  width: 100%;
  max-width: 420px;
  margin-top: 50px;
}
/* line 214, partials/pages/_recipe-detail.scss */
.use li {
  height: 100px;
  margin-bottom: 15px;
  border: 1px solid #d8dee0;
  position: relative;
}
/* line 219, partials/pages/_recipe-detail.scss */
.use li a {
  display: block;
  color: #7f8c8d;
  font-weight: 500;
}
/* line 224, partials/pages/_recipe-detail.scss */
.use li img {
  margin-top: 17px;
  margin-left: 28px;
  margin-right: 41px;
  width: 60px;
  display: inline-block;
}
/* line 231, partials/pages/_recipe-detail.scss */
.use li p {
  position: absolute;
  bottom: 50%;
  left: 33%;
  margin: auto;
  margin-right: 20px;
  font-weight: bold;
  transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
}

/* line 246, partials/pages/_recipe-detail.scss */
.rightcontents {
  float: right;
  width: 56%;
}
/* line 249, partials/pages/_recipe-detail.scss */
.rightcontents .recipe_comment {
  margin: 30px 0px 20px;
  font-size: 16px;
}
/* line 253, partials/pages/_recipe-detail.scss */
.rightcontents ul {
  margin-bottom: 40px;
}
/* line 255, partials/pages/_recipe-detail.scss */
.rightcontents ul li {
  margin-bottom: 18px;
}
/* line 259, partials/pages/_recipe-detail.scss */
.rightcontents ol {
  margin-bottom: 40px;
}
/* line 261, partials/pages/_recipe-detail.scss */
.rightcontents ol li {
  margin-bottom: 6px;
  list-style: none;
  counter-increment: number;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
/* line 268, partials/pages/_recipe-detail.scss */
.rightcontents ol li:before {
  content: counter(number) ".";
  color: #f6cf2e;
  font-weight: bold;
  padding-right: 5px;
}
/* line 276, partials/pages/_recipe-detail.scss */
.rightcontents .point {
  overflow: hidden;
  display: table;
  width: 100%;
}
/* line 280, partials/pages/_recipe-detail.scss */
.rightcontents .point .point_text {
  float: right;
  width: 95%;
  margin-top: 3px;
  line-height: 1.6;
}
/* line 287, partials/pages/_recipe-detail.scss */
.rightcontents .step {
  color: #f6cf2e;
  font-weight: bold;
  line-height: 1.8;
  width: 16%;
  display: table-cell;
  vertical-align: middle;
}
/* line 294, partials/pages/_recipe-detail.scss */
.rightcontents .step img {
  vertical-align: middle;
  margin-right: 8px;
  width: 33px;
}
/* line 300, partials/pages/_recipe-detail.scss */
.rightcontents img {
  max-width: 100%;
}

/* line 304, partials/pages/_recipe-detail.scss */
ul.step_picture {
  margin-top: 50px;
  overflow: hidden;
  margin-bottom: 70px;
  clear: both;
}
/* line 309, partials/pages/_recipe-detail.scss */
ul.step_picture li {
  width: 25%;
  float: left;
  padding: 0px 10px;
  line-height: 1.6;
}
/* line 316, partials/pages/_recipe-detail.scss */
ul.step_picture li .img_box img {
  margin-bottom: 4px;
  width: 100%;
}
/* line 321, partials/pages/_recipe-detail.scss */
ul.step_picture li p {
  word-break: break-all;
}

/* line 326, partials/pages/_recipe-detail.scss */
.tieup {
  margin-bottom: 40px;
  padding-left: 30px;
}
/* line 329, partials/pages/_recipe-detail.scss */
.tieup img {
  margin-bottom: 15px;
  margin-left: 28px;
  margin-right: 40px;
  float: left;
  max-width: 180px;
}
/* line 336, partials/pages/_recipe-detail.scss */
.tieup a {
  color: #003da6;
  font-weight: 600;
}

/* line 341, partials/pages/_recipe-detail.scss */
.top_recipe.shadow {
  background: url(/common/bg.jpg);
}

@media only screen and (max-width: 768px) {
  /* line 348, partials/pages/_recipe-detail.scss */
  .recipe_back .recipe_back_btn {
    width: 300px;
    font-size: 1.5rem;
  }
  /* line 352, partials/pages/_recipe-detail.scss */
  .recipe_back .recipe_back_btn:before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }

  /* line 358, partials/pages/_recipe-detail.scss */
  h2.recipename {
    width: 88%;
    margin: 0 auto;
    font-size: 15px;
    padding: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }

  /* line 367, partials/pages/_recipe-detail.scss */
  .rightcontents {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 100%;
    float: none;
  }
  /* line 373, partials/pages/_recipe-detail.scss */
  .rightcontents .recipe_comment {
    margin-top: 24px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  /* line 377, partials/pages/_recipe-detail.scss */
  .rightcontents .recipe_comment p, .rightcontents .recipe_comment a {
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
  }
  /* line 383, partials/pages/_recipe-detail.scss */
  .rightcontents ol {
    margin-bottom: 30px;
  }
  /* line 385, partials/pages/_recipe-detail.scss */
  .rightcontents ol li {
    text-indent: -1em;
    padding-left: 12px;
    font-size: 13px;
    margin-bottom: 9px;
  }
  /* line 393, partials/pages/_recipe-detail.scss */
  .rightcontents .point {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 10px;
    display: block;
  }
  /* line 398, partials/pages/_recipe-detail.scss */
  .rightcontents .point p {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
  }
  /* line 403, partials/pages/_recipe-detail.scss */
  .rightcontents .point .step {
    padding-right: 0px;
    font-size: 14px;
    line-height: 1.3;
    float: none;
  }
  /* line 409, partials/pages/_recipe-detail.scss */
  .rightcontents .point .point_text {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 24px;
    margin-top: 10px;
  }

  /* line 418, partials/pages/_recipe-detail.scss */
  span.step.sp {
    font-size: 10px;
    padding-top: 7px;
    margin-bottom: 3px;
  }

  /* line 425, partials/pages/_recipe-detail.scss */
  .rightbox {
    width: initial;
    float: none;
    display: block;
    overflow: hidden;
  }
  /* line 430, partials/pages/_recipe-detail.scss */
  .rightbox ul.icon {
    font-size: 0;
    width: 100%;
  }
  /* line 433, partials/pages/_recipe-detail.scss */
  .rightbox ul.icon li {
    float: left;
    vertical-align: middle;
    width: 48%;
    height: 55px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 440, partials/pages/_recipe-detail.scss */
  .rightbox ul.icon li img {
    left: 14px;
    right: initial;
    top: 18px;
    width: 34px;
  }
  /* line 446, partials/pages/_recipe-detail.scss */
  .rightbox ul.icon li p {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.5em;
    right: -2.5em;
    font-size: 15px;
  }
  /* line 455, partials/pages/_recipe-detail.scss */
  .rightbox ul.icon li.minute {
    margin-right: 0;
    margin-left: 4%;
    float: right;
  }
  /* line 459, partials/pages/_recipe-detail.scss */
  .rightbox ul.icon li.minute img {
    width: 24px;
    top: 17px;
  }
  /* line 466, partials/pages/_recipe-detail.scss */
  .rightbox ul.icon .minute {
    margin-left: 8px;
  }

  /* line 471, partials/pages/_recipe-detail.scss */
  .step_picture.sp {
    overflow: initial;
    font-size: 0;
    margin: 0 -1% 40px;
  }
  /* line 475, partials/pages/_recipe-detail.scss */
  .step_picture.sp li {
    width: 48%;
    float: initial;
    padding: 0px;
    margin-bottom: 25px;
    font-size: 10px;
    display: inline-block;
    margin: 0 1%;
    vertical-align: top;
    min-height: 214px;
  }
  /* line 488, partials/pages/_recipe-detail.scss */
  .step_picture.sp li img {
    margin-bottom: 12px;
    width: 100%;
  }
  /* line 492, partials/pages/_recipe-detail.scss */
  .step_picture.sp li p {
    display: inline;
    font-size: 13px;
  }

  /* line 498, partials/pages/_recipe-detail.scss */
  .material {
    width: 100%;
  }
  /* line 501, partials/pages/_recipe-detail.scss */
  .material tbody th {
    padding: 13px 12px 9px 12px;
    font-size: 13px;
  }
  /* line 505, partials/pages/_recipe-detail.scss */
  .material tbody td {
    padding: 13px 12px 9px 12px;
    font-size: 12px;
    width: 70%;
    min-width: 110px;
  }

  /* line 515, partials/pages/_recipe-detail.scss */
  .use h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 519, partials/pages/_recipe-detail.scss */
  .use ul {
    margin-bottom: 26px;
  }
  /* line 521, partials/pages/_recipe-detail.scss */
  .use ul li {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
  }
  /* line 525, partials/pages/_recipe-detail.scss */
  .use ul li a {
    padding: 20px 10px;
    display: table;
    vertical-align: middle;
  }
  /* line 530, partials/pages/_recipe-detail.scss */
  .use ul li img {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 538, partials/pages/_recipe-detail.scss */
  .use ul li p {
    width: 70%;
    display: table-cell;
    left: 80px;
    transform: none;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    vertical-align: middle;
    padding-left: 5%;
  }

  /* line 556, partials/pages/_recipe-detail.scss */
  .main03 li {
    width: 100% !important;
  }
  /* line 559, partials/pages/_recipe-detail.scss */
  .main03 .recipe_list h3 {
    margin: 20px 0px;
    text-align: left;
  }

  /* line 564, partials/pages/_recipe-detail.scss */
  .tieup {
    margin-bottom: 30px;
  }
  /* line 566, partials/pages/_recipe-detail.scss */
  .tieup img {
    margin-left: 0px;
    margin-right: 0px;
    width: 80%;
    float: none;
    display: block;
    margin: 0 auto;
  }
  /* line 574, partials/pages/_recipe-detail.scss */
  .tieup p {
    width: 82%;
    margin: 0 auto;
    text-align: center;
  }

  /* line 581, partials/pages/_recipe-detail.scss */
  #recipe_detail .recipe_titile {
    margin-bottom: 26px;
  }
  /* line 583, partials/pages/_recipe-detail.scss */
  #recipe_detail .recipe_titile > img {
    margin-top: 26px;
    width: 100%;
  }
  /* line 589, partials/pages/_recipe-detail.scss */
  #recipe_detail.smallimage .detail_texts {
    width: 100%;
  }
  /* line 591, partials/pages/_recipe-detail.scss */
  #recipe_detail.smallimage .detail_texts .small_img_box {
    display: none;
  }
  /* line 594, partials/pages/_recipe-detail.scss */
  #recipe_detail.smallimage .detail_texts .use {
    display: block !important;
  }

  /* line 603, partials/pages/_recipe-detail.scss */
  .detail_texts {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  /* line 609, partials/pages/_recipe-detail.scss */
  .step_picture.sp li {
    width: 100%;
    display: block;
    min-height: 0;
  }

  /* line 615, partials/pages/_recipe-detail.scss */
  .new_recipe .yellow_seemore.long,
  .same_category_recipe .yellow_seemore.long,
  .recipe_back .recipe_back_btn {
    width: 100%;
  }
}
@media print {
  /* line 625, partials/pages/_recipe-detail.scss */
  p {
    font-size: 6pt;
  }

  /* line 628, partials/pages/_recipe-detail.scss */
  .recipe_back {
    padding: 1pt 0 10pt;
    max-width: 160pt;
  }
  /* line 631, partials/pages/_recipe-detail.scss */
  .recipe_back .recipe_back_btn {
    font-size: 9pt;
    padding: 6pt;
  }
  /* line 634, partials/pages/_recipe-detail.scss */
  .recipe_back .recipe_back_btn:before {
    height: 16pt;
    width: 16pt;
    background-size: 16pt;
  }

  /* line 641, partials/pages/_recipe-detail.scss */
  .step_picture {
    display: inline;
  }

  /* line 645, partials/pages/_recipe-detail.scss */
  #header > .wrapper {
    margin-top: 10pt;
  }
  /* line 647, partials/pages/_recipe-detail.scss */
  #header > .wrapper #logo_nbkk {
    margin-top: 1pt;
    width: 220pt;
  }
  /* line 651, partials/pages/_recipe-detail.scss */
  #header > .wrapper #menu_btn {
    width: 55pt;
    margin-top: 1pt;
  }
  /* line 654, partials/pages/_recipe-detail.scss */
  #header > .wrapper #menu_btn .menu_wrap {
    position: relative !important;
    width: 55pt;
  }
  /* line 657, partials/pages/_recipe-detail.scss */
  #header > .wrapper #menu_btn .menu_wrap > span {
    line-height: 18pt;
    height: 18pt;
    font-size: 8pt;
  }
  /* line 663, partials/pages/_recipe-detail.scss */
  #header > .wrapper #menu_btn #menu_icon {
    width: 20pt;
  }
  /* line 665, partials/pages/_recipe-detail.scss */
  #header > .wrapper #menu_btn #menu_icon span {
    height: 3pt;
  }
  /* line 667, partials/pages/_recipe-detail.scss */
  #header > .wrapper #menu_btn #menu_icon span:nth-child(3), #header > .wrapper #menu_btn #menu_icon span:nth-child(2) {
    top: 8pt;
  }
  /* line 670, partials/pages/_recipe-detail.scss */
  #header > .wrapper #menu_btn #menu_icon span:nth-child(4) {
    top: 16pt;
  }
  /* line 677, partials/pages/_recipe-detail.scss */
  #header .topbar {
    position: relative !important;
  }
  /* line 681, partials/pages/_recipe-detail.scss */
  #header .topbar .wrapper #topbar_logo_nbkk img {
    display: none;
  }
  /* line 684, partials/pages/_recipe-detail.scss */
  #header .topbar .wrapper p {
    height: 20pt;
    line-height: 20pt;
    width: 150pt;
  }
  /* line 688, partials/pages/_recipe-detail.scss */
  #header .topbar .wrapper p a {
    height: 20pt;
    line-height: 20pt;
  }
  /* line 692, partials/pages/_recipe-detail.scss */
  #header .topbar .wrapper p#english_btn a:before {
    width: 10pt;
    background-size: cover;
    margin-top: 4pt;
    height: 10pt;
  }
  /* line 698, partials/pages/_recipe-detail.scss */
  #header .topbar .wrapper p#onlineshop {
    width: 108pt;
  }
  /* line 700, partials/pages/_recipe-detail.scss */
  #header .topbar .wrapper p#onlineshop a:before {
    width: 13pt;
    background-size: cover;
    margin-top: 4pt;
    height: 11pt;
  }
  /* line 708, partials/pages/_recipe-detail.scss */
  #header .topbar .wrapper p#facebook a:before {
    width: 5pt;
    background-size: cover;
    margin-top: 4pt;
    height: 10pt;
  }

  /* line 719, partials/pages/_recipe-detail.scss */
  #recipe_detail .recipe_titile {
    margin-top: 0;
    margin-bottom: 12pt;
  }
  /* line 722, partials/pages/_recipe-detail.scss */
  #recipe_detail .recipe_titile .long_title_box {
    font-size: 15pt;
    padding: 20pt;
    min-width: 295pt;
  }
  /* line 728, partials/pages/_recipe-detail.scss */
  #recipe_detail > .wrapper {
    padding-bottom: 4pt;
  }

  /* line 732, partials/pages/_recipe-detail.scss */
  .rightbox .icon {
    margin-top: 0;
  }
  /* line 734, partials/pages/_recipe-detail.scss */
  .rightbox .icon li {
    width: 60pt;
    height: 60pt;
    font-size: 7pt;
    line-height: 92pt;
  }

  /* line 742, partials/pages/_recipe-detail.scss */
  .material tbody td {
    min-width: 0;
    padding: 18px 1% 18px 18px;
    width: 70%;
    font-size: 9pt;
  }
  /* line 747, partials/pages/_recipe-detail.scss */
  .material tbody td.rightlist {
    padding: 18px 18px 18px 1%;
    width: 35%;
  }
  /* line 752, partials/pages/_recipe-detail.scss */
  .material tbody th {
    padding: 18px 1% 18px 18px;
    font-size: 9pt;
  }
  /* line 757, partials/pages/_recipe-detail.scss */
  .material tbody .title .rightlist {
    text-align: right;
    padding: 18px 18px 18px 1%;
  }

  /* line 764, partials/pages/_recipe-detail.scss */
  .top_recipe .recipe_list .text,
  .new_recipe .recipe_list .text,
  .same_category_recipe .recipe_list .text {
    width: 90%;
    min-height: 44pt;
  }
  /* line 769, partials/pages/_recipe-detail.scss */
  .top_recipe .recipe_list .text a,
  .new_recipe .recipe_list .text a,
  .same_category_recipe .recipe_list .text a {
    font-size: 10pt;
  }

  /* line 773, partials/pages/_recipe-detail.scss */
  .yellow_seemore.long {
    font-size: 9pt;
    min-width: 160pt;
    width: 160pt;
    padding: 6pt;
  }
  /* line 778, partials/pages/_recipe-detail.scss */
  .yellow_seemore.long:before {
    margin-top: -9pt;
    width: 16pt;
    height: 16pt;
    background: url(/common/top/link_arrow.png) no-repeat center center;
    background-size: cover;
  }

  /* line 786, partials/pages/_recipe-detail.scss */
  #breadcrumbs {
    margin-top: 2pt;
  }
  /* line 788, partials/pages/_recipe-detail.scss */
  #breadcrumbs li {
    font-size: 8pt;
  }
  /* line 790, partials/pages/_recipe-detail.scss */
  #breadcrumbs li a {
    font-size: 8pt;
  }

  /* line 795, partials/pages/_recipe-detail.scss */
  #main01 {
    margin-top: 5pt;
  }

  /* line 798, partials/pages/_recipe-detail.scss */
  .detail_texts {
    width: 42%;
  }

  /* line 801, partials/pages/_recipe-detail.scss */
  .use {
    margin-top: 12pt;
  }
  /* line 803, partials/pages/_recipe-detail.scss */
  .use h4 {
    font-size: 11pt;
  }
  /* line 806, partials/pages/_recipe-detail.scss */
  .use li {
    height: 50pt;
  }
  /* line 808, partials/pages/_recipe-detail.scss */
  .use li img {
    margin-top: 4pt;
    margin-left: 6pt !important;
    margin-right: 10pt;
    width: 40pt;
  }

  /* line 816, partials/pages/_recipe-detail.scss */
  .material {
    margin-bottom: 18pt;
  }

  /* line 820, partials/pages/_recipe-detail.scss */
  #recipe_detail .recipepic {
    margin-bottom: 0 !important;
  }
  /* line 823, partials/pages/_recipe-detail.scss */
  #recipe_detail .recipe_comment {
    line-height: 10pt;
    font-size: 8pt;
    margin-top: 12pt;
  }
  /* line 828, partials/pages/_recipe-detail.scss */
  #recipe_detail .new_recipe,
  #recipe_detail .same_category_recipe {
    padding: 18pt 0;
  }
  /* line 830, partials/pages/_recipe-detail.scss */
  #recipe_detail .new_recipe .recipe_list,
  #recipe_detail .same_category_recipe .recipe_list {
    margin: 20pt -1.5%;
  }
  /* line 832, partials/pages/_recipe-detail.scss */
  #recipe_detail .new_recipe .recipe_list li,
  #recipe_detail .same_category_recipe .recipe_list li {
    font-size: 8pt !important;
  }
  /* line 837, partials/pages/_recipe-detail.scss */
  #recipe_detail .new_recipe h3,
  #recipe_detail .same_category_recipe h3 {
    font-size: 14pt;
  }

  /* line 844, partials/pages/_recipe-detail.scss */
  .rightcontents ol li {
    line-height: 10pt;
    font-size: 8pt !important;
  }

  /* line 850, partials/pages/_recipe-detail.scss */
  #footer {
    padding: 10pt 0 20pt;
  }
  /* line 851, partials/pages/_recipe-detail.scss */
  #footer img {
    width: 80pt;
  }
  /* line 855, partials/pages/_recipe-detail.scss */
  #footer .copyright {
    font-size: 8pt;
    margin: 0;
  }
  /* line 859, partials/pages/_recipe-detail.scss */
  #footer #footerNavi {
    margin-top: 0;
  }
  /* line 861, partials/pages/_recipe-detail.scss */
  #footer #footerNavi li {
    margin-right: 12pt;
  }
  /* line 863, partials/pages/_recipe-detail.scss */
  #footer #footerNavi li a {
    font-size: 8pt;
  }
}
/* line 2, partials/pages/_site-map.scss */
#site_map .wrapper {
  overflow: hidden;
}
/* line 5, partials/pages/_site-map.scss */
#site_map .wrapper .sitemap h3, #site_map .wrapper .fast_box h3 {
  font-size: 24px;
}
/* line 8, partials/pages/_site-map.scss */
#site_map .wrapper .sitemap a, #site_map .wrapper .fast_box a {
  color: #7f8c8d;
}
/* line 11, partials/pages/_site-map.scss */
#site_map .wrapper .sitemap a:hover, #site_map .wrapper .fast_box a:hover {
  color: #003da6;
}
/* line 15, partials/pages/_site-map.scss */
#site_map .wrapper .box_title {
  min-height: 140px;
  margin-bottom: 60px;
}
/* line 19, partials/pages/_site-map.scss */
#site_map .wrapper .sitemap {
  overflow: hidden;
  width: 33%;
  float: left;
}
/* line 23, partials/pages/_site-map.scss */
#site_map .wrapper .sitemap ul {
  margin-bottom: 60px;
}
/* line 25, partials/pages/_site-map.scss */
#site_map .wrapper .sitemap ul li {
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  margin-top: 14px;
  width: 100%;
}
/* line 35, partials/pages/_site-map.scss */
#site_map .wrapper .fast_box {
  float: left;
  width: 33%;
}
/* line 39, partials/pages/_site-map.scss */
#site_map .wrapper .fast_box ul li {
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  /* line 49, partials/pages/_site-map.scss */
  #site_map h3 {
    text-align: left;
  }
  /* line 53, partials/pages/_site-map.scss */
  #site_map .sitemap h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 414px) {
  /* line 62, partials/pages/_site-map.scss */
  #site_map .wrapper .box_title {
    min-height: 0;
    height: 74px;
  }
  /* line 66, partials/pages/_site-map.scss */
  #site_map .wrapper .sitemap {
    float: none;
    width: 100%;
    padding-top: 60px;
  }
  /* line 70, partials/pages/_site-map.scss */
  #site_map .wrapper .sitemap h3 {
    text-align: left;
  }
  /* line 74, partials/pages/_site-map.scss */
  #site_map .wrapper .fast_box {
    width: 100%;
  }
  /* line 77, partials/pages/_site-map.scss */
  #site_map .wrapper .fast_box ul li {
    padding-bottom: 10px;
    float: none;
    width: 100%;
  }
  /* line 81, partials/pages/_site-map.scss */
  #site_map .wrapper .fast_box ul li h3 {
    text-align: left;
  }
}
/* line 2, partials/pages/_special.scss */
#special .page_header {
  margin-top: 100px;
  overflow: hidden;
}
/* line 5, partials/pages/_special.scss */
#special .page_header .text_box {
  position: absolute;
  margin-top: 80px;
  width: 50%;
  max-width: 650px;
}
/* line 10, partials/pages/_special.scss */
#special .page_header .text_box h2 {
  max-width: none;
  width: 100%;
  background-color: #fff;
}
/* line 15, partials/pages/_special.scss */
#special .page_header .text_box .lede_text {
  font-size: 24px;
  padding: 50px;
  color: #003da6;
  font-weight: bold;
}
/* line 22, partials/pages/_special.scss */
#special .page_header .main_image {
  float: right;
  width: 65%;
}
/* line 25, partials/pages/_special.scss */
#special .page_header .main_image img {
  width: 100%;
}
/* line 28, partials/pages/_special.scss */
#special .page_header .main_image .campaign {
  margin-top: 10px;
  font-size: 12px;
}
/* line 34, partials/pages/_special.scss */
#special .page_header + .style1 {
  padding-top: 300px;
  margin-top: -180px;
}
/* line 39, partials/pages/_special.scss */
#special .section {
  overflow: hidden;
  padding: 120px 0;
}
/* line 43, partials/pages/_special.scss */
#special .section .img_box img {
  width: 100%;
}
/* line 48, partials/pages/_special.scss */
#special .section .text_box h3 {
  margin: auto;
  margin-top: 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
/* line 56, partials/pages/_special.scss */
#special .section .text_box p {
  margin: auto;
  margin-top: 25px;
  font-size: 15px;
}
/* line 63, partials/pages/_special.scss */
#special .section.style1 {
  background-color: #F2F6F7;
}
/* line 65, partials/pages/_special.scss */
#special .section.style1 .wrapper {
  width: 80%;
  max-width: 864px;
  margin: auto;
}
/* line 70, partials/pages/_special.scss */
#special .section.style1 .image_wrapper {
  width: 80%;
  max-width: 864px;
  margin: auto;
}
/* line 75, partials/pages/_special.scss */
#special .section.style1 .img_box {
  width: 100%;
  margin: auto;
}
/* line 78, partials/pages/_special.scss */
#special .section.style1 .img_box img {
  width: 100%;
}
/* line 82, partials/pages/_special.scss */
#special .section.style1 .text_box {
  margin: auto;
  width: 100%;
}
/* line 85, partials/pages/_special.scss */
#special .section.style1 .text_box h3 {
  text-align: center;
}
/* line 89, partials/pages/_special.scss */
#special .section.style1 .text_box p {
  margin: 50px auto 0 auto;
  width: 80%;
  max-width: 644px;
}
/* line 96, partials/pages/_special.scss */
#special .section.style2 {
  position: relative;
}
/* line 98, partials/pages/_special.scss */
#special .section.style2 .wrapper {
  width: 100%;
}
/* line 101, partials/pages/_special.scss */
#special .section.style2 .img_box {
  float: left;
  width: 50%;
  margin: auto;
}
/* line 106, partials/pages/_special.scss */
#special .section.style2 .text_box {
  float: right;
  width: 40%;
  padding-right: 4%;
  margin: auto;
}
/* line 111, partials/pages/_special.scss */
#special .section.style2 .text_box h3 {
  width: 100%;
  text-align: left;
}
/* line 115, partials/pages/_special.scss */
#special .section.style2 .text_box p {
  width: 100%;
}
/* line 121, partials/pages/_special.scss */
#special .section.style3 .image_wrapper {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
/* line 126, partials/pages/_special.scss */
#special .section.style3 .img_box {
  float: right;
  width: 54%;
  margin: 0;
}
/* line 131, partials/pages/_special.scss */
#special .section.style3 .text_box {
  float: left;
  width: 40%;
  padding-left: 5%;
  text-align: left;
}
/* line 136, partials/pages/_special.scss */
#special .section.style3 .text_box h3 {
  text-align: left;
  width: 100%;
}
/* line 143, partials/pages/_special.scss */
#special .recipe_list_wrap {
  width: 100%;
  padding-bottom: 80px;
  overflow: hidden;
  margin-top: 40px;
}
/* line 148, partials/pages/_special.scss */
#special .recipe_list_wrap .yellow_seemore.long {
  margin-bottom: 0;
}
/* line 153, partials/pages/_special.scss */
#special .product-lineup .product-list {
  background: url(/common/bg.jpg);
}
/* line 155, partials/pages/_special.scss */
#special .product-lineup .product-list .list {
  padding: 35px 0 50px;
}
/* line 157, partials/pages/_special.scss */
#special .product-lineup .product-list .list li {
  display: inline-block;
  vertical-align: top;
  width: 18.4%;
  margin: 0 .8% 1.6%;
  text-align: center;
}
/* line 164, partials/pages/_special.scss */
#special .product-lineup .product-list .list li a img {
  height: 110px;
}
/* line 172, partials/pages/_special.scss */
#special .product_list .product_list_head {
  overflow: hidden;
}
/* line 174, partials/pages/_special.scss */
#special .product_list .product_list_head h3 {
  float: left;
}
/* line 177, partials/pages/_special.scss */
#special .product_list .product_list_head p {
  float: left;
  margin-left: 100px;
}
/* line 183, partials/pages/_special.scss */
#special .product_list ul li {
  width: 18%;
  padding: 40px 16px 10px;
  min-height: 250px;
  background-color: #fff;
}
/* line 191, partials/pages/_special.scss */
#special .brands {
  margin-bottom: 115px;
}
/* line 193, partials/pages/_special.scss */
#special .brands h3 {
  margin-bottom: 50px;
}
/* line 196, partials/pages/_special.scss */
#special .brands .brand_box {
  font-size: 0;
  position: relative;
}
/* line 200, partials/pages/_special.scss */
#special .brands .brand_box li {
  display: inline-block;
  width: 18%;
  margin: 0 1% 2%;
  padding-top: 15%;
  height: 0;
  border: 1px solid #d8dee0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background-color: #fff;
}
/* line 210, partials/pages/_special.scss */
#special .brands .brand_box li:hover {
  border-color: #003da6;
}
/* line 213, partials/pages/_special.scss */
#special .brands .brand_box li:hover img.hover {
  opacity: 1;
}
/* line 216, partials/pages/_special.scss */
#special .brands .brand_box li:hover img.gray {
  opacity: 0;
}
/* line 221, partials/pages/_special.scss */
#special .brands .brand_box li.brands_link {
  position: absolute;
  right: 0;
  padding: 0;
}
/* line 227, partials/pages/_special.scss */
#special .brands .brand_box a {
  display: block;
  width: 100%;
}
/* line 230, partials/pages/_special.scss */
#special .brands .brand_box a img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 80%;
  margin: 0 auto;
  -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%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 239, partials/pages/_special.scss */
#special .brands .brand_box a img.hover {
  opacity: 0;
}
/* line 243, partials/pages/_special.scss */
#special .brands .brand_box a.yellow_seemore {
  padding: 0;
  height: auto;
  padding-bottom: 84%;
  margin: 0;
}
/* line 250, partials/pages/_special.scss */
#special .brands .brand_box .brands_link {
  height: auto;
}
/* line 254, partials/pages/_special.scss */
#special .brands .brand_box .brand_slider-link:before {
  display: none;
}
/* line 258, partials/pages/_special.scss */
#special .brands .brand_box .brand_slider-link span:before {
  content: "";
  display: block;
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  background: url(/common/top/link_arrow.png) no-repeat center center;
  -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 270, partials/pages/_special.scss */
#special .brands .brand_box .brand_slider-link:hover span:before {
  -moz-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

@media only screen and (max-width: 1024px) {
  /* line 284, partials/pages/_special.scss */
  #special .page_header {
    margin-top: 100px;
    overflow: hidden;
  }
  /* line 287, partials/pages/_special.scss */
  #special .page_header .text_box {
    margin-top: 0;
  }
  /* line 290, partials/pages/_special.scss */
  #special .page_header .main_image {
    margin-top: 85px;
  }
  /* line 294, partials/pages/_special.scss */
  #special .page_header + .section.style1 {
    padding-top: 170px;
    margin-top: -68px;
  }
  /* line 299, partials/pages/_special.scss */
  #special .section h3 {
    font-size: 20px;
  }
  /* line 302, partials/pages/_special.scss */
  #special .section p {
    font-size: 13px;
  }
  /* line 311, partials/pages/_special.scss */
  #special .section.style3 .text_box {
    width: 50%;
  }
  /* line 314, partials/pages/_special.scss */
  #special .section.style3 .img_box {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 325, partials/pages/_special.scss */
  #special .page_header {
    margin-top: 40px;
  }
  /* line 327, partials/pages/_special.scss */
  #special .page_header .text_box {
    position: static;
    width: 100%;
    margin: auto;
  }
  /* line 331, partials/pages/_special.scss */
  #special .page_header .text_box .long_title_box {
    width: auto;
  }
  /* line 334, partials/pages/_special.scss */
  #special .page_header .text_box .lede_text {
    font-size: 14px;
    padding: 30px 20px;
  }
  /* line 339, partials/pages/_special.scss */
  #special .page_header .main_image {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  /* line 343, partials/pages/_special.scss */
  #special .page_header .main_image .campaign {
    width: 80%;
    margin: 30px auto 0 auto;
  }
  /* line 349, partials/pages/_special.scss */
  #special .page_header + .section.style1 {
    padding-top: 240px;
    margin-top: -180px;
  }
  /* line 353, partials/pages/_special.scss */
  #special .section {
    padding: 90px 0;
  }
  /* line 356, partials/pages/_special.scss */
  #special .section .text_box h3 {
    font-size: 20px;
    margin-top: 40px;
  }
  /* line 361, partials/pages/_special.scss */
  #special .section p {
    font-size: 13px;
  }
  /* line 365, partials/pages/_special.scss */
  #special .section.style1 {
    padding-top: 60px;
    margin-top: 0;
  }
  /* line 371, partials/pages/_special.scss */
  #special .section.style2 .text_box, #special .section.style3 .text_box {
    width: 70%;
  }
  /* line 374, partials/pages/_special.scss */
  #special .section.style2 .img_box, #special .section.style3 .img_box {
    width: 67%;
    margin-left: 0;
  }
  /* line 380, partials/pages/_special.scss */
  #special .section.style2 .text_box {
    padding-left: 5%;
    padding-right: 10%;
  }
  /* line 387, partials/pages/_special.scss */
  #special .section.style3 .text_box {
    padding-right: 5%;
    padding-left: 10%;
  }
  /* line 392, partials/pages/_special.scss */
  #special .section.style3 .img_box {
    width: 60%;
  }
  /* line 397, partials/pages/_special.scss */
  #special .product-lineup {
    padding: 0;
    background: url(/common/bg.jpg);
  }
  /* line 400, partials/pages/_special.scss */
  #special .product-lineup h3 {
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 404, partials/pages/_special.scss */
  #special .product-lineup .product-list {
    padding: 25px 0;
    background: none;
  }
  /* line 407, partials/pages/_special.scss */
  #special .product-lineup .product-list ul {
    margin: 0 auto;
  }
  /* line 410, partials/pages/_special.scss */
  #special .product-lineup .product-list img {
    margin: 0 auto 10px;
  }
  /* line 413, partials/pages/_special.scss */
  #special .product-lineup .product-list p {
    font-size: 11px;
  }
  /* line 417, partials/pages/_special.scss */
  #special .product-lineup .product-list .list li {
    min-height: 210px;
    width: 46%;
    padding: 40px 16px 10px;
    margin: 0 2% 4%;
  }
  /* line 424, partials/pages/_special.scss */
  #special .product-lineup .product-list .product-list_slider {
    margin: 0 -2%;
  }
  /* line 431, partials/pages/_special.scss */
  #special .recipe_list li {
    margin-right: 0;
    margin-bottom: 16px;
  }
  /* line 435, partials/pages/_special.scss */
  #special .recipe_list li .recipe_name p {
    font-size: 14px;
  }
  /* line 440, partials/pages/_special.scss */
  #special .recipe_list a.yellow_seemore.long {
    margin-top: 10px;
    margin-bottom: 40px;
    width: 100%;
  }
  /* line 446, partials/pages/_special.scss */
  #special .product_detail {
    position: relative;
    padding: 30px 0;
  }
  /* line 449, partials/pages/_special.scss */
  #special .product_detail .yellow_seemore.long {
    width: initial;
  }
  /* line 452, partials/pages/_special.scss */
  #special .product_detail .product_info {
    float: none;
    width: 100%;
    max-width: none;
  }
  /* line 456, partials/pages/_special.scss */
  #special .product_detail .product_info dl {
    padding-bottom: 20px;
  }
  /* line 458, partials/pages/_special.scss */
  #special .product_detail .product_info dl dt {
    width: 30%;
  }
  /* line 461, partials/pages/_special.scss */
  #special .product_detail .product_info dl dd {
    width: 70%;
  }
  /* line 466, partials/pages/_special.scss */
  #special .product_detail .product_img {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  /* line 470, partials/pages/_special.scss */
  #special .product_detail .product_img img {
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
    display: block;
  }
  /* line 477, partials/pages/_special.scss */
  #special .product_detail .product_info_head {
    padding-bottom: 20px;
  }
  /* line 480, partials/pages/_special.scss */
  #special .product_detail .product_info_head .text_box h3 {
    font-size: 18px;
    margin-bottom: 6px;
    text-align: left;
  }
  /* line 485, partials/pages/_special.scss */
  #special .product_detail .product_info_head .text_box h4 {
    font-size: 12px;
  }
  /* line 489, partials/pages/_special.scss */
  #special .product_detail .product_info_head p {
    padding-top: 20px;
  }
  /* line 495, partials/pages/_special.scss */
  #special .p_detail .yellow_seemore.long {
    width: 97% !important;
  }
  /* line 500, partials/pages/_special.scss */
  #special .brands .brand_box li {
    width: 29%;
    padding-top: 26%;
    margin: 0 2% 4%;
    -webkit-box-sizing: border-box;
  }
  /* line 505, partials/pages/_special.scss */
  #special .brands .brand_box li .yellow_seemore {
    padding-bottom: 90%;
  }
  /* line 508, partials/pages/_special.scss */
  #special .brands .brand_box li.brands_link {
    position: static;
  }
  /* line 513, partials/pages/_special.scss */
  #special h3 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 522, partials/pages/_special.scss */
  #special .page_header .image_wrapper,
  #special .page_header .wrapper {
    width: 90% !important;
    margin: auto !important;
  }
  /* line 528, partials/pages/_special.scss */
  #special .page_header .text_box .long_title_box {
    text-align: left;
  }
  /* line 531, partials/pages/_special.scss */
  #special .page_header .text_box .lede_text {
    text-align: left;
  }
  /* line 541, partials/pages/_special.scss */
  #special .section {
    padding: 50px 0 40px 0;
  }
  /* line 543, partials/pages/_special.scss */
  #special .section .image_wrapper,
  #special .section .wrapper {
    width: 90% !important;
    margin: auto !important;
  }
  /* line 552, partials/pages/_special.scss */
  #special .section p {
    font-size: 13px;
  }
  /* line 558, partials/pages/_special.scss */
  #special .section.style1 .text_box h3 {
    text-align: left;
    margin-top: 40px;
  }
  /* line 562, partials/pages/_special.scss */
  #special .section.style1 .text_box p {
    width: 100%;
    margin-top: 40px;
  }
  /* line 570, partials/pages/_special.scss */
  #special .section.style2 .text_box, #special .section.style3 .text_box {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  /* line 575, partials/pages/_special.scss */
  #special .section.style2 .img_box, #special .section.style3 .img_box {
    width: 100%;
  }
  /* line 584, partials/pages/_special.scss */
  #special .section.style3 .img_box {
    width: 100%;
  }
  /* line 589, partials/pages/_special.scss */
  #special .brands .brand_box li {
    width: 46%;
    padding-top: 40%;
  }
}
