@charset "UTF-8";
/* line 6, ../scss/_reset.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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 69, ../scss/_reset.scss */
table,
caption,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
}

/* line 83, ../scss/_reset.scss */
a img,
iframe {
  border: none;
}

/* line 87, ../scss/_reset.scss */
ol,
ul,
li {
  list-style: none;
}

/* line 93, ../scss/_reset.scss */
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}

/* line 23, ../scss/_common.scss */
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: ".";
}

/* line 32, ../scss/_common.scss */
.clearfix {
  display: block;
  /* for IE8 */
}

/* line 36, ../scss/_common.scss */
.clear {
  clear: both;
}

/* line 40, ../scss/_common.scss */
.alignC {
  text-align: center;
}

/* line 44, ../scss/_common.scss */
.alignR {
  text-align: right;
}

/* line 48, ../scss/_common.scss */
.alignL {
  text-align: left;
}

/* line 56, ../scss/_common.scss */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/* line 62, ../scss/_common.scss */
html, body {
  min-height: 100%;
  height: 100%;
}

/* line 67, ../scss/_common.scss */
body {
  min-height: 100%;
  height: 100%;
  background: url(../images/common/bg_repeat_yellow.png);
  font-size: 13px;
  color: #333;
  font-family: 'Noto Sans', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-font-smoothing: antialiased;
}

/* line 77, ../scss/_common.scss */
a {
  color: #333;
  text-decoration: none;
}
/* line 81, ../scss/_common.scss */
a:hover {
  text-decoration: underline;
}

.pc_parts{
  display: block;
}

.sp_parts{
  display: none;
}

body.mobile .pc_parts{
  display: none;
}

body.mobile .sp_parts{
  display: block;
}

/* line 86, ../scss/_common.scss */
.shaded {
  width: 100%;
  height: 100%;
  background-image: url(../images/common/bg_repeat_01.png);
}

/* line 96, ../scss/_common.scss */
.inner {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 103, ../scss/_common.scss */
#wrap {
  position: relative;
  min-height: 100%;
  padding-top: 120px;
  padding-bottom: 515px;
}
/* line 109, ../scss/_common.scss */
#wrap.no_menu {
  padding-top: 0;
  overflow: hidden;
}
/* line 113, ../scss/_common.scss */
#wrap.no_menu #globalheader {
  display: none;
}

/* line 123, ../scss/_common.scss */
#globalheader {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 120px;
  background-color: #fff;
  padding-bottom: 17px;
}
/* line 133, ../scss/_common.scss */
#globalheader #header_logo {
  float: left;
  padding-top: 18px;
}
/* line 139, ../scss/_common.scss */
#globalheader #header_logo h1 a img {
  display: block;
}
/* line 146, ../scss/_common.scss */
#globalheader #header_right {
  float: right;
}
/* line 149, ../scss/_common.scss */
#globalheader #header_right #header_upper {
  padding-top: 24px;
}
/* line 152, ../scss/_common.scss */
#globalheader #header_right #header_upper #header_external {
  float: right;
  margin-right: 50px;
  padding-top: 6px;
}
/* line 158, ../scss/_common.scss */
#globalheader #header_right #header_upper #header_external ul li {
  float: left;
  margin-left: 20px;
}
/* line 162, ../scss/_common.scss */
#globalheader #header_right #header_upper #header_external ul li a {
  font-size: 12px;
}
/* line 165, ../scss/_common.scss */
#globalheader #header_right #header_upper #header_external ul li a[target="_blank"] {
  padding-left: 17px;
  background: url(../images/common/icon_blank.png) left center no-repeat;
}
/* line 174, ../scss/_common.scss */
#globalheader #header_right #header_upper #header_sns {
  float: right;
}
/* line 178, ../scss/_common.scss */
#globalheader #header_right #header_upper #header_sns ul li {
  float: left;
  margin-left: 8px;
}
/* line 183, ../scss/_common.scss */
#globalheader #header_right #header_upper #header_sns ul li a img {
  display: block;
}
/* line 188, ../scss/_common.scss */
#globalheader #header_right #header_upper #header_sns ul li a:hover img {
  opacity: 0.7;
}
/* line 198, ../scss/_common.scss */
#globalheader #header_right #header_lower {
  margin-top: 22px;
}
/* line 201, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi {
  float: right;
}
/* line 205, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li {
  float: left;
  margin-left: 50px;
  padding-bottom: 18px;
}
/* line 210, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 28px;
}
/* line 217, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li a:hover {
  text-decoration: none;
  border-bottom: 4px solid #333;
}
/* line 223, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li.dropdown {
  position: relative;
  background-image: url(../images/common/icon_arrow_d.png);
  background-position: right 10px;
  background-repeat: no-repeat;
  padding-right: 15px;
}
/* line 230, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li.dropdown p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  height: 28px;
}
/* line 238, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li.dropdown ul {
  position: fixed;
  top: 118px;
  left: 0px;
  width: 100%;
  display: none;
  background: #fff;
  text-align: center;
  border-top: 1px solid #d2d2d2;
}
/* line 248, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li.dropdown ul li {
  display: inline-block;
  padding: 10px 25px;
  height: 55px;
}
/* line 253, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li.dropdown ul li a {
  font-size: 15px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 5px;
  height: 31px;
}
/* line 262, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li.dropdown ul li a:hover {
  border-bottom: 4px solid #333;
}
/* line 270, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li.dropdown.current > a {
  border-bottom: 4px solid #333;
}
/* line 276, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li.dropdown.current.dropdown .current a {
  border-bottom: 4px solid #333;
}
/* line 287, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li.current > a, #globalheader #header_right #header_lower #header_navi > ul > li.dropdown:hover > a, #globalheader #header_right #header_lower #header_navi > ul > li.dropdown.hover > a {
  border-bottom: 4px solid #333;
}
/* line 291, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li.current p, #globalheader #header_right #header_lower #header_navi > ul > li.dropdown:hover p, #globalheader #header_right #header_lower #header_navi > ul > li.dropdown.hover p {
  border-bottom: 4px solid #333;
}
/* line 297, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li.current ul {
  display: block;
  z-index: 200;
}
/* line 304, ../scss/_common.scss */
#globalheader #header_right #header_lower #header_navi > ul > li.dropdown.hover ul {
  display: block;
  z-index: 300;
}

/* line 320, ../scss/_common.scss */
#globalfooter {
  position: absolute;
  left: 0px;
  /*bottom: ;*/
  width: 100%;
  overflow: hidden;
  background-image: url(../images/common/bg_repeat_03.png);
}
/* line 328, ../scss/_common.scss */
#globalfooter #footer_to_top {
  background-image: url(../images/common/bg_repeat_02.png);
  border-bottom: 1px solid #1a1a1a;
  text-align: center;
}
/* line 333, ../scss/_common.scss */
#globalfooter #footer_to_top a {
  display: block;
  padding: 30px;
  padding-top: 50px;
  background: url(../images/common/icon_arrow_u.png) center 25px no-repeat;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #ccc;
}
/* line 343, ../scss/_common.scss */
#globalfooter #footer_to_top a:hover {
  opacity: 0.5;
}
/* line 349, ../scss/_common.scss */
#globalfooter #footer_main {
  padding-top: 45px;
}
/* line 352, ../scss/_common.scss */
#globalfooter #footer_main #footer_sitemap {
  border-bottom: 1px solid #222;
  -moz-box-shadow: #494949 0 1px 0;
  -webkit-box-shadow: #494949 0 1px 0;
  box-shadow: #494949 0 1px 0;
  padding-bottom: 40px;
}
/* line 358, ../scss/_common.scss */
#globalfooter #footer_main #footer_sitemap ul.parent > li {
  float: left;
  width: 159px;
  margin-left: 5px;
}
/* line 363, ../scss/_common.scss */
#globalfooter #footer_main #footer_sitemap ul.parent > li:first-child {
  margin-left: 0;
}
/* line 367, ../scss/_common.scss */
#globalfooter #footer_main #footer_sitemap ul.parent > li h3 {
  width: 150px;
  height: 28px;
  margin-bottom: 13px;
  padding-bottom: 7px;
  font-size: 15px;
  font-weight: bold;
  color: #b2b2b2;
  border-bottom: 1px solid #222;
  -moz-box-shadow: #494949 0 1px 0;
  -webkit-box-shadow: #494949 0 1px 0;
  box-shadow: #494949 0 1px 0;
}
/* line 379, ../scss/_common.scss */
#globalfooter #footer_main #footer_sitemap ul.parent > li ul.child {
  padding-left: 7px;
}
/* line 382, ../scss/_common.scss */
#globalfooter #footer_main #footer_sitemap ul.parent > li ul.child > li {
  margin-top: 7px;
  font-size: 12px;
  font-weight: bold;
  color: #d2d2d2;
}
/* line 388, ../scss/_common.scss */
#globalfooter #footer_main #footer_sitemap ul.parent > li ul.child > li:before {
  content: "・";
  margin-left: -10px;
}
/* line 393, ../scss/_common.scss */
#globalfooter #footer_main #footer_sitemap ul.parent > li ul.child > li a {
  color: #d2d2d2;
}
/* line 402, ../scss/_common.scss */
#globalfooter #footer_main #footer_menu {
  padding-top: 18px;
}
/* line 405, ../scss/_common.scss */
#globalfooter #footer_main #footer_menu #footer_navi {
  float: left;
}
/* line 409, ../scss/_common.scss */
#globalfooter #footer_main #footer_menu #footer_navi ul li {
  margin-right: 10px;
  float: left;
  font-size: 12px;
  font-weight: bold;
}
/* line 415, ../scss/_common.scss */
#globalfooter #footer_main #footer_menu #footer_navi ul li a {
  color: #d2d2d2;
}
/* line 422, ../scss/_common.scss */
#globalfooter #footer_main #footer_menu #footer_external {
  float: right;
}
/* line 426, ../scss/_common.scss */
#globalfooter #footer_main #footer_menu #footer_external ul li {
  margin-left: 17px;
  float: left;
  font-size: 12px;
  font-weight: bold;
}
/* line 432, ../scss/_common.scss */
#globalfooter #footer_main #footer_menu #footer_external ul li a {
  color: #d2d2d2;
}
/* line 435, ../scss/_common.scss */
#globalfooter #footer_main #footer_menu #footer_external ul li a[target="_blank"] {
  padding-left: 17px;
  background: url(../images/common/icon_blank_w.png) left center no-repeat;
}
/* line 445, ../scss/_common.scss */
#globalfooter #footer_main #footer_bottom {
  margin-top: 55px;
}
/* line 448, ../scss/_common.scss */
#globalfooter #footer_main #footer_bottom #footer_logo {
  float: left;
}
/* line 451, ../scss/_common.scss */
#globalfooter #footer_main #footer_bottom #footer_logo img {
  display: block;
}
/* line 456, ../scss/_common.scss */
#globalfooter #footer_main #footer_bottom #footer_title {
  float: left;
  padding-top: 33px;
  padding-left: 20px;
}
/* line 461, ../scss/_common.scss */
#globalfooter #footer_main #footer_bottom #footer_title h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
/* line 468, ../scss/_common.scss */
#globalfooter #footer_main #footer_bottom #footer_copyright {
  float: left;
  padding-top: 45px;
  padding-left: 55px;
}
/* line 473, ../scss/_common.scss */
#globalfooter #footer_main #footer_bottom #footer_copyright p {
  color: #fff;
  font-size: 12px;
}
/* line 479, ../scss/_common.scss */
#globalfooter #footer_main #footer_bottom #footer_sns {
  float: right;
  padding-top: 35px;
}
/* line 484, ../scss/_common.scss */
#globalfooter #footer_main #footer_bottom #footer_sns ul li {
  float: left;
  margin-left: 8px;
}
/* line 489, ../scss/_common.scss */
#globalfooter #footer_main #footer_bottom #footer_sns ul li a img {
  display: block;
}
/* line 494, ../scss/_common.scss */
#globalfooter #footer_main #footer_bottom #footer_sns ul li a:hover img {
  opacity: 0.7;
}

/* line 5, ../scss/_top.scss */
#top a.more {
  display: block;
  position: relative;
  width: 315px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 4px;
}
/* line 19, ../scss/_top.scss */
#top a.more:hover {
  text-decoration: none;
}
/* line 25, ../scss/_top.scss */
#top #top_slide {
  position: relative;
  height: 600px;
}
/* line 29, ../scss/_top.scss */
#top #top_slide .preload {
  display: none;
}
/* line 33, ../scss/_top.scss */
#top #top_slide #supersized {
  min-width: 1020px;
  height: 600px;
  z-index: 0;
}
/* line 38, ../scss/_top.scss */
#top #top_slide #supersized .text {
  width: 100%;
  min-width: 980px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  color: #fff;
  padding-top: 220px;
}
/* line 48, ../scss/_top.scss */
#top #top_slide #supersized .text h2 {
  line-height: 130px;
  font-size: 108px;
  font-weight: bold;
}
/* line 54, ../scss/_top.scss */
#top #top_slide #supersized .text p {
  font-size: 44px;
  font-weight: bold;
}
/* line 59, ../scss/_top.scss */
#top #top_slide #supersized .text a.more {
  margin-top: 90px;
}
/* line 65, ../scss/_top.scss */
#top #top_slide #top_campaign_banner {
  position: relative;
  width: 1027px;
  padding-top: 40px;
  margin: 0 auto;
}
/* line 71, ../scss/_top.scss */
#top #top_slide #top_campaign_banner .btn_open {
  display: none;
  position: absolute;
  top: 130px;
  right: -35px;
}
/* line 78, ../scss/_top.scss */
#top #top_slide #top_campaign_banner.collapsed {
  margin-left: -1027px;
}
/* line 85, ../scss/_top.scss */
#top #top_carousel {
  padding: 5px 0;
}
/* line 88, ../scss/_top.scss */
#top #top_carousel .slider {
  max-width: 1263px;
  min-width: 1060px;
  margin: auto;
}
/* line 93, ../scss/_top.scss */
#top #top_carousel .slider .slide {
  position: relative;
  float: left;
  width: 13.94612%;
  height: auto;
  margin-right: 0.3962%;
}
/* line 100, ../scss/_top.scss */
#top #top_carousel .slider .slide:last-child {
  margin-right: 0;
}
/* line 104, ../scss/_top.scss */
#top #top_carousel .slider .slide a {
  width: 100%;
  height: auto;
}
/* line 108, ../scss/_top.scss */
#top #top_carousel .slider .slide a img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 114, ../scss/_top.scss */
#top #top_carousel .slider .slide a.current_link {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 5px solid #981b1e;
}
/* line 126, ../scss/_top.scss */
#top #top_carousel .slider .slide.current a.current_link {
  display: block;
}
/* line 134, ../scss/_top.scss */
#top .top_inner {
  padding: 40px 0;
}
/* line 138, ../scss/_top.scss */
#top .top_title {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
/* line 143, ../scss/_top.scss */
#top .top_title h2 {
  font-size: 48px;
}
/* line 147, ../scss/_top.scss */
#top .top_title p {
  margin-top: -5px;
  font-size: 18px;
  font-weight: bold;
}
/* line 154, ../scss/_top.scss */
#top #top_recipe {
  background-image: url(../images/top/bg_01.jpg);
  background-size: cover;
}
/* line 158, ../scss/_top.scss */
#top #top_recipe .recipe_list {
  margin-top: 30px;
}
/* line 163, ../scss/_top.scss */
#top #top_event {
  margin-top: 5px;
  background-image: url(../images/top/bg_02.jpg);
  background-size: cover;
}
/* line 168, ../scss/_top.scss */
#top #top_event #top_event_list {
  margin-top: 30px;
}
/* line 171, ../scss/_top.scss */
#top #top_event #top_event_list .event_box {
  float: left;
  position: relative;
  width: 314px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  margin-right: 18px;
  margin-bottom: 18px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}
/* line 182, ../scss/_top.scss */
#top #top_event #top_event_list .event_box.right {
  margin-right: 0;
}
/* line 186, ../scss/_top.scss */
#top #top_event #top_event_list .event_box .event_box_photo {
  position: relative;
  width: 100%;
}
/* line 190, ../scss/_top.scss */
#top #top_event #top_event_list .event_box .event_box_photo img {
  width: 314px;
  height: 218px;
  height: auto;
  display: block;
}
/* line 197, ../scss/_top.scss */
#top #top_event #top_event_list .event_box .event_box_photo .event_box_title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/bg_fade_01.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
/* line 207, ../scss/_top.scss */
#top #top_event #top_event_list .event_box .event_box_photo .event_box_title .duration {
  min-height: 23px;
  padding: 0 20px;
  padding-left: 38px;
  padding-top: 165px;
  background-image: url(../images/common/icon_calendar_w.png);
  background-repeat: no-repeat;
  background-position: 15px 165px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
/* line 220, ../scss/_top.scss */
#top #top_event #top_event_list .event_box .event_box_photo .event_box_title h3 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
/* line 235, ../scss/_top.scss */
#top_banner {
  background-color: #000;
  padding: 10px;
  text-align: center;
}

#top_banner.x2 img{
  width: 480px;
  height: auto;
}

#top_banner.x2 a+a{
  margin-left: 20px
}

.mobile #top_banner.x2 a+a{
  margin-left: 0px;
  margin-top: 8px;
  display: inline-block;
}
/* line 239, ../scss/_top.scss */
#top_banner a {
  position: relative;
}

/* line 256, ../scss/_top.scss */
.mobile #top_banner a,
.mobile #top_banner a img {
  width: 100%;
}
/* line 262, ../scss/_top.scss */
.mobile #top #top_slide #top_campaign_banner {
  width: 100%;
  padding-top: 20px;
}
/* line 266, ../scss/_top.scss */
.mobile #top #top_slide #top_campaign_banner img {
  width: 100%;
}

/* line 5, ../scss/_page.scss */
.recipe_search form {
  text-align: center;
}
/* line 8, ../scss/_page.scss */
.recipe_search form input[name=keyword] {
  width: 400px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 15px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 18, ../scss/_page.scss */
.recipe_search form .icon_multiply {
  position: relative;
  top: 5px;
  margin: 0 10px;
}
/* line 24, ../scss/_page.scss */
.recipe_search form select[name=category] {
  cursor: pointer;
  position: relative;
  top: -3px;
  width: 200px;
  height: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
/* line 35, ../scss/_page.scss */
.recipe_search form .easy-select-box {
  background: #fff;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 47, ../scss/_page.scss */
.recipe_search form .easy-select-box .esb-displayer {
  background: url(../images/common/icon_updown.png) no-repeat 5px center;
  color: #0c2245;
  cursor: pointer;
  height: 50px;
  line-height: 49px;
  padding: 0 10px;
  padding-left: 25px;
  text-indent: 5px;
  width: 205px;
}
/* line 60, ../scss/_page.scss */
.recipe_search form .easy-select-box:hover .esb-displayer {
  text-decoration: none;
}
/* line 65, ../scss/_page.scss */
.recipe_search form .easy-select-box.disabled .esb-displayer, .recipe_search form .easy-select-box:hover.disabled .esb-displayer {
  background-position: 0 -36px;
}
/* line 70, ../scss/_page.scss */
.recipe_search form .easy-select-box .esb-dropdown {
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 999;
  width: 200px;
  margin-top: -48%;
  margin-left: 1px;
}
/* line 83, ../scss/_page.scss */
.recipe_search form .easy-select-box .esb-item {
  padding: 3px 10px;
  background: #fff;
  color: #0c2245;
  cursor: pointer;
}
/* line 89, ../scss/_page.scss */
.recipe_search form .easy-select-box .esb-item:hover {
  background: #ccc;
  color: #fff;
  text-decoration: none;
}
/* line 97, ../scss/_page.scss */
.recipe_search form input[type=submit] {
  cursor: pointer;
  height: 50px;
  width: 180px;
  margin-left: 20px;
  background-color: #5c7b35;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 3px;
  padding-left: 36px;
  background-image: url(../images/common/icon_search.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  margin-left: 20px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 118, ../scss/_page.scss */
.recipe_search .quick_link {
  margin-top: 35px;
}
/* line 121, ../scss/_page.scss */
.recipe_search .quick_link ul {
  width: 530px;
  margin: 0 auto;
}
/* line 125, ../scss/_page.scss */
.recipe_search .quick_link ul li {
  float: left;
  border-radius: 20px;
  background-color: #fff;
  margin: 0 5px;
  padding: 5px 16px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 135, ../scss/_page.scss */
.recipe_search .quick_link ul li.title {
  padding-left: 18px;
  background-image: url(../images/common/icon_keyword.png);
  background-position: 2% 50%;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-color: #7a121c;
  color: #fff;
}
/* line 145, ../scss/_page.scss */
.recipe_search .quick_link ul li a {
  text-decoration: none;
}

/* line 158, ../scss/_page.scss */
.recipe_list li {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
}
/* line 163, ../scss/_page.scss */
.recipe_list li.right {
  margin-right: 0;
}

/* line 173, ../scss/_page.scss */
.recipe_box {
  position: relative;
  width: 314px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}
/* line 181, ../scss/_page.scss */
.recipe_box .recipe_box_photo {
  position: relative;
  width: 100%;
}
/* line 185, ../scss/_page.scss */
.recipe_box .recipe_box_photo img {
  width: 314px;
  height: 218px;
  height: auto;
  display: block;
}
/* line 192, ../scss/_page.scss */
.recipe_box .recipe_box_photo .recipe_box_title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/bg_fade_01.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
/* line 202, ../scss/_page.scss */
.recipe_box .recipe_box_photo .recipe_box_title p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}
/* line 214, ../scss/_page.scss */
.recipe_box .recipe_favorite {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
}
/* line 221, ../scss/_page.scss */
.recipe_box .recipe_favorite .wpfp-span {
  display: block;
  width: 60px;
  height: 60px;
}
/* line 226, ../scss/_page.scss */
.recipe_box .recipe_favorite .wpfp-span img {
  margin-top: 11px;
  margin-left: 11px;
}
/* line 231, ../scss/_page.scss */
.recipe_box .recipe_favorite .wpfp-span a {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../images/common/icon_favorite_off.png);
  background-repeat: no-repeat;
}
/* line 241, ../scss/_page.scss */
.recipe_box .recipe_favorite .wpfp-span a[href*="remove"] {
  background-image: url(../images/common/icon_favorite_on.png);
}
/* line 249, ../scss/_page.scss */
.recipe_box .recipe_box_spec .recipe_time {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  padding: 10px 20px;
  padding-left: 60px;
  background-image: url(../images/common/icon_time.png);
  background-position: 30px center;
  background-repeat: no-repeat;
}
/* line 260, ../scss/_page.scss */
.recipe_box .recipe_box_spec .recipe_calory {
  float: right;
  width: 49.9%;
  padding: 10px 20px;
  padding-left: 60px;
  background-image: url(../images/common/icon_kcal.png);
  background-position: 30px 48%;
  background-repeat: no-repeat;
}

/* line 275, ../scss/_page.scss */
.page_contents {
  min-width: 1020px;
}
/* line 278, ../scss/_page.scss */
.page_contents #page_heading {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 400px;
}
/* line 284, ../scss/_page.scss */
.page_contents #page_heading #page_title {
  padding-top: 140px;
  text-align: center;
  color: #fff;
}

.page_contents #healthy-and-beauty #page_heading #page_title {
  color: #000;
}
/* line 289, ../scss/_page.scss */
.page_contents #page_heading #page_title h1 {
  font-size: 72px;
}
/* line 293, ../scss/_page.scss */
.page_contents #page_heading #page_title p {
  font-size: 36px;
  font-weight: bold;
}

/* line 306, ../scss/_page.scss */
.page_contents #recipe #page_heading {
  background-image: url(../images/recipe/img_recipe_main.jpg);
}
/* line 310, ../scss/_page.scss */
.page_contents #recipe .inner {
  padding-top: 40px;
  padding-bottom: 60px;
}
/* line 314, ../scss/_page.scss */
.page_contents #recipe .inner .recipe_list {
  margin-top: 30px;
}
/* line 320, ../scss/_page.scss */
.page_contents #recipe .recipe_list .recipe_not_found {
  padding: 50px;
}
/* line 322, ../scss/_page.scss */
.page_contents #recipe .recipe_list .recipe_not_found p {
  text-align: center;
  font-size: 24px;
  color: #666;
}
/* line 329, ../scss/_page.scss */
.page_contents #recipe .recipe_list a.more {
  display: block;
  position: relative;
  width: 314px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}
/* line 344, ../scss/_page.scss */
.page_contents #recipe .recipe_list a.more:hover {
  text-decoration: none;
}

/* line 356, ../scss/_page.scss */
.page_contents #education #page_heading {
  background-image: url(../images/education/img_education_main.jpg);
}
/* line 360, ../scss/_page.scss */
.page_contents #education .inner {
  padding-top: 40px;
  padding-bottom: 60px;
}
/* line 364, ../scss/_page.scss */
.page_contents #education .inner .education_list {
  margin-top: 30px;
}
/* line 370, ../scss/_page.scss */
.page_contents #education .education_title h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
/* line 378, ../scss/_page.scss */
.page_contents #education .education_list li {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
}
/* line 383, ../scss/_page.scss */
.page_contents #education .education_list li.right {
  margin-right: 0;
}
/* line 387, ../scss/_page.scss */
.page_contents #education .education_list a.more {
  display: block;
  position: relative;
  width: 314px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}
/* line 402, ../scss/_page.scss */
.page_contents #education .education_list a.more:hover {
  text-decoration: none;
}

/* line 412, ../scss/_page.scss */
.education_box {
  position: relative;
  width: 314px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}
/* line 420, ../scss/_page.scss */
.education_box .education_box_photo {
  position: relative;
  width: 100%;
}
/* line 424, ../scss/_page.scss */
.education_box .education_box_photo img {
  width: 314px;
  height: 218px;
  height: auto;
  display: block;
}
/* line 432, ../scss/_page.scss */
.education_box .education_box_date {
  padding: 10px;
  background-image: url(../images/common/icon_calendar.png);
  background-repeat: no-repeat;
  background-position: 10px 45%;
  padding-left: 35px;
}
/* line 439, ../scss/_page.scss */
.education_box .education_box_date p {
  padding-top: 3px;
  font-size: 11px;
}
/* line 445, ../scss/_page.scss */
.education_box .education_box_title {
  padding: 10px;
}
/* line 449, ../scss/_page.scss */
.education_box .education_box_more {
  border-top: 1px solid #d2d2d2;
}
/* line 452, ../scss/_page.scss */
.education_box .education_box_more a {
  display: block;
  padding: 10px;
  background-color: #f2f2f2;
  text-align: center;
  font-weight: bold;
}

/* line 467, ../scss/_page.scss */
.page_contents #event #page_heading {
  background-image: url(../images/fair/img_event_main.jpg);
}
/* line 471, ../scss/_page.scss */
.page_contents #event .inner {
  padding-top: 40px;
  padding-bottom: 60px;
}
/* line 475, ../scss/_page.scss */
.page_contents #event .inner .fair_list {
  margin-top: 30px;
}
/* line 481, ../scss/_page.scss */
.page_contents #event .fair_list a.more {
  display: block;
  position: relative;
  width: 314px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}
/* line 496, ../scss/_page.scss */
.page_contents #event .fair_list a.more:hover {
  text-decoration: none;
}

/* line 508, ../scss/_page.scss */
.page_contents #event #page_heading {
  background-image: url(../images/event/img_event_main.jpg);
}
/* line 512, ../scss/_page.scss */
.page_contents #event .inner {
  padding-top: 40px;
  padding-bottom: 200px;
}
/* line 518, ../scss/_page.scss */
.page_contents #event .event_title h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
/* line 526, ../scss/_page.scss */
.page_contents #event .event_list li {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
}
/* line 531, ../scss/_page.scss */
.page_contents #event .event_list li.right {
  margin-right: 0;
}
/* line 535, ../scss/_page.scss */
.page_contents #event .event_list a.more {
  display: block;
  position: relative;
  width: 314px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}
/* line 550, ../scss/_page.scss */
.page_contents #event .event_list a.more:hover {
  text-decoration: none;
}

/* line 561, ../scss/_page.scss */
.event_box {
  position: relative;
  width: 314px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
}
/* line 569, ../scss/_page.scss */
.event_box .event_box_photo {
  position: relative;
  width: 100%;
  height: 244px;
  overflow: hidden;
}
/* line 575, ../scss/_page.scss */
.event_box .event_box_photo img {
  display: block;
}
/* line 580, ../scss/_page.scss */
.event_box .event_box_text {
  height: 305px;
  padding-top: 20px;
}
/* line 584, ../scss/_page.scss */
.event_box .event_box_text .event_box_date {
  min-height: 23px;
  padding: 0 20px;
  padding-left: 43px;
  background-image: url(../images/common/icon_calendar.png);
  background-repeat: no-repeat;
  background-position: 20px 48%;
  font-weight: bold;
}
/* line 593, ../scss/_page.scss */
.event_box .event_box_text .event_box_date p {
  padding-top: 3px;
  font-size: 13px;
}
/* line 599, ../scss/_page.scss */
.event_box .event_box_text .event_box_title {
  margin-top: 10px;
  padding: 0 20px;
}
/* line 603, ../scss/_page.scss */
.event_box .event_box_text .event_box_title h2 {
  font-size: 17px;
}
/* line 608, ../scss/_page.scss */
.event_box .event_box_text .event_box_content {
  margin-top: 7px;
  padding: 20px;
}
/* line 612, ../scss/_page.scss */
.event_box .event_box_text .event_box_content p {
  font-size: 14px;
  font-weight: bold;
  line-height: 175%;
  height: 155px;
}
/* line 621, ../scss/_page.scss */
.event_box .event_box_more {
  border-top: 1px solid #e4e7e8;
}
/* line 624, ../scss/_page.scss */
.event_box .event_box_more a {
  display: block;
  padding: 10px;
  background-color: #f7f7f7;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
/* line 632, ../scss/_page.scss */
.event_box .event_box_more a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* line 637, ../scss/_page.scss */
.event_box .event_box_more a[target="_blank"] {
  padding-left: 17px;
  background-image: url(../images/common/icon_blank.png);
  background-position: 115px center;
  background-repeat: no-repeat;
}

/* line 652, ../scss/_page.scss */
.page_contents #shop_list #eat, .page_contents #shop_list #buy {
  position: relative;
  top: -120px;
}
/* line 657, ../scss/_page.scss */
.page_contents #shop_list #page_heading {
  background-image: url(../images/shopping/img_shopping_main.jpg);
}
/* line 661, ../scss/_page.scss */
.page_contents #shop_list .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 667, ../scss/_page.scss */
.page_contents #shop_list .shop_list .shop_list_title {
  text-align: center;
}
/* line 670, ../scss/_page.scss */
.page_contents #shop_list .shop_list .shop_list_title h2 {
  font-weight: bold;
}
/* line 674, ../scss/_page.scss */
.page_contents #shop_list .shop_list .shop_list_title p {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}
/* line 681, ../scss/_page.scss */
.page_contents #shop_list .shop_list .shop_list_inner {
  margin-top: 20px;
}
/* line 685, ../scss/_page.scss */
.page_contents #shop_list .shop_list .shop_list_inner ul li {
  float: left;
  margin-left: 18px;
  margin-bottom: 36px;
}
/* line 690, ../scss/_page.scss */
.page_contents #shop_list .shop_list .shop_list_inner ul li.left {
  margin-left: 0px;
}

/* line 699, ../scss/_page.scss */
.shop_box {
  position: relative;
  width: 314px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
}
/* line 708, ../scss/_page.scss */
.shop_box .shop_box_inner .shop_box_photo {
  position: relative;
  width: 100%;
  height: auto;
}
/* line 714, ../scss/_page.scss */
.shop_box .shop_box_inner .shop_box_photo a img {
  display: block;
}
/* line 720, ../scss/_page.scss */
.shop_box .shop_box_inner .shop_box_more {
  background-color: #f7f7f7;
  border-top: 1px solid #e4e7e8;
}
/* line 724, ../scss/_page.scss */
.shop_box .shop_box_inner .shop_box_more a {
  display: block;
  padding: 10px;
  text-align: center;
}
/* line 729, ../scss/_page.scss */
.shop_box .shop_box_inner .shop_box_more a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* line 734, ../scss/_page.scss */
.shop_box .shop_box_inner .shop_box_more a span {
  font-weight: bold;
  font-size: 15px;
}
/* line 739, ../scss/_page.scss */
.shop_box .shop_box_inner .shop_box_more a[target="_blank"] span {
  padding-left: 17px;
  background-image: url(../images/common/icon_blank.png);
  background-position: left center;
  background-repeat: no-repeat;
}

/* line 753, ../scss/_page.scss */
body.mobile .page_contents #shop_list #eat, body.mobile .page_contents #shop_list #buy {
  position: relative;
  top: -80px;
}
/* line 758, ../scss/_page.scss */
body.mobile .page_contents #shop_list .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 765, ../scss/_page.scss */
body.mobile .page_contents #shop_list .shop_list .shop_list_title h2 {
  font-size: 16px;
}
/* line 772, ../scss/_page.scss */
body.mobile .page_contents #shop_list .shop_list .shop_list_inner ul li {
  float: none;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
}
/* line 783, ../scss/_page.scss */
body.mobile .shop_box {
  width: 100%;
}
/* line 786, ../scss/_page.scss */
body.mobile .shop_box .shop_box_inner {
  display: table;
}
/* line 789, ../scss/_page.scss */
body.mobile .shop_box .shop_box_inner .shop_box_photo {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
/* line 795, ../scss/_page.scss */
body.mobile .shop_box .shop_box_inner .shop_box_photo a img {
  width: 100%;
}
/* line 801, ../scss/_page.scss */
body.mobile .shop_box .shop_box_inner .shop_box_more {
  display: table-cell;
  width: 50%;
  border-top: none;
  background-color: #f7f7f7;
  vertical-align: middle;
}

/* line 817, ../scss/_page.scss */
.about_page .section {
  height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}
/* line 824, ../scss/_page.scss */
.about_page .section .inner {
  max-width: 1280px;
  min-width: 1080px;
  height: 100%;
  padding: 0;
  width: auto;
}
/* line 832, ../scss/_page.scss */
.about_page .section .box_text {
  width: 540px;
  height: 100%;
  padding-top: 145px;
  padding-left: 60px;
  color: #fff;
  font-weight: bold;
}
/* line 841, ../scss/_page.scss */
.about_page .section h2 {
  line-height: 165%;
  font-size: 28px;
}
/* line 846, ../scss/_page.scss */
.about_page .section p {
  margin-top: 35px;
  line-height: 200%;
  font-size: 16px;
  font-weight: bold;
}
/* line 854, ../scss/_page.scss */
.about_page .section:nth-of-type(odd) .box_text {
  float: left;
}
/* line 860, ../scss/_page.scss */
.about_page .section:nth-of-type(even) .box_text {
  float: right;
}

/* line 871, ../scss/_page.scss */
#about #page_heading {
  background-image: url(../images/about/img_about_main.jpg);
}
/* line 876, ../scss/_page.scss */
#about .section:nth-of-type(1) {
  background-image: url(../images/about/img_about_01.jpg);
}
/* line 879, ../scss/_page.scss */
#about .section:nth-of-type(1) .box_text {
  background: rgba(9, 42, 79, 0.6);
}
/* line 884, ../scss/_page.scss */
#about .section:nth-of-type(2) {
  background-image: url(../images/about/img_about_02.jpg);
}
/* line 887, ../scss/_page.scss */
#about .section:nth-of-type(2) .box_text {
  background: rgba(38, 83, 0, 0.6);
}
/* line 892, ../scss/_page.scss */
#about .section:nth-of-type(3) {
  background-image: url(../images/about/img_about_03.jpg);
}
/* line 895, ../scss/_page.scss */
#about .section:nth-of-type(3) .box_text {
  background: rgba(84, 37, 0, 0.6);
}

/* line 907, ../scss/_page.scss */
#safety #page_heading {
  background-image: url(../images/safety/img_safety_main.jpg);
}
/* line 912, ../scss/_page.scss */
#safety .section:nth-of-type(1) {
  background-image: url(../images/safety/img_safety_01.jpg);
}
/* line 915, ../scss/_page.scss */
#safety .section:nth-of-type(1) .box_text {
  background: rgba(29, 87, 0, 0.6);
}
/* line 920, ../scss/_page.scss */
#safety .section:nth-of-type(2) {
  background-image: url(../images/safety/img_safety_02.jpg);
}
/* line 923, ../scss/_page.scss */
#safety .section:nth-of-type(2) .box_text {
  background: rgba(29, 45, 65, 0.6);
}
/* line 928, ../scss/_page.scss */
#safety .section:nth-of-type(3) {
  background-image: url(../images/safety/img_safety_03.jpg);
}
/* line 931, ../scss/_page.scss */
#safety .section:nth-of-type(3) .box_text {
  background: rgba(45, 95, 39, 0.6);
}
/* line 936, ../scss/_page.scss */
#safety .section:nth-of-type(4) {
  background-image: url(../images/safety/img_safety_04.jpg);
}
/* line 939, ../scss/_page.scss */
#safety .section:nth-of-type(4) .box_text {
  background: rgba(55, 96, 28, 0.6);
}
/* line 944, ../scss/_page.scss */
#safety .section:nth-of-type(5) {
  background-image: url(../images/safety/img_safety_05.jpg);
}
/* line 947, ../scss/_page.scss */
#safety .section:nth-of-type(5) .box_text {
  background: rgba(58, 38, 26, 0.6);
}

/* line 959, ../scss/_page.scss */
#healthy #page_heading {
  background-image: url(../images/healthy/img_healthy_main.jpg);
}
/* line 963, ../scss/_page.scss */
#healthy #page_heading #page_title .observer {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}
/* line 971, ../scss/_page.scss */
#healthy .section {
  position: relative;
}
/* line 974, ../scss/_page.scss */
#healthy .section:nth-of-type(1) {
  background-image: url(../images/healthy/img_healthy_01.jpg);
}
/* line 977, ../scss/_page.scss */
#healthy .section:nth-of-type(1) .box_text {
  background: rgba(163, 20, 39, 0.6);
}
/* line 982, ../scss/_page.scss */
#healthy .section:nth-of-type(2) {
  background-image: url(../images/healthy/img_healthy_02.jpg);
}
/* line 985, ../scss/_page.scss */
#healthy .section:nth-of-type(2) .box_text {
  background: rgba(39, 98, 34, 0.6);
}
/* line 990, ../scss/_page.scss */
#healthy .section:nth-of-type(3) {
  background-image: url(../images/healthy/img_healthy_03.jpg);
}
/* line 993, ../scss/_page.scss */
#healthy .section:nth-of-type(3) .box_text {
  background: rgba(206, 90, 95, 0.6);
}
/* line 998, ../scss/_page.scss */
#healthy .section:nth-of-type(4) {
  background-image: url(../images/healthy/img_healthy_04.jpg);
}
/* line 1001, ../scss/_page.scss */
#healthy .section:nth-of-type(4) .box_text {
  background: rgba(87, 45, 6, 0.6);
}
/* line 1006, ../scss/_page.scss */
#healthy .section:nth-of-type(5) {
  background-image: url(../images/healthy/img_healthy_05.jpg);
}
/* line 1009, ../scss/_page.scss */
#healthy .section:nth-of-type(5) .box_text {
  background: rgba(63, 44, 5, 0.6);
}
/* line 1014, ../scss/_page.scss */
#healthy .section .healthy_graph {
  position: absolute;
  bottom: -500px;
  text-align: center;
  opacity: 0;
}
/* line 1022, ../scss/_page.scss */
#healthy .section:nth-of-type(odd) .healthy_graph {
  left: 650px;
}
/* line 1028, ../scss/_page.scss */
#healthy .section:nth-of-type(even) .healthy_graph {
  right: 650px;
}

.beauty #page_heading {
  background-image: url(../images/beauty/img_beauty_main.jpg);
}

.healthy #page_heading {
  background-image: url(../images/beauty/img_healthy_main.jpg);
}

#healthy-and-beauty{
  background: #fff
}

#healthy-and-beauty.about_page .section{
  height: auto;
}

#healthy-and-beauty .box{
  text-align: center;
}

#healthy-and-beauty .box_img{
  text-align: center;
}

#healthy-and-beauty #page_heading #page_title .observer {
  font-size: 16px;
  font-weight: bold;
  margin-top: 60px;
}

.beauty .section:nth-of-type(1) {
  margin: 90px 0 74px
}

.beauty .section:nth-of-type(2) {
  background-color: #FFF2FF;
  padding: 60px 0 50px;
  margin-bottom: 50px
}

.beauty .section:nth-of-type(3) {
  margin-bottom: 90px
}

.beauty .section:nth-of-type(3) h1{
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px
}

.beauty .section:nth-of-type(3) ul li{
  display: inline-block;
  width: 300px
}

.beauty .section:nth-of-type(3) ul li+li{
  margin-left: 40px
}

.beauty .section:nth-of-type(3) ul li h2{
  line-height: 1;
  color: #FF5091;
  font-weight:bold;
  font-size: 34px;
  margin-bottom: 30px
}

.beauty .section:nth-of-type(3) span{
  font-size: 50%
}

.beauty .section:nth-of-type(3) ul li p,
.beauty .section:nth-of-type(5) ul li p{
  text-align: left;
  margin-top: -4px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.beauty .section:nth-of-type(4){
  background-color: #F2F2F2;
  padding: 60px 0;
  margin-bottom: 86px
}

.beauty .section:nth-of-type(5){
  padding-bottom: 180px
}

.beauty .section:nth-of-type(5) h1{
  margin-bottom: 70px
}

.beauty .section:nth-of-type(5) ul{
  overflow: hidden;
  width: 980px;
  margin: 0 auto
}

.beauty .section:nth-of-type(5) ul li{
  float: left;
  width: 460px
}

.beauty .section:nth-of-type(5) ul li+li{
  margin-left: 60px
}

.beauty .section:nth-of-type(5) ul li h2{
  font-size: 24px;
  font-weight: bold;
  color: #FF5091;
  line-height: 1.2;
  margin-bottom: 28px
}

.beauty .section:nth-of-type(5) ul li p{
  margin-top: -4px;
  text-align: left;
}

.beauty .section:nth-of-type(5) ul li p span{
  color: #FF5091;
  font-weight: bold;
}

.beauty .section:nth-of-type(5) ul li p+h2{
  margin-top: 40px
}

.beauty .section:nth-of-type(5) ul li h3{
   color: #FF5091;
   font-size: 18px;
   line-height: 28px;
   margin-top: 40px;
   text-align: left;
}

#healthy-and-beauty.healthy .section:nth-of-type(1) {
  margin: 80px 0 74px
}

#healthy-and-beauty.healthy .section:nth-of-type(2) {
  background-color: #FDF1DD;
  padding: 60px 0 60px;
  margin-bottom: 70px
}

#healthy-and-beauty.healthy .section:nth-of-type(3){
  margin-bottom: 76px
}

#healthy-and-beauty.healthy .section:nth-of-type(4){
  margin-bottom: 84px;
  padding: 60px 0;
  background-color: #FFEFF2
}

#healthy-and-beauty.healthy .section:nth-of-type(5){
  padding-bottom: 180px
}

#healthy-and-beauty.healthy .section:nth-of-type(5) h1{
  margin-bottom: 70px
}

#healthy-and-beauty.healthy .section:nth-of-type(5) ul{
  overflow: hidden;
  width: 980px;
  margin: 0 auto
}

#healthy-and-beauty.healthy .section:nth-of-type(5) ul li{
  float: left;
  width: 460px
}

#healthy-and-beauty.healthy .section:nth-of-type(5) ul li p{
  text-align: left;
  margin-top: -4px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

#healthy-and-beauty.healthy .section:nth-of-type(5) ul li+li{
  margin-left: 60px
}

#healthy-and-beauty.healthy .section:nth-of-type(5) ul li h2{
  font-size: 24px;
  font-weight: bold;
  color: #E95513;
  line-height: 1.2;
  margin-bottom: 28px
}

#healthy-and-beauty.healthy .section:nth-of-type(5) ul li p{
  margin-top: -4px;
  text-align: left;
}

#healthy-and-beauty.healthy .section:nth-of-type(5) ul li p span{
  color: #E95513;
  font-weight: bold;
}

#healthy-and-beauty.healthy .section:nth-of-type(5) ul li p+h2{
  margin-top: 40px
}

#healthy-and-beauty.healthy .section:nth-of-type(5) ul li h3{
   color: #E95513;
   font-size: 18px;
   line-height: 28px;
   margin-top: 40px;
   text-align: left;
}

body.mobile #healthy-and-beauty #page_heading #page_title .observer{
  font-size: 14px !important
}

body.mobile #healthy-and-beauty img{
  width: 100%;
}

body.mobile #healthy-and-beauty .section:nth-of-type(5) img{
  width: 88%;
  margin: 0 6%
}

body.mobile .page_contents #healthy-and-beauty #page_heading #page_title{
  padding-top: 40px
}

body.mobile #healthy-and-beauty .section:nth-of-type(1) {
  margin: 40px 0
}

body.mobile #healthy-and-beauty .section:nth-of-type(2),
body.mobile #healthy-and-beauty .section:nth-of-type(4) {
  padding: 30px 0 20px;
  margin-bottom: 40px
}

body.mobile #healthy-and-beauty .section:nth-of-type(3) {
  margin-bottom: 40px
}

body.mobile .beauty .section:nth-of-type(3) h1{
  font-size: 18px;
  margin-bottom: 20px
}

body.mobile .beauty .section:nth-of-type(3) ul li{
  width: 94%;
  padding: 0 3%
}

body.mobile .beauty .section:nth-of-type(3) ul li+li{
  margin-left: 0;
  margin-top: 20px
}

body.mobile .beauty .section:nth-of-type(3) ul li h2{
  font-size: 16px;
  margin-bottom: 10px
}

body.mobile .beauty .section:nth-of-type(3) span{
  font-size: 50%
}

body.mobile .beauty .section:nth-of-type(3) ul li p,
body.mobile #healthy-and-beauty .section:nth-of-type(5) ul li p{
  margin-top: 0;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
}

body.mobile #healthy-and-beauty .section:nth-of-type(5){
  padding-bottom: 60px
}

body.mobile #healthy-and-beauty .section:nth-of-type(5) h1{
  margin-bottom: 20px
}

body.mobile #healthy-and-beauty .section:nth-of-type(5) ul{
  width: 100%;
}

body.mobile #healthy-and-beauty .section:nth-of-type(5) ul li{
  float: none;
  width: 100%;
  padding: 0 6%;
  box-sizing:border-box;
  margin: 0
}

body.mobile #healthy-and-beauty .section:nth-of-type(5) ul li+li{
  margin-left: 0;
  margin-top: 30px
}

body.mobile #healthy-and-beauty .section:nth-of-type(5) ul li h2{
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.2;
}

body.mobile #healthy-and-beauty .section:nth-of-type(5) ul li p+h2{
  margin-top: 30px
}

body.mobile .beauty .section:nth-of-type(5) ul li h3{
   font-size: 16px;
   line-height: 24px;
   letter-spacing: -1px
}


/*#contents {
  padding: 0;
  width: auto;
  background: #f9f6f3;
}
*/
/* line 1072, ../scss/_page.scss */
.text_level_01 {
  padding: 30px 0;
  font-size: 108%;
  text-align: center;
}

/* 一覧構成（1列/2列/3列） */
/* line 1079, ../scss/_page.scss */
.row1 {
  padding: 50px 0 0;
  text-align: center;
}

/* line 1083, ../scss/_page.scss */
.row2 {
  padding: 50px 0;
}

/* line 1086, ../scss/_page.scss */
.row2 ul {
  margin: auto;
  width: 1000px;
}

/* line 1090, ../scss/_page.scss */
.row2 li {
  float: left;
  margin: auto 6px 10px;
  width: 486px;
}

/* line 1095, ../scss/_page.scss */
.row3 {
  padding: 50px 0;
}

/* line 1098, ../scss/_page.scss */
.row3 ul {
  margin: auto;
  width: 996px;
}

/* line 1102, ../scss/_page.scss */
.row3 li {
  float: left;
  margin: auto 6px 10px;
  width: 320px;
}

/* line 1323, ../scss/_page.scss */
#education_detail * {
  box-sizing: border-box;
}
/* line 1327, ../scss/_page.scss */
#education_detail #page_heading {
  background-image: url(../images/education/img_education_main.jpg);
  height: 200px;
}
/* line 1331, ../scss/_page.scss */
#education_detail #page_heading #page_title {
  margin: auto;
  padding: 40px 0 0;
  width: auto;
  text-align: center;
  color: #fff;
}
/* line 1338, ../scss/_page.scss */
#education_detail #page_heading #page_title h1 {
  font-size: 72px;
  margin: auto auto 10px auto;
}
/* line 1342, ../scss/_page.scss */
#education_detail #page_heading #page_title p {
  margin: auto auto 20px auto;
  font-size: 24px;
}
/* line 1348, ../scss/_page.scss */
#education_detail .education_date {
  float: left;
  padding: 10px;
  background-image: url(../images/common/icon_calendar.png);
  background-repeat: no-repeat;
  background-position: 10px 45%;
  padding-left: 35px;
}
/* line 1356, ../scss/_page.scss */
#education_detail .education_date p {
  font-size: 13px;
  font-weight: bold;
}
/* line 1362, ../scss/_page.scss */
#education_detail .education_info {
  padding: 20px;
}
/* line 1365, ../scss/_page.scss */
#education_detail .education_info h2 {
  margin-bottom: 20px;
}
/* line 1369, ../scss/_page.scss */
#education_detail .education_info p {
  margin: 10px;
}
/* line 1375, ../scss/_page.scss */
#education_detail .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 1379, ../scss/_page.scss */
#education_detail .inner .education_main {
  float: left;
  width: 645px;
}
/* line 1384, ../scss/_page.scss */
#education_detail .inner .education_detail_container {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}
/* line 1392, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_photo a img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 1400, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_action {
  padding: 5px 20px;
  background: #e2e2e2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 1407, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_action a.like, #education_detail .inner .education_detail_container .education_action a.print {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px;
}
/* line 1415, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_action a.like {
  float: left;
  background-image: url(../images/common/icon_like.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 25px;
}
/* line 1423, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_action a.print {
  float: left;
  margin-left: 10px;
  background-image: url(../images/common/icon_print.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 25px;
}
/* line 1433, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_action .buttons {
  position: relative;
  padding-top: 10px;
}
/* line 1437, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_action .buttons .btn_fb,
#education_detail .inner .education_detail_container .education_action .buttons .btn_google,
#education_detail .inner .education_detail_container .education_action .buttons .btn_tw {
  position: absolute;
  display: inline-block;
}
/* line 1444, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_action .buttons .btn_fb {
  width: 70px;
  right: 115px;
  overflow: hidden;
}
/* line 1450, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_action .buttons .btn_google {
  right: 75px;
}
/* line 1454, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_action .buttons .btn_tw {
  right: 0px;
  width: 68px;
  overflow: hidden;
}
/* line 1462, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_info {
  padding: 10px 20px;
  padding-bottom: 20px;
}
/* line 1467, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_info .education_title h2 {
  font-weight: bold;
}
/* line 1479, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_info .education_description p {
  margin: 10px 0;
  font-size: 16px;
}
/* line 1485, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_info .education_spec {
  margin-top: 10px;
  background: #fff;
}
/* line 1489, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_info .education_spec .education_time {
  float: left;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  width: 50%;
  padding: 10px 20px;
  padding-left: 40px;
  background-image: url(../images/common/icon_time.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
/* line 1501, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_info .education_spec .education_calory {
  float: left;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 4px 4px 0;
  width: 49%;
  padding: 10px 20px;
  padding-left: 40px;
  background-image: url(../images/common/icon_kcal.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
/* line 1515, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_info .education_description {
  margin-top: 10px;
}
/* line 1520, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_heading {
  padding: 10px 20px;
  background: #e2e2e2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 1526, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_heading h3 {
  float: left;
  font-weight: bold;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
}
/* line 1536, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_ingredients {
  padding-bottom: 20px;
}
/* line 1540, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_ingredients .education_heading h3 {
  background-image: url(../images/common/icon_material.png);
}
/* line 1544, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_ingredients .education_heading .dishes {
  padding-top: 2px;
  float: right;
  font-weight: bold;
  font-size: 14px;
  background-image: url(../images/common/icon_person.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
}
/* line 1556, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_ingredients ul {
  padding: 10px 20px;
}
/* line 1559, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_ingredients ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
/* line 1567, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_ingredients dl dt {
  float: left;
}
/* line 1571, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_ingredients dl dd {
  float: right;
}
/* line 1577, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_howto {
  padding-bottom: 20px;
}
/* line 1581, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_howto .education_heading h3 {
  background-image: url(../images/common/icon_education.png);
}
/* line 1586, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_howto ul {
  padding: 10px 20px;
}
/* line 1589, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_howto ul li {
  padding: 10px 0;
  padding-left: 22px;
  border-bottom: 1px solid #ccc;
}
/* line 1594, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_howto ul li:before {
  content: attr(data-num);
  background: #666;
  border-radius: 3px;
  color: #fff;
  padding: 2px 5px 2px 5px;
  margin-left: -22px;
  margin-right: 5px;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
/* line 1612, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_advice .education_heading {
  background-color: #faf3f6;
  border-color: #f7edf2;
}
/* line 1616, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_advice .education_heading h3 {
  color: #981b1e;
  background-image: url(../images/common/icon_point.png);
}
/* line 1622, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_advice p {
  padding: 10px 20px;
}
/* line 1627, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share {
  border-top: 1px solid #ccc;
  background: #fcfcfc;
  padding: 10px 20px;
}
/* line 1632, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share #education_share_sns {
  float: left;
  width: 288px;
}
/* line 1636, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share #education_share_sns .balloon {
  background-image: url(../images/education/img_balloon_b.png);
  width: 288px;
  height: 78px;
}
/* line 1641, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share #education_share_sns .balloon p {
  color: #3F5AAB;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
}
/* line 1650, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share #education_share_sns .buttons {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}
/* line 1656, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share #education_share_sns .buttons .btn_fb,
#education_detail .inner .education_detail_container .education_share #education_share_sns .buttons .btn_google,
#education_detail .inner .education_detail_container .education_share #education_share_sns .buttons .btn_tw {
  display: inline-block;
  margin: 0 3px;
}
/* line 1663, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share #education_share_sns .buttons .btn_fb {
  width: 70px;
  overflow: hidden;
  top: -4px;
  position: relative;
}
/* line 1670, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share #education_share_sns .buttons .btn_google {
  position: relative;
  top: -4px;
}
/* line 1675, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share #education_share_sns .buttons .btn_tw {
  width: 68px;
  overflow: hidden;
  padding-top: 5px;
}
/* line 1683, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share #education_like {
  margin-left: 20px;
  float: left;
  width: 288px;
}
/* line 1688, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share #education_like .balloon {
  background-image: url(../images/education/img_balloon_r.png);
  width: 288px;
  height: 78px;
}
/* line 1693, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share #education_like .balloon p {
  color: #FF5B76;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
}
/* line 1703, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share #education_like .buttons a {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  width: 100px;
  margin: 0 auto;
  position: relative;
  display: block;
  background-image: url(../images/common/icon_like.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 25px;
}
/* line 1717, ../scss/_page.scss */
#education_detail .inner .education_detail_container .education_share #education_like .buttons a:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* line 1727, ../scss/_page.scss */
#education_detail .inner .education_back {
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  text-align: center;
  padding: 15px;
}
/* line 1739, ../scss/_page.scss */
#education_detail .education_side {
  width: 314px;
  float: right;
}
/* line 1743, ../scss/_page.scss */
#education_detail .education_side .education_box {
  margin-bottom: 20px;
}

/* line 1756, ../scss/_page.scss */
#not_found #page_heading #page_title {
  color: #b2b2b2;
}

/* line 1, ../scss/_style_page.scss */
.page {
  /*#contents {
    padding: 0;
    width: auto;
    background: #f9f6f3;
  }
  */
  /* 一覧構成（1列/2列/3列） */
  /* その他 */
  /* about */
  /* safety */
  /* healthy */
  /* select */
  /* cooking */
  /* shopping */
  /* app */
  /* steak */
  /* mail */
}
/* line 2, ../scss/_style_page.scss */
.page .mt0 {
  margin-top: 0px;
}
/* line 3, ../scss/_style_page.scss */
.page .mt5 {
  margin-top: 5px;
}
/* line 4, ../scss/_style_page.scss */
.page .mt10 {
  margin-top: 10px;
}
/* line 5, ../scss/_style_page.scss */
.page .mt15 {
  margin-top: 15px;
}
/* line 6, ../scss/_style_page.scss */
.page .mt20 {
  margin-top: 20px;
}
/* line 7, ../scss/_style_page.scss */
.page .mt25 {
  margin-top: 25px;
}
/* line 8, ../scss/_style_page.scss */
.page .mt30 {
  margin-top: 30px;
}
/* line 9, ../scss/_style_page.scss */
.page .mt35 {
  margin-top: 35px;
}
/* line 10, ../scss/_style_page.scss */
.page .mt40 {
  margin-top: 40px;
}
/* line 11, ../scss/_style_page.scss */
.page .mt45 {
  margin-top: 45px;
}
/* line 12, ../scss/_style_page.scss */
.page .mt50 {
  margin-top: 50px;
}
/* line 13, ../scss/_style_page.scss */
.page .mt55 {
  margin-top: 55px;
}
/* line 14, ../scss/_style_page.scss */
.page .mt60 {
  margin-top: 60px;
}
/* line 15, ../scss/_style_page.scss */
.page .mr0 {
  margin-right: 0px;
}
/* line 16, ../scss/_style_page.scss */
.page .mr5 {
  margin-right: 5px;
}
/* line 17, ../scss/_style_page.scss */
.page .mr10 {
  margin-right: 10px;
}
/* line 18, ../scss/_style_page.scss */
.page .mr15 {
  margin-right: 15px;
}
/* line 19, ../scss/_style_page.scss */
.page .mr20 {
  margin-right: 20px;
}
/* line 20, ../scss/_style_page.scss */
.page .mr25 {
  margin-right: 25px;
}
/* line 21, ../scss/_style_page.scss */
.page .mr30 {
  margin-right: 30px;
}
/* line 22, ../scss/_style_page.scss */
.page .mr35 {
  margin-right: 35px;
}
/* line 23, ../scss/_style_page.scss */
.page .mr40 {
  margin-right: 40px;
}
/* line 24, ../scss/_style_page.scss */
.page .mr45 {
  margin-right: 45px;
}
/* line 25, ../scss/_style_page.scss */
.page .mr50 {
  margin-right: 50px;
}
/* line 26, ../scss/_style_page.scss */
.page .mr55 {
  margin-right: 55px;
}
/* line 27, ../scss/_style_page.scss */
.page .mr60 {
  margin-right: 60px;
}
/* line 28, ../scss/_style_page.scss */
.page .mb0 {
  margin-bottom: 0px;
}
/* line 29, ../scss/_style_page.scss */
.page .mb5 {
  margin-bottom: 5px;
}
/* line 30, ../scss/_style_page.scss */
.page .mb10 {
  margin-bottom: 10px;
}
/* line 31, ../scss/_style_page.scss */
.page .mb15 {
  margin-bottom: 15px;
}
/* line 32, ../scss/_style_page.scss */
.page .mb20 {
  margin-bottom: 20px;
}
/* line 33, ../scss/_style_page.scss */
.page .mb25 {
  margin-bottom: 25px;
}
/* line 34, ../scss/_style_page.scss */
.page .mb30 {
  margin-bottom: 30px;
}
/* line 35, ../scss/_style_page.scss */
.page .mb35 {
  margin-bottom: 35px;
}
/* line 36, ../scss/_style_page.scss */
.page .mb40 {
  margin-bottom: 40px;
}
/* line 37, ../scss/_style_page.scss */
.page .mb45 {
  margin-bottom: 45px;
}
/* line 38, ../scss/_style_page.scss */
.page .mb50 {
  margin-bottom: 50px;
}
/* line 39, ../scss/_style_page.scss */
.page .mb55 {
  margin-bottom: 55px;
}
/* line 40, ../scss/_style_page.scss */
.page .mb60 {
  margin-bottom: 60px;
}
/* line 41, ../scss/_style_page.scss */
.page .ml0 {
  margin-left: 0px;
}
/* line 42, ../scss/_style_page.scss */
.page .ml5 {
  margin-left: 5px;
}
/* line 43, ../scss/_style_page.scss */
.page .ml10 {
  margin-left: 10px;
}
/* line 44, ../scss/_style_page.scss */
.page .ml15 {
  margin-left: 15px;
}
/* line 45, ../scss/_style_page.scss */
.page .ml20 {
  margin-left: 20px;
}
/* line 46, ../scss/_style_page.scss */
.page .ml25 {
  margin-left: 25px;
}
/* line 47, ../scss/_style_page.scss */
.page .ml30 {
  margin-left: 30px;
}
/* line 48, ../scss/_style_page.scss */
.page .ml35 {
  margin-left: 35px;
}
/* line 49, ../scss/_style_page.scss */
.page .ml40 {
  margin-left: 40px;
}
/* line 50, ../scss/_style_page.scss */
.page .ml45 {
  margin-left: 45px;
}
/* line 51, ../scss/_style_page.scss */
.page .ml50 {
  margin-left: 50px;
}
/* line 52, ../scss/_style_page.scss */
.page .ml55 {
  margin-left: 55px;
}
/* line 53, ../scss/_style_page.scss */
.page .ml60 {
  margin-left: 60px;
}
/* line 54, ../scss/_style_page.scss */
.page .w20 {
  width: 20%;
}
/* line 55, ../scss/_style_page.scss */
.page .w25 {
  width: 25%;
}
/* line 56, ../scss/_style_page.scss */
.page .w30 {
  width: 30%;
}
/* line 57, ../scss/_style_page.scss */
.page .w40 {
  width: 40%;
}
/* line 58, ../scss/_style_page.scss */
.page .w45 {
  width: 45%;
}
/* line 59, ../scss/_style_page.scss */
.page .w50 {
  width: 50%;
}
/* line 60, ../scss/_style_page.scss */
.page .w55 {
  width: 55%;
}
/* line 61, ../scss/_style_page.scss */
.page .w60 {
  width: 60%;
}
/* line 62, ../scss/_style_page.scss */
.page .w70 {
  width: 70%;
}
/* line 63, ../scss/_style_page.scss */
.page .w75 {
  width: 75%;
}
/* line 64, ../scss/_style_page.scss */
.page .w80 {
  width: 80%;
}
/* line 65, ../scss/_style_page.scss */
.page .w90 {
  width: 90%;
}
/* line 66, ../scss/_style_page.scss */
.page .w100 {
  width: 100%;
}
/* line 68, ../scss/_style_page.scss */
.page * {
  box-sizing: content-box;
  font-weight: normal;
}
/* line 73, ../scss/_style_page.scss */
.page .none {
  display: none;
}
/* line 84, ../scss/_style_page.scss */
.page #page_heading {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 400px;
}
/* line 90, ../scss/_style_page.scss */
.page .repeat {
  height: 100%;
  background-image: url(../images/common/bg_repeat_01.png);
}
/* line 95, ../scss/_style_page.scss */
.page .text_level_01 {
  padding: 30px 0;
  font-size: 108%;
  text-align: center;
}
/* line 102, ../scss/_style_page.scss */
.page .row1 {
  padding: 50px 0 0;
  text-align: center;
}
/* line 106, ../scss/_style_page.scss */
.page .row2 {
  padding: 50px 0;
}
/* line 109, ../scss/_style_page.scss */
.page .row2 ul {
  margin: auto;
  width: 1000px;
}
/* line 113, ../scss/_style_page.scss */
.page .row2 li {
  float: left;
  margin: auto 6px 10px;
  width: 486px;
}
/* line 118, ../scss/_style_page.scss */
.page .row3 {
  padding: 50px 0;
}
/* line 121, ../scss/_style_page.scss */
.page .row3 ul {
  margin: auto;
  width: 996px;
}
/* line 125, ../scss/_style_page.scss */
.page .row3 li {
  float: left;
  margin: auto 6px 10px;
  width: 320px;
}
/* line 132, ../scss/_style_page.scss */
.page #box_text_main {
  margin: auto;
  padding: 120px 0 0;
  width: auto;
  text-align: center;
  color: #fff;
}
/* line 139, ../scss/_style_page.scss */
.page #box_text_main dt {
  font-size: 72px;
  margin: auto auto 10px auto;
  font-weight: bold;
}
/* line 144, ../scss/_style_page.scss */
.page #box_text_main dd {
  margin: auto auto 50px auto;
  font-size: 36px;
  font-weight: bold;
}
/* line 149, ../scss/_style_page.scss */
.page .section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 750px;
}
/* line 155, ../scss/_style_page.scss */
.page .section .box_text {
  padding: 150px 4%;
  height: 450px;
  width: 33%;
  min-width: 320px;
  color: #fff;
  font-weight: bold;
}
/* line 163, ../scss/_style_page.scss */
.page .section .box_text dt {
  margin: auto auto 8% auto;
  line-height: 180%;
  font-size: 200%;
}
/* line 168, ../scss/_style_page.scss */
.page .section .box_text dd {
  line-height: 200%;
  font-size: 108%;
}
/* line 174, ../scss/_style_page.scss */
.page #about #page_heading {
  background-image: url(../images/about/img_about_main.jpg);
}
/* line 177, ../scss/_style_page.scss */
.page #about #section01 {
  background-image: url(../images/about/img_about_01.jpg);
}
/* line 181, ../scss/_style_page.scss */
.page #about #section02 {
  background-image: url(../images/about/img_about_02.jpg);
}
/* line 185, ../scss/_style_page.scss */
.page #about #section03 {
  background-image: url(../images/about/img_about_03.jpg);
}
/* line 188, ../scss/_style_page.scss */
.page #about #section01 .box_text {
  margin: auto auto auto 0;
  background-color: #092a4f;
  background: rgba(9, 42, 79, 0.6);
}
/* line 193, ../scss/_style_page.scss */
.page #about #section02 .box_text {
  margin: auto 0 auto auto;
  background: rgba(38, 83, 0, 0.6);
}
/* line 197, ../scss/_style_page.scss */
.page #about #section03 .box_text {
  margin: auto auto auto 0;
  background: rgba(84, 37, 0, 0.6);
}
/* line 202, ../scss/_style_page.scss */
.page #safety #page_heading {
  background-image: url(../images/safety/img_safety_main.jpg);
}
/* line 205, ../scss/_style_page.scss */
.page #safety #section01 {
  background-image: url(../images/safety/img_safety_01.jpg);
}
/* line 208, ../scss/_style_page.scss */
.page #safety #section02 {
  background-image: url(../images/safety/img_safety_02.jpg);
}
/* line 212, ../scss/_style_page.scss */
.page #safety #section03 {
  background-image: url(../images/safety/img_safety_03.jpg);
}
/* line 215, ../scss/_style_page.scss */
.page #safety #section04 {
  background-image: url(../images/safety/img_safety_04.jpg);
}
/* line 218, ../scss/_style_page.scss */
.page #safety #section05 {
  background-image: url(../images/safety/img_safety_05.jpg);
}
/* line 221, ../scss/_style_page.scss */
.page #safety #section01 .box_text {
  margin: auto auto auto 0;
  background-color: #092a4f;
  background: rgba(29, 87, 0, 0.6);
}
/* line 226, ../scss/_style_page.scss */
.page #safety #section02 .box_text {
  margin: auto 0 auto auto;
  background: rgba(29, 45, 65, 0.6);
}
/* line 230, ../scss/_style_page.scss */
.page #safety #section03 .box_text {
  margin: auto auto auto 0;
  background: rgba(45, 95, 39, 0.6);
}
/* line 234, ../scss/_style_page.scss */
.page #safety #section04 .box_text {
  margin: auto 0 auto auto;
  background: rgba(55, 96, 28, 0.6);
}
/* line 238, ../scss/_style_page.scss */
.page #safety #section05 .box_text {
  margin: auto auto auto 0;
  background: rgba(58, 38, 26, 0.6);
}
/* line 243, ../scss/_style_page.scss */
.page #healthy #page_heading {
  background-image: url(../images/healthy/img_healthy_main.jpg);
}
/* line 246, ../scss/_style_page.scss */
.page #healthy #section01 {
  background-image: url(../images/healthy/img_healthy_01.jpg);
}
/* line 249, ../scss/_style_page.scss */
.page #healthy #section02 {
  background-image: url(../images/healthy/img_healthy_02.jpg);
}
/* line 253, ../scss/_style_page.scss */
.page #healthy #section03 {
  background-image: url(../images/healthy/img_healthy_03.jpg);
}
/* line 256, ../scss/_style_page.scss */
.page #healthy #section04 {
  background-image: url(../images/healthy/img_healthy_04.jpg);
}
/* line 259, ../scss/_style_page.scss */
.page #healthy #section05 {
  background-image: url(../images/healthy/img_healthy_05.jpg);
}
/* line 262, ../scss/_style_page.scss */
.page #healthy #section01 .box_text {
  margin: auto auto auto 0;
  background: rgba(163, 20, 39, 0.6);
}
/* line 266, ../scss/_style_page.scss */
.page #healthy #section02 .box_text {
  margin: auto 0 auto auto;
  background: rgba(39, 98, 34, 0.6);
}
/* line 270, ../scss/_style_page.scss */
.page #healthy #section03 .box_text {
  margin: auto auto auto 0;
  background: rgba(206, 90, 95, 0.6);
}
/* line 275, ../scss/_style_page.scss */
.page #healthy #section04 .box_text {
  margin: auto 0 auto auto;
  background: rgba(87, 45, 6, 0.6);
}
/* line 279, ../scss/_style_page.scss */
.page #healthy #section05 .box_text {
  margin: auto auto auto 0;
  background: rgba(63, 44, 5, 0.6);
}
/* line 284, ../scss/_style_page.scss */
.page #select #page_heading {
  background-image: url(../images/select/img_select_main.jpg);
}
/* line 288, ../scss/_style_page.scss */
.page #cooking #page_heading {
  background-image: url(../images/cooking/img_cooking_main.jpg);
}
/* line 292, ../scss/_style_page.scss */
.page #shopping #page_heading {
  background-image: url(../images/shopping/img_shopping_main.jpg);
}
/* line 295, ../scss/_style_page.scss */
.page #shopping h2 {
  padding: 50px 0 0;
  text-align: center;
  font-size: 170%;
  font-weight: bold;
  color: #58595b;
}
/* line 303, ../scss/_style_page.scss */
.page #app #page_heading {
  background-image: url(../images/app/img_app_main.jpg);
}
/* line 306, ../scss/_style_page.scss */
.page #section_app {
  background-color: #ebf3e1;
  height: 836px;
}
/* line 310, ../scss/_style_page.scss */
.page #section_app .repeat {
  height: 100%;
  background-image: url(../images/app/bg_repeat_01.png);
}
/* line 314, ../scss/_style_page.scss */
.page #section_app #set {
  margin: auto;
  padding: 70px 0;
  width: 992px;
  text-align: center;
}
/* line 320, ../scss/_style_page.scss */
.page #section_app #set .floatL {
  float: left;
  margin: auto;
  width: 496px;
}
/* line 325, ../scss/_style_page.scss */
.page #section_app .shout {
  padding: 30px;
  font-size: 180%;
  font-weight: bold;
  color: #58595b;
}
/* line 331, ../scss/_style_page.scss */
.page #section_app .button a {
  padding: 4px;
}
/* line 336, ../scss/_style_page.scss */
.page #steak #page_heading {
  background-image: url(../images/steak/img_steak_main.jpg);
}
/* line 339, ../scss/_style_page.scss */
.page #steak #section01 {
  background-image: url(../images/steak/bg_steak_01.jpg);
  height: 800px
}
/* line 342, ../scss/_style_page.scss */
.page #steak #section02 {
  background-image: url(../images/steak/bg_steak_02.jpg);
  height: 1190px;
}
/* line 346, ../scss/_style_page.scss */
.page #steak #section03 {
  position: relative;
  /*position: absolute;*/
  background-image: url(../images/steak/bg_steak_03.png);
  width: 100%;
  height: 1280px;
  z-index: 2;
}

.page #steak #section_movie {
  background-image: url(../images/steak/bg_steak_movie.jpg);
  height: 1020px
}

.page #steak #section_movie .repeat{
  position: relative;
}

#movie_next{
  text-align: center;
  background: #ffc222;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  line-height: 170px;
}

#movie_next_arrow{
  text-align: center;
}

/* line 354, ../scss/_style_page.scss */
.page #steak #section_app {
  /* position: relative; */
  /* top: 1150px; */
  margin-top: -135px;
  width: 100%;
  height: 1000px;
  /* z-index: -100; */
  /* margin-bottom: 1150px; */
}
/* line 364, ../scss/_style_page.scss */
.page #steak .section ul {
  margin: auto;
  width: 996px;
}
/* line 368, ../scss/_style_page.scss */
.page #steak .section li {
  float: left;
  margin: auto 6px 10px;
  width: 480px;
}
/* line 373, ../scss/_style_page.scss */
.page #steak .section .head02 {
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
  padding: 30px 0;
  width: 100px;
  height: 100px;
}
/* line 381, ../scss/_style_page.scss */
.page #steak .section .point {
  background-repeat: no-repeat;
  margin: 0 auto 30px;
  width: 440px;
  height: 100px;
}

.page #steak #section_movie .point {
  width: 355px;
  height: 86px;
}

.youtube{
  margin: 0 auto;
  width: 980px
}

/* line 387, ../scss/_style_page.scss */
.page #steak #section01 .head02 {
  background-image: url(../images/steak/head_steak_A.png);
}
/* line 390, ../scss/_style_page.scss */
.page #steak #section01 .point {
  background-image: url(../images/steak/point_steak_A.png);
}
/* line 393, ../scss/_style_page.scss */
.page #steak #section02 .head02 {
  background-image: url(../images/steak/head_steak_B.png);
}
/* line 396, ../scss/_style_page.scss */
.page #steak #section02 .point {
  background-image: url(../images/steak/point_steak_B.png);
}
/* line 399, ../scss/_style_page.scss */
.page #steak #section03 .head02 {
  background-image: url(../images/steak/head_steak_C.png);
}
/* line 402, ../scss/_style_page.scss */
.page #steak #section03 .point {
  background-image: url(../images/steak/point_steak_C.png);
}

.page #steak #section_movie .head02 {
  background-image: url(../images/steak/head_steak_movie.png);
}
/* line 402, ../scss/_style_page.scss */
.page #steak #section_movie .point {
  background-image: url(../images/steak/point_steak_movie.png);
}

/* line 405, ../scss/_style_page.scss */
.page #steak #section_app .head02 {
  padding: 170px 0 0;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 250%;
  color: #8ec184;
}
/* line 413, ../scss/_style_page.scss */
.page #steak #section_app #set {
  padding: 50px 0 0;
}
/* line 419, ../scss/_style_page.scss */
.page #mail {
  overflow: hidden;
}
/* line 422, ../scss/_style_page.scss */
.page #mail #page_heading {
  background-image: url(../images/mail/img_mail_main.jpg);
}
/* line 425, ../scss/_style_page.scss */
.page #mail h2 {
  padding: 50px 0 0;
  text-align: center;
  font-size: 170%;
  font-weight: bold;
  color: #58595b;
}
/* line 432, ../scss/_style_page.scss */
.page #mail .row3 ul {
  margin: auto;
  width: 860px;
  text-align: center;
}
/* line 437, ../scss/_style_page.scss */
.page #mail .row3 {
  margin-bottom: 40px;
}
/* line 440, ../scss/_style_page.scss */
.page #mail .row3 li {
  margin: auto 10px;
  width: 256px;
}
/* line 444, ../scss/_style_page.scss */
.page #mail #set {
  margin: auto;
  width: 860px;
  text-align: center;
}
/* line 449, ../scss/_style_page.scss */
.page #mail #set .floatL {
  float: left;
  padding: 0 6px;
}
/* line 454, ../scss/_style_page.scss */
.page #privacy {
  padding-bottom: 50px;
}
/* line 457, ../scss/_style_page.scss */
.page #privacy #page_heading {
  background-image: url(../images/privacy/img_privacy_main.jpg);
}
/* line 461, ../scss/_style_page.scss */
.page #privacy .section_title {
  padding: 50px 0;
  padding-bottom: 30px;
}
/* line 465, ../scss/_style_page.scss */
.page #privacy .section_title h1 {
  font-size: 36px;
  text-align: center;
}
/* line 473, ../scss/_style_page.scss */
.page #site {
  padding: 50px 0;
  padding-top: 0;
}
/* line 477, ../scss/_style_page.scss */
.page #site #page_heading {
  background-image: url(../images/site/img_site_main.jpg);
  margin-bottom: 50px;
}
/* line 482, ../scss/_style_page.scss */
.page #site h1 {
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 487, ../scss/_style_page.scss */
.page #site h2 {
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 496, ../scss/_style_page.scss */
#recipe_detail span.red {
  color: #f00;
}
/* line 500, ../scss/_style_page.scss */
#recipe_detail * {
  box-sizing: border-box;
}
/* line 504, ../scss/_style_page.scss */
#recipe_detail #page_heading {
  background-image: url(../images/recipe/img_recipeDetails_main.jpg);
  height: 200px;
}
/* line 508, ../scss/_style_page.scss */
#recipe_detail #page_heading #box_text_main {
  margin: auto;
  padding: 40px 0 0;
  width: auto;
  text-align: center;
  color: #fff;
}
/* line 515, ../scss/_style_page.scss */
#recipe_detail #page_heading #box_text_main dt {
  font-size: 72px;
  margin: auto auto 10px auto;
}
/* line 519, ../scss/_style_page.scss */
#recipe_detail #page_heading #box_text_main dd {
  margin: auto auto 20px auto;
  font-size: 24px;
}
/* line 525, ../scss/_style_page.scss */
#recipe_detail .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 529, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_main {
  float: left;
  width: 645px;
}
/* line 534, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
}
/* line 542, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_photo a img {
  display: block;
}
/* line 548, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_action {
  padding: 10px 20px;
  background: #e2e2e2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 554, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_like,
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_print {
  float: left;
}
/* line 559, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_like {
  position: relative;
  width: 85px;
  height: 20px;
}
/* line 564, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_like .wpfp-span {
  width: 85px;
  height: 20px;
  display: block;
}
/* line 569, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_like .wpfp-span img {
  margin-top: 0px;
  margin-left: 36px;
}
/* line 574, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_like .wpfp-span a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 85px;
  height: 20px;
  display: block;
  background-image: url(../images/recipe/like_top_off.png);
  background-repeat: no-repeat;
}
/* line 584, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_like .wpfp-span a[href*="remove"] {
  background-image: url(../images/recipe/like_top_on.png);
}
/* line 591, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_print {
  margin-left: 5px;
}
/* line 595, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_print a img {
  display: block;
}
/* line 601, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_fb,
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_google,
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_tw {
  float: right;
  height: 20px;
  overflow: hidden;
}
/* line 609, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_fb {
  width: 70px;
  margin-right: 5px;
}
/* line 614, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_google {
  right: 75px;
  margin-right: 5px;
}
/* line 619, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_action .btn_tw {
  width: 68px;
}
/* line 625, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_info {
  padding: 10px 20px;
  padding-bottom: 20px;
}
/* line 630, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_info .recipe_title h2 {
  font-weight: bold;
}
/* line 635, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_info .recipe_spec {
  margin-top: 10px;
  background: #fff;
}
/* line 639, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_info .recipe_spec .recipe_time {
  float: left;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  width: 50%;
  padding: 10px 20px;
  padding-left: 40px;
  background-image: url(../images/common/icon_time.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
/* line 651, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_info .recipe_spec .recipe_calory {
  float: left;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 4px 4px 0;
  width: 49%;
  padding: 10px 20px;
  padding-left: 40px;
  background-image: url(../images/common/icon_kcal.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
/* line 665, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_info .recipe_description {
  margin-top: 10px;
}
/* line 670, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_heading {
  padding: 10px 20px;
  background: #e2e2e2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 676, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_heading h3 {
  float: left;
  font-weight: bold;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
}
/* line 686, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_ingredients {
  padding-bottom: 20px;
}
/* line 690, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_ingredients .recipe_heading h3 {
  background-image: url(../images/common/icon_material.png);
}
/* line 694, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_ingredients .recipe_heading .dishes {
  padding-top: 2px;
  float: right;
  font-weight: bold;
  font-size: 14px;
  background-image: url(../images/common/icon_person.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
}
/* line 706, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_ingredients ul {
  padding: 10px 20px;
}
/* line 709, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_ingredients ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
/* line 717, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_ingredients dl dt {
  float: left;
}
/* line 721, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_ingredients dl dd {
  float: right;
}
/* line 727, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_howto {
  padding-bottom: 20px;
}
/* line 731, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_howto .recipe_heading h3 {
  background-image: url(../images/common/icon_recipe.png);
}
/* line 736, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_howto ul {
  padding: 10px 20px;
}
/* line 739, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_howto ul li {
  padding: 10px 0;
  padding-left: 22px;
  border-bottom: 1px solid #ccc;
}
/* line 744, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_howto ul li:before {
  content: attr(data-num);
  background: #666;
  border-radius: 3px;
  color: #fff;
  padding: 2px 5px 2px 5px;
  margin-left: -22px;
  margin-right: 5px;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
/* line 762, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_advice .recipe_heading {
  background-color: #faf3f6;
  border-color: #f7edf2;
}
/* line 766, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_advice .recipe_heading h3 {
  color: #981b1e;
  background-image: url(../images/common/icon_point.png);
}
/* line 772, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_advice p {
  padding: 10px 20px;
}
/* line 777, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share {
  border-top: 1px solid #ccc;
  background: #fcfcfc;
  padding: 10px 20px;
}
/* line 782, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_share_sns {
  float: left;
  width: 288px;
}
/* line 786, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_share_sns .balloon {
  background-image: url(../images/recipe/img_balloon_b.png);
  width: 288px;
  height: 78px;
}
/* line 791, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_share_sns .balloon p {
  color: #3F5AAB;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
}
/* line 800, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_share_sns .buttons {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 9px 45px;
  text-align: center;
}
/* line 806, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_share_sns .buttons .btn_fb,
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_share_sns .buttons .btn_google,
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_share_sns .buttons .btn_tw {
  float: right;
  height: 20px;
  overflow: hidden;
}
/* line 814, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_share_sns .buttons .btn_fb {
  width: 70px;
  margin-right: 10px;
}
/* line 819, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_share_sns .buttons .btn_google {
  right: 75px;
  margin-right: 10px;
}
/* line 824, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_share_sns .buttons .btn_tw {
  width: 68px;
}
/* line 830, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_like {
  margin-left: 20px;
  float: left;
  width: 288px;
}
/* line 835, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_like .balloon {
  background-image: url(../images/recipe/img_balloon_r.png);
  width: 288px;
  height: 78px;
}
/* line 840, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_like .balloon p {
  color: #FF5B76;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
}
/* line 850, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_like .buttons .btn_like {
  position: relative;
  width: 160px;
  height: 40px;
  margin: 0 auto;
}
/* line 856, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_like .buttons .btn_like .wpfp-span {
  width: 160px;
  height: 40px;
  display: block;
}
/* line 861, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_like .buttons .btn_like .wpfp-span img {
  margin-top: 0px;
  margin-left: 36px;
}
/* line 866, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_like .buttons .btn_like .wpfp-span a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 40px;
  display: block;
  background-image: url(../images/recipe/like_bottom_off.png);
  background-repeat: no-repeat;
}
/* line 876, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_detail_container .recipe_share #recipe_like .buttons .btn_like .wpfp-span a[href*="remove"] {
  background-image: url(../images/recipe/like_bottom_on.png);
}
/* line 887, ../scss/_style_page.scss */
#recipe_detail .inner .recipe_back {
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px;
  text-align: center;
  padding: 15px;
}
/* line 899, ../scss/_style_page.scss */
#recipe_detail .recipe_side {
  width: 314px;
  float: right;
}
/* line 903, ../scss/_style_page.scss */
#recipe_detail .recipe_side .recipe_box {
  margin-bottom: 20px;
}

/* line 2, ../scss/_override.scss */
.page #privacy, .page #site {
  padding: 0 0 50px;
  background: #f9f6f3;
}
/* line 5, ../scss/_override.scss */
.page #privacy #page_heading, .page #site #page_heading {
  margin-bottom: 50px;
}
/* line 8, ../scss/_override.scss */
.page #privacy #page_heading #box_text_main dt, .page #site #page_heading #box_text_main dt {
  text-shadow: 0 0 50px #888;
}
/* line 11, ../scss/_override.scss */
.page #privacy #page_heading #box_text_main dd, .page #site #page_heading #box_text_main dd {
  text-shadow: 0 0 20px #333;
}
/* line 17, ../scss/_override.scss */
.page #privacy .section_title h1, .page #site .section_title h1 {
  border-left: 4px solid #aaa;
  padding: 10px 8px;
}
/* line 23, ../scss/_override.scss */
.page #privacy .inner h2, .page #site .inner h2 {
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 2px;
  border-bottom: 4px solid #aaa;
}
/* line 29, ../scss/_override.scss */
.page #privacy .inner p, .page #site .inner p {
  padding: 0 4px;
}
/* line 33, ../scss/_override.scss */
.page #privacy .inner ul.indent li, .page #site .inner ul.indent li {
  text-indent: -14px;
  padding-left: 14px;
}

/* line 2, ../scss/_mobile.scss */
body.mobile.sidr-open #globalheader {
  left: 250px;
}

/* line 7, ../scss/_mobile.scss */
body.mobile {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow-x: hidden;
}
/* line 16, ../scss/_mobile.scss */
body.mobile #wrap {
  padding-top: 60px;
  padding-bottom: 0;
}
/* line 21, ../scss/_mobile.scss */
body.mobile .inner {
  width: 100%;
}
/* line 25, ../scss/_mobile.scss */
body.mobile h1#page_heading {
  height: 200px;
}
/* line 28, ../scss/_mobile.scss */
body.mobile h1#page_heading #box_text_main {
  padding-top: 60px;
}
/* line 31, ../scss/_mobile.scss */
body.mobile h1#page_heading #box_text_main dt {
  font-size: 40px;
}
/* line 35, ../scss/_mobile.scss */
body.mobile h1#page_heading #box_text_main dd {
  font-size: 18px;
}
/* line 47, ../scss/_mobile.scss */
body.mobile .page_contents {
  min-width: 100%;
}
/* line 50, ../scss/_mobile.scss */
body.mobile .page_contents #page_heading {
  height: 200px;
}
/* line 53, ../scss/_mobile.scss */
body.mobile .page_contents #page_heading #page_title {
  padding-top: 60px;
}
/* line 57, ../scss/_mobile.scss */
body.mobile .page_contents #page_heading #page_title h1 {
  font-size: 40px !important;
  font-weight: bold;
}
/* line 62, ../scss/_mobile.scss */
body.mobile .page_contents #page_heading #page_title p {
  font-size: 18px;
}
/* line 66, ../scss/_mobile.scss */
body.mobile .page_contents #page_heading #page_title .observer {
  font-size: 16px !important;
  margin-top: 10px !important;
}
/* line 75, ../scss/_mobile.scss */
body.mobile .page_contents .about_page .section .box_text {
  width: 100%;
  padding: 20px;
}
/* line 80, ../scss/_mobile.scss */
body.mobile .page_contents .about_page .section {
  height: auto;
}
/* line 83, ../scss/_mobile.scss */
body.mobile .page_contents .about_page .section .inner {
  width: 100% !important;
  min-width: 0px;
  padding: 0 !important;
}
/* line 89, ../scss/_mobile.scss */
body.mobile .page_contents .about_page .section .healthy_graph {
  opacity: 1 !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  left: 0 !important;
  top: 0 !important;
}
/* line 97, ../scss/_mobile.scss */
body.mobile .page_contents .about_page .section .healthy_graph img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 108, ../scss/_mobile.scss */
body.mobile .page_contents #recipe .recipe_search form input[name=keyword] {
  width: 80%;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 15px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 118, ../scss/_mobile.scss */
body.mobile .page_contents #recipe .recipe_search .icon_multiply {
  margin: 10px;
}
/* line 122, ../scss/_mobile.scss */
body.mobile .page_contents #recipe .recipe_search form input[type=submit] {
  margin-top: 15px;
  height: 50px;
  width: 180px;
  margin-left: 20px;
  background-color: #5c7b35;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 3px;
  padding-left: 36px;
  background-image: url(../images/common/icon_search.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  margin-left: 0px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 143, ../scss/_mobile.scss */
body.mobile .page_contents #recipe .recipe_search .quick_link ul {
  text-align: center;
  width: 100%;
}
/* line 147, ../scss/_mobile.scss */
body.mobile .page_contents #recipe .recipe_search .quick_link ul li {
  display: inline-block;
  float: none;
  margin: 5px;
}
/* line 157, ../scss/_mobile.scss */
body.mobile .page_contents #recipe .recipe_list .recipe_box {
  width: 100%;
  float: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 20px;
}
/* line 164, ../scss/_mobile.scss */
body.mobile .page_contents #recipe .recipe_list .recipe_box img {
  width: 100% !important;
  height: auto !important;
}
/* line 169, ../scss/_mobile.scss */
body.mobile .page_contents #recipe .recipe_list .recipe_box .recipe_box_title {
  background-size: 100% 20%;
}
/* line 183, ../scss/_mobile.scss */
body.mobile .page_contents#recipe_detail {
  width: 100%;
}
/* line 186, ../scss/_mobile.scss */
body.mobile .page_contents#recipe_detail .inner {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
}
/* line 192, ../scss/_mobile.scss */
body.mobile .page_contents#recipe_detail .recipe_main {
  width: 100%;
}
/* line 195, ../scss/_mobile.scss */
body.mobile .page_contents#recipe_detail .recipe_main .recipe_detail_container {
  width: 100%;
}
/* line 200, ../scss/_mobile.scss */
body.mobile .page_contents#recipe_detail .recipe_main .recipe_detail_container .recipe_photo a img {
  width: 100%;
  height: auto;
}
/* line 210, ../scss/_mobile.scss */
body.mobile .page_contents#recipe_detail #recipe_share_sns {
  float: none !important;
  margin: 0 auto !important;
}
/* line 215, ../scss/_mobile.scss */
body.mobile .page_contents#recipe_detail #recipe_like {
  float: none !important;
  margin: 10px auto !important;
}
/* line 220, ../scss/_mobile.scss */
body.mobile .page_contents#recipe_detail .recipe_side {
  display: none;
}
/* line 226, ../scss/_mobile.scss */
body.mobile #globalheader {
  position: absolute;
  height: auto !important;
  padding-bottom: 0 !important;
}
/* line 232, ../scss/_mobile.scss */
body.mobile body#home.mobile #contents {
  margin-top: 0px;
}
/* line 236, ../scss/_mobile.scss */
body.mobile #globalfooter {
  position: relative !important;
}
/* line 240, ../scss/_mobile.scss */
body.mobile #top {
  background-color: #fff;
}
/* line 243, ../scss/_mobile.scss */
body.mobile #top #top_slide {
  width: auto !important;
  height: 200px !important;
}
/* line 247, ../scss/_mobile.scss */
body.mobile #top #top_slide #supersized {
  width: 100% !important;
  min-width: 0px !important;
  height: 200px !important;
}
/* line 252, ../scss/_mobile.scss */
body.mobile #top #top_slide #supersized .text {
  min-width: 0px;
  padding-top: 50px;
}
/* line 256, ../scss/_mobile.scss */
body.mobile #top #top_slide #supersized .text h2 {
  font-size: 48px;
  line-height: initial;
}
/* line 261, ../scss/_mobile.scss */
body.mobile #top #top_slide #supersized .text p {
  font-size: 18px;
}
/* line 265, ../scss/_mobile.scss */
body.mobile #top #top_slide #supersized .text a.more {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 277, ../scss/_mobile.scss */
body.mobile #top #top_carousel {
  width: 100%;
  overflow: scroll;
}
/* line 284, ../scss/_mobile.scss */
body.mobile #top .top_title h2 {
  font-size: 36px;
}
/* line 290, ../scss/_mobile.scss */
body.mobile #top .top_inner a.more {
  width: 90%;
}
/* line 295, ../scss/_mobile.scss */
body.mobile #top #top_recipe {
  margin-top: 5px;
  background-size: cover !important;
}
/* line 299, ../scss/_mobile.scss */
body.mobile #top #top_recipe .recipe_search {
  display: none;
}
/* line 303, ../scss/_mobile.scss */
body.mobile #top #top_recipe .recipe_list {
  width: 100%;
  overflow-x: scroll;
}
/* line 307, ../scss/_mobile.scss */
body.mobile #top #top_recipe .recipe_list ul {
  width: 1080px;
}
/* line 311, ../scss/_mobile.scss */
body.mobile #top #top_recipe .recipe_list .recipe_box {
  width: 160px;
}
/* line 314, ../scss/_mobile.scss */
body.mobile #top #top_recipe .recipe_list .recipe_box.right {
  margin-right: 18px;
}
/* line 318, ../scss/_mobile.scss */
body.mobile #top #top_recipe .recipe_list .recipe_box img {
  width: 160px !important;
  height: 111px !important;
}
/* line 324, ../scss/_mobile.scss */
body.mobile #top #top_recipe .recipe_list .recipe_box .recipe_box_spec .recipe_time {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  padding: 10px 20px;
  padding-left: 30px;
  background-image: url(../images/common/icon_time.png);
  background-position: 10px center;
  background-size: 12px;
  background-repeat: no-repeat;
}
/* line 336, ../scss/_mobile.scss */
body.mobile #top #top_recipe .recipe_list .recipe_box .recipe_box_spec .recipe_calory {
  float: right;
  width: 49.9%;
  padding: 10px 20px;
  padding-left: 30px;
  background-image: url(../images/common/icon_kcal.png);
  background-position: 10px 48%;
  background-size: 15px;
  background-repeat: no-repeat;
}
/* line 350, ../scss/_mobile.scss */
body.mobile #top #top_recipe .recipe_list .recipe_box .recipe_favorite .wpfp-span a {
  width: 45px;
  height: 45px;
  background-size: 100%;
}
/* line 361, ../scss/_mobile.scss */
body.mobile #top #top_event {
  background-size: cover !important;
}
/* line 364, ../scss/_mobile.scss */
body.mobile #top #top_event #top_event_list {
  width: 100%;
  overflow-x: scroll;
}
/* line 368, ../scss/_mobile.scss */
body.mobile #top #top_event #top_event_list ul {
  width: 550px;
}
/* line 371, ../scss/_mobile.scss */
body.mobile #top #top_event #top_event_list .event_box {
  width: 160px;
}
/* line 374, ../scss/_mobile.scss */
body.mobile #top #top_event #top_event_list .event_box .event_box_photo {
  height: auto;
}
/* line 378, ../scss/_mobile.scss */
body.mobile #top #top_event #top_event_list .event_box img {
  width: 160px;
  height: 160px;
}
/* line 383, ../scss/_mobile.scss */
body.mobile #top #top_event #top_event_list .event_box .event_box_title {
  padding-top: 60px;
}
/* line 386, ../scss/_mobile.scss */
body.mobile #top #top_event #top_event_list .event_box .event_box_title .duration {
  min-height: 23px;
  padding: 0 20px;
  padding-left: 38px;
  padding-top: 0px;
  background-image: url(../images/common/icon_calendar_w.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
/* line 399, ../scss/_mobile.scss */
body.mobile #top #top_event #top_event_list .event_box .event_box_title h3 {
  font-size: 11px;
}

/* line 411, ../scss/_mobile.scss */
body.mobile #globalheader .inner {
  padding: 30px 0 0;
}
/* line 415, ../scss/_mobile.scss */
body.mobile #globalheader h1 {
  width: 265px;
  margin: 0 auto 30px;
}
/* line 420, ../scss/_mobile.scss */
body.mobile #globalheader ul {
  overflow: hidden;
}
/* line 424, ../scss/_mobile.scss */
body.mobile #globalheader ul li {
  float: left;
}
/* line 428, ../scss/_mobile.scss */
body.mobile #globalheader ul li a {
  display: block;
  color: black;
}
/* line 433, ../scss/_mobile.scss */
body.mobile #globalheader #head_tool {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 11px;
  overflow: hidden;
}
/* line 441, ../scss/_mobile.scss */
body.mobile #globalheader #head_tool ul li {
  float: right;
}
/* line 445, ../scss/_mobile.scss */
body.mobile #searchform {
  border: 1px solid #dbdcdc;
  padding: 1px 1px 1px 0;
  height: 20px;
  width: 204px;
  float: right;
  border-radius: 3px;
  margin-top: 20px;
}
/* line 455, ../scss/_mobile.scss */
body.mobile #searchform .searchtext {
  border: none;
  padding: 1px 4px 0;
  height: 20px;
  width: 164px;
}
/* line 462, ../scss/_mobile.scss */
body.mobile #searchform #searchsubmit {
  background: url("images/common/icon_search.png") no-repeat scroll 50% 50% #3e3a39;
  border: medium none;
  cursor: pointer;
  height: 20px;
  width: 32px;
  border-radius: 0 3px 3px 0;
}
/* line 471, ../scss/_mobile.scss */
body.mobile #searchform #searchsubmit:hover {
  background-color: #666;
}
/* line 475, ../scss/_mobile.scss */
body.mobile #globalheader #head_tool li {
  margin-left: 20px;
}
/* line 479, ../scss/_mobile.scss */
body.mobile #globalheader ul#g-navi li {
  width: 160px;
  line-height: 0;
}
/* line 484, ../scss/_mobile.scss */
body.mobile #globalfoooter {
  background: url("images/common/footer_bg.jpg") repeat-x center 100%;
  padding-bottom: 100px;
  font-size: 11px;
  line-height: 1;
  height: 72px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 495, ../scss/_mobile.scss */
body.mobile #globalfoooter h1 {
  float: left;
  margin-right: 30px;
}
/* line 500, ../scss/_mobile.scss */
body.mobile #globalfoooter #f-navi {
  overflow: hidden;
  margin-bottom: 14px;
  padding-top: 14px;
}
/* line 506, ../scss/_mobile.scss */
body.mobile #globalfoooter #f-navi li {
  border-right: 1px solid black;
  float: left;
  margin-right: 7px;
  padding-right: 7px;
}
/* line 513, ../scss/_mobile.scss */
body.mobile #globalfoooter #f-navi li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}

/* スマホ
----------------------------------------------------*/
/* line 524, ../scss/_mobile.scss */
#menu {
  margin-top: 14px;
  position: absolute;
}

/* line 528, ../scss/_mobile.scss */
.sidr {
  width: 250px;
  font-size: 12px;
  letter-spacing: -1px;
}

/* line 534, ../scss/_mobile.scss */
.sidr.left {
  left: -250px;
}

/* line 538, ../scss/_mobile.scss */
.sidr .home,
.sidr .consuma {
  background: #eaeaea;
}

/* line 543, ../scss/_mobile.scss */
.sidr .home {
  position: relative;
}

/* line 547, ../scss/_mobile.scss */
.sidr .home a {
  padding-left: 36px;
}

/* line 551, ../scss/_mobile.scss */
.sidr .home img {
  position: absolute;
  margin-left: -20px;
  top: 35%;
}

/* line 557, ../scss/_mobile.scss */
.sidr li ul li a span {
  font-size: 10px;
  display: inline;
  padding-right: 6px;
  padding-left: 0px;
}

/* line 564, ../scss/_mobile.scss */
.sidr .service {
  overflow: hidden;
}

/* line 568, ../scss/_mobile.scss */
.sidr .service div {
  width: 61px;
  height: 50px;
  float: left;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #fff;
  overflow: hidden;
  padding: 0 !important;
}

/* line 578, ../scss/_mobile.scss */
.sidr .service div:first-child {
  border-left: none;
}

/* line 582, ../scss/_mobile.scss */
.sidr .service div:last-child {
  border-right: none;
}

/* line 586, ../scss/_mobile.scss */
.sidr .service div a {
  display: block;
  padding: 10px 15px 0;
}

/* line 591, ../scss/_mobile.scss */
.sidr .service div.youtube a {
  display: block;
  padding: 8px 15px 0;
}

/* line 596, ../scss/_mobile.scss */
.sidr .service div a img {
  width: 90%;
}

/* line 600, ../scss/_mobile.scss */
body.mobile #supersized,
body.mobile #slide {
  height: 200px;
}

/* line 605, ../scss/_mobile.scss */
body.mobile #slide {
  margin-top: 60px;
  margin-bottom: 20px;
}

/* line 610, ../scss/_mobile.scss */
body.mobile #searchform {
  width: 90%;
  margin: 6px 5%;
  overflow: hidden;
  height: 30px;
}

/* line 617, ../scss/_mobile.scss */
body.mobile #searchform .searchtext,
body.mobile #searchform #searchsubmit {
  float: left;
  height: 30px;
}

/* line 623, ../scss/_mobile.scss */
body.mobile #searchform .searchtext {
  width: 80%;
  margin: 0;
  background: #fff;
}

/* line 629, ../scss/_mobile.scss */
body.mobile #searchform #searchsubmit {
  width: 20%;
}

/* line 633, ../scss/_mobile.scss */
body.mobile .section_title {
  border-bottom: 2px solid #3e3a39;
  margin-bottom: 15px;
}

/* line 638, ../scss/_mobile.scss */
body.mobile #right_column {
  display: none;
}

/* line 642, ../scss/_mobile.scss */
body.mobile #globalheader {
  margin-top: 0 !important;
  padding-top: 10px;
  position: fixed;
  z-index: 9999;
  background-color: white;
}

/* line 650, ../scss/_mobile.scss */
body.mobile #globalheader,
body.mobile .inner {
  padding-right: 2%;
  padding-left: 2%;
}

/* line 667, ../scss/_mobile.scss */
body.mobile #left_column,
body.mobile #globalheader li,
body.mobile #left_column #page_heading img {
  width: 100%;
}

/* line 673, ../scss/_mobile.scss */
body.mobile #globalheader h1 {
  width: 100px;
  margin-bottom: 10px;
}

/* line 678, ../scss/_mobile.scss */
body.mobile #globalheader h1 img {
  width: 100%;
  height: auto;
}

/* line 684, ../scss/_mobile.scss */
body.mobile #left_column {
  margin: 0;
}

/* line 692, ../scss/_mobile.scss */
body.mobile #left_column .t-center img {
  width: 90%;
  height: auto;
}

/* line 697, ../scss/_mobile.scss */
body.mobile.about-mla #left_column .t-center img {
  width: 60%;
  height: auto;
}

/* line 702, ../scss/_mobile.scss */
body.mobile #globalheader #sidr ul div {
  padding: 0 15px;
}

/* line 706, ../scss/_mobile.scss */
body.mobile #globalheader #sidr ul ul {
  display: none;
}

/* line 710, ../scss/_mobile.scss */
body.mobile.about-mla .two_text_column dd,
body.mobile.about-mla .two_text_column dt {
  width: 50%;
}

/* line 715, ../scss/_mobile.scss */
body.mobile.printing .w75 {
  width: 70%;
  padding-left: 3%;
  padding-right: 2%;
}

/* line 721, ../scss/_mobile.scss */
body.mobile.lamb-summary .w50 h3 {
  letter-spacing: -1px;
}

/* line 725, ../scss/_mobile.scss */
body.mobile.trade table,
body.mobile.traceability table.w90 {
  width: 100%;
}

/* line 730, ../scss/_mobile.scss */
body.mobile.security .two_text_column dd {
  width: 16%;
}

/* line 734, ../scss/_mobile.scss */
body.mobile.security .two_text_column dt {
  width: 84%;
}

/* line 738, ../scss/_mobile.scss */
body.mobile .sp-img img {
  width: auto !important;
}

/* line 742, ../scss/_mobile.scss */
body.mobile.campaign #contents img {
  width: 100%;
}

/* line 746, ../scss/_mobile.scss */
body.mobile.site dd img {
  width: 100%;
}

/* line 750, ../scss/_mobile.scss */
body.mobile table.roop td.date {
  width: 30% !important;
}

/* line 754, ../scss/_mobile.scss */
body.mobile table.roop td.text {
  width: 70% !important;
}

/* line 758, ../scss/_mobile.scss */
body.mobile #globalfoooter {
  height: auto;
  padding-top: 20px;
  border-top: 1px solid #dcdcdd;
}

/* line 764, ../scss/_mobile.scss */
body#home.mobile #globalfoooter {
  height: auto;
  padding-top: 0;
  border-top: none;
}

/* line 770, ../scss/_mobile.scss */
body.mobile #globalfoooter .inner {
  text-align: center;
  margin: 0;
  float: none;
}

/* line 776, ../scss/_mobile.scss */
body.mobile #globalfoooter h1 {
  text-align: center;
  margin: 0;
  float: none;
}

/* line 782, ../scss/_mobile.scss */
body.mobile #globalfoooter #f-navi {
  text-align: center;
}

/* line 786, ../scss/_mobile.scss */
body.mobile #globalfoooter #f-navi li {
  float: none;
  display: inline-block;
  font-size: 110%;
  margin-top: 6px;
  margin-bottom: 6px;
}

/* line 799, ../scss/_mobile.scss */
body.mobile #globalfooter #footer_to_top a {
  display: block;
  padding: 10px;
  padding-top: 30px;
  background: url(../images/common/icon_arrow_u.png) center 10px no-repeat;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #ccc;
}
/* line 810, ../scss/_mobile.scss */
body.mobile #globalfooter #footer_main {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 814, ../scss/_mobile.scss */
body.mobile #globalfooter #footer_main #footer_menu {
  padding-top: 0;
}
/* line 818, ../scss/_mobile.scss */
body.mobile #globalfooter #footer_main #footer_menu #footer_navi ul {
  text-align: center;
}
/* line 821, ../scss/_mobile.scss */
body.mobile #globalfooter #footer_main #footer_menu #footer_navi ul li {
  margin: 5px;
  float: none;
  display: inline-block;
}
/* line 831, ../scss/_mobile.scss */
body.mobile #globalfooter #footer_main #footer_bottom {
  margin-top: 20px;
}
/* line 834, ../scss/_mobile.scss */
body.mobile #globalfooter #footer_main #footer_bottom #footer_copyright {
  float: none;
  padding: 0 20px;
  text-align: center;
}
/* line 845, ../scss/_mobile.scss */
body.mobile .page_contents .inner {
  padding: 0 10px;
}
/* line 860, ../scss/_mobile.scss */
body.mobile #education .inner {
  padding-top: 20px;
}
/* line 864, ../scss/_mobile.scss */
body.mobile #education .inner .education_title h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
/* line 871, ../scss/_mobile.scss */
body.mobile #education .inner .education_list {
  margin-top: 20px;
}
/* line 875, ../scss/_mobile.scss */
body.mobile #education .inner .education_list ul .education_box {
  width: 100%;
  float: none;
  margin: 0 auto !important;
  margin-bottom: 10px !important;
}
/* line 882, ../scss/_mobile.scss */
body.mobile #education .inner .education_list ul .education_box .education_box_photo img {
  width: 100%;
  height: auto;
}
/* line 896, ../scss/_mobile.scss */
body.mobile #education_detail #page_title {
  padding-top: 40px;
}
/* line 901, ../scss/_mobile.scss */
body.mobile #education_detail .inner .education_main {
  width: 100%;
}
/* line 906, ../scss/_mobile.scss */
body.mobile #education_detail .inner .education_main .education_detail_container .education_photo img {
  width: 100%;
  height: auto;
}
/* line 912, ../scss/_mobile.scss */
body.mobile #education_detail .inner .education_main .education_detail_container .education_info {
  padding: 10px;
}
/* line 915, ../scss/_mobile.scss */
body.mobile #education_detail .inner .education_main .education_detail_container .education_info .education_title {
  padding: 0;
}
/* line 919, ../scss/_mobile.scss */
body.mobile #education_detail .inner .education_main .education_detail_container .education_info .education_description {
  margin-top: 15px;
  padding: 0;
}
/* line 923, ../scss/_mobile.scss */
body.mobile #education_detail .inner .education_main .education_detail_container .education_info .education_description p {
  margin: 0;
  padding: 10px 0;
  font-size: 15px;
}
/* line 929, ../scss/_mobile.scss */
body.mobile #education_detail .inner .education_main .education_detail_container .education_info .education_description img {
  width: 100%;
}
/* line 942, ../scss/_mobile.scss */
body.mobile #event .event_inner .event_list .event_box {
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 949, ../scss/_mobile.scss */
body.mobile #event .event_inner .event_list .event_box img {
  width: 100%;
  height: auto;
}
/* line 954, ../scss/_mobile.scss */
body.mobile #event .event_inner .event_list .event_box .event_box_photo {
  height: auto;
  overflow: hidden;
}
/* line 959, ../scss/_mobile.scss */
body.mobile #event .event_inner .event_list .event_box .event_box_text {
  height: auto;
}
/* line 969, ../scss/_mobile.scss */

body.mobile #steak img {
  width: 100%;
  height: auto;
}
/* line 974, ../scss/_mobile.scss */
body.mobile #steak .point {
  width: 90%;
  height: auto;
}
/* line 980, ../scss/_mobile.scss */
body.mobile #steak .section .point,
body.mobile #steak #section_movie .point {
  background-repeat: no-repeat;
  /* margin: 0 auto 30px; */
  margin: 0 auto;
  width: 90%;
  height: 90px;
  background-size: contain;
}

body.mobile #steak #section_movie .youtube{
  width: 90%;
  height: auto
}

body.mobile #steak #section_movie .youtube iframe{
  width: 100%;
  min-height: 190px;
  height: auto

}

body.mobile #steak #section_movie {
  height: 100%;
  background-size: 300%;
  background-position: 50% 0%;
}


body.mobile #steak #section_movie .repeat{
  padding-bottom:80px;
}

body.mobile #steak #movie_next {
  height: 52px;
  box-sizing:border-box;
  padding: 4px 10px 8px;
  line-height: 40px;
}

body.mobile #movie_next_arrow img{
  width: 20% !important
}

/* line 989, ../scss/_mobile.scss */
body.mobile #steak .section ul {
  width: 90%;
}
/* line 992, ../scss/_mobile.scss */
body.mobile #steak .section ul li {
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
/* line 999, ../scss/_mobile.scss */
body.mobile #steak #section01 {
  height: auto;
}
/* line 1003, ../scss/_mobile.scss */
body.mobile #steak #section02 {
  height: auto;
}
/* line 1007, ../scss/_mobile.scss */
body.mobile #steak #section_app {
  height: auto;
  width: auto
}
/* line 1011, ../scss/_mobile.scss */
body.mobile #steak #set {
  width: 100%;
  padding: 0;
}
/* line 1015, ../scss/_mobile.scss */
body.mobile #steak #set * {
  float: none !important;
}
/* line 1019, ../scss/_mobile.scss */
body.mobile #steak #set div {
  width: 90% !important;
  margin: 0 auto !important;
}
/* line 1024, ../scss/_mobile.scss */
body.mobile #steak #set img {
  width: 100%;
}
/* line 1031, ../scss/_mobile.scss */
body.mobile #select img {
  width: 100%;
  height: auto;
}
/* line 1036, ../scss/_mobile.scss */
body.mobile #select .point {
  width: 90%;
  height: auto;
}
/* line 1042, ../scss/_mobile.scss */
body.mobile #select .section .point {
  background-repeat: no-repeat;
  /* margin: 0 auto 30px; */
  margin: 0 auto;
  width: 90%;
  height: 90px;
  background-size: contain;
}
/* line 1054, ../scss/_mobile.scss */
body.mobile #select ul {
  width: 90%;
}
/* line 1057, ../scss/_mobile.scss */
body.mobile #select ul li {
  float: none !important;
  width: 100% !important;
}
/* line 1064, ../scss/_mobile.scss */
body.mobile #section_app {
  height: auto;
  padding: 20px 10px;
}
/* line 1073, ../scss/_mobile.scss */
body.mobile #cooking img,
body.mobile #shopping img,
body.mobile #mail img,
body.mobile #app img {
  width: 100%;
  height: auto;
}
/* line 1078, ../scss/_mobile.scss */
body.mobile #cooking .point,
body.mobile #shopping .point,
body.mobile #mail .point,
body.mobile #app .point {
  width: 90%;
  height: auto;
}
/* line 1084, ../scss/_mobile.scss */
body.mobile #cooking .section .point,
body.mobile #shopping .section .point,
body.mobile #mail .section .point,
body.mobile #app .section .point {
  background-repeat: no-repeat;
  /* margin: 0 auto 30px; */
  margin: 0 auto;
  width: 90%;
  height: 90px;
  background-size: contain;
}
/* line 1096, ../scss/_mobile.scss */
body.mobile #cooking ul,
body.mobile #shopping ul,
body.mobile #mail ul,
body.mobile #app ul {
  width: 90% !important;
}
/* line 1099, ../scss/_mobile.scss */
body.mobile #cooking ul li,
body.mobile #shopping ul li,
body.mobile #mail ul li,
body.mobile #app ul li {
  float: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 1107, ../scss/_mobile.scss */
body.mobile #cooking #set,
body.mobile #shopping #set,
body.mobile #mail #set,
body.mobile #app #set {
  width: 100%;
  padding: 0;
}
/* line 1111, ../scss/_mobile.scss */
body.mobile #cooking #set *,
body.mobile #shopping #set *,
body.mobile #mail #set *,
body.mobile #app #set * {
  float: none !important;
}
/* line 1115, ../scss/_mobile.scss */
body.mobile #cooking #set div,
body.mobile #shopping #set div,
body.mobile #mail #set div,
body.mobile #app #set div {
  width: 90% !important;
  margin: 0 auto !important;
}
/* line 1120, ../scss/_mobile.scss */
body.mobile #cooking #set img,
body.mobile #shopping #set img,
body.mobile #mail #set img,
body.mobile #app #set img {
  width: 100%;
}
/* line 1127, ../scss/_mobile.scss */
body.mobile #site img {
  width: auto !important;
}

@media print {
  /* line 2, ../scss/_print.scss */
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  }

  /* line 6, ../scss/_print.scss */
  #wrap {
    padding: 0 !important;
  }

  /* line 10, ../scss/_print.scss */
  #globalheader,
  #globalfooter {
    display: none !important;
  }

  /* line 16, ../scss/_print.scss */
  #recipe_detail .recipe_main {
    float: none !important;
  }
  /* line 20, ../scss/_print.scss */
  #recipe_detail #page_heading,
  #recipe_detail .recipe_action,
  #recipe_detail .recipe_share,
  #recipe_detail .recipe_back,
  #recipe_detail .recipe_side {
    display: none !important;
  }
}
/* line 4, ../scss/_campaign.scss */
#treasure {
  position: absolute;
  right: 100px;
  bottom: 615px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
/* line 12, ../scss/_campaign.scss */
#treasure * {
  box-sizing: border-box;
}
/* line 16, ../scss/_campaign.scss */
#treasure:hover {
  opacity: 0.8;
}
/* line 20, ../scss/_campaign.scss */
#treasure a {
  display: block;
}
/* line 23, ../scss/_campaign.scss */
#treasure a img {
  display: block;
}
/* line 28, ../scss/_campaign.scss */
#treasure .done {
  display: none;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 230px;
  height: 99px;
  background-color: #000;
  opacity: 0.8;
  border-radius: 10px;
  text-align: center;
  padding-top: 10px;
}
/* line 41, ../scss/_campaign.scss */
#treasure .done span {
  display: inline-block;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  border: 5px solid #fff;
  transform: rotate(30deg);
  border-radius: 50%;
  padding: 5px 15px;
}
/* line 55, ../scss/_campaign.scss */
#treasure.collected:hover {
  opacity: 1;
}
/* line 59, ../scss/_campaign.scss */
#treasure.collected .done {
  display: block;
}

/* line 66, ../scss/_campaign.scss */
.mobile #treasure {
  right: 0px;
  bottom: 215px;
}
/* line 71, ../scss/_campaign.scss */
.mobile #treasure a img {
  width: 122px;
}
/* line 76, ../scss/_campaign.scss */
.mobile #treasure .done {
  top: 3px;
  left: 3px;
  width: 116px;
  height: 50px;
  border-radius: 5px;
  padding-top: 2px;
}
/* line 84, ../scss/_campaign.scss */
.mobile #treasure .done span {
  font-size: 24px;
  border-width: 3px;
  padding: 2px 8px;
}
/* line 92, ../scss/_campaign.scss */
.mobile #treasure_hint {
  top: 25px;
  right: 25px;
}
/* line 97, ../scss/_campaign.scss */
.mobile #treasure_btn_hint {
  top: 22px;
  left: 45px;
}
/* line 102, ../scss/_campaign.scss */
.mobile #treasure_result {
  width: 100%;
}
/* line 105, ../scss/_campaign.scss */
.mobile #treasure_result #treasure_result_inner {
  width: 100%;
}
/* line 109, ../scss/_campaign.scss */
.mobile #treasure_result img {
  width: 100%;
}

/* line 115, ../scss/_campaign.scss */
#treasure_hint {
  position: absolute;
  top: 20px;
  right: -30px;
}

/* line 121, ../scss/_campaign.scss */
#treasure_btn_hint {
  position: absolute;
  top: 20px;
  right: 480px;
}

/* line 127, ../scss/_campaign.scss */
#treasure_result {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding-top: 100px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
/* line 138, ../scss/_campaign.scss */
#treasure_result #treasure_result_inner {
  border-radius: 10px;
  width: 1026px;
  margin: 0 auto;
  text-align: center;
}

/* line 147, ../scss/_campaign.scss */
#renewal_campaign .game-cp .sp_view {
  display: none;
}
/* line 151, ../scss/_campaign.scss */
#renewal_campaign .game-cp #wrap {
  padding-top: 0;
  overflow: hidden;
}
/* line 156, ../scss/_campaign.scss */
#renewal_campaign .game-cp header {
  text-align: center;
  background: #fff;
  padding: 20px 0;
}
/* line 162, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp-main {
  background-image: url(../images/campaign/renewal/bg_grad.png);
  background-repeat: repeat-x;
  background-position: center 480px;
  background-color: white;
}
/* line 169, ../scss/_campaign.scss */
#renewal_campaign .game-cp.mistake .cp-main .top_title {
  background-image: url(../images/campaign/renewal2/bg_top.png);
}
/* line 173, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp-main .top_title {
  height: 480px;
  background-image: url(../images/campaign/renewal/bg_top.png);
  background-repeat: repeat-x;
  background-position: top center;
  margin-bottom: 140px;
}
/* line 181, ../scss/_campaign.scss */
#renewal_campaign .game-cp .top_title .title_inner {
  width: 1020px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}
/* line 188, ../scss/_campaign.scss */
#renewal_campaign .game-cp .top_title img {
  position: absolute;
}
/* line 192, ../scss/_campaign.scss */
#renewal_campaign .game-cp .top_title img.cp_title {
  left: -96px;
  top: 44px;
}
/* line 197, ../scss/_campaign.scss */
#renewal_campaign .game-cp.mistake .top_title img.cp_title {
  left: -98px;
  top: 38px;
}
/* line 202, ../scss/_campaign.scss */
#renewal_campaign .game-cp img.cp_img {
  position: absolute;
  right: -176px;
  top: -134px;
}
/* line 208, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_intro,
#renewal_campaign .game-cp .cp_item,
#renewal_campaign .game-cp .cp_flow {
  clear: both;
  width: 1020px;
  margin: 0 auto 60px;
  overflow: hidden;
}
/* line 217, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_item {
  padding-bottom: 8px;
  margin-bottom: 52px;
}
/* line 222, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_intro h2, #renewal_campaign .game-cp .cp_intro div {
  float: left;
}
/* line 226, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_intro div {
  font-size: 14px;
  line-height: 24px;
  margin-left: 30px;
  font-weight: bold;
}
/* line 233, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_item h2,
#renewal_campaign .game-cp .cp_flow h2 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 239, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_flow h2 {
  margin-bottom: 50px;
}
/* line 243, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_item ul li {
  text-align: center;
  display: inline-block;
  margin: 0 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 4px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 4px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 4px 4px;
}
/* line 252, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_flow ul {
  text-align: center;
  font-size: 18px;
  color: #981B1E;
}
/* line 258, ../scss/_campaign.scss */
#renewal_campaign .game-cp.mistake .cp_flow ul {
  color: #5C7B35;
}
/* line 262, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_flow ul li {
  text-align: left;
  display: inline-block;
  margin: 0 8px;
  font-weight: bold;
}
/* line 269, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_flow ul li.arrow {
  font-size: 40px;
  width: 50px;
  position: relative;
}
/* line 275, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_flow ul li.arrow span {
  position: absolute;
  top: -180px;
}
/* line 280, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_flow ul li img {
  width: 240px;
  margin-top: -20px;
}
/* line 285, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_flow p {
  text-align: center;
  margin-top: 30px;
}
/* line 290, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_hint {
  text-align: center;
  background-color: #f9f9f9;
  font-size: 18px;
  padding: 40px 0;
  font-weight: bold;
}
/* line 298, ../scss/_campaign.scss */
#renewal_campaign .game-cp.mistake .cp_hint ul img {
  width: 300px;
}
/* line 302, ../scss/_campaign.scss */
#renewal_campaign .game-cp.mistake .cp_hint ul {
  margin-top: 40px;
}
/* line 306, ../scss/_campaign.scss */
#renewal_campaign .game-cp.mistake .cp_hint ul li {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
}
/* line 312, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_hint img {
  width: 18px;
}
/* line 316, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_hint h2 img {
  width: 196px;
}
/* line 320, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_start {
  height: 366px;
  background-image: url(../images/campaign/renewal/bg_start.png);
  background-repeat: repeat-x;
  background-position: top center;
  text-align: center;
}
/* line 328, ../scss/_campaign.scss */
#renewal_campaign .game-cp.mistake .cp_start {
  background-image: url(../images/campaign/renewal2/bg_start.png);
}
/* line 332, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_start .start_logo {
  margin-bottom: 10px;
}
/* line 336, ../scss/_campaign.scss */
#renewal_campaign .game-cp .cp_start .start_caption {
  margin-bottom: 16px;
}

/* line 343, ../scss/_campaign.scss */
body [id^="treasure"] .sp_view {
  display: none;
}
/* line 346, ../scss/_campaign.scss */
body [id^="treasure"] .pc_view {
  display: block;
}

/* line 354, ../scss/_campaign.scss */
body.mobile [id^="treasure"] .sp_view {
  display: block;
}
/* line 357, ../scss/_campaign.scss */
body.mobile [id^="treasure"] .pc_view {
  display: none;
}
/* line 362, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp #wrap {
  padding-top: 0;
  overflow: auto;
}
/* line 367, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp img {
  width: 90%;
}
/* line 371, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .sp_view {
  display: block;
}
/* line 375, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .pc_view,
body.mobile #renewal_campaign .game-cp img.cp_img {
  display: none;
}
/* line 380, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .top_title .title_inner,
body.mobile #renewal_campaign .game-cp .cp_intro,
body.mobile #renewal_campaign .game-cp .cp_item,
body.mobile #renewal_campaign .game-cp .cp_flow {
  width: 100%;
  margin-bottom: 30px;
}
/* line 388, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .top_title .title_inner {
  height: auto;
}
/* line 392, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .top_title img {
  position: relative;
}
/* line 396, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .top_title img.cp_title {
  left: auto;
  top: 20px;
}
/* line 401, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp header {
  display: none;
}
/* line 405, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp-main {
  background-position: center 20px;
}
/* line 409, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp-main .top_title {
  height: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #a04141;
  background-size: 200%;
}
/* line 417, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp-main .cp_intro {
  text-align: center;
}
/* line 421, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp_intro h2, body.mobile #renewal_campaign .game-cp .cp_intro div {
  float: none;
}
/* line 425, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp_intro div {
  margin-left: 0;
  margin-top: 10px;
  padding: 0 10px;
}
/* line 431, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp_item ul {
  text-align: center;
}
/* line 435, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp_item ul li {
  margin-bottom: 10px;
}
/* line 439, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp h1 img {
  margin: 0 8% 0 2%;
}
/* line 443, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp h2 img {
  margin: 0 5%;
}
/* line 447, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp_flow ul li.arrow {
  font-size: 40px;
  width: 90%;
  text-align: center;
  position: relative;
}
/* line 454, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp_flow ul li.arrow span {
  position: relative;
  top: 0;
  padding: 5px 0;
  display: inline-block;
  transform: rotate(90deg);
}
/* line 462, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp_hint {
  padding: 20px 0;
}
/* line 466, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp_hint img {
  width: 18px;
}
/* line 470, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp.mistake .cp_hint ul img {
  width: 100%;
}
/* line 474, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp.mistake .cp_hint ul {
  margin-top: 30px;
}
/* line 478, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp.mistake .cp_hint ul li {
  display: inline-block;
  text-align: center;
  width: 90%;
  margin: 0 5%;
}
/* line 485, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp_hint h2 img {
  width: 60%;
}
/* line 489, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp_start {
  height: auto;
  padding-bottom: 20px;
  background-color: #a04141;
  background-size: 400%;
}
/* line 496, ../scss/_campaign.scss */
body.mobile #renewal_campaign .game-cp .cp_start .start_arrow {
  width: 50%;
}

/* line 5, ../scss/_vendor.scss */
#campaign2014winter img {
  max-width: 100%;
}

/* line 7, ../scss/_vendor.scss */
#campaign2014winter .inner {
  width: 850px;
  margin: 0 auto;
  padding: 0;
}

/* line 11, ../scss/_vendor.scss */
#campaign2014winter .entry {
  text-align: center;
}

/* line 13, ../scss/_vendor.scss */
#campaign2014winter .entry img {
  width: 400px;
}

/* line 15, ../scss/_vendor.scss */
#campaign2014winter a:hover img {
  opacity: 0.7;
}

/* line 17, ../scss/_vendor.scss */
#campaign2014winter .campaign_header {
  position: relative;
  background: white;
  width: 100%;
  height: 68px;
}

/* line 22, ../scss/_vendor.scss */
#campaign2014winter .campaign_header .site_logo {
  position: absolute;
  top: 6px;
  left: 14px;
}

/* line 26, ../scss/_vendor.scss */
#campaign2014winter .campaign_header .sns_share {
  position: absolute;
  top: 15px;
  right: 21px;
}

/* line 30, ../scss/_vendor.scss */
#campaign2014winter .campaign_header .sns_share ul li {
  float: left;
  margin-left: 5px;
}

/* line 33, ../scss/_vendor.scss */
#campaign2014winter .sec_main {
  background: white url("../images/campaign/2014winter/main_bg.jpg") no-repeat center bottom;
}

/* line 35, ../scss/_vendor.scss */
#campaign2014winter .sec_main .inner {
  height: 652px;
}

/* line 37, ../scss/_vendor.scss */
#campaign2014winter .sec_main .genki_logo, #campaign2014winter .sec_main .recipe, #campaign2014winter .sec_main h1, #campaign2014winter .sec_main .present, #campaign2014winter .sec_main .present_lead, #campaign2014winter .sec_main .duration, #campaign2014winter .sec_main .lead, #campaign2014winter .sec_main .entry {
  position: absolute;
}

/* line 39, ../scss/_vendor.scss */
#campaign2014winter .sec_main .genki_logo {
  top: 30px;
  left: 30px;
  width: 282px;
}

/* line 43, ../scss/_vendor.scss */
#campaign2014winter .sec_main .recipe {
  top: 210px;
  left: 44px;
}

/* line 46, ../scss/_vendor.scss */
#campaign2014winter .sec_main h1 {
  top: 55px;
  left: 370px;
  width: 444px;
}

/* line 50, ../scss/_vendor.scss */
#campaign2014winter .sec_main .present {
  top: 220px;
  left: 370px;
  width: 440px;
}

/* line 54, ../scss/_vendor.scss */
#campaign2014winter .sec_main .present_lead {
  top: 385px;
  left: 368px;
  width: 444px;
}

/* line 58, ../scss/_vendor.scss */
#campaign2014winter .sec_main .duration {
  top: 415px;
  left: 370px;
  width: 444px;
}

/* line 62, ../scss/_vendor.scss */
#campaign2014winter .sec_main .lead {
  top: 476px;
  left: 50px;
}

/* line 65, ../scss/_vendor.scss */
#campaign2014winter .sec_main .entry {
  top: 555px;
  left: 0px;
  width: 100%;
}

/* line 69, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week {
  background: url("../images/campaign/2014winter/recipe_week_bg.png");
}

/* line 71, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week .inner {
  height: 865px;
}

/* line 73, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week .inner h2 {
  position: absolute;
  top: 40px;
  left: 0px;
  display: block;
  width: 255px;
  height: 255px;
}

/* line 80, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week .inner .lead {
  position: absolute;
  top: 305px;
  left: 0px;
  display: block;
  width: 255px;
  height: 255px;
}

/* line 87, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week .inner ul {
  position: absolute;
  top: 40px;
  left: 0px;
}

/* line 91, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week .inner ul li {
  position: absolute;
  display: block;
  width: 255px;
  height: 255px;
  text-align: center;
}

/* line 97, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week .inner ul li img {
  max-height: 100%;
}

/* line 99, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week .inner ul li.mon {
  top: 0px;
  left: 275px;
  width: 300px;
}

/* line 103, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week .inner ul li.tue {
  top: 0px;
  left: 595px;
}

/* line 106, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week .inner ul li.wed {
  top: 265px;
  left: 275px;
  width: 300px;
}

/* line 110, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week .inner ul li.thu {
  top: 265px;
  left: 595px;
}

/* line 113, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week .inner ul li.fri {
  top: 530px;
  left: 0px;
}

/* line 116, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week .inner ul li.sat {
  top: 530px;
  left: 275px;
  width: 300px;
}

/* line 120, ../scss/_vendor.scss */
#campaign2014winter .sec_recipe_week .inner ul li.sun {
  top: 530px;
  left: 595px;
}

/* line 123, ../scss/_vendor.scss */
#campaign2014winter .sec_detail {
  background: white;
}

/* line 125, ../scss/_vendor.scss */
#campaign2014winter .sec_detail .inner {
  padding: 40px 0;
}

/* line 127, ../scss/_vendor.scss */
#campaign2014winter .sec_detail .inner h2 {
  text-align: center;
  margin-bottom: 35px;
}

/* line 130, ../scss/_vendor.scss */
#campaign2014winter .sec_detail .inner .catch {
  text-align: center;
  margin-bottom: 20px;
}

/* line 133, ../scss/_vendor.scss */
#campaign2014winter .sec_detail .inner .lead {
  text-align: center;
  margin-bottom: 40px;
}

/* line 136, ../scss/_vendor.scss */
#campaign2014winter .sec_detail .inner .present {
  text-align: center;
  margin-bottom: 40px;
}

/* line 139, ../scss/_vendor.scss */
#campaign2014winter .sec_detail .inner .quiz {
  text-align: center;
  margin-bottom: 15px;
}

/* line 142, ../scss/_vendor.scss */
#campaign2014winter .sec_5ji {
  background: url("../images/campaign/2014winter/recipe_week_bg.png");
}

/* line 144, ../scss/_vendor.scss */
#campaign2014winter .sec_5ji .inner {
  padding: 40px 0;
}

/* line 146, ../scss/_vendor.scss */
#campaign2014winter .sec_5ji .inner h2 {
  text-align: center;
  margin-bottom: 40px;
}

/* line 149, ../scss/_vendor.scss */
#campaign2014winter .sec_5ji .inner .logo_5ji {
  float: left;
  margin-left: 105px;
  width: 255px;
}

/* line 153, ../scss/_vendor.scss */
#campaign2014winter .sec_5ji .inner h3 {
  margin-left: 400px;
  margin-right: 85px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
  color: #002b40;
}

/* line 160, ../scss/_vendor.scss */
#campaign2014winter .sec_5ji .inner .lead {
  margin-left: 400px;
  margin-right: 85px;
  font-size: 14px;
  line-height: 28px;
  color: #002b40;
}

/* line 166, ../scss/_vendor.scss */
#campaign2014winter .sec_renewal {
  background: url("../images/campaign/2014winter/renewal_bg.png");
}

/* line 168, ../scss/_vendor.scss */
#campaign2014winter .sec_renewal .inner {
  height: 80px;
}

/* line 170, ../scss/_vendor.scss */
#campaign2014winter .sec_renewal .inner .logo_renewal {
  float: right;
  width: 253px;
  margin-top: 11px;
}



/* line 176, ../scss/_vendor.scss */
body.mobile #campaign2014winter img {
  vertical-align: middle;
}

/* line 178, ../scss/_vendor.scss */
body.mobile #campaign2014winter .inner {
  width: 100%;
  max-width: 640px;
}

/* line 181, ../scss/_vendor.scss */
body.mobile #campaign2014winter .entry img {
  width: 240px;
}

/* line 183, ../scss/_vendor.scss */
body.mobile #campaign2014winter .campaign_header {
  display: none;
}

/* line 185, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_main {
  background-size: auto 239px !important;
  background-position: center top;
}

/* line 188, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_main .inner {
  height: auto;
  padding: 15px 0 23px;
}

/* line 191, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_main .genki_logo, body.mobile #campaign2014winter .sec_main .recipe, body.mobile #campaign2014winter .sec_main h1, body.mobile #campaign2014winter .sec_main .present, body.mobile #campaign2014winter .sec_main .present_lead, body.mobile #campaign2014winter .sec_main .duration, body.mobile #campaign2014winter .sec_main .lead, body.mobile #campaign2014winter .sec_main .entry {
  position: static;
}

/* line 193, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_main .genki_logo {
  width: 165px;
  margin: 0 auto 10px;
}

/* line 196, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_main .recipe {
  display: none;
}

/* line 198, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_main h1 {
  width: 291px;
  margin: 0 auto 20px;
}

/* line 201, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_main .present_lead {
  width: 287px;
  margin: 0 auto 10px;
}

/* line 204, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_main .present {
  width: 290px;
  margin: 0 auto 10px;
}

/* line 207, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_main .duration {
  width: 285px;
  margin: 0 auto 25px;
}

/* line 210, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_main .lead {
  width: 282px;
  margin: 0 auto 25px;
}

/* line 213, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_recipe_week .inner {
  height: auto;
  padding: 30px 0 5px;
}

/* line 216, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_recipe_week .inner h2 {
  position: static;
  width: 232px;
  height: auto;
  margin: 0 auto 20px;
}

/* line 221, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_recipe_week .inner .lead {
  position: static;
  width: 246px;
  height: auto;
  margin: 0 auto 30px;
}

/* line 226, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_recipe_week .inner ul {
  position: static;
}

/* line 228, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_recipe_week .inner ul li {
  position: static;
  display: block;
  width: 230px;
  height: auto;
  margin: 0 auto 30px;
}

/* line 234, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_recipe_week .inner ul li img {
  max-height: none;
}

/* line 236, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_recipe_week .inner ul li.mon {
  width: 240px;
}

/* line 238, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_recipe_week .inner ul li.wed {
  width: 240px;
}

/* line 240, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_recipe_week .inner ul li.sat {
  width: 240px;
}

/* line 242, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_detail .inner {
  height: auto;
  padding: 25px 0;
}

/* line 245, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_detail .inner h2 {
  width: 300px;
  height: 41px;
  margin: 0 auto 25px;
}

/* line 249, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_detail .inner .catch {
  text-align: center;
  width: 307px;
  margin: 0 auto 20px;
}

/* line 253, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_detail .inner .lead {
  text-align: center;
  width: 288px;
  margin: 0 auto 20px;
}

/* line 257, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_detail .inner .present {
  text-align: center;
  width: 240px;
  margin: 0 auto 20px;
}

/* line 261, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_detail .inner .quiz {
  text-align: center;
  width: 300px;
  margin: 0 auto 20px;
}

/* line 265, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_5ji .inner {
  height: auto;
  padding: 20px 10px;
}

/* line 268, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_5ji .inner h2 {
  width: 300px;
  margin: 0 auto 38px;
}

/* line 271, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_5ji .inner .logo_5ji {
  float: none;
  margin: 0 auto 30px;
  width: 160px;
}

/* line 275, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_5ji .inner h3 {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 24px;
}

/* line 279, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_5ji .inner .lead {
  margin: 0;
  font-size: 13px;
  line-height: 24px;
}

/* line 283, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_renewal .inner {
  height: auto;
  padding: 12px 0;
}

/* line 286, ../scss/_vendor.scss */
body.mobile #campaign2014winter .sec_renewal .inner .logo_renewal {
  float: none;
  width: 253px;
  margin: 0 auto;
}
