﻿@charset "UTF-8";

.wrapper_ {
  background-image: url(../../../../img/usr/brand/butterbutler/bg.jpg);
  background-attachment: fixed;
  background-size: 1044px;
  background-repeat: repeat;
  background-position: center;
}

.shoplist .wrapper_ .container_ .contents_ .mainframe_  .forcms_block {
    padding-top: 0px;
}

.shoplist .wrapper_ {
    background: none;
}

/* HEADER, FOOTER */
#header, .block-brand-footer {
  background: #72C5B6 !important;
}
@media screen and (min-width: 768px) {
  #header {
    position: relative;
    padding: 0 0 0 165px;
  }
  .block-header-logo {
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    background: #fdf000;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    padding: 0;
    margin: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
  .block-header-logo img {
    width: 100%;
  }
  .block-brand-footer--logo {
    width: 216px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    position: relative;
  }

  .block-header-logo {
    width: 80px;
  }
  .block-header-logo.shrink {
    width: 100px;
  }
  .block-header-logo a {
    height: 80px;
    background: #fff100;
  }
  .block-header-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    transition: width .3s ease;
  }
  .block-header-logo.shrink img {
    width: 82px;
  }
  .block-menu {
    padding: 30px 15px 70px;
    background: url(../../../../img/usr/brand/butterbutler/bg_menu.jpg) repeat left top / 301px;
  }
  .block-menu--inner {
    padding: 30px 20px 40px;
    background: #72C5B6;
  }
  .block-menu--items {
    padding: 0 35px;
  }
  .block-menu--sns {
    padding: 0 35px;
  }
  .block-menu--close {
    position: relative;
    width: 240px;
    font-size: 16px;
    margin: 30px auto 0;
    padding: 6px 0;
    border: 1px solid #000;
    background: transparent;
  }
  .block-menu--close span {
    position: static;
  }
  .block-menu--close span:before,
  .block-menu--close span:after {
    left: 20px;
    width: 14px;
  }
  .block-brand-footer--logo a {
    width: 130px;
  }
  .block-brand-top-brand02--item-logo {
    margin-top: 20px;
  }
  .block-brand-top-brand02--item h3 {
    padding: 25px 0 0;
  }
}

.shoplist .wrapper_ .forcms_block {
    padding-top: 0px;
}
