@import url("https://www.kasumitsuru.jp/60026550/wp-content/themes/multipress/style.css");
@import url("https://www.kasumitsuru.jp/60026550/wp-content/themes/multipress/theme.css");
@import url("https://www.kasumitsuru.jp/60026550/wp-content/themes/multipress/common.css");
@import url("https://www.kasumitsuru.jp/files/files_common.css");
@import url("https://www.kasumitsuru.jp/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;
}


/* その他の調整
------------------------------------------------------------------------------------------------------------------- */
/* フォントの基準サイズ */
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 {
  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;
}
/* ご注文手続き画面の合計金額ウィンドウ */
.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 {
    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;
  }
}


/* 以下、案件ごとに追記で調整
------------------------------------------------------------------------------------------------------------------- */


/*ハンバーガーメニュー*/
.ec-drawerRoleClose.is_active ,
.ec-headerNavSP {
  left:inherit;
  right:10px;
  color:var(--body_text_color);
  background-color:var(--basic_background_color);
}

/* 全ての商品ボタン */
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background-color:var(--link_color);
}
.ec-drawerRole ,
.ec-drawerRole .ec-headerLinkArea {
  color:var(--body_text_color);
  background-color:var(--basic_background_color);
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  color:var(--body_text_color);
}
/* ボーダー */
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
  border-top:1px solid var(--border_color);
}
/* メニューリンク */
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  color:var(--body_text_color);
  border-bottom:1px solid var(--border_color);
}


/* ボタン画像版 */
.ec-drawerRoleClose.is_active ,
.ec-headerNavSP {
  top:20px;
  left:inherit;
  right:20px;
  width:12.5vw;
  height:12.5vw;
  padding:0;
  border-radius:0;
  background:none transparent;
}

.fa-bars ,
.fa-times {
  display:block;
  width:100%;
  height:100%;
}

.fa-bars:before ,
.fa-times:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
}

.fa-bars:before {
  background:url(https://www.kasumitsuru.jp/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.kasumitsuru.jp/files/sp_btn_menu_on.png) no-repeat top center/100%;
}


.ec-headerRole {
padding: 0;
}
.ec-headerTitle .ec-headerTitle__title a {
  background:url(https://www.kasumitsuru.jp/files/sp_body_bg_naka.png)no-repeat center center/100%;
}

/*ボタン色調整
---------------------------------------*/
.ec-blockBtn--action {
  border-color:var(--link_color) !important   ;
  background-color:var(--link_color)!important   ;
}

.ec-blockBtn--action:hover {
  color:var(--easys_standard_value006) !important;
  border-color:#5D5425  !important;
  background-color:#5D5425!important  ;
}

/* キャンセルボタン */
.ec-blockBtn--cancel {
  color:var(--easys_standard_value006) !important;
  border-color:var(--link_color)!important ;
  background-color:var(--link_color)!important   ;
}
.ec-blockBtn--cancel:hover {
  color:var(--easys_standard_value006) !important;
  border-color:#5D5425  !important   ;
  background-color:#5D5425 !important    ;
}



/*コピーライト部分調整
--------------------------------------- */

.ec-footerTitle {
  display:flex;
  height: calc(100vw*(400/640));
  padding:0;
  font-size:70%;
  line-height:initial;
  align-items:flex-end;
  justify-content:center;
  background:url(https://www.kasumitsuru.jp/files/sp_footer_bg.png) no-repeat top center/100%;
}
.ec-footerRole {
    border:none;
}

.ec-footerTitle__copyright{
    padding-bottom: 2vw;
    font-size:100%;
    background:none transparent;
    position: relative;
    z-index: 1;
    color: #000;
    pointer-events: none;
}


/*翻訳
---------------------------------------*/
/* -------------------------------
 共通設定：Google翻訳ボタン全体
-------------------------------- */
#google_translate_element {
  position: absolute !important;
  top: 30px !important;
  right: 45px !important; /* ← 全画面で右から45pxに統一 */
  width: 200px;
  height: 50px;
  padding: 0;
  text-indent: -99999px;
  background: url(https://www.kasumitsuru.jp/files/top_language.png) no-repeat center center/100%;
  box-shadow: none;
  display: block;
}

.goog-te-gadget-simple,
.goog-te-gadget {
  width: 100%;
  height: 100%;
  display: block;
}

.goog-te-gadget-simple {
  border: none;
  background-color: transparent;
  padding: 0;
}

/* 下線ギミック */
#google_translate_element:hover {
  opacity: 1;
}
#google_translate_element::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: scale(0, 1);
  transform-origin: left bottom;
  transition: transform 0.3s;
}
#google_translate_element:hover::after {
  transform: scale(1, 1);
}

/* -------------------------------
 スクロール追尾時
-------------------------------- */
body.fixed #google_translate_element {
  position: fixed !important;
  top: 40px !important;
  right: 115px !important; /* ← ここも統一 */
  background: url(https://www.kasumitsuru.jp/files/top_language_scroll.png) no-repeat center center;
}
body.fixed #google_translate_element::after {
  background-color: rgba(1, 45, 90, 0.5);
}

/* ナビオープン時（追尾＋openクラス） */
body.fixed.open #google_translate_element {
  background: url(https://www.kasumitsuru.jp/files/top_language.png) no-repeat center center !important;
}
body.fixed.open #google_translate_element::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* -------------------------------
 ツールチップ位置調整（PC）
-------------------------------- */
body .tool-container.tool-top {
  position: absolute !important;
  top: 90px !important;
  right: 110px !important;
  width: auto;
}
body.fixed .tool-container.tool-top {
  position: fixed !important;
  top: 100px !important;
  right: 180px !important;
}
body .tool-container.tool-top .arrow {
  top: -14px;
  bottom: initial;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
}

/* -------------------------------
 1300px以下（タブレット〜小型PC）
-------------------------------- */
@media screen and (max-width: 1300px) and (min-width: 768px) {
  body.fixed .tool-container.tool-top {
    left: 1110px !important;
  }
}

/* -------------------------------
 2000px以上（超ワイドPC）
→ 位置を45pxに統一
-------------------------------- */
@media screen and (min-width: 2000px) {
  body #google_translate_element,
  body.fixed #google_translate_element {
    right: calc(50% - 885px) !important; /* ← calc() から統一 */
  }

  body.fixed .tool-container.tool-top {
    right: 180px !important; /* 既定のままでもOK */
  }

  #goog-gt-tt + * + iframe {
    right: calc(50% - 885px) !important; /* ← ポップアップも統一 */
  }
}

/* -------------------------------
 Google翻訳ウィンドウ（共通）
-------------------------------- */
#goog-gt-tt + * + iframe {
  top: calc((70 / 767 * 100vw) + 40px) !important; /* スマホ時の表示位置 */
  right: calc(50% - 955px); /* ← 全画面で右から45pxに統一 */
}

@media (min-width: 768px) {
  #goog-gt-tt + * + iframe {
    top: 90px !important;
    left: initial !important;
    right: 45px ;
  }
  body.fixed   #goog-gt-tt + * + iframe {
    top: 90px !important;
    left: initial !important;
    right: 115px ;
  }
}

/* -------------------------------
 スマホ表示（〜768px）
→ 表示サイズ・位置・画像を変更
-------------------------------- */
@media screen and (max-width: 768px) {
  #google_translate_element,
  body #google_translate_element {
    position: fixed !important;
    top: 20px !important;
    right: calc(20px + 14vw) !important;
    width: 36vw;
    height: 12.5vw;
    padding: 0;
    text-indent: -99999px;
    z-index: 998;
    background: url(https://www.kasumitsuru.jp/files/sp_btn_language.png) no-repeat center center/100% !important;
    box-shadow: none;
    display: block;
  }
}

/* -------------------------------
 その他：内部アイコンなど非表示
-------------------------------- */
#google_translate_element-icon {
  visibility: hidden;
}
#google_translate_element-simple a[aria-haspopup*="true"] span {
  visibility: hidden;
}
.VIpgJd-ZVi9od-vH1Gmf td {
  display: flex;
}

#kaiin01 a{
  width: 100%;
}

#kaiin01 img{
  text-align: center;
  margin: 0 auto;
}
#kaiin01 img{
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  width: 1090px;
}

@media screen and (max-width:768px) {
 #kaiin01 img{
   width: 100%;
 }
}