/* ==========================================================
   基本設定
========================================================== */

html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  background:
    url("https://link1002-official.com/system_panel/uploads/images/html_bg.jpg")
    repeat-x
    center top;
}

body {
  min-width: 1300px;
  margin: 0;
  padding: 0;
  color: #666666;
  font-family:
    "メイリオ",
    "Meiryo",
    Arial,
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    Osaka,
    "ＭＳ ゴシック",
    "MS PGothic",
    sans-serif;
  font-size: 62.5%;
  line-height: 1;
  background:
    url("https://link1002-official.com/system_panel/uploads/images/design_bg.jpg")
    no-repeat
    center top;
	background-attachment: fixed;
	background-size: cover;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

a {
  outline: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
a:link, a:visited, a:hover, a:active{
	color: #8766d2;
}
.clear_float {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


/* ==========================================================
   PC独自ヘッダー
========================================================== */

#branding_box,
#branding_box *,
#main_teaser,
#main_teaser * {
  box-sizing: border-box;
}


/* ロゴ部分全体 */

#branding_box {
  display: block;
  position: absolute;
	top: 4%;
	left: 3%;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
	z-index: 9;
}

/* サイト説明 */

#site-description {
  display: block;
  position: relative;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  text-align: left;
}

#site-description a {
  display: inline;
  color: inherit;
  text-decoration: none;
}

#site-description a:hover {
  text-decoration: underline;
}


/* ヘッダー情報 */

#header_information {
  display: block;
  position: relative;
  width: 100%;
  height: 155px;
  margin: 0;
  padding: 0;
  border: 0;
}

#header_information .post-data {
  display: block;
  position: relative;
  width: 100%;
  height: 155px;
  margin: 0;
  padding: 0;
}


/* ロゴ */

#header_information .main_header {
  display: block;
  position: relative;
  width: 240px;
  height: 100px;
  margin: 0;
  padding: 0;
}

#header_information .main_header a {
  display: block;
  width: 240px;
  height: 100px;
}

#header_information .main_header img {
  display: block;
  width: 240px;
  max-width: none;
  height: 100px;
  margin: 0;
  padding: 0;
}


/* EC-CUBEやBootstrapの余白を解除 */

#branding_box h1,
#branding_box .post,
#branding_box .post-data,
#branding_box .main_header {
  margin-top: 0;
  margin-bottom: 0;
}


/* ==========================================================
   メインティザー
========================================================== */

#main_teaser {
  display: block;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

#main_teaser a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#main_teaser img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}


/* ==========================================================
   PCフッター
========================================================== */

#footer_block {
  display: block;
  position: relative;
  width: 100%;
	height: 600px;
  margin: 0;
  padding: 0;
	padding-top: clamp(100px,25%,320px);
  overflow: hidden;
  background:
    url("https://link1002-official.com/system_panel/uploads/images/footer_bg.png")
    no-repeat
    center bottom;
	background-position: top center;
	background-size: cover;
}

#footer_box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

#footer_sitemap_block {
  margin: 0 auto;
  padding: 0;
}


/* フッターナビ */

#footer-widget-area {
  display: table-cell;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}

#footer-widget-area .widget-area {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#footer-widget-area .xoxo {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer-widget-area .menu-header {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#footer-widget-area .widget-area ul.menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-left: 1px solid #999999;
  list-style: none;
}

#footer-widget-area .widget-area ul.menu::after {
  content: "";
  display: block;
  clear: both;
}

#footer-widget-area .widget-area .menu-item {
  float: left;
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
}

#footer-widget-area .widget-area .menu-item a {
  display: block;
  margin: 0 0 0 -1px;
  padding: 0 15px;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  text-decoration: none;
}

#footer-widget-area .widget-area .menu-item a:hover {
  text-decoration: underline;
}


/* 店舗情報 */

.footer_infomation {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

#footer_information {
  margin: 0 auto;
  padding: 0;
}

#footer_information .entry-post {
  box-sizing: border-box;
  padding: 0;
  border-bottom: none;
	text-align: center;
}

#footer_information .entry-post .post-data {
  margin: 0;
  padding: 0;
}

#footer_information .entry-post .post-data p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.6;
	color: #fff;
}


/* コピーライト */

#copyright {
  display: block;
  clear: both;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  line-height: 40px;
  text-align: center;
}


/* ==========================================================
   固定ボタン
========================================================== */

.fixed_side {
  position:fixed;
  top:30px;
  right:55px;
  z-index:999;
  width: 705px;
  height:110px;
  display: flex;
  justify-content: space-between;
}
.fixed_side div {
  height:100%;
  position: relative;
}

#fixed_btn_insta {
  width:110px;
}

#fixed_btn_ec {
  width:295px;
}

.fixed_side div a {
  display:block;
  width:100%;
  height:100%;
}

.fixed_side div a::before {
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
  transition:0.3s ease 0s;
  pointer-events:none;
  opacity:0;
  background-repeat:no-repeat;
  background-position:center top;
  background-size:100%;
}
.fixed_side div a:hover img ,
.fixed_side div a:hover::before {
  opacity:1;
}


#fixed_btn_insta a::before {
  background-image:url(../files/btn_insta_on.png);
}

#fixed_btn_ec a::before {
  background-image:url(../files/btn_shop_on.png);
}

#fixed_btn_web a::before{
  background-image:url(../files/btn_site_on.png);
}



/* ページトップ */

#float_top_btn {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 999;
}

#float_top_btn a {
  display: block;
}

#float_top_btn img {
  display: block;
  width: auto;
  height: auto;
}


/* ==========================================================
   EC-CUBE崩れ調整
========================================================== */

/* vertical-align */

.ec-layoutRole__contentTop *,
.ec-layoutRole__contents * {
  vertical-align: baseline;
}

.ec-layoutRole__contentTop, .ec-layoutRole__footer{
	margin-top: 0px;
}
.ec-layoutRole__contentTop{
	margin-top: 0px;
}
/* リストの余白 */

.ec-layoutRole__contentTop ol,
.ec-layoutRole__contentTop ul,
.ec-layoutRole__contents ol,
.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 {
  color: #525263;
  font-size: 16px;
}
.ec-blockBtn--action{
	background-color: #8766d2!important;
}
.ec-inlineBtn--action,
.ec-blockBtn--action,
.ec-blockBtn--cancel {
  color: #ffffff !important;
	
}


/* EC-CUBEレイアウト */

.ec-layoutRole {
  background: none;
}

.ec-blockTopBtn {
  display: none !important;
}

.ec-borderedDefs dd {
  line-height: 2;
}


/* 商品詳細 */

#page_product_detail .ec-categoryNaviRole {
  margin-bottom: 70px;
}


/* カテゴリ */

.ec-itemNav__nav li a {
  margin: 5px;
  padding: 6px;
  background: #eeeeee;
}


/* 関連商品 */

#RelatedProduct-product_title {
  margin: 50px 0 30px;
  padding: 10px 10px 10px 20px;
  color: #ffffff;
  background: #525263;
  font-size: 21px;
}


/* 商品カテゴリプルダウン */

.ec-headerSearch
.ec-headerSearch__category
.ec-select.ec-select_search {
  position: relative;
  color: #ffffff;
  background: #40378f;
}

.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;
  color: #525263;
}


/* ==========================================================
   EC-CUBEボタン
========================================================== */

.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: #333333 !important;
  background-color: #333333 !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: #333333 !important;
  background-color: #333333 !important;
}


/* ==========================================================
   EC-CUBE文字色
========================================================== */

.ec-welcomeMsg,
.ec-mypageRole,
.ec-off3Grid__cell,
.ec-orderRole,
.ec-customerRole,
.ec-registerRole,
.ec-cartRole,
.ec-productRole,
.ec-headingTitle,
.ec-role,
.ec-shelfRole,
.ec-searchnavRole .ec-searchnavRole__infos {
  color: #ffffff;
}

.ec-navlistRole .ec-navlistRole__item a:hover,
.ec-totalBox,
.ec-guest,
.ec-login,
#ec-modal-header {
  color: #525263;
}

.ec-rectHeading h1,
.ec-rectHeading h2,
.ec-rectHeading h3,
.ec-rectHeading h4,
.ec-rectHeading h5,
.ec-rectHeading h6 {
  color: #525263;
}

.ec-headerNav .ec-headerNav__itemIcon,
.ec-headerNav .ec-headerNav__itemLink {
  color: #ffffff;
}

.ec-cartHeader .ec-cartHeader__label {
  background: #0b0b0b;
}

.ec-topicpath .ec-topicpath__item a {
  color: #ffffff;
}

#zeus_privacy_notice,
#zeus_privacy_notice_confirm {
  background-color: transparent !important;
}

#zeus_privacy_notice label,
#zeus_privacy_notice_confirm label {
  color: #525263 !important;
}


/* ==========================================================
   PC表示
========================================================== */

@media screen and (min-width: 769px) {

  /* 独自PCヘッダー・フッター */

  #branding_box,
  #main_teaser,
  #footer_block {
    display: block !important;
  }

  /* EC-CUBE標準ヘッダーは表示 */

  .ec-headerRole {
    display: none !important;
  }

  /* EC-CUBE標準フッターは非表示 */

  .ec-footerRole {
    display: none !important;
  }

  /* ティザー直後の不要な余白を削除 */

  .ec-layoutRole__contentTop {
    margin-top: 70px;
  }

  /* 本文と独自フッターの余白 */

  .ec-layoutRole__footer {
    margin-top: 70px;
  }
}


/* ==========================================================
   SP表示
========================================================== */

@media screen and (max-width: 768px) {

  html {
    font-size: 16px;
    background: none;
  }

  body {
    width: 100%;
    min-width: 0 !important;
	  /*
    background: none !important;
	  */
  }

  /* PC独自ヘッダー・フッターを非表示 */

  #branding_box,
  #main_teaser,
  #footer_block,
  #float_top_btn,
  .fixed_side,
  .ec-headerNaviRole,
  .ec-footerTitle__logo {
    display: none !important;
  }

  #branding_box,
  #main_teaser,
  #footer_block {
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* EC-CUBE標準ヘッダー・フッターを表示 */

  .ec-headerRole,
  .ec-footerRole {
    display: block !important;
  }

  /* ハンバーガーメニュー */

  .ec-drawerRoleClose.is_active,
  .ec-headerNavSP {
    top: 20px;
    right: 20px;
    left: auto;
    width: 12.5vw;
    height: 12.5vw;
    min-width: 45px;
    min-height: 45px;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .fa-bars,
  .fa-times {
    display: block;
    position: relative;
    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://guild.link1002.com/files/sp_btn_menu_off.png")
      no-repeat
      top center / 100% auto;
  }

  .fa-times::before {
    background: transparent;
  }

  .ec-layoutRole.is_active .fa-bars::before {
    background: transparent;
  }

  .ec-drawerRoleClose.is_active .fa-times::before {
    background:
      url("https://guild.link1002.com/files/sp_btn_menu_on.png")
      no-repeat
      top center / 100% auto;
  }

  /* ハンバーガーメニューの文字はみ出し対策 */

  .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    display: flex;
  }

  .ec-headerLinkArea {
    padding-bottom: 20vw;
  }

  /* カートボタン */

  .ec-blockBtn--action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
    line-height: 1.2;
  }

  /* SPフッター */

  .ec-footerRole {
    border: none;
  }

  .ec-footerTitle {
    padding: 15px 0;
    color: var(--copyright_characters_color);
    background:
      url("https://guild.link1002.com/files/sp_footer_bg.png")
      repeat
      center center / cover;
  }
}