@import url("https://www.almo-salon0601-lp.com/60018202/wp-content/themes/multipress/style.css");
@import url("https://www.almo-salon0601-lp.com/60018202/wp-content/themes/multipress/theme.css");
@import url("https://www.almo-salon0601-lp.com/60018202/wp-content/themes/multipress/common.css");
@import url("https://www.almo-salon0601-lp.com/files/files_common.css");
@import url("https://www.almo-salon0601-lp.com/files/files_pc.css");


/* 上記CSS読込で崩れる部分の調整
------------------------------------------------------------------------------------------------------------------- */
/* vertical-align */
.ec-layoutRole__contentTop *,
.ec-layoutRole__contents * {
  vertical-align: baseline;
}
/* margin */
.ec-layoutRole__contentTop ol,
.ec-layoutRole__contentTop ol,
.ec-layoutRole__contents ul,
.ec-layoutRole__contents ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.ec-layoutRole__contentTop .h1,
.ec-layoutRole__contentTop .h2,
.ec-layoutRole__contentTop .h3,
.ec-layoutRole__contentTop h1,
.ec-layoutRole__contentTop h2,
.ec-layoutRole__contentTop h3,
.ec-layoutRole__contents .h1,
.ec-layoutRole__contents .h2,
.ec-layoutRole__contents .h3,
.ec-layoutRole__contents h1,
.ec-layoutRole__contents h2,
.ec-layoutRole__contents h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* モーダルのフォント */
#ec-modal-header {
  font-size: 16px;
}
.ec-inlineBtn--action,
.ec-blockBtn--action,
.ec-blockBtn--cancel {
  color: #ffffff !important;
}


/* その他の調整
------------------------------------------------------------------------------------------------------------------- */
/* 商品詳細のマージン */
#page_product_detail .ec-categoryNaviRole {
  margin-bottom: 70px;
}
/* 標準のページトップ非表示 */
.ec-blockTopBtn {
  display: none !important;
}
/* 標準の背景色 */
.ec-layoutRole {
  background: none;
}
/* カテゴリ */
.ec-itemNav__nav li a {
  margin: 5px;
  padding: 6px;
  background: #eeeeee;
}
/* 関連商品 */
#RelatedProduct-product_title {
  margin: 50px 0 30px;
  padding: 10px 10px 10px 20px;
  background: #525263;
  color: #ffffff;
  font-size: 21px;
}
/* 詳細不明 */
.ec-borderedDefs dd {
  line-height: 2;
}
/* 商品カテゴリプルダウン▽位置調整 */
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  position: absolute;
  top: 0;
  right: 1.4em;
  bottom: 0;
  margin: auto;
}




/* SP
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:768px) {
  /* PC専用の要素を非表示 */
  #branding_box,
  #branding_box #site-description,
  #branding_box #header_information,
  #branding_box #header_information .main_header,
  #branding_box #access,
  #main_teaser,
  #footer_block,
  #footer_block .fixed_btn,
  .ec-headerNaviRole,
  .ec-footerTitle__logo {
    display: none !important;
    height: 0 !important;
  }
  /* 幅調整、背景非表示 */
  body {
    min-width: inherit !important;
    background: none !important;
  }
  /* ハンバーガーメニューの文字はみ出し対策 */
  .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    display: flex;
  }
  /* カートに入れるボタンの文字はみ出し対策 */
  .ec-blockBtn--action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
    line-height: 1.2em;
  }
  /* iPhoneでハンバーガーメニューが見切れる不具合対応 */
  .ec-headerLinkArea {
    padding-bottom: 20vw;
  }
}


/* 以下、案件ごとに追記で調整
------------------------------------------------------------------------------------------------------------------- */


/* カスタマイズ用CSS */

/* ロゴ画像を全幅にする */
.ec-layoutRole__header {
  width: 97%;
  margin: 0 auto 0vw;
  padding-top: 10px;
}
.ec-layoutRole__header img {
  width: 100%;
}

/* ハンバーガメニューを常に表示 */
.ec-headerNavSP {
  display: block !important;
}
.ec-drawerRoleClose,
.ec-headerNavSP {
    color: #443528;
    background: #dab1b1;
}

.ec-overlayRole,
.ec-drawerRoleClose,
.ec-drawerRole {
  display: block !important;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}
.have_curtain .ec-overlayRole,
.ec-drawerRoleClose.is_active,
.ec-drawerRole.is_active {
  transition: .3s;
  opacity: 1;
  pointer-events: all;
}
.have_curtain .ec-overlayRole {
  display: block;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
}
.ec-drawerRoleClose.is_active {
  display: inline-block;
}
.ec-drawerRole.is_active {
  display: block;
  transform: translateX(0);
  transition: all .3s;
  z-index: 100000;
}

/* ページトップに戻るボタンを非表示 */
.ec-blockTopBtn {
  display: none !important;
}

/* 商品を2カラムにする */
.ec-shelfGrid .ec-shelfGrid__item {
  width: 50%;
  display: block !important;
}

/* カートに入れるボタンの色変更 */
.ec-blockBtn--action {
  background-color: #443528 !important;
  border-color: #443528 !important;
}

/* フッターの色変更 */
.ec-footerRole {
  background:#443528;
}
.ec-footerTitle,
.ec-footerNavi {
  color: #fff;
}
.ec-footerRole {
  border: none;
}
.ec-footerNavi .ec-footerNavi__link a {
  border-color: #666;
}

/* フッターナビを常に縦 */
.ec-footerRole .ec-footerRole__inner {
  padding: 0 !important;
  max-width: inherit;
}
.ec-footerNavi .ec-footerNavi__link {
  display: block;
}
.ec-footerNavi .ec-footerNavi__link a {
  display: block;
  border-bottom: 1px solid;
  padding: 15px 0;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  margin: 0;
}



/*調整---------------------------------------*/
html{
  background: none transparent !important;
}


.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #dab1b1;
}

.ec-drawerRole,
.ec-drawerRole .ec-headerLinkArea {
    background: #dab1b1;
    color: #fff;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
    color: #fff;
    background: #dab1b1;
}

.ec-headerNavSP,
.ec-drawerRoleClose {
    top: 10px;
    right: 10px;
    left: auto;
}

.ec-footerTitle,
.ec-footerNavi {
    color: #fff;
    background-color: #443528;
}