header#header {
  height: 85px;
}
body#spreatable main {
  display: block;
  /*padding-bottom: 18px;*/
}
body#spreatable main .label,
body#spreatable main .label_s {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #a4000f;
  font-weight: bold;
}
body#spreatable main .label::after,
body#spreatable main .label_s::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  right: 8px;
  bottom: -28px;
  background: rgb(164, 0, 15);
}
.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  header#header {
    height: auto;
  }
  body#spreatable main {
    padding-bottom: 4vw;
  }
  body#spreatable main .separater img {
    height: 10vw;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
/* ------------------------------------- */
/* FirstView */
/* ------------------------------------- */
body#spreatable main #first_view {
  position: relative;
  margin-bottom: 50px;
}
body#spreatable main #first_view .label {
  top: 0;
  /*right: -25px;*/
  right: 0.4vw;
}
body#spreatable main #first_view .label_s {
  bottom: 152px;
  /*bottom: 9vw;*/
  /*right: -25px;*/
  right: 0.4vw;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body#spreatable main #first_view .label {
    right: 35px;
  }
  *::-ms-backdrop,
  body#spreatable main #first_view .label_s {
    right: 35px;
  }
}
body#spreatable main .label_s::after {
  height: 55px;
  bottom: -60px;
}
body#spreatable main #first_view .first_view_box {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 22;
}
body#spreatable main #first_view .first_view_box .logo {
  width: 302px;
  margin: 0 auto 35px;
  z-index: 22;
}
body#spreatable main #first_view .first_view_box .catch {
  max-width: 640px;
}
body#spreatable main #first_view .first_view_box .pkg {
  max-width: 728px;
}
body#spreatable main #first_view .first_view_box h2 img,
body#spreatable main #first_view .first_view_box h3 img,
body#spreatable main #first_view .first_view_box .pkg img {
  width: 100%;
}
body#spreatable main #first_view .first_view_box .normal,
body#spreatable main #first_view .first_view_box .ferment {
  position: absolute;
  z-index: 1;
}
body#spreatable main #first_view .first_view_box .normal img,
body#spreatable main #first_view .first_view_box .ferment img {
  width: 200px;
}
body#spreatable main #first_view .first_view_box .normal {
  top: 50%;
  right: calc(50% + 20px);
}
body#spreatable main #first_view .first_view_box .ferment {
  top: 50%;
  left: calc(50% + 20px);
}
.fv_fade {
  opacity: 0;
  /*transform: translateX(-30px);*/
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1; /*transform: translateX(0)*/
  }
}
.slider_fade {
  position: relative;
  height: 48vw;
  overflow: hidden;
  /* background: url('/dairies/butter/spreatable/images/top/kv_1.jpg') top -120px center no-repeat;
 background-size: cover;*/
}

.slider_fade > div {
  position: absolute;
  /*top:-150px;*/
  list-style: none;
  visibility: hidden;
  transform: scale(1);
  animation: anime_slider_fade 20s 0s infinite;
  will-change: opacity, transform;
}
.slider_fade > div:nth-of-type(2) {
  animation-delay: 5s;
}
.slider_fade > div:nth-of-type(3) {
  animation-delay: 10s;
}
.slider_fade > div:nth-of-type(4) {
  animation-delay: 15s;
}
.slider_fade > div img {
  width: 100%;
}

@keyframes anime_slider_fade {
  0% {
    visibility: visible;
    opacity: 0;
    transform: scale(1);
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.swiper-container {
  position: relative;
  width: 97vw;
  /*height:47.4vw;*/
  height: 42.8vw;
  margin: 0 auto 0 0 !important;
}
@media screen and (min-width: 639px) {
  .swiper-wrapper {
    overflow: hidden;
  }
  .swiper-slide {
    overflow: hidden;
  }
}
.swiper-slide {
  position: relative;
}
.swiper-slide img {
  width: 100%;
}
.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img {
  display: block;
  animation: zoom 10s linear 0s infinite;
  will-change: transform;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/*------*/

@media screen and (max-width: 640px) {
  body#spreatable main #first_view .label {
    top: 2vw;
    right: 2vw;
  }
  body#spreatable main #first_view .label_s {
    bottom: 7vw;
    /* bottom: -13vw; */
    right: 2vw;
  }
  body#spreatable main #first_view .first_view_box {
    width: 100vw;
    /* height: 67vw; */
    height: 85vw;
    /*  background: url('/dairies/butter/spreatable/images/top/fv_image_02_sp.jpg') top center no-repeat;
  background-size: cover;*/
  }
  body#spreatable main #first_view .first_view_box .logo {
    width: 40vw;
    margin: 0 auto 3.333vw;
  }
  body#spreatable main #first_view .first_view_box .catch {
    width: 47.467vw;
  }
  body#spreatable main #first_view .first_view_box .pkg {
    max-width: initial;
    width: 89.267vw;
  }
  body#spreatable main #first_view .first_view_box .pkg img,
  body#spreatable main #first_view .first_view_box .logo img,
  body#spreatable main #first_view .first_view_box h2 img {
    width: 100%;
  }
  body#spreatable main #first_view .first_view_box .normal,
  body#spreatable main #first_view .first_view_box .ferment {
    top: 45%;
  }
  body#spreatable main #first_view .first_view_box .normal img,
  body#spreatable main #first_view .first_view_box .ferment img {
    width: 25vw;
  }
  body#spreatable main #first_view .normal_item {
    height: auto;
    border-radius: 0;
  }
  body#spreatable main #first_view .normal_item .image_wrapper {
    display: none;
  }
  body#spreatable main #first_view .normal_item .image_wrapper_sp {
    display: block;
  }
  body#spreatable main #first_view .normal_item .image_wrapper_sp img {
    width: 100%;
  }
  body#spreatable main #first_view .fadein_item.num01 {
    top: 3.5vw;
    left: 3.5vw;
  }
  body#spreatable main #first_view .fadein_item.num01 img {
    width: 34vw;
  }
  .slider_fade {
    height: 67vw;
  }
  .slider_fade > div {
    top: 0;
  }
  .swiper-container {
    position: relative;
    width: 100vw;
    height: 98vw;
    margin: 0 !important;
  }
}
/* ------------------------------------- */
/* content_features */
/* ------------------------------------- */
body#spreatable main #content_features {
  text-align: center;
  margin-bottom: 50px;
}
body#spreatable main #content_features h2 {
  position: relative;
  display: block;
  width: 156px;
  margin: 0 auto 30px;
}
body#spreatable main #content_features .content_features_box {
  width: 96.429vw;
  /*min-height: 1180px;*/
  min-height: 1000px;
  margin: 0 0 0 auto;
  background: url("/dairies/butter/spreatable/images/top/features_background.jpg") top -24px left no-repeat;
  background-size: cover;
}
body#spreatable main #content_features .content_features_box .label {
  top: 0;
  left: -25px;
}
body#spreatable main #content_features .content_features_box .inner {
  padding: 50px 2.5vw 50px 0;
}
body#spreatable main #content_features .content_features_box .inner h3 {
  display: block;
  width: 263px;
  margin: 0 auto 38px;
}
body#spreatable main #content_features .content_features_box .inner h4 {
  display: block;
  width: 431px;
  margin: 0 auto 15px;
}
body#spreatable main #content_features .content_features_box .inner h4.point {
  display: block;
  width: 443px;
  margin: 0 auto 15px;
}
body#spreatable main #content_features .content_features_box .inner h5 {
  display: block;
  width: 403px;
  margin: 0 auto 15px;
}
body#spreatable main #content_features .content_features_box .inner p {
  width: 630px;
  color: #a4000f;
  font-size: 20px;
  font-weight: 400;
  padding: 22px 10px;
  margin: 0 auto 70px;
  border: #a4000f 1px solid;
}
body#spreatable main #content_features .content_features_box .inner ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 810px;
  margin: 0 auto 60px;
}
body#spreatable main #content_features .content_features_box .inner ul li {
  width: 30%;
}
body#spreatable main #content_features .content_features_box .inner ul li span {
  display: block;
  color: #a4000d;
  font-size: 21px;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  body#spreatable main #content_features {
    margin-bottom: 6.93vw;
  }
  body#spreatable main #content_features h2 {
    width: 25.6vw;
    margin: 0 auto 4.667vw;
  }
  body#spreatable main #content_features h2 img {
    width: 25.6vw;
  }
  body#spreatable main #content_features .content_features_box {
    width: 100vw;
    min-height: 195vw;
    background: url("/dairies/butter/spreatable/images/top/features_background_sp.jpg") top left no-repeat;
    background-size: cover;
  }
  body#spreatable main #content_features .content_features_box .label {
    top: 2vw;
    left: 2vw;
  }
  body#spreatable main #content_features .content_features_box .inner {
    padding: 9.6vw 0 0;
  }
  body#spreatable main #content_features .content_features_box .inner h3 {
    width: 42.13vw;
    margin: 0 auto 9.73vw;
  }
  body#spreatable main #content_features .content_features_box .inner h3 img {
    width: 42.13vw;
  }
  body#spreatable main #content_features .content_features_box .inner h4 {
    width: 68.93vw;
    margin: 0 auto 3.33vw;
  }
  body#spreatable main #content_features .content_features_box .inner h4 img {
    width: 68.93vw;
  }
  body#spreatable main #content_features .content_features_box .inner h4.point {
    width: 70.8vw;
    margin: 0 auto 3.33vw;
  }
  body#spreatable main #content_features .content_features_box .inner h4.point img {
    width: 70.8vw;
  }
  body#spreatable main #content_features .content_features_box .inner h5 {
    width: 82.267vw;
    margin: 0 auto 3.33vw;
  }
  body#spreatable main #content_features .content_features_box .inner h5 img {
    width: 82.267vw;
  }
  body#spreatable main #content_features .content_features_box .inner p {
    width: 94.667vw;
    font-size: 3.5vw;
    padding: 4.93vw 4.26vw;
    margin: 0 auto 11.33vw;
  }
  body#spreatable main #content_features .content_features_box .inner ul {
    display: block;
    width: 68vw;
    margin: 0 auto 12vw;
  }
  body#spreatable main #content_features .content_features_box .inner ul li {
    width: 68vw;
    text-align: left;
    margin-bottom: 2vw;
  }
  body#spreatable main #content_features .content_features_box .inner ul li img {
    width: 26.66vw;
  }
  body#spreatable main #content_features .content_features_box .inner ul li span {
    display: inline-block;
    font-size: 5.3vw;
    vertical-align: middle;
    padding-left: 3vw;
    margin-top: 0;
  }
  body#spreatable main #content_features .content_features_box .inner .image img {
    width: 76.4vw;
  }
}
/* ------------------------------------- */
/* product_normal_detail */
/* ------------------------------------- */
body#spreatable main #product_normal_detail {
  position: relative;
  min-height: 865px;
  margin-bottom: 50px;
}
body#spreatable main #product_normal_detail .label {
  top: 0;
  right: -25px;
}
body#spreatable main #product_normal_detail .product_normal_box01 {
  width: 96.429vw;
  min-height: 420px;
  background: #b7303a;
}
body#spreatable main #product_normal_detail .product_normal_box02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 88.889vw;
  min-height: 530px;
  margin: 0 0 0 auto;
  background: url("/dairies/butter/spreatable/images/top/product_normal_bg.jpg") top -25px right no-repeat;
  background-size: cover;
  z-index: -1;
}
body#spreatable main #product_normal_detail .product_normal_box01 .inner {
  position: relative;
  width: 975px;
  margin: auto;
}
body#spreatable main #product_normal_detail .product_normal_box01 .item_catch {
  position: absolute;
  top: 40px;
  left: 0;
  width: 298px;
}
body#spreatable main #product_normal_detail .product_normal_box01 .normal {
  position: absolute;
  top: 156px;
  left: 60px;
}
body#spreatable main #product_normal_detail .product_normal_box01 .normal img {
  width: 352px;
}
body#spreatable main #product_normal_detail .product_normal_box01 .detail_link {
  position: absolute;
  top: 320px;
  left: 10.8%;
}
body#spreatable main #product_normal_detail .product_normal_box01 .detail_link a {
  position: relative;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px 30px;
  border: #fff 1px solid;
}
body#spreatable main #product_normal_detail .product_normal_box01 .detail_link a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 100%;
  background: url("/dairies/butter/spreatable/images/top/icon_open_window_white.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}
body#spreatable main #product_normal_detail .product_normal_box01 .txt_box {
  position: absolute;
  top: 65px;
  right: 0;
  width: 490px;
  padding: 50px 55px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
body#spreatable main #product_normal_detail .product_normal_box01 .txt_box h2 {
  color: #a4000d;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
body#spreatable main #product_normal_detail .product_normal_box01 .inner p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  body#spreatable main #product_normal_detail {
    min-height: 290vw;
    margin-bottom: 6.93vw;
  }
  body#spreatable main #product_normal_detail .label {
    top: 0;
    right: -5vw;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 {
    width: 93.429vw;
    min-height: 88.533vw;
  }
  body#spreatable main #product_normal_detail .product_normal_box02 {
    width: 100vw;
    min-height: 154.133vw;
    background: url("/dairies/butter/spreatable/images/top/product_normal_bg_sp.jpg") bottom center no-repeat;
    background-size: cover;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .inner {
    width: 98vw;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .item_catch {
    top: 4.4vw;
    left: 3.333vw;
    width: 59.2vw;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .item_catch img {
    width: 59.2vw;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .normal {
    top: 29.867vw;
    left: 15.6vw;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .normal img {
    width: 70vw;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .detail_link {
    top: 65.33vw;
    left: 20%;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .detail_link a {
    font-size: 3.6vw;
    padding: 3.33vw 10.73vw;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .detail_link a::before {
    right: 4vw;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .txt_box {
    top: 78.4vw;
    right: -2vw;
    width: 96vw;
    padding: 6.66vw 4.933vw 6.66vw 6.8vw;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .txt_box h2 {
    font-size: 5.6vw;
    margin-bottom: 4.26vw;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .inner p {
    font-size: 3.5vw;
    line-height: 1.8;
  }
}
/* ============================================ */
/* Product:製品情報詳細(ノーマル):材料          */
/* ============================================ */
body#spreatable main #product_normal_detail .product_normal_box01 .material {
  width: 100%;
  position: absolute;
  top: 456px;
  left: -115px;
  z-index: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
body#spreatable main #product_normal_detail .product_normal_box01 .material .fadein_item {
  position: relative;
}
body#spreatable main #product_normal_detail .product_normal_box01 .material .fadein_item:nth-child(n + 2) {
  margin-left: 10px;
}
body#spreatable main #product_normal_detail .product_normal_box01 .material .fadein_item:nth-child(2) img {
  width: 29px !important;
}
body#spreatable main #product_normal_detail .product_normal_box01 .material .fadein_item span {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
body#spreatable main #product_normal_detail .product_normal_box01 .material .fadein_item:nth-child(1) span {
  font-size: 23px;
  line-height: 40px;
}
@media screen and (max-width: 640px) {
  body#spreatable main #product_normal_detail .product_normal_box01 .material {
    top: 158.133vw;
    left: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .material .fadein_item {
    text-align: center;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .material .fadein_item:nth-child(n + 2) {
    margin-left: 1.5vw;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .material .fadein_item:nth-child(2) {
    width: 100%;
    padding: 2vw 0;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .material .fadein_item:nth-child(1) img {
    width: 32.8vw !important;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .material .fadein_item:nth-child(2) img {
    width: 7vw !important;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .material .fadein_item:nth-child(n + 3) img {
    width: 25vw !important;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .material .fadein_item span {
    font-size: 2.4vw;
    line-height: 4.65vw;
  }
  body#spreatable main #product_normal_detail .product_normal_box01 .material .fadein_item:nth-child(1) span {
    font-size: 3.4vw;
    line-height: 6.6vw;
  }
}
/* ------------------------------------- */
/* product_cheese_detail */
/* ------------------------------------- */
body#spreatable main #product_cheese_detail {
  position: relative;
  min-height: 865px;
  margin-bottom: 50px;
}
body#spreatable main #product_cheese_detail .label {
  top: 0;
  left: -25px;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 {
  width: 96.429vw;
  min-height: 420px;
  z-index: 1;
  margin: 0 0 0 auto;
  background: #ffb208;
}
body#spreatable main #product_cheese_detail .product_cheese_box02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88.889vw;
  min-height: 530px;
  margin: 0 0 0 auto;
  background: url("/dairies/butter/spreatable/images/top/product_cheese_bg.jpg") top -25px right no-repeat;
  background-size: cover;
  z-index: -1;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .inner {
  position: relative;
  width: 975px;
  margin: auto;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .item_catch {
  position: absolute;
  top: 40px;
  right: 27px;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .cheese {
  position: absolute;
  top: 156px;
  right: 60px;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .cheese img {
  width: 352px;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .detail_link {
  position: absolute;
  top: 320px;
  right: 10.8%;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .detail_link a {
  position: relative;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px 30px;
  border: #fff 1px solid;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .detail_link a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 100%;
  background: url("/dairies/butter/spreatable/images/top/icon_open_window_white.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .txt_box {
  position: absolute;
  top: 63px;
  left: 0;
  width: 490px;
  padding: 50px 55px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .txt_box h2 {
  color: #ffa300;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .inner p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  body#spreatable main #product_cheese_detail {
    min-height: 290vw;
    margin-bottom: 6.93vw;
  }
  body#spreatable main #product_cheese_detail .label {
    top: 0;
    left: -5vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 {
    width: 93.429vw;
    min-height: 88.533vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box02 {
    position: absolute;
    bottom: 20vw;
    width: 100vw;
    min-height: 154.133vw;
    background: url("/dairies/butter/spreatable/images/top/product_cheese_bg_sp.jpg") top -25px right no-repeat;
    background-size: cover;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .inner {
    width: 98vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .item_catch {
    top: 4.4vw;
    right: 7.333vw;
    width: 59.2vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .item_catch img {
    width: 59.2vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .cheese {
    top: 29.867vw;
    left: 10.6vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .cheese img {
    width: 70vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .detail_link {
    top: 65.33vw;
    left: 14.8vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .detail_link a {
    font-size: 3.6vw;
    padding: 3.33vw 10.73vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .detail_link a::before {
    right: 4vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .txt_box {
    top: 78.4vw;
    left: -25px;
    width: 96vw;
    padding: 6.66vw 4.933vw 6.66vw 6.8vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .txt_box h2 {
    font-size: 5.6vw;
    margin-bottom: 4.26vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .inner p {
    font-size: 3.5vw;
    line-height: 1.8;
  }
}

/* ============================================ */
/* Product:製品情報詳細(発酵バター):材料        */
/* ============================================ */
body#spreatable main #product_cheese_detail .product_cheese_box01 .material {
  width: 100%;
  position: absolute;
  top: 525px;
  right: -40px;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item {
  position: relative;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(n + 2) {
  margin-left: 10px;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(2) img {
  width: 29px !important;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item > span {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item > span span {
  display: inline-block;
  vertical-align: bottom;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(1) > span {
  font-size: 23px;
  line-height: 40px;
}
body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(1) > span .annotation {
  padding-left: 2px;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material {
    width: 100vw;
    top: 142vw;
    right: 4.5vw;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item {
    text-align: center;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(n + 2) {
    margin-left: 1vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(2) {
    width: 100%;
    padding: 2.8vw 0;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(1) img {
    width: 32.8vw !important;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(2) img {
    width: 7vw !important;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(3),
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(5) {
    text-align: right;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(4),
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(6) {
    text-align: left;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(n + 5) {
    margin-top: 1vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(n + 3) img {
    /*width: 25vw !important;*/
    width: 23.5vw !important;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item > span {
    text-align: center;
    font-size: 2.4vw;
    line-height: 4.65vw;
    white-space: nowrap;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(n + 3) > span {
    /*width: 25vw;*/
    width: 23.5vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(3) > span,
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(5) > span {
    left: auto;
    left: initial;
    right: 0;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(1) > span {
    font-size: 3.4vw;
    line-height: 6.6vw;
  }
  body#spreatable main #product_cheese_detail .product_cheese_box01 .material .fadein_item:nth-child(1) > span .annotation {
    padding-left: 0.2vw;
    font-size: 2vw;
  }
}
/* ------------------------------------- */
/* content_market */
/* ------------------------------------- */
body#spreatable main #content_market {
  min-height: 400px;
  padding: 55px 0;
  margin: 0 0 50px 0;
  background: url("/dairies/butter/spreatable/images/top/market_bg.png") center center no-repeat;
  background-size: cover;
}
body#spreatable main #content_market .inner {
  width: 980px;
  padding: 40px 35px 35px;
  margin: auto;
  background: #fff;
}
body#spreatable main #content_market .inner h2 {
  color: #a4000d;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
body#spreatable main #content_market .inner .inner_cont {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
body#spreatable main #content_market .inner .inner_cont p {
  width: 43%;
  font-size: 16px;
  line-height: 1.8;
}
body#spreatable main #content_market .inner .inner_cont .data {
  width: 476px;
}
body#spreatable main #content_market .inner .inner_cont .data img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  body#spreatable main #content_market {
    min-height: initial;
    padding: 8vw 0;
    margin: 0 0 6.93vw 0;
    background: url("/dairies/butter/spreatable/images/top/market_bg_sp.png") center center no-repeat;
    background-size: cover;
  }
  body#spreatable main #content_market .inner {
    width: 92vw;
    padding: 8vw 5.8vw 4.6vw;
  }
  body#spreatable main #content_market .inner h2 {
    font-size: 5.6vw;
    text-align: center;
    margin-bottom: 4.66vw;
  }
  body#spreatable main #content_market .inner .inner_cont {
    display: block;
  }
  body#spreatable main #content_market .inner .inner_cont p {
    width: 100%;
    font-size: 3.7vw;
    margin-bottom: 3vw;
  }
  body#spreatable main #content_market .inner .inner_cont .data {
    width: 100%;
  }
  body#spreatable main #content_market .inner .inner_cont .data img {
    width: 100%;
  }
}
/* ------------------------------------- */
/* content_recipe */
/* ------------------------------------- */
body#spreatable main #content_recipe {
  position: relative;
  padding: 65px 0px 60px;
  margin: 44px 0px 0;
  background: url("../../images/recipe/common/recipe_background.png");
  background-size: 400px auto;
  background-position: top left;
}
body#spreatable main #content_recipe h2 {
  position: relative;
  display: block;
  width: 100px;
  margin: 0 auto 55px;
}
body#spreatable main #content_recipe .inner .label {
  top: 65px;
  left: 20px;
}
body#spreatable main #content_recipe .hashtag ul {
  /*width: 640px;*/
  width: 700px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto 45px;
}
body#spreatable main #content_recipe .hashtag li a {
  display: block;
  color: #a4000d;
  font-size: 16px;
  text-decoration: none;
  padding: 5px 15px;
  background: rgba(164, 0, 13, 0.2);
  border-radius: 20px;
  outline: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
body#spreatable main #content_recipe .hashtag li a:hover {
  opacity: 0.8;
}
body#spreatable main #content_recipe .recipe_list_thum {
  width: 980px;
  margin: auto;
}
body#spreatable main #content_recipe .recipe_list_thum ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  list-style: none;
  padding: 0 0 30px;
}
body#spreatable main #content_recipe .recipe_list_thum ul li:nth-child(3) {
  padding: 0 40px 0;
}
body#spreatable main #content_recipe .recipe_list_thum a {
  position: relative;
  display: block;
  width: 300px;
  height: 300px;
  background: #000;
}
body#spreatable main #content_recipe .recipe_list_thum a.breakfast {
  width: 980px;
  margin: 0 0 20px;
}
body#spreatable main #content_recipe .recipe_list_thum a img {
  width: 300px;
  height: 300px;
  opacity: 0.6;
  outline: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
body#spreatable main #content_recipe .recipe_list_thum a.breakfast img {
  width: 980px;
}
body#spreatable main #content_recipe .recipe_list_thum a.breakfast img.sp {
  display: none;
}
body#spreatable main #content_recipe .recipe_list_thum a:hover img {
  opacity: 1;
}
body#spreatable main #content_recipe .recipe_list_thum p {
  position: absolute;
  display: inline-block;
  top: 47%;
  left: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transform: translate(-50%, -50%);
}
body#spreatable main #content_recipe .recipe_list_thum a.breakfast p {
  transform: translate(-60%, 235%);
}
body#spreatable main #content_recipe .cow {
  width: 720px;
  margin: auto;
}
body#spreatable main #content_recipe .item.num03 {
  width: 980px;
  margin: 30px auto 0;
  padding-top: 30px;
  border-top: #aaaaaa 1px solid;
}
body#spreatable main .content_item#content_recipe .item.num03 .fadein_item {
  width: 720px;
  margin: auto;
}
body#spreatable main .content_item#content_recipe .item.num03 .fadein_item img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  body#spreatable main #content_recipe {
    margin: 0 0vw 6vw;
    padding: 15vw 0vw 11vw;
    background: url("../../images/recipe/common/recipe_background.png");
    background-size: 60vw auto;
    background-position: top left;
    position: relative;
  }
  body#spreatable main #content_recipe h2 {
    width: 16.267vw;
    margin: 0 auto 5.067vw;
  }
  body#spreatable main #content_recipe h2 img {
    width: 16.267vw;
  }
  body#spreatable main #content_recipe .inner .label {
    top: 5vw;
    left: 2vw;
  }
  body#spreatable main #content_recipe .hashtag ul {
    width: 93.333vw;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 0 auto 6.667vw;
  }
  body#spreatable main #content_recipe .hashtag li {
    margin: 0 2vw 2.3vw;
  }
  /* body#spreatable main #content_recipe .hashtag li:last-child {
  margin: 2vw auto 0;
 }*/
  body#spreatable main #content_recipe .hashtag li a {
    font-size: 3.7vw;
    text-decoration: none;
    padding: 1vw 3vw;
  }
  body#spreatable main #content_recipe .recipe_list_thum {
    width: 92vw;
  }
  body#spreatable main #content_recipe .recipe_list_thum ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    list-style: none;
    padding: 0 0 30px;
  }
  body#spreatable main #content_recipe .recipe_list_thum ul li:nth-child(3) {
    padding: 0 0 0 4vw;
  }
  body#spreatable main #content_recipe .recipe_list_thum ul li:last-child {
    margin: 4vw auto 0;
  }
  body#spreatable main #content_recipe .recipe_list_thum a {
    width: 44vw;
    height: 44vw;
  }
  body#spreatable main #content_recipe .recipe_list_thum a img {
    width: 44vw;
    height: 44vw;
  }
  body#spreatable main #content_recipe .recipe_list_thum a.breakfast {
    width: 92vw;
    margin: 0 0 4vw;
  }
  body#spreatable main #content_recipe .recipe_list_thum a.breakfast img.sp {
    display: block;
    width: 92vw;
    height: 44vw;
  }
  body#spreatable main #content_recipe .recipe_list_thum a.breakfast img.pc {
    display: none;
  }
  body#spreatable main #content_recipe .recipe_list_thum p {
    width: 100%;
    top: 47%;
    left: 50%;
    font-size: 4vw;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  body#spreatable main #content_recipe .recipe_list_thum a.breakfast p {
    transform: translate(-51%, 210%);
  }
  body#spreatable main #content_recipe .cow {
    width: 94.933vw;
  }
  body#spreatable main #content_recipe .cow img {
    width: 94.933vw;
  }
  body#spreatable main #content_recipe .item.num03 {
    width: 94.933vw;
    margin: 7.333vw auto 0;
    padding-top: 7.333vw;
  }
  body#spreatable main .content_item#content_recipe #content_sns.item.num03 {
    width: 70vw;
  }
  body#spreatable main .content_item#content_recipe #content_sns.item.num03 img {
    width: 100%;
  }
  body#spreatable main .content_item#content_recipe .item.num03 .fadein_item {
    width: 94.933vw;
  }

  body#spreatable main .content_item#content_recipe .item.num03 .fadein_item img {
    width: 94.933vw;
    margin: auto;
  }
}
/* ------------------------------------- */
/* SNS */
/* ------------------------------------- */
body#spreatable main ul#under_banner {
  text-align: center;
}
body#spreatable main ul#under_banner li img {
  width: 310px !important;
}
@media screen and (max-width: 640px) {
  body#spreatable main ul#under_banner {
    text-align: center;
    padding-bottom: 6vw;
  }
  body#spreatable main ul#under_banner li img {
    width: 92vw !important;
  }
}
/* ------------------------------------- */
/* SNS */
/* ------------------------------------- */
body#spreatable main .content_item#content_sns {
  padding: 34px 0px 20px;
  text-align: center;
}
body#spreatable main .content_item#content_sns ul {
  display: inline-block;
  letter-spacing: -0.4em;
  vertical-align: top;
}
body#spreatable main .content_item#content_sns ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
body#spreatable main .content_item#content_sns ul li:first-child {
  margin-right: 12px;
}
@media screen and (max-width: 640px) {
  body#spreatable main .content_item#content_sns ul {
    display: block;
  }
  body#spreatable main .content_item#content_sns ul li:first-child {
    margin-right: 0;
    margin-bottom: 5vw;
  }
}
/* ------------------------------------- */
/* cp_link */
/* ------------------------------------- */
.cp_link {
  /*position: relative;*/
  margin-bottom: 50px;
}
.cp_link .inner {
  width: 960px;
  margin: 0 auto;
}
.cp_link .inner_fl {
  width: 1060px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}
.cp_link h2 {
  display: block;
  width: 350px;
  margin: 0 auto 30px;
}
.cp_link a {
  display: block;
  /*position: absolute;
	top:-272px;
	left:0;
	right: 0;*/
  margin: 0 auto;
  /*width: 750px;*/
  width: 960px;
  transition: all 0.6s ease 0s;
}
.cp_link a:hover {
  opacity: 0.7;
}
.cp_link a img {
  /*width: 750px;*/
  width: 960px;
}
/*body#spreatable #main #first_view {
	margin-bottom: 165px;
}*/
/*.cp_link .inner_fl a{
	width: 720px;
}*/
.cp_link .inner_fl a img {
  width: 100%;
}
@media screen and (min-width: 639px) {
  .cp_link .inner_fl a:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .cp_link {
    margin-bottom: 10vw;
  }
  .cp_link .inner {
    width: 100vw;
    margin: 0 auto;
  }
  .cp_link .inner_fl {
    display: block;
    width: 100vw;
  }
  .cp_link h2 {
    width: 58.533vw;
    margin: 0 auto 4.667vw;
  }
  .cp_link h2 img {
    width: 58.533vw;
  }
  .cp_link a {
    display: block;
    /*position: absolute;
	top:-35vw;
	left:0;
	right: 0;*/
    margin: 0 auto 5vw;
    width: 90vw;
  }
  .cp_link a img {
    width: 90vw;
  }
  .cp_link .inner_fl a {
    width: 90vw;
  }
  body#spreatable main #first_view {
    /*margin-bottom: 21.711vw;*/
  }
}
/* ------------------------------------- */
/* youtube */
/* ------------------------------------- */
.youtube {
  width: 570px;
  margin: 0 auto 80px;
}
.youtube p img {
  display: block;
  width: 535px;
  margin: 0 auto 15px;
}
.youtube .rakuten_img img {
  width: 570px;
}
@media screen and (max-width: 640px) {
  .youtube {
    width: 76.4vw;
    margin-bottom: 10vw;
  }
  .youtube p img {
    width: 71.2vw;
    margin: 0 auto 2vw;
  }
  .youtube .rakuten_img img {
    width: 76.4vw;
    margin: auto;
  }
}
/* ------------------------------------- */
/* map_btn */
/* ------------------------------------- */
body#spreatable .map_btn {
  width: 475px;
  margin: 0 auto;
}
body#spreatable .map_btn_normal {
  position: absolute;
  top: 730px;
  left: 0;
  right: 0;
}
body#spreatable .map_btn_cheese {
  position: absolute;
  top: 760px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  body#spreatable .map_btn {
    width: 90vw;
  }
  body#spreatable .map_btn img {
    width: 100%;
  }
  body#spreatable .map_btn_normal {
    top: 240vw;
  }
  body#spreatable .map_btn_ferment {
    top: 255vw;
    left: -10vw;
  }
  body#spreatable .map_btn_cheese {
    top: 230vw;
    left: -12vw;
  }
}
