@charset "utf-8";

/* キャンペーンごとのカスタム用css */


:root {
  /* --main-text-color: #fff;
  --normal-text-color: #000;
  --bg-color: #000; */
  --nav-text-color: #E62F8B;
  /* --nav-bg-color: #fff;
  --price-strong-text: #DD0045;
  --shoplist-title-border-bottom: #AB0036; */
}

/* .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: #000;
}

.search_ttl {
  color: #000;
}

.search_ttl::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/ico-filter.png);
  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/ico-clear.png);
  background-position: left center;
  background-size: contain;
  margin-right: 5px;
}

/* テーマカラーの更新 */
.category_list {
  color: var(--nav-text-color);
}

.category_list:hover .category_item {
  /* color: var(--nav-text-color); */
}

.category_item {
  border: 2px solid var(--nav-text-color);
  width: 49%;
}

@media (hover: hover) {
  .category_item:hover {
    background-color: var(--nav-text-color);
    color: #fff;
    border: 2px solid var(--nav-text-color);
  }
}

.category_item.active {
  background-color: var(--nav-text-color);
  color: #fff;
  border: 2px solid var(--nav-text-color);
}

.category_item:nth-child(even) {
  margin-right: 0;
}

.shopitem_item.accordion .for_accordion::before {
  color: var(--nav-text-color);
}

.shopitem_category {
  color: var(--nav-text-color);
  border: 1px solid var(--nav-text-color);
}

.menu_area {
  background-color: var(--nav-text-color);
}

.menu_category_item {
  color: var(--nav-text-color);
}


@media (hover: hover) {
  .menu_category_item:hover {
    background-color: var(--nav-text-color);
    color: #fff;
  }
}

.menu_category_item.active {
  background-color: var(--nav-text-color);
  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));
  position: relative;
}

.fix_contents_left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 100%;
  background-image: url("../img/img-border-left.png");
  background-repeat: repeat-y;
}

.fix_contents_left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-image: url("../img/img-border-bottom.png");
  background-repeat: repeat-x;
}

/* 通常レイアウトから一枚のLPレイアウトにする */
#contents {
  margin-bottom: 0;
  background: none;
}

#contInner {
  margin-left: 0;
}

.page_tml {
  width: 100%;
  margin: 0 auto;
  background-color: #1EB9E7;
}

#wrapper .page_tml .kv_area img {
  width: 100%;
}

.kv_area h1 {
  /* background-image: url(../img/sp/bg_left_sp.png), url(../img/sp/bg_right_sp.png);
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-size: 50% 100%; */
}

#main {
  padding-bottom: 0;
}

/* header */
header {
  position: relative;
  height: 54px;
  border-bottom: none;
  z-index: 1000;
  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;
}

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

.img-border-right {
  content: "";
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  background-image: url("../img/img-border-right.png");
  background-repeat: repeat-y;
  z-index: 1;
}

.img-border-top {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 12px;
  background-image: url(../img/img-border-top.png);
  background-repeat: repeat-x;
  visibility: initial;
  z-index: -1;
}

.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;
}

@media screen and (min-height: 500px) {
  #wrapper .fix_contents_left_image img {
    max-height: calc(112vh - 100px);
  }
}

@media screen and (max-height: 499px) {
  #wrapper .fix_contents_left_image img {
    max-height: 400px;
  }
}

/* タブレット */
@media screen and (min-width: 768px) {

  /* 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;
  }

}

/* pc */
@media screen and (min-width: 1025px) {

  #wrapper {
    background-color: #1EB9E7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    position: relative;
  }


  .pc_appear {
    display: block;
  }

  .sp_appear {
    display: none;
  }

  /* main */
  .fix_contents_left {
    position: fixed;
    width: 51%;
    display: flex;
    align-items: flex-end;
    height: 100vh;
    background-size: 200%;
    background-image: url(../img/bg.png);
    background-position: center;
  }

  #wrapper .img-deco {
    position: absolute;
    top: 74px;
    left: -6px;
    width: max(479px, 23vw);
    height: auto;
  }

  .fix_contents_left_image {
    display: flex;
    align-items: center;
    width: min(133vh, 73%);
    margin: 0 auto;
    position: relative;
    z-index: 150;
    left: -1.5vw;
    top: 6vw;
  }

  .fix_contents_left_image::before,
  .fix_contents_left_image::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-repeat: no-repeat;
    /* background-size: contain; */
    top: 50%;
    transform: translateY(-50%);
  }

  /* 左上に画像を置く */
  .fix_contents_left_image::before {
    background-image: url("../img/img-deco-left.png");
    left: -5vw;
  }

  /* 右下に画像を置く */
  .fix_contents_left_image::after {
    background-image: url("../img/img-deco-right.png");
    right: -5vw;
  }

  /* #wrapper .fix_contents_left_image img {
    width: 100%;
  } */

  #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;
  }

  #contents {
    max-width: none;
  }

  .page_tml {
    padding-bottom: 16%;
  }

  #contInner {
    position: relative;
    max-width: min(786px, 40vw);
    min-width: 500px;
    width: 100%;
    margin: 0 0 0 auto;
    z-index: 200;
    /* 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%;
  }

  .fix_contents_left {
    width: 60%;
  }

  #contInner {
    margin: 0px auto 0px max(55vw, 30rem);
  }

  .fix_contents_left_image {
    display: flex;
    align-items: center;
    width: min(133vh, 73%);
    margin: 0 auto;
    position: relative;
    z-index: 150;
    left: -1.5vw;
    top: 7vw;
    top: min(7vw, 100px);
  }

}