@charset "UTF-8";
/**
* top.css
*/
.hover {
  -webkit-transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.hover:hover {
  opacity: .6;
}

@media (max-width: 768px) {
  .hover:hover {
    opacity: 1;
  }
}

/*2014.04追加
--------------------------------------------------------------*/
/*ビジュアル切り替え*/
#mainVisual {
  position: relative;
  max-width: 900px;
  max-height: 564px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  #mainVisual {
    margin-bottom: 41px;
  }
}

#mainVisual::after {
  content: "";
  display: block;
  padding: 62.66667% 0 0;
}

#mainVisual img {
  display: block;
  width: 100%;
  height: auto;
}

#mainVisual .slide_outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mainVisual .slideArea {
  position: relative;
  width: 100%;
  height: 100%;
}

#mainVisual .slideArea ul#slide {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  width: 100%;
  height: 100%;
}

#mainVisual .slideArea ul#slide li {
  width: 100%;
  height: 100%;
}

#mainVisual .slideArea ul#slide li a {
  display: block;
  height: 100%;
}

.slideLeft,
.slideRight {
  width: 50%;
  float: left;
}

.slideRight {
  position: relative;
  height: 100%;
}

.slideRight img {
  position: absolute;
  top: 0;
  left: 0;
}

.slideRight .slide1 {
  z-index: 1;
}

.slideRight .slide2 {
  z-index: 0;
}

.slideRight .ov {
  position: absolute;
  width: 95.55556%;
  top: 0;
  left: 0;
  margin: 40.88889% 0 0 2.44444%;
  z-index: 10;
  display: none;
}

.slideRight .marudori {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -1.33333%;
  z-index: 9;
  width: 97.33333%;
}

.slideRight .marudori img {
  position: static;
}

#top div#recipeNavi2 {
  position: relative;
  height: 102px;
  padding-top: 35px;
}

#newsArea {
  margin: 44px 0 0;
  /* バナーが 4つ*/
}

@media (max-width: 768px) {
  #newsArea {
    margin: 9.6875% auto 0;
  }
}

#newsArea #newsColBn {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #newsArea #newsColBn {
    margin-bottom: 0;
  }
}

#newsArea #newsColBn ul.bannerAll {
  text-align: center;
  letter-spacing: -0.40em;
  zoom: 1;
  margin: 0 auto;
}

#newsArea #newsColBn ul.bannerAll li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  letter-spacing: normal;
  padding-left: 3px;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 768px) {
  #newsArea #newsColBn ul.bannerAll li {
    display: block;
    width: 93.75%;
    margin: 0 auto 3.125%;
    padding: 0;
  }
}

#newsArea #newsColBn ul.bannerAll li img {
  vertical-align: middle;
}

@media (max-width: 768px) {
  #newsArea #newsColBn ul.bannerAll li img {
    display: block;
    width: 100%;
    height: auto;
  }
}

#newsArea #newsColBn ul.bannerAll li.first {
  padding-left: 0;
}

/*2018.02 リニューアル
--------------------------------------------------------------*/
#wrap_content {
  display: block;
  position: relative;
}

/* firstView */
#firstView {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 640px) {
  #firstView {
    margin: 5px auto 0;
  }
}

.section_outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_inr {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/* promotion */
#promotion {
  max-height: 418px;
  background: url(../img/top/bg_soup.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  #promotion {
    max-height: none;
    background-image: url(../img/top/bg_soup_sp.png);
  }
}

#promotion img {
  display: block;
  width: 100%;
  height: auto;
}

#promotion::after {
  content: "";
  display: block;
  padding: 41.92578% 0 0;
}

@media (max-width: 768px) {
  #promotion::after {
    padding: 91.25% 0 0;
  }
}

#promotion .section_inr {
  max-width: 997px;
}

#promotion .naomi_bird {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.42227%;
}

@media (max-width: 768px) {
  #promotion .naomi_bird {
    width: 11.5625%;
  }
}

#promotion .naomi_bird.naomi_bird1 {
  -webkit-transform: rotate(-6.85deg);
          transform: rotate(-6.85deg);
  margin: 4.31294% 0 0 6.01805%;
}

@media (max-width: 768px) {
  #promotion .naomi_bird.naomi_bird1 {
    margin: 38.59375% 0 0 6.09375%;
  }
}

#promotion .naomi_bird.naomi_bird2 {
  -webkit-transform: rotate(4.47deg);
          transform: rotate(4.47deg);
  margin: 26.78034% 0 0 60.28084%;
}

@media (max-width: 768px) {
  #promotion .naomi_bird.naomi_bird2 {
    margin: 3.75% 0 0 64.375%;
  }
}

#promotion .naomi_bird.naomi_bird3 {
  -webkit-transform: rotate(34.98deg);
          transform: rotate(34.98deg);
  left: auto;
  right: 0;
  margin: 10.9328% 0.5015% 0 0;
}

@media (max-width: 768px) {
  #promotion .naomi_bird.naomi_bird3 {
    margin: 42.96875% 1.40625% 0 0;
  }
}

#promotion ul {
  width: 85.25577%;
  margin: 0 auto;
  padding: 9.02708% 0 0;
  font-size: 0;
}

@media (max-width: 768px) {
  #promotion ul {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

#promotion ul li {
  display: inline-block;
  width: 28.23529%;
  margin: 0 7.64706% 0 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 768px) {
  #promotion ul li {
    width: 37.5%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#promotion ul li.in {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 768px) {
  #promotion ul li:nth-child(1) {
    margin: 45.78125% 0 0 8.90625%;
  }
}

#promotion ul li:nth-child(2) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

@media (max-width: 768px) {
  #promotion ul li:nth-child(2) {
    margin: 7.96875% 0 0 31.25%;
  }
}

#promotion ul li:nth-last-child(1) {
  margin: 0;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

@media (max-width: 768px) {
  #promotion ul li:nth-last-child(1) {
    margin: 45.9375% 0 0 53.90625%;
  }
}

/* recommend_menu */
#recommend_menu {
  max-height: 557px;
  background: url(../img/top/bg_menu.png) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  #recommend_menu {
    max-height: none;
    background-image: url(../img/top/bg_menu_sp.png);
  }
}

#recommend_menu img {
  display: block;
  width: 100%;
  height: auto;
}

#recommend_menu::after {
  content: "";
  display: block;
  padding: 61.88889% 0 0;
}

@media (max-width: 768px) {
  #recommend_menu::after {
    padding: 209.21875% 0 0;
  }
}

#recommend_menu .ttl {
  width: 42.55556%;
  margin: 0 auto;
  padding: 11% 0 0;
}

@media (max-width: 768px) {
  #recommend_menu .ttl {
    width: 59.84375%;
    padding: 15.625% 0 0;
  }
}

#recommend_menu p {
  font-size: 17px;
  line-height: 1;
  text-align: center;
  margin: 32px auto;
}

@media (max-width: 768px) {
  #recommend_menu p {
    font-size: 10px;
    line-height: 1.15;
    margin: 4.375% 0 4.6875%;
  }
}

#recommend_menu .recipe_list {
  font-size: 0;
}

#recommend_menu .recipe_list li {
  display: inline-block;
  width: 31.11111%;
  margin: 0 3.33333% 0 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 25px, 0);
          transform: translate3d(0, 25px, 0);
  -webkit-transition: opacity 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 768px) {
  #recommend_menu .recipe_list li {
    display: block;
    width: 60.15625%;
    margin: 0 auto 4.21875%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

#recommend_menu .recipe_list li a {
  display: block;
  position: relative;
}

#recommend_menu .recipe_list li .ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 768px) {
  #recommend_menu .recipe_list li .ov {
    display: none;
  }
}

#recommend_menu .recipe_list li:hover .ov {
  opacity: 1;
}

#recommend_menu .recipe_list li.in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#recommend_menu .recipe_list li:nth-child(2) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#recommend_menu .recipe_list li:nth-last-child(1) {
  margin: 0;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

@media (max-width: 768px) {
  #recommend_menu .recipe_list li:nth-last-child(1) {
    margin: 0 auto;
  }
}

/* lineup */
#lineup {
  max-height: 742px;
  background: url(../img/top/bg_lineup.png) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  #lineup {
    max-height: none;
    background-image: url(../img/top/bg_lineup_sp.png);
  }
}

#lineup img {
  display: block;
  width: 100%;
  height: auto;
}

#lineup::after {
  content: "";
  display: block;
  padding: 59.50281% 0 0;
}

@media (max-width: 768px) {
  #lineup::after {
    padding: 173.125% 0 0;
  }
}

#lineup .section_inr {
  max-width: 1247px;
}

#lineup .ttl {
  width: 32.47795%;
  margin: 0 auto;
  padding: 7.13713% 0 0;
}

@media (max-width: 768px) {
  #lineup .ttl {
    width: 63.28125%;
    padding: 13.75% 0 0;
  }
}

#lineup p {
  font-size: 17px;
  line-height: 1.764;
  text-align: center;
  margin: 2.56616% auto 3.04731%;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 2px white, 0 0 5px rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  #lineup p {
    font-size: 10px;
    line-height: 1.75;
    margin: 5% 0 4.6875%;
    text-shadow: none;
    padding: 0 15px;
    letter-spacing: -.045em;
  }
}

#lineup .naomi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 24.85966%;
  margin: 3.44828% 0 0;
}

@media (max-width: 768px) {
  #lineup .naomi {
    position: static;
    width: 49.375%;
    margin: 0 auto;
  }
}

#lineup .products_list {
  width: 69.66%;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 768px) {
  #lineup .products_list {
    width: 90.9375%;
    margin: 7.73196% auto 0;
  }
}

#lineup .products_list .fukidashi {
  position: absolute;
  top: 0;
  right: 0;
  width: 21.71717%;
  margin: -17.17172% -10.73232% 0 0;
  opacity: 0;
  -webkit-transform: scale(0) rotate(15deg);
          transform: scale(0) rotate(15deg);
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

@media (max-width: 768px) {
  #lineup .products_list .fukidashi {
    width: 27.83505%;
    margin: -22.33677% -4.12371% 0 0;
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

#lineup .products_list .fukidashi.in {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}

#lineup .products_list li {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(0, 25px, 0);
          transform: translate3d(0, 25px, 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 768px) {
  #lineup .products_list li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

#lineup .products_list li a {
  display: block;
}

#lineup .products_list li.in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#lineup .products_list li.products55g {
  width: 15.658%;
  margin: 0 6% 0 0;
}

@media (max-width: 768px) {
  #lineup .products_list li.products55g {
    width: 13.7457%;
    margin: 0 6.52921% 0 0;
  }
}

#lineup .products_list li.products50g {
  width: 20.377%;
  margin: 0 6.81818% 0 0;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

@media (max-width: 768px) {
  #lineup .products_list li.products50g {
    width: 21.82131%;
    margin: 0 6.01375% 0 0;
  }
}

#lineup .products_list li.products110g {
  width: 21.183%;
  margin: 0 6.31313% 0 0;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

@media (max-width: 768px) {
  #lineup .products_list li.products110g {
    width: 22.33677%;
    margin: 0 5.32646% 0 0;
  }
}

#lineup .products_list li.products200g {
  width: 23.48485%;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

@media (max-width: 768px) {
  #lineup .products_list li.products200g {
    width: 24.2268%;
  }
}

/* bnrArea */
#bnrArea {
  max-width: 900px;
  margin: 63px auto 0;
}

@media (max-width: 768px) {
  #bnrArea {
    margin: 35px auto 0;
  }
}

#bnrArea img {
  display: block;
  width: 100%;
  height: auto;
}

#bnrArea ul {
  font-size: 0;
}

#bnrArea ul li {
  display: inline-block;
  width: 48.55556%;
  margin: 0 2.88889% 2.88889% 0;
}

@media (max-width: 768px) {
  #bnrArea ul li {
    display: block;
    width: 93.75%;
    margin: 0 auto 3.125%;
  }
}

#bnrArea ul li:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  #bnrArea ul li:nth-child(2n) {
    margin-right: auto;
  }
}

#bnrArea a {
  display: block;
}

/*2012.04.10追加 メニュー一覧
--------------------------------------------------------------*/
#recipeList {
  padding-top: 30px;
}

#recipeList #recipeMenu ul {
  margin-right: -10px;
  zoom: 1;
}

#recipeList #recipeMenu ul li {
  float: left;
  position: relative;
  width: 115px;
  height: 100px;
}

#recipeList #recipeMenu ul li span.icon {
  position: absolute;
  top: -2px;
  left: 5px;
  z-index: 2;
}

#recipeList #recipeMenu ul li img {
  zoom: 1;
  position: relative;
}

#recipeList #recipeMenu ul li.end {
  width: 109px;
}

#recipeList #recipeMenu ul:before, #recipeList #recipeMenu ul:after {
  content: "";
  display: block;
  overflow: hidden;
}

#recipeList #recipeMenu ul:after {
  clear: both;
}

#recipeList #recipeMenu p {
  margin-bottom: 10px;
}

.clearfix {
  zoom: 1;
}
