@charset "euc-jp";

/*-----------------------------------
　Reset
-----------------------------------*/
html {
  color: #1f1f21;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  color: #1f1f21;
 font-family: "Noto Serif JP","Helvetica","Helvetica Neue","Arial", "メイリオ","sans-serif";
  font-size: 0.8rem;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.04rem;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

input, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
}
.is-hide {
  display: none;
}
.is-sp {
  display: none;
}

/*-----------------------------------
　レイアウト
-----------------------------------*/

.layout_wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.layout_wrapper.is-top {
  position: relative;
  z-index: 1;
}

.layout_wrapper.bg-photo {
  height: 100vh;
  background-image: url("https://img21.shop-pro.jp/PA01485/492/etc_base64/cGFzb19zaG9wX3RvcA.jpg?cmsp_timestamp=20230714162820");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  position: absolute;
  max-width: 100%;
}

.layout_header {
  box-sizing: border-box;
  padding: 1.4rem 0 0;
  position: fixed;
  z-index: 99;
  max-width: 1600px;
  width: 100%;
}


.layout_container {
  padding: 10rem 2rem 2rem;
  margin-bottom: 8rem;
  opacity: 0;
}

.prd_lst_block.container_section {
  max-width: 1100px;
  margin: 0 auto;
}

.sk_info_block.container_section, .sk_delivery_block.container_section, .sk_payment_block.container_section {
  max-width: 1100px;
  margin: 0 auto;
}

.sk_info_block.container_section.free_section, .sk_delivery_block.container_section.free_section, .sk_payment_block.container_section.free_section {
  max-width: 700px;
  margin: 0 auto;
}

.layout_footer.is-top {
  position: fixed;
  bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 1600px;
}

.layout_footer.is-top .m-footer-01 {
  padding-bottom: 0;
}

.layout_footer {
  padding: 0 2rem;
}

/*-----------------------------------
　リンク_hoverアニメーション
-----------------------------------*/
.link-animation {
  font-size: 0.8rem;
  text-decoration: none;
  color: #1f1f21;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/*.link-animation:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}*/

.link-animation:before {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.link-animation:hover:before {
  transform: scale(1, 1);
}

/*-----------------------------------
　ヘッダー
-----------------------------------*/
.m-hedaer-01 {
  position: relative;
}

.header_headline_nav {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: .4rem;
  right: 2rem;
}

.shop_name {
  text-align: center;
}

.shop_name img {
  width: 66px;
}

/*-----------------------------------
　ナビゲーション
-----------------------------------*/
.header_global_nav {
  position: absolute;
  top: .4rem;
  left: 2rem;
}

.header_nav_lst {
  display: flex;
  justify-content: center;
}

.header_nav_menu {
  padding-right: 2rem;
  position: relative;
}

.header_nav_menu:last-child {
  padding-right: 0;
}

.header_btn {
  padding-left: 2rem;
}

.m-nav-01-current {
  position: relative;
}

/*.m-nav-01-current::after {
  content: "・";
  position: absolute;
  bottom: -1.4rem;
  right: 50%;
  margin-right: 6px;
  font-size: 1.2rem;
}*/

.m-nav-01-current-01::after {
  content: "";
  display: block;
  width: 43px;
  height: 1px;
  background-color: #1a1a1a;;
  position: absolute;
  bottom: -0.1rem;
  left: 0px;
}

.m-nav-01-current-02::after {
  content: "";
  display: block;
  width: 66px;
  height: 1px;
  background-color: #1a1a1a;;
  position: absolute;
  bottom: -0.1rem;
  left: 0px;
}

.m-nav-02 {
  display: none;
  position: absolute;
  left: 2rem;
  top: 1rem;
}

.m-nav-02-icon {
  position: relative;
  height: 25px;
  width: 35px;
}
.m-nav-02-icon div {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 25px;
  background-color: #1f1f21;
  border-radius: 2px;
}
.m-nav-02-icon div:nth-of-type(2) {
    top: 8px;
}
.m-nav-02-icon:hover {
  cursor: pointer;
}

.header_nav_menu_list {
  position: absolute;
  top: 1.6rem;
  left: 0rem;
  z-index: 1;
}

.header_nav_menu_list li {
  margin-bottom: .8rem;
}

.header_nav_menu_list li a {
  font-size: .8rem;
}

.dropdown_menu {
  display: none;
  width: 150px;
  /*background-color: rgba(255,255,255,0.95);*/
  padding: .5rem 0 .5rem .8rem;
}

.is-top .dropdown_menu {
  background: none;
}

/*-----------------------------------
　フッター
-----------------------------------*/

.m-footer-01 {
  display: flex;
  justify-content: flex-end;
  font-size: .7rem;
  padding-bottom: 1rem;
}

.footer_lst {
  display: flex;
  flex-wrap: wrap;
}

.footer_lst-item {
  margin-right: 1rem;
}

.footer_lst-item:last-child {
  margin-right: 0;
}

.footer_lst-link {
  font-size: .7rem;
}

.m-footer-01-copyright {
  margin-left: auto;
  font-size: .7rem;
}

/*-----------------------------------
　タイトル
-----------------------------------*/
.ttl_h2 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.ttl_h3 {
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  font-size: 1.1rem;
}

/*-----------------------------------
　商品一覧
-----------------------------------*/
.m-list-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.m-list-01-item {
  width: 46%;
  margin-bottom: 6rem;
}

.m-list-01-item:nth-child(3n) {
  margin-right: 0;
}

.m-list-01-link {
  text-decoration: none;
  color: #1f1f21;
}

.m-list-01-photoWrap {
  margin-bottom: .2rem;
  position: relative;
}

.m-list-01-photoWrap::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .5s ease;
}

.m-list-01-link:hover .m-list-01-photoWrap::after {
  opacity: .6;
}

.m-list-01-photo {
  width: 100%;
}

.m-list-01-name {
  font-size: 0.9rem;
  padding: .5rem 0 0;
}

.m-list-01-price {
  font-size: .8rem;
}

dt.def_lst_dt {
  font-size: 1rem;
}

dd.def_lst_dd {
  font-size: 0.8rem;
  padding-bottom: 1.2rem;
  margin-left: 0.4rem;
}

.hoverMask-parent{
  position: relative; 
  overflow: hidden;
}

.hoverMask{
  opacity: 0; 
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  display: flex; 
  justify-content: center; 
  align-items: center; 
  color: #fff; 
  text-align: center; 
  transition:all 0.6s ease;  
}

.hoverMask:hover{
  opacity: 1;  
}

/*-----------------------------------
　フリーページ
-----------------------------------*/

/*.m-brand-01 {
  text-align: center;
}*/

.m-brand-01-item {
  margin-bottom: 1rem;
}

.freepage-layout {
    width: 780px;
    margin: auto;
}

.freepage-layout h2 {
    font-size: 1rem;
}

h3.freespace-title {
    font-size: 1rem;
    padding-bottom: 0.8rem;
}

.freepage-layout p {
    font-size: 14px;
    line-height: 2;
}

.freepage-layout img {
  width: 100%;
padding-bottom: 1rem;
}

.free.space-catch img {
    width: 100%;
}

p.hoverMask {
    font-size: 18px;
}

@media screen and (max-width: 900px)  {
.freepage-layout {
    width: 100%;
}
}

.”cg_freespace_01″ {
    padding-bottom: 4rem;
}

/*-----------------------------------
　パンくず
-----------------------------------*/
.m-breadcrumb-01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2rem 0rem;
}

.layout_containerFull .m-breadcrumb-01 {
  margin: 0 0 2rem 2rem;
}

.m-breadcrumb-01-item {
  margin-right: .5rem;
}

.m-breadcrumb-01-item::after {
  margin-left: .5rem;
  content: ">";
}

.m-breadcrumb-01-item:last-child::after {
  content: "";
}

.m-breadcrumb-01-link {
  font-size: 1.1rem;
}

/*-----------------------------------
　ページネーション
-----------------------------------*/
.m-pager-01 {
  margin-top: 2rem;
  position: relative;
}

.m-pager-01-item {
  padding: 0 .5rem;
  display: flex;
  justify-content: center;
}

.m-pager-01-text {
  padding-right: .5rem;
}

.m-pager-01-prev,
.m-pager-01-next {
  display: flex;
  position: absolute;
  top: 0;
}

.m-pager-01-prev {
  left: 50%;
  margin-left: -120px;
}
.m-pager-01-next {
  right: 50%;
  margin-right: -120px;
}

.m-pager-01-prev::before,
.m-pager-01-next::after {
  position: relative;
  top: 2px;
}

.m-pager-01-prev::before {
  content: "<<";
  padding-right: .2rem;
}

.m-pager-01-next::after {
  content: ">>";
  padding-left: .2rem;
}

/*-----------------------------------
　ドロワー
-----------------------------------*/

.m-drawer-01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-color: rgba(255,255,255,0.95);;
  z-index: 100; }

.m-nav-03 {
  margin: 6rem 2rem; }
  .m-nav-03-item {
    margin-bottom: .5rem; }
  .m-nav-03-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #1f1f21; }
    .m-nav-03-link:before {
      position: absolute;
      top: 1.5em;
      left: 0;
      content: "";
      display: inline-block;
      width: 0;
      height: 1px;
      background: #1f1f21;
      -webkit-transition: .3s;
      transition: .3s; }
    .m-nav-03-link:hover:before {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .m-nav-03-link:hover:before {
        display: none; } }

.m-nav-03-space {
  margin-bottom: 1.5rem;
}

.m-nav-03-item-child {
  padding-left: 1.2rem;
  padding-top: .5rem;
}

.m-nav-03-item-child li {
  margin-bottom: .3rem;
}

.m-cancel-01 {
  position: absolute;
  top: 1.7rem;
  left: 1.7rem;
  z-index: 2; }
  .m-cancel-01-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative; }
    .m-cancel-01-icon:hover {
      cursor: pointer; }
  .m-cancel-01::before, .m-cancel-01::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 4%;
    margin: -8% 0 0 -42%;
    background: #1f1f21; }
  .m-cancel-01::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .m-cancel-01::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

/*-----------------------------------
　アニメーション
-----------------------------------*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  animation: fadeInUp 1s ease-out 0s 1 forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  animation: fadeIn .5s ease 0s 1 forwards; }

.fadeInContainer {
  animation: fadeIn 1s ease .5s 1 forwards; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  animation: fadeOut .5s ease 0s 1 forwards; }

/*-----------------------------------
　Font
-----------------------------------*/

.f-instagram::before {
  content: "\f16d";
  font-family: FontAwesome;
  position: relative;
  top: 1px;
}

.f-instagram .m-nav-03-link {
  padding-left: .5rem;
}

  /*-----------------------------------
　レスポンシブ
-----------------------------------*/
@media screen and (max-width:1000px) {
  .is-pc {
    display: none;
  }
  .header_btn {
    padding-top: 0;
    padding-left: 1rem;
  }
  .m-nav-02 {
    display: block;
  }
  .layout_footer {
    display: block;
  }
  .footer_lst {
    justify-content: center;
    margin-bottom: .75rem;
  }
  .m-footer-01 {
    display: block;
  }
  .m-footer-01-copyright {
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  .m-list-01-item {
    width: 48%;
    margin-right: 4%;
   margin-bottom: 3.4rem;
  }
  .m-list-01-item:nth-child(3n) {
    margin-right: 4%;
  }
  .m-list-01-item:nth-child(2n) {
    margin-right: 0;
  }

.”cg_freespace_01″ {
    padding-bottom: 2rem;
}
}

@media screen and (max-width:479px) {
 /* .is-sp {
    display: block;
  }*/
  .layout_wrapper.bg-photo {
    background-image: url("https://img21.shop-pro.jp/PA01485/492/etc_base64/cGFzb190b3Bfc3Bfa291eWE.jpg?cmsp_timestamp=20230714162820");
  }

.shop_name img {
    width: 62px;
}

 /* .layout_header {
    padding: 4rem 0 2.5rem;
    position: relative;
  }*/
  .ttl_h2 {
    font-size: 1rem;
  }
  .m-hedaer-01 {
    position: static;
  }
  .header_headline_nav {
    top: 1.2rem;
    right: 1rem;
  }
  .header_btn {
    padding-left: .5rem;
  }
  .m-nav-02 {
    top: 1.7rem;
    left: 1rem;
  }
  .m-cancel-01 {
    left: .8rem;
  }
  .m-nav-03 {
    margin: 6rem 1rem;
  }
  .layout_container {
    padding: 8rem 1rem 2rem;
    margin-bottom: 6rem;
  }
  .layout_footer.is-top {
    bottom: 0;
  }
  .layout_footer {
    padding: 0 1rem 1rem;
  }
  .m-footer-01 {
    padding-bottom: 0;
  }
  .footer_lst {
    display: block;
    margin-bottom: 1rem;
  }
  .footer_lst-item {
    margin-right: 0;
    margin-bottom: .8rem;
  }
  .layout_containerFull .m-breadcrumb-01 {
    margin: 2.4rem 1rem .8rem;
  }
  .m-list-01-item {
    text-align: left;
  }
  .m-list-01-name {
    line-height: 1.2;
    padding: .3rem 0;
    font-size: .8rem;
  }
  .m-list-01-price {
    font-size: .6rem;
  }
}

.mark{
  font-size:12px (PCは14px);
  font-weight: bold;
  width: max-content;
  padding: 5px (PCは8px);
}

/* 「Neｗ」　*/
.newmark{
  color:#fff;
  background:#be3737;
}
/* 「Sale」　*/
.salemark{
  color:#fff;
  background:#d72323;
}
/*「おすすめ」　*/
.osumark{
  color:#fff;
  background:#66c079;
}
/*　「値下げ」　*/
.sagemark{
  color:#fff;
  background:#1d417a;
}
/*　「売切れ」　*/
.sldmark{
  color:#fff;
  background:#5c6a7d;
}
/*　「再入荷」　*/
.saimark{
  color:#fff;
  background:#000;
}