@charset "utf-8";

/* キャンペーンごとのカスタム用css */
/*
セール用cssの例
:root {
  --main-text-color: #fff;
  --normal-text-color: #000;
  --bg-color: #000;
  --nav-text-color: #DD0045;
  --nav-bg-color: #fff;
  --price-strong-text: #DD0045;
  --shoplist-title-border-bottom: #AB0036;
}

.clear_btn::before {
  background: url(../img/icon-clear.svg);
}

.search_ttl::before {
  background: url(../img/icon-filter.svg);
}
.item_basic_info {
  font-size: 0.875rem;
}

.item_price span.main_price {
  font-size: 1.2rem;
}
*/
.item_name {
  font-size: 0.875rem;
}

.item_price {
  font-size: 1rem;
  color: #E50112;
}

.search_ttl {
  color: #000;
}

.search_ttl::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icon-filter.svg);
  background-position: left center;
  background-size: contain;
  margin-right: 5px;
}

.clear_btn {
  color: #000;
}

.clear_btn::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/icon-clear.svg);
  background-position: left center;
  background-size: contain;
  margin-right: 5px;
}

/* テーマカラーの更新 */
.category_list {
  color: #E50112;
}

.category_item:hover {
  color: #E50112;
}

.category_item {
  border: none;
}

.category_item:hover {
  background-color: #E50112;
  color: #fff;
}

.category_item.active {
  background-color: #E50112;
  color: #fff;
}

.category_item:hover {
  border: none;
}

.category_item.active {
  border: none;
}

.shopitem_item.accordion .for_accordion::before {
  color: #E50112;
}

.shopitem_category {
  color: #E50112;
  border: 1px solid #E50112;
}

.menu_area {
  background-color: #E50112;
}

.menu_category_item {
  color: #E50112;
}

.menu_category_item:hover {
  background-color: #E50112;
  color: #fff;
}

.menu_category_item.active {
  background-color: #E50112;
  color: #fff;
}

.pc_appear {
  display: none;
}

.sp_appear {
  display: block;
}

#contentsArea {
  width: 100%;
}

#contInner {
  margin: 0 0 0 auto;
}

.fix_contents_right {
  width: 0;
}

.fix_contents_left {
  width: calc(100vw - min(786px, 40vw));
}

/* 通常レイアウトから一枚のLPレイアウトにする */
#contents {
  margin-bottom: 0;
  background-image: url(../img/bg.png);
  background-position: -15vw 30px;
  background-size: 150vw 100vh;
  background-repeat: no-repeat;
  background-color: #FFF000;
  background-attachment: fixed;
  position: relative;
}

.pc_sub_ttl {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: min(20vw, 320px);
  height: auto;
  z-index: 10;
}

#contInner {
  margin-left: 0;
}

.page_tml {
  width: 100%;
  margin: 0 auto;
}

#main {
  padding-bottom: 0;
}

/* header */
header {
  height: 54px;
  border-bottom: none;
  z-index: 101;
  padding: 0;
}

.header_logo {
  display: flex;
  justify-content: space-between;
}

header .logo {
  padding-bottom: 5px;
}

.logo2 {
  width: 150px;
  margin: 0;
  padding-top: 8px;
  padding-right: 5px;
}

/* main */
.fix_contents_left {
  display: none;
}

.page_tml {
  background-color: #FFF000;
}

#wrapper.top #main {
  position: relative;
  min-width: 250px;
  background-color: #fff;
  padding-top: 0;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 0;
}

.search_by_category_area {
  margin: 0 auto;
  padding-top: 20px;
}

/* footer */
#footerInfo .infoWrap {
  float: none;
  padding-bottom: 27px;
}

#copyright {
  position: relative;
  margin: 0 -10px;
  text-align: center;
  color: #fff;
  right: 0;
  bottom: 0;
  font-size: 11px;
  background: #333;
}

#footerInfo .address {
  margin-bottom: 0;
}

/* pc */
@media screen and (min-width: 767px) {
  .pc_appear {
    display: block;
  }

  .sp_appear {
    display: none;
  }

  /* header */
  header {
    width: 100%;
    height: auto;
    max-width: none;
    position: fixed;
    top: 0;
    padding: 15px 20px 15px;
  }

  .header_top {
    max-width: 1280px;
    margin: 0 auto;
  }

  header .logo {
    margin: 0;
  }

  .logo2 {
    width: 17%;
    padding: 0;
  }

  /* main */
  .fix_contents_left {
    position: fixed;
    /* width: calc(100vw - max(20vw, 20rem) - min(500px, 50rem)); */
    width: max(55vw, 60rem);
    display: flex;
    align-items: center;
    height: 100vh;
    /* background-color: #E50112;
    background-size: cover; */
  }

  .fix_contents_left_image {
    display: flex;
    align-items: center;
    /* width: min(100vh,100vw); */
    margin: 0 auto;
    /* padding: 5%; */
    position: relative;
    top: 6%;
  }
  
  @media screen and (min-height: 500px) {
    #wrapper .fix_contents_left_image img {
      max-height: calc(104vh - 100px);
    }
  }
  
  @media screen and (max-height: 499px) {
    #wrapper .fix_contents_left_image img {
      max-height: 400px;
    }
  }
  
  .fix_contents_right {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100vw - max(55vw, 60rem) - min(500px, 50rem));
    height: 100vh;
    /* background-color: #E50112; */
    box-sizing: border-box;
  }

  #wrapper.top #main {
    margin-left: auto;
    margin-right: 0;
    /* width: max(490px, 37.5%); */
    width: 100%;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    float: none;
    box-sizing: border-box;
    top: 85px;
  }

  #contents {
    max-width: none;
  }

  .page_tml {
    padding-bottom: 16%;
  }

  #contInner {
    position: relative;
    max-width: min(786px, 40vw);
    min-width: 500px;
    width: 100%;
    margin: 0 auto 0 max(55vw, 60rem);
    /* margin: 0 max(20vw, 20rem) 0 auto; */
    /* padding-top: 130px; */
  }

  /* footer */
  footer {
    /* max-width: 750px;
    margin: 0 auto;
    z-index: 20;
    margin-left: auto;
    margin-right: 0;
    width: max(490px, 37.5%); */
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    box-sizing: border-box;
  }

  #footerInfo {
    background: #eee;
    padding: 15px 10px 0;
    color: #333;
  }

  footer .inner {
    padding: 0;
    overflow: visible;
  }

  #copyright {
    position: relative;
    margin: 0 -10px;
    text-align: center;
    color: #fff;
    right: 0;
    bottom: 0;
    font-size: 11px;
    background: #333;
    padding: 10px 0;
  }
}

@media screen and (min-width: 1300px) {
  #main {
    width: min(750px, 37.5%);
    margin-left: 58%;
  }

  /* footer {
    width: min(750px, 37.5%);
    margin-left: 58%;
  } */
}