
@charset "UTF-8";
/* ----------------------------------------------------------------------

   納豆総合　top.scss

  - 共通パーツ override
  - ページ内コンテンツレイアウト
    ・
    ・

---------------------------------------------------------------------- */
/* override
---------------------------------------------------------------------- */
.wrp-footer {
}
@media only screen and (min-width: 737px), print {
  .wrp-footer {
    margin-top: 60px;
  }
}

.mod-ttl {
  font-size: 36px;
}
.text-sttl {
  color: #222;
  font-size: 22px;
}
@media only screen and (max-width: 736px) {
  .mod-ttl {
    font-size: 25px;
  }
}

.wrp-maincts {
  padding-bottom: 2px;
}
@media only screen and (max-width: 736px) {
  .wrp-maincts {
    padding-bottom: 5px;
  }
  .wrp-maincts:before {
    background-image: url(/natto/img/common/bg_top_sp.png);
    background-position: center top;
    background-size: 700px auto;
  }
}
@media only screen and (min-width: 737px), print {
  .wrp-maincts {
    background-image: url(/natto/img/common/bg_top_pc.png);
    background-position: center top;
    background-size: 2000px auto;
  }
}

@media only screen and (min-width: 737px), print {
  .area-info_useful {
    margin-top: 100px;
    margin-bottom: 0;
  }
}

.cts-extra_message {
  margin-top: 0;
}


/* lauout
---------------------------------------------------------------------- */
.cts-mainvis {
  width: 100%;
  margin-bottom: 83px;
}
.cts-mainvis > .inner-cts {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
}
.cts-mainvis .first-view {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}
.cts-mainvis .slick {
  position: static;
  z-index: 10;
  opacity: 1;
}
.cts-mainvis .text {
  color: #6c4008;
  font-size: 30px;
}
.cts-mainvis .area-link a {
  display: block;
}
.cts-mainvis .act .first-view {
  position: static;
  opacity: 1;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cts-mainvis .act .slick {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
}
@media only screen and (max-width: 736px), print {
  .slick-initialized.slick .slick-arrow {
    display: none !important;
  }
}
@media only screen and (min-width: 737px), print {
  .cts-mainvis {
  }
  .cts-mainvis > .inner-cts {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
  .slick-initialized.slick {
    position: relative;
  }
  .slick-initialized.slick .slick-prev,
  .slick-initialized.slick .slick-next {
    top: auto !important;
    bottom: -66px;
  }

  .slick-initialized.slick .slick-prev {left: 0;}
  .slick-initialized.slick .slick-next {right: 0;}

  .cts-mainvis .slick a .img img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cts-mainvis .slick a:hover .img img {
    opacity: 0.7;
  }
  .cts-mainvis .area-link {
    position: absolute;
    bottom: 29px;
    left: 65px;
  }
  .cts-mainvis .area-link a {
    width: 140px;
    height: 140px;
    background-image: url(/natto/img/brn_pushutto.png);
    background-size: 100% auto;
  }
  .cts-mainvis .area-link a span {
    display: none;
  }
  .area-slick .slick > div.motion .area-link a {
    -webkit-animation: anim-moema-1 0.2s forwards;
    animation: anim-moema-1 0.2s forwards;
  }
}

.area-slick {
	overflow: hidden;
	max-width: 944px;
	margin: 0 auto;
}

.slick {
  position: relative;
}
.slick .slick-prev,
.slick .slick-next {
  display: none;
}

.slick-track {
	margin: 0 auto;
}

.slick .img img {
  width: 100%;
}
.thumbnail {
  overflow: hidden;
  position: relative;
  max-width: 828px;
  margin: 0 auto;
}

.thumbnail .slick-slide {
  vertical-align: top;
  padding: 8px 4px 0;
}
.thumbnail .slick-slide {
  outline: none;
  pointer-events: auto;
}

.thumbnail .slick-slide img {
  width: 100%;
}

.thumbnail .slick-slide:hover {
  outline: none;
}
.thumbnail .slick-slide.slick-current .img {
  box-sizing: border-box;
  position: relative;
}

.thumbnail .slick-slide.slick-current .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #ed1b23;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 37px;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  background-color: #b98541;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}
.slick-prev {
  left: -42px;
}
.slick-next {
  right: -42px;
}
.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 0;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 0;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 736px) {
  .cts-mainvis {
    margin-bottom: 75px;
  }
  .cts-mainvis > .inner-cts {
    padding: 0;
  }
  .slick {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  .slick-slide {
    position: relative;
  }
  .cts-mainvis .thumbnail {
    position: relative;
    max-width: 92%;
  }
  .thumbnail:before {
    display: none;
  }
  .thumbnail .slick-slide {
    width: 15px !important;
    display: none !important;
  }
  .thumbnail .slick-slide img {
    display: none !important;
  }
  .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
		width: 70%;
    /*スライド5つの時の数値
		width: 56.52173913043478%;*/
    margin: 20px auto 10px;
  }
  .slick-dots li {
    float: left;
    width: 15px;
    height: 15px;
    background-color: #b98541;
    text-indent: -9999px;
	margin: 10px 4px 0;
    margin: 10px 10px 0;
    border-radius: 50%;
  }
  .slick-dots li.slick-active {
    background-color: #db1d26;
  }
  .slick-prev,
  .slick-next {
    top: 21px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}

.wrp-topcts {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
}
@media only screen and (max-width: 736px) {
  .wrp-topcts {
    padding-bottom: 45px;
  }
}

.cts-recipe_top {
  box-sizing: border-box;
}
.cts-recipe_top .mod-ttl {
  margin-bottom: 10px;
}
.cts-recipe_top .text-ttl {
  padding: 20px 0;
  font-size: 24px;
  text-align: center;
}
.cts-recipe_top a {
  position: relative;
  display: block;
}
.cts-recipe_top .today {
  position: relative;
}
.cts-recipe_top .today:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background-color: #b98541;
  background-image: url(/natto/img/common/icon_todays.png);
  background-size: 100% auto;
  z-index: 2;
}
.cts-recipe_top .date_new {
  position: absolute;
  top: 9px;
  left: -20px;
  display: inline-block;
  width: 90px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.02em;
  white-space: nowrap;
  z-index: 3;
}
.cts-recipe_top .date_new span {
  display: block;
  color: #fff;
  font-size: 25px;
}
.cts-recipe_top .img {
  overflow: hidden;
}
.cts-recipe_top .img img {
  width: 100%;
}
.cts-recipe_top .text-recipe_name span {
  display: inline-block;
  padding: 3px 0;
  border-bottom: 1px solid #a3a3a3;
}
@media only screen and (min-width: 737px), print {
  .cts-recipe_top {
    float: left;
    width: 47.36%;
    padding: 5px 40px 50px;
  }
  .cts-recipe_top .img {
    position: relative;
    padding-top: 75.27%;
  }
  .cts-recipe_top .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cts-recipe_top .img:hover img {
    width: 106%;
  }
  .cts-recipe_top .text-recipe_name {
    margin-top: 7px;
  }
  .cts-recipe_top .text-recipe_name span {
    font-size: 16px;
    -webkit-transition: border 0.4s ease;
    -moz-transition: border 0.4s ease;
    transition: border 0.4s ease;
  }
  .cts-recipe_top a:hover .text-recipe_name span {
    border-bottom: 1px solid #d9001f;
  }
  .cts-recipe_top .area-btn {
    width: 240px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 736px) {
  .cts-recipe_top .mod-ttl {
    margin-bottom: 5px;
  }
  .cts-recipe_top .today {
    position: relative;
  }
  .cts-recipe_top .today:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #b98541;
    background-image: url(/natto/img/common/icon_todays.png);
    background-size: 100% auto;
    z-index: 2;
  }
  .cts-recipe_top .date_new {
    top: 15px;
    left: -10px;
    width: 80px;
    font-size: 10px;
    line-height: 1.6;
  }
  .cts-recipe_top .date_new span {
    font-size: 22px;
  }
  .cts-recipe_top .img.today:before {
    top: -15px;
    left: -15px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
  .cts-recipe_top .area-btn {
    width: 100%;
    max-width: 240px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }
}

.cts-products_top .list-products {
  padding-top: 10px;
}
.cts-products_top .list-products li {
  box-sizing: border-box;
  float: left;
  width: 33.33%;
}
.cts-products_top .list-products li:nth-child(3n+1) {
  width: 33.34%;
  margin-left: 0;
  padding-right: 8px;
}
.cts-products_top .list-products li:nth-child(3n+2) {
  padding-right: 4px;
  padding-left: 4px;
}
.cts-products_top .list-products li:nth-child(3n+3) {
  padding-left: 8px;
}
.cts-products_top .list-products li .area-img {
  position: relative;
  padding-top: 100%;
}
.cts-products_top .list-products li .area-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 737px), print {
  .cts-products_top {
    float: right;
    width: 49.36%;
    padding: 5px 44px 50px;
  }
  .cts-products_top .list-products {
    margin-top: 10px;
  }
  .cts-products_top .list-products li:nth-child(n+4) {
    margin-top: 35px;
  }
  .cts-products_top .list-products li .area-img img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cts-products_top .list-products:hover .area-img img {
    width: 135%;
  }
  .cts-products_top .area-btn {
    width: 240px;
    margin-top: 73px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 736px) {
  .cts-products_top {
    margin-top: 58px !important;
  }
  .cts-products_top .mod-ttl {
    margin-bottom: 5px;
  }
  .cts-products_top .list-products {
    margin-top: -10px;
  }
  .cts-products_top .list-products li:nth-child(n+4) {
    margin-top: 10px;
  }
  .cts-products_top .area-btn {
    width: 100%;
    max-width: 240px;
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
  }
}

.cts-pickup {
  margin-top: 150px;
}
.cts-pickup .list-link_pickup li.pickup_02,
.cts-pickup .list-link_pickup li.pickup_03 {
  display: none;
}
.cts-pickup .area-btn {
  display: none;
}
@media only screen and (max-width: 736px) {
  .cts-pickup {
    margin-top: 12px;
  }
  .cts-pickup .area-btn {
    margin-top: 40px;
  }
}

.cts-recipe {
  margin-top: 102px;
}
@media only screen and (max-width: 736px) {
  .cts-recipe {
    margin-top: 60px;
  }
  .cts-recipe .mod-ttl {
    margin-bottom: 5px;
  }
  .cts-recipe .area-btn {
    margin-top: 45px;
  }
}

.list-bnr {
	margin-top: 30px;
	text-align: center;
}
.list-bnr .bnr-inner img {
	width: 100%;
	max-width: 770px;
	vertical-align: bottom;
	transition: all .4s ease;
}
@media only screen and (min-width: 737px), print {
	.list-bnr .bnr-inner:hover img {
		opacity: .8;
	}
}




