@import url("https://www.ka-nasi.com/60028928/wp-content/themes/multipress/style.css");
@import url("https://www.ka-nasi.com/60028928/wp-content/themes/multipress/theme.css");
@import url("https://www.ka-nasi.com/60028928/wp-content/themes/multipress/common.css");
@import url("https://www.ka-nasi.com/files/files_common.css");
@import url("https://www.ka-nasi.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-bottom: 10px;
  margin-top: 0;
}
.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-bottom: 10px;
  margin-top: 20px;
}
/* モーダルのフォント */
#ec-modal-header{
  font-size: 16px;
}
.ec-inlineBtn--action,
.ec-blockBtn--action,
.ec-blockBtn--cancel{
  color: #ffffff !important;
}


/* その他の調整
------------------------------------------------------------------------------------------------------------------- */
/* フォントの基準サイズ */
html{
  font-size: 16px;
}
/* 商品詳細のマージン */
#page_product_detail .ec-categoryNaviRole{
  margin-bottom: 70px;
}
/* 標準のページトップ非表示 */
.ec-blockTopBtn{
  display: none !important;
}
/* 標準の背景色 */
.ec-layoutRole{
  background: none;
}
/* カテゴリ */
.ec-itemNav__nav li a{
  background: #eeeeee;
  margin: 5px;
  padding: 6px;
}
/* 関連商品 */
#RelatedProduct-product_title{
  background: #525263;
  color: #ffffff;
  font-size: 21px;
  margin: 50px 0 30px;
  padding: 10px 10px 10px 20px;
}
/* 詳細不明 */
.ec-borderedDefs dd{
  line-height: 2;
}
/* 商品カテゴリプルダウン▽位置調整 */
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before{
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 1.4em;
  top: 0;
}
/* ご注文手続き画面の合計金額ウィンドウ */
.ec-orderRole .ec-orderRole__summary{
  margin-top: 0 !important;
}
.ec-totalBox{
  position: sticky;
  top: 0;
}


/* PC
------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:768px){
  /* 標準のロゴとコピーライト非表示 */
  .ec-headerRole,
  .ec-footerRole{
    display: none;
  }
  /* ティザーとフッターからのマージン */
  .ec-layoutRole__contentTop,
  .ec-layoutRole__footer{
    margin-top: 70px;
  }
}


/* 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{
    background: none !important;
    min-width: inherit !important;
  }
  /* ハンバーガーメニューの文字はみ出し対策 */
  .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item{
    display: flex;
  }
  /* カートに入れるボタンの文字はみ出し対策 */
  .ec-blockBtn--action{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.2em;
    white-space: normal;
  }
  /* iPhoneでハンバーガーメニューが見切れる不具合対応 */
  .ec-headerLinkArea{
    padding-bottom: 30vw;
  }
}


/* 以下、案件ごとに追記で調整
------------------------------------------------------------------------------------------------------------------- */


/* ボタン画像版 */
.ec-drawerRoleClose.is_active,
.ec-headerNavSP{
  background: none transparent;
  border-radius: 0;
  height: 12.5vw;
  left: inherit;
  padding: 0;
  right: 20px;
  top: 20px;
  width: 12.5vw;
}

.fa-bars,
.fa-times{
  display: block;
  height: 100%;
  width: 100%;
}

.fa-bars:before,
.fa-times:before{
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.fa-bars:before{
  background: url(https://www.ka-nasi.com/files/sp_btn_menu_off.png) no-repeat top center/100%;
}

.fa-times:before{
  background: none transparent;
}


/* メニューオープン時 */
.ec-layoutRole.is_active .fa-bars:before{
  background: none transparent;
}

.ec-drawerRoleClose.is_active .fa-times:before{
  background: url(https://www.ka-nasi.com/files/sp_btn_menu_on.png) no-repeat top center/100%;
}


/* コピーライト */
.ec-footerRole{
  border: none;
}
.ec-footerTitle{
  background: url(https://www.ka-nasi.com/files/sp_footer_bg.png) repeat center center / cover;
  color: var(--copyright_characters_color);
  padding: 15px 0;
}


:root{
  --copyright_background_color: #312e2a;
  --copyright_characters_color: #ffffff;
  --drawer-color: rgb(222 183 56 / 85%);
}

/* モーダルメニュー色 */
.ec-drawerRole{
  background: var(--drawer-color);
}
.ec-drawerRole .ec-headerLinkArea{
  background: var(--drawer-color);
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
  background: var(--drawer-color);
}

/* パーツのborder-radius */
.ec-input select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select,
.ec-select select,
.ec-birth select{
  border-radius: 0;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search,
.ec-headerSearch .ec-headerSearch__keyword{
  border-radius: 0;
}

.ec-cartNavi{
  border-radius: 0;
}

/* Googleアプデ対策 */
.ec-pager{
  font-size: 14px;
}
#copyright,
#site-description{
  font-size: 10px;
}

/*EC 翻訳ボタン用CSS
--------------------------------------- */
#google_translate_element{
  left: 20px;
  right: auto !important;
  top: clamp(18px, 2vw, 30px) !important;
}

@media(min-width:768px){
  #google_translate_element{
    left: 0;
    margin-inline: auto;
    pointer-events: none;
    right: 0 !important;
    top: 30px !important;
    width: clamp(1300px, 100%, 2000px);
  }
  #google_translate_element.fixed{
    top: 15px !important;
  }
}

.goog-te-gadget-simple{
  background: url(https://www.ka-nasi.com/files/btn_translate.png) no-repeat center top/ 100%;
  border: none;
  display: block;
  height: calc(40 / 767 * 100vw);
  margin-left: auto;
  margin-right: 30px;
  pointer-events: all;
  white-space: nowrap;
  width: calc(170 / 767 * 100vw);
}

@media(min-width:768px){
  .goog-te-gadget-simple{
    height: 40px;
    width: 170px;
  }
}

.goog-te-gadget-icon{
  visibility: hidden;
}

.goog-te-gadget-simple a[aria-haspopup*="true"] span{
  visibility: hidden;
}

.VIpgJd-ZVi9od-vH1Gmf td{
  display: flex;
}

#goog-gt-tt ~ iframe{
  top: calc((40 / 767 * 100vw) + 40px) !important; /* ボタンサイズ・ページ内の表示位置により調整 */
}

@media(min-width:768px){
  #goog-gt-tt ~ iframe{
    top: 80px !important; /* ボタンサイズ・ページ内の表示位置により調整 */
  }
}

/* 内部リンクを押さないようにする */
.goog-te-gadget-simple a{
  position: relative;
  z-index: -1;
}

/*カラー変更
---------------------------------------------------------------------------------------------------- */

/* 左上検索ボックス背景 */
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background-color:#55280f ;
}

/* 右上、新規会員登録、ログインリンクボタン */
.ec-headerNav .ec-headerNav__itemIcon,
.ec-headerNav .ec-headerNav__itemLink /* 右上、新規会員登録、ログインリンクボタン */,
.ec-headerNaviRole *, 
.ec-headerNaviRole *::before,
 .ec-headerNaviRole *::after/* 全てのアイコンマーク */,
.ec-searchnavRole .ec-searchnavRole__infos/* ○の商品が見つかりました */ {
    color: #55280f;
}

/* カテゴリー */
.ec-itemNav__nav li a {
    background: #ffce80;
    color: #55280f;
}
.ec-itemNav__nav li a:hover{
    background: #FFF;
    color: #55280f;
}

/* 全て */
.ec-topicpath {
    color: #f57582;
}
/* ＝＝＝＝＝＝パスワードの再発行＝＝＝＝＝＝ */
.ec-forgotRole {
    color: #55280f;
}


/* ＝＝＝＝＝＝商品個別ページ＝＝＝＝＝＝ */

.ec-productRole .ec-productRole__profile ,
.ec-headingTitle/* 商品名 */ {
    color: #55280f;
}

/* 関連カテゴリーカテゴリ */
.ec-productRole .ec-productRole__category a {
    color: #f57582;
}

/* ＝＝＝＝＝＝新規会員登録ページ＝＝＝＝＝＝ */

/* テキスト */
.ec-registerRole,
.ec-role,/* 会員登録ありがとうございました */
.ec-registerCompleteRole/* 会員登録ありがとうございました */{
    color: #55280f;
}

/* コンテンツ大見出しボーダー */
.ec-pageHeader h1 {
    border-bottom: 1px solid #ccc;
}

/* ＝＝＝＝＝＝マイページ＝＝＝＝＝＝ */
.ec-mypageRole,
.ec-welcomeMsg /* ウェルカムメッセージ */,
.ec-historyRole .ec-historyRole__contents /* 注文履歴 */,
.ec-withdrawRole /* 退会手続き */{
    color: #55280f;
}



/* ＝＝＝＝＝＝ショッピングカート＝＝＝＝＝＝ */
/* フロー 現時点*/
.ec-progress .is-complete .ec-progress__label {
    color: #f57582;
}

.ec-progress .is-complete .ec-progress__number {
    background: #f57582;
    color: #FFF;
}
/* フロー 現時点以外*/
.ec-progress .ec-progress__label {
    color: #55280f;
}

.ec-progress .ec-progress__item:after,
.ec-progress .ec-progress__number {
    background: #ffce80;
    color: #55280f;
}

/* 現在カート内に商品はございません */
.ec-alert-warning {
    background: #f6bfc9;
}

/* ＝＝＝＝＝＝ご注文手続き＝＝＝＝＝＝ */

.ec-orderRole {
    color: #55280f;
}
/* お支払合計金額 */
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price, .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
    color: #DE5D50;
}
/* ＝＝＝＝＝＝ご注文完了＝＝＝＝＝＝ */
.ec-cartCompleteRole {
    color: #55280f;
}