@charset "utf-8";
body {
  height: 100% !important;
}
main{
	overflow-x: hidden;
}
.container, .content {
  max-width: 100%;
  height: auto;
}
.container a:focus, .container *:focus {
  outline: none;
  border: none;
}
.container p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  color: #333;
  font-size: min(3.7vw, 1.6rem);
  line-height: 1.5em;
}
.container h1 {
  font-size: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.container h2, .container h3 {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; /*font-weight: bold;*/
}
.container ul {
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

/*-------------------------
　 　カテゴリメニューボタン
-------------------------*/
.anchorlist {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #fff;
}
.anchorlist li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 6rem;
  border-right: solid 2px #fff;
  font-size: 1.6rem;
  line-height: 1.1em;
  color: #111;
  font-weight: 500;
  text-align: center;
}
.anchorlist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  vertical-align: middle;
  text-align: center;
  position: relative;
  color: #111;
}
/*-------------------------
　 　商品一覧・全商品ボタン
link_btn_a,bはグラデーション用
link_btn_ｃは単色用
-------------------------*/
.eachWrapbtn {
  margin: 0 0 6rem;
  padding: 0;
}
.eachWrapbtn > .bottom_list {
  margin: 10rem 0 5rem;
  padding: 0;
}
.link_btn_a, .link_btn_b, .link_btn_c, .link_btn_d, .link_btn_e {
  margin: 10px auto 0 auto;
}
.link_btn_a, .link_btn_b, .link_btn_e {
  position: relative;
  z-index: 0;
}
.link_btn_a a div {
  padding: 1.9rem 0;
  background: #d02700; /* ページに合わせて変更。デフォルト#000 */
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  content: "";
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.link_btn_b a div {
  padding: 1.9rem 0;
  background: #000; /* ページに合わせて変更。デフォルト#000 */
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  content: "";
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.link_btn_c a div {
  padding: 1.9rem 0;
  background: #cab133; /* ページに合わせて変更。デフォルト#000 */
  color: #fff;
  font-size: 1.6rem;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: relative;
}
.link_btn_d a div {
  padding: 1.742rem 0;
  background: #333333; /* ページに合わせて変更。デフォルト#000 */
  color: #fff;
  font-size: 1.6rem;
  /*-webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;*/
  position: relative;
  pointer-events: none;
}
.link_btn_e a div {
  padding: 1.742rem 0;
  background: #a4c850; /* ページに合わせて変更。デフォルト#000 */
  color: #fff;
  font-size: 1.6rem;
  /*-webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;*/
  position: relative;
  pointer-events: none;
}
.link_btn_a a:hover > div, .link_btn_b a:hover > div, .link_btn_e a:hover > div {
  background: transparent;
  color: #fff;
}
.link_btn_a a > div:after {
  background: #ed9183 !important; /* ページに合わせて変更。デフォルト#ebbaa7 */
  color: #fff;
  content: "";
  top: 0;
  reft: 0;
  righat: 0;
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
}
.link_btn_b a > div:after {
  background: #ebbaa7 !important; /* ページに合わせて変更。デフォルト#ebbaa7 */
  color: #333;
  content: "";
  top: 0;
  reft: 0;
  righat: 0;
  position: absolute;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
}
.link_btn_c a:hover > div {
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background: #dfcb65; /* ページに合わせて変更。デフォルト#ebbaa7 */
  color: #fff;
}
.link_btn_d a:hover > div {
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background: #636363; /* ページに合わせて変更。デフォルト#ebbaa7 */
  color: #fff;
}
.link_btn_e a:hover > div {
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background: #c4e181; /* ページに合わせて変更。デフォルト#ebbaa7 */
  color: #fff;
}
.link_btn_a a > div span, .link_btn_b a > div span, .link_btn_c a > div span {
  position: relative;
  display: inline-block;
}
.link_btn_a span small {
  font-size: 0.86em;
}
.eachWrapbtn a {
  display: block;
  text-align: center;
}
.eachWrapbtn a > div span {
  width: 100%;
}
.eachWrapbtn .link_btn_a, .eachWrapbtn .link_btn_b, .eachWrapbtn .link_btn_b, .eachWrapbtn .link_btn_c, .eachWrapbtn .link_btn_d, .eachWrapbtn .link_btn_e {
  width: 40%;
}
/*.eachWrapbtn .link_btn_b{
  width: 36%;
}*/
.eachWrapbtn a > div span:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: calc(50% - 5px);
  right: 1.6rem;
  left: auto;
  border: 1px solid;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(225deg);
  width: 10px;
  height: 10px;
}
/*注意事項*/
.m_attention {
  width: 85%;
  padding: 30px 0;
  line-height: 1.5em;
  margin: auto;
}
.m_attention p {
  margin-top: 2rem;
  border: 1px solid #999;
  background: #ccc;
  padding: 0.3rem 0;
}
/*.fuku_attention {
  margin-top: -100px;
  padding-top: 100px;
}*/
.m_attention h3 {
  border-bottom: #777 solid 1px;
  padding: 0 0 8px;
  margin: 40px 0 10px;
  text-indent: 0;
  font-size: 1.5em;
 width: fit-content;
}
.m_attention ul {
  border: 1px solid #999;
  border-top: none;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
.m_attention ul li {
  padding: 0 0 0.3em 1em;
  text-indent: -1em;
  list-style: none;
}
.m_attention ul span {
  font-size: 1.6rem;
  font-weight: bold;
}
.arrow {
    padding-right: 1.2em;
    background-image: url(../images/nw.gif);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 1em;
}
/*-------------------------
　 　静的スクロール
-------------------------*/
.box_fuku_sot {
  position: relative;
  background: #fff;
  /*border: 1px solid #7878a5;*/
  /*  border-bottom: 1px solid #7878a5;*/
  border-radius: 50px;
}
/*.box_fuku_uti {
  position: relative;
  background: #fff;
}*/
/*.box_column_uti {
    position: relative;
    padding: 0 75px 69px;
    margin: 0;
    border: none;
    text-align: center;
    z-index: 0;
	border-radius: 50px;
  }*/
/*.column_banner {
  position: relative;
  padding: 0;
  margin: 0 11px 1.2em;
}*/
.fukubukuro_content {
  padding: 0 20px;
}
.fukubukuro_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: /* space-evenly*/ center;
  padding: 25px 17.5px 0;
  margin-bottom: 75px !important;
}
.fukubukuro_content .fukubukuro_contentinbox img {
  width: /* calc(100% + 14px)*/ 100%;
  height: auto;
  /*	max-width:340px;
	max-height:226px;*/
  max-width: 220px;
  max-height: 220px;
  padding: 0;
  display: block;
  position: relative; /*	outline: 1px solid #f5f5f5;
	margin: 0 0 1.2em;*/
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .05);
}
/*h3.column_ate {
  display: inline-block;
  padding: 0 1.5em;
  border-radius: 20px;
  border: 1px solid;
  background: #fff;
  height: 36px;
  line-height: 36px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  top: -18px;
}*/
/*h3.column_ate {
	padding-top: 1.5em;
	color:#7878a5;
}*/
.box_column_slick .slick-next:before, .box_column_slick .slick-prev:before {
  content: '' !important;
}
/*.fukubukuro_content .slick_arrow img {
  height: 38px;
  width: 17px;
  left: auto;
  top: 50%;
  fill: none;
  stroke: #000;
	stroke-width: 1px;
  margin: auto;
  position: relative;
}*/
.slick_arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 25px);
  display: block;
  /*height: 100%;*/
  /*width: 60px;*/
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, 0);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.prev_arrow {
  left: 0;
}
[dir='rtl'] .prev_arrow {
  right: 0;
  left: auto;
}
.next_arrow {
  right: 0;
}
[dir='rtl'] .next_arrow {
  right: auto;
  left: 0;
}
/* Dots */
.slick-dots li button:before {
  content: '' !important;
  color: #fff !important;
}
.slick-dots li button:before {
  width: 10px !important;
  height: 10px !important;
  opacity: .25 !important;
  background-color: #000 !important;
}
.slick-dots li.slick-active button:before {
  opacity: .75 !important;
  background-color: #000 !important;
}
ul.slick-dots {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center !important;
  padding: 0;
  margin: 0;
  width: 100%;
}
ul.slick-dots {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  padding: 0 0.5em 0 !important;
  margin: 0 !important;
}
/*-------------------------
　  初回公開用　coming soon　hover
-------------------------*/
.hover_start01, .hover_start02 {
  width: 100%;
  height: 100%;
  /* overflow: hidden;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0;
  position: relative;
}
.hover_start01 .caption {
  font-size: 200%;
  text-align: center;
  padding-top: 20%;
  color: #fff;
}
.hover_start02 .caption {
  font-size: 200%;
  text-align: center;
  padding-top: 25%;
  color: #fff;
}
.hover_start01 .hover_mask_01 {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
.hover_start02 .hover_mask_02 {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
.hover_start01:hover .hover_mask_01, .hover_start02:hover .hover_mask_02 {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*-------------------------
　終了告知
-------------------------*/
.fukubukuro_endlead {
  /* border-top: solid 5px #b58310;*/
  text-align: center;
  padding: 15px 0 18px;
  font-size: 1.6em;
  color: #fff;
  line-height: 1.3em;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #df3e21;
  margin-top: 20px;
}
/*-------------------------
　 ページ価格＆イメージ注記
-------------------------*/
p.common_comments {
  width: 85%;
  font-size: 1.4rem;
  margin: auto;
}
/*-------------------------
　 　商品リスト
-------------------------*/
.serviceInfo img {
  max-width: 100%;
}
/*.ranklist_stop {
  width: 100%;
  height: auto;
  min-height: 600px; 今回のみ
  margin: -96px auto auto;
  padding: 0;
  overflow: hidden;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 1.0) 25%, rgba(255, 255, 255, 1.0) 90%, rgba(255, 255, 255, 0) 100%);
}*/
/*
ul.result-list {
  margin: 0 auto 3em;
  width: 100%;
  padding-left: 28px;
}*/
.itemlist_box {
  display: flex;
  flex-direction: row;
  max-width: 1000px;
  margin: auto;
}
ul.result-list {
  margin: 0 auto 60px;
  width: 100%;
  /* padding-left: 50px;*/
  display: flex;
  table-layout: fixed
}
ul.result-list svg, ul.result-list img {
  max-width: 100%;
  vertical-align: top;
  line-height: 0
}
ul.result-list > li ul li {
  padding: 0 !important
}
.result-list li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: table;
    padding: 0 0 24px;
    color: #000;
    height: 100%;
    /* width: 80%; */
}
ul.result-list li a .result-list__text {
  padding: 18px 0 0 0;
  min-height: 6em;
  max-width: 160px
}
ul.result-list li a .result-list__text .result-list__brand {
  font-weight: 400
}
ul.result-list li a .result-list__text .result-list__brand {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  font-size: 1.4rem;
  color: #999;
  line-height: 1;
}
p.item_atte{
	text-align: center; 
	padding: 10px 0;
}
/*.result-list li a .result-list__text .result-list__info {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%; }*/
.result-list li a .result-list__text .result-list__info .result-list__price {
  margin: 8px 0 0;
  display: table-cell;
  font-size: 1.4rem;
  font-weight: bold;
}
.result-list li a .result-list__text .result-list__name {
  margin: 6px 0 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
ul.result-list li a .result-list__pic img {
  width: 180px !important;
  /* height: 192px !important;*/
  display: block;
  margin: auto 0
}
.result-list li a .result-list__text .result-list__info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
}
.container .liquid_content1 p.featured_txt {
  min-height: 5.5em;
  max-height: 5.5em
}
.container .liquid_content2 p.featured_txt {
  min-height: 6em;
  max-height: 6em
}
.container .liquid_content2 .result-list > li:nth-child(3) h4.featured_ev_ttl, .container .liquid_content2 .result-list > li:nth-child(3) p.featured_txt {
  position: relative;
  width: 188.5%;
  max-width: none;
}
h4.featured_ev_ttl, h4.featured_od_ttl {
  margin: 20px 0 8px;
  padding: 0 0 4px;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height: 1.105;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid;
}
.container p.featured_txt {
  margin: 0;
  max-width: 160px;
  min-height: 5.5em;
  max-height: 5.5em;
  overflow: hidden;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: left;
  word-break: keep-all;
}
h4.featured_ev_ttl span, h4.featured_od_ttl span {
  margin: 0 auto;
  display: inline-block;
}
.container p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
/********/
.result-list__no {
  display: none;
}
.result-list > li {
  padding: 0 0 0 0 !important;
  width: /* 160px */ 25%;
  margin: 0;
}
.result-list > li ul li {
  padding: 0 !important;
}
/*.result-list > li:nth-child(4n+1) {
  clear:both;
}*/
.result-list > li:nth-child(n+5) {
  display: none;
}
/*.result-list > li:nth-child(4n+1) {
  clear:both;
}*/
/*.result-list li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: table;
    padding: 0 0 24px;
    color: #0d0d0d;
    height: 100%;
     margin: 0; 
}*/
ul.result-list {
  table-layout: fixed;
}
li a .result-list__status-soldout, li a .result-list__status-soldout, li a .result-list__status-new, li a .result-list__status-reservation-before, li a .result-list__status-reservation-accepting, li a .result-list__status-sale-before {
  display: none;
}
.result-list__like {
  display: table-cell;
  text-align: right;
}
.ltsp0 {
  letter-spacing: 0;
}
.ltsp-0_025 {
  letter-spacing: -0.025em;
}
/*p.result-list__items_empty {
  min-height: 400px; 
}*/
p.result-list__items_empty::before {
  display: block;
  margin: 0 auto;
  padding: 5em 0;
  font-size: 1.2rem;
  text-align: center;
  color: #ccc;
  content: '現在表示できる商品がありません';
}
.miguide u:hover {
  text-decoration: none;
}
/*オンラインストアボタン*/
.hub_bnr {
  /*border-top: #555555 solid 1px;*/
  text-align: center;
  margin: 50px 0;
}
.hub_bnr h3 {
  padding: 10px 0;
  color: #443106;
  font-weight: 100;
}
.hub_bnr h3 span {
  font-size: 1.8rem;
}
.hub_bnr a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1000px) {
  .content_header h1 img {
    height: 360px;
    width: 1000px;
  }
}
/*===============================================
画面の横幅が751px以上（PC用）
===============================================*/
@media screen and (min-width: 751px) {
  .main-inner {
    min-width: 1000px;
    margin: auto;
    padding: 0 !important;
  }
  .contentsWrap {
    display: block;
    margin: 0;
    padding: 0;
    /* overflow: hidden;*/
    font-size: 14px;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde1ea', endColorstr='#fdf2f4', GradientType=0); /* IE6-9 */
    /*text-align: center;*/
  }
  .content_header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
  }
  .content_header h1 {
    /*	box-shadow: 0 0 0 1px #B5A68D inset;*/
  }
  .content_header h1 img {
    position: relative;
    z-index: -1;
  }
  .content_header h1 img {
    margin: 0 auto;
  }
  /*リード*/
  h1.fukubukuro_lead {
    position: relative;
    text-align: center;
    padding: 25px 0 35px;
    font-size: 1.8em;
    color: #b59665;
    line-height: 1.2em;
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    margin: auto;
    font-weight: 100;
  }
  /*-------------------------
　 　各カテゴリタイトル1
-------------------------*/
  h4.c_sab, h4.d_sab {
    /*  position: relative;*/
    display: flex;
    color: #fff;
    padding: 0;
    font-weight: 400;
    text-align: center;
    margin: 0 0 30px;
    font-size: 2.2em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    justify-content: center;
    align-items: center;
  }
  /* .sab-title-fuku, .sab-title-fuku-happybag {
    padding-top: 10%;
  }*/
  .sab-title-fuku h4::before {
    /* position: absolute;*/
    top: calc(3px - 1px);
    left: 0;
    width: 290px;
    height: 41px;
    content: '';
    background: url("../images/img_fukubukuro_left.png");
    margin: 0 180px 0;
    background-repeat: no-repeat;
  }
  .sab-title-fuku h4:after {
    /* position: absolute;*/
    top: calc(3px - 1px);
    right: 0;
    width: 290px;
    height: 41px;
    content: '';
    background: url("../images/img_fukubukuro_right.png");
    margin: 0 180px 0;
    background-repeat: no-repeat;
  }
	
	.sab-title-newyearkit h4::before {
    /* position: absolute;*/
    top: calc(3px - 1px);
    left: 0;
    width: 290px;
    height: 41px;
    content: '';
    background: url("../images/img_newyearkit_left.png");
    margin: 0 74px 0;
    background-repeat: no-repeat;
  }
  .sab-title-newyearkit h4:after {
    /* position: absolute;*/
    top: calc(3px - 1px);
    right: 0;
    width: 290px;
    height: 41px;
    content: '';
    background: url("../images/img_newyearkit_right.png");
    margin: 0 74px 0;
    background-repeat: no-repeat;
  }
  .sab-title-happybag h4::before {
    /*position: absolute;*/
    top: calc(3px - 1px);
    left: 0;
    width: 290px;
    height: 41px;
    content: '';
    background: url("../images/img_happybag_left.png");
    margin: 0 100px 0;
    background-repeat: no-repeat;
  }
  .sab-title-happybag h4:after {
    /*position: absolute;*/
    top: calc(3px - 1px);
    right: 0;
    width: 290px;
    height: 41px;
    content: '';
    background: url("../images/img_happybag_right.png");
    margin: 0 100px 0;
    background-repeat: no-repeat;
  }
  /*.sab-title-newyearkit h4::before {
    position: absolute;
    top: calc(3px - 1px);
    left: 0;
    width: 290px;
    height: 41px;
    content: '';
    background: url("../images/img_newyearkit_left.png");
    margin:0 100px 0;
    background-repeat: no-repeat;
  }
  .sab-title-newyearkit h4:after {
    position: absolute;
    top: calc(3px - 1px);
    right: 0;
    width: 230px;
    height: 41px;
    content: '';
    background: url("../images/img_newyearkit_right.png");
    margin: auto;
    background-repeat: no-repeat;
  }*/
  /*-------------------------
　 　各カテゴリタイトル_フォント
-------------------------*/
  h2.c_sab span, h2.c_sab_2 span {
    position: relative;
    top: 3px;
    font-family: 'Roboto', serif;
    /* font-size: 2.8rem;*/
    font-size: clamp(1.188rem, 0.938rem + 1.25vw, 2.8rem);
    color: #333;
    margin: 0;
  }
  /*-------------------------
　 　カテゴリメニューボタン
-------------------------*/
  .anchorlist li {
    display: table;
    width: calc(25% - 2px);
    height: 6rem;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    font-size: 1.6rem;
    line-height: 1.1em;
    /*font-weight: bold;*/
  }
  .w_line {
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 15px 0;
  }
  .anchorlist li:nth-child(odd) {
    background: linear-gradient(to right, #696969 0%, #aeaeae 50%, #696969 100%);
  }
  .anchorlist li:nth-child(even) {
    background: linear-gradient(to right, #c09c9c 0%, #e9d9d9 50%, #c09c9c 100%);
  }
  .anchorlist li:nth-child(4) {
    border-right: none;
    width: 25%;
  }
  .anchorlist li a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    color: #111;
    text-align: center;
    position: relative;
  }
  .anchorlist li:hover:nth-child(odd) {
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    background: #696969;
  }
  .anchorlist li:hover:nth-child(even) {
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    background: #c09c9c;
  }
  /*-------------------------
　 　各カテゴリタイトル
-------------------------*/
  .sab-title {
    padding: 5px 0;
    /*display: flex;
	flex-direction: row;
	align-items: center;*/
  }
  .container p.m_read {
    text-align: center;
    padding: 2.5rem 0 0;
    /*font-weight:600;*/
    line-height: 1.8em;
  }
  .m_read a span {
    text-decoration: underline;
  }
  .m_read a:hover > span {
    text-decoration: none;
  }
  #content_header h1 img {
    margin: 0 auto;
  }
  .item_read {
    padding: 10px 0;
    text-align: center;
    font-size: 1.2em;
  }
  br.sp, br.sp5 {
    display: none;
  }
  /*-------------------------
　 　ハッピーバック背景
-------------------------*/
  /*.box_no01_bg{
 margin-left: calc(-50vw + 50%);
   width: 100vw;
  position: relative;
    padding-bottom: 5%;
    border-top: 6px solid;
    color: #e2c94b;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(253, 240, 194, 1) 79%, rgba(253, 237, 182, 1) 95%);
	z-index: -2;
}*/
  .box_no01_bg {
    position: relative;
    width: inherit;
    padding-bottom: 15%;
    border-top: 6px solid;
    background-color: #e2c94b;
    margin: 0 calc(10% - 50vw) 0;
    color: #e2c94b;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(253, 240, 194, 1) 79%, rgba(253, 237, 182, 1) 95%);
    z-index: -2;
  }
  .box_no01_bg:after {
    position: absolute;
    top: -1.2rem;
    left: 0rem;
    right: 0rem;
    color: #e2c94b;
    border-bottom: 2px solid;
    content: '';
    margin: 0 0 10px;
  }
  /*-------------------------
　 福袋背景
-------------------------*/
  /*.box_no02_bg{
 margin-left: calc(-50vw + 50%);
	 width: 100vw;
  position: relative;
    padding-bottom: 5%;
    border-top: 6px solid;
    color: #ea6955;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(249, 214, 208, 1) 50%, rgba(247, 198, 191, 1) 95%);
	z-index: -2;
}*/
  .box_no02_bg {
    position: relative;
    width: inherit;
    padding-bottom: 15%;
    border-top: 6px solid;
    background-color: #f6533e;
    ;
    margin: 0 calc(10% - 50vw) 0;
    color: #f6533e;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(249, 214, 208, 1) 50%, rgba(247, 198, 191, 1) 95%);
    z-index: -2;
  }
  .box_no02_bg:after {
    position: absolute;
    top: -1.2rem;
    left: 0rem;
    right: 0rem;
    color: #ea6955;
    border-bottom: 2px solid;
    content: '';
    margin: 0 0 10px;
  }
	/*-------------------------
　 ニューイヤーキット背景
-------------------------*/
	.box_no04_bg {
    position: relative;
    width: inherit;
    padding-bottom: 20%;
    border-top: 6px solid;
    background-color: #bbdf65;
    ;
    margin: 0 calc(10% - 50vw) 0;
    color: #bbdf65;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 255, 190, 1) 50%, rgba(240, 255, 179, 1) 95%);
    z-index: -2;
  }
  .box_no04_bg:after {
    position: absolute;
    top: -1.2rem;
    left: 0rem;
    right: 0rem;
    color: #bbdf65;
    border-bottom: 2px solid;
    content: '';
    margin: 0 0 10px;
  }
	/*-------------------------
　 　ニューイヤーキット帯
-------------------------*/
  .slide-startWrap {
    margin: -1px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 10px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    position: relative;
  }
  .slide-startWrap-4 {
    width: 510px;
    height: 46px;
    background-image: linear-gradient(180deg, rgba(186, 222, 102, 1) 0%, rgba(129, 179, 10, 1) 95%);
    clip-path: polygon(4.5% 100%, 0% 0%, 100% 0%, 94.5% 100%);
  }
  .slide-startWrap-4 h2 {
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 2.2em !important;
    margin: 0;
  }
  /*-------------------------
　 　パッピーバック帯
-------------------------*/
  .slide-startWrap {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 10px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
  }
  .slide-startWrap-1 {
    width: 510px;
    height: 46px;
    background-image: linear-gradient(180deg, rgba(226, 201, 75, 1) 0%, rgba(184, 151, 0, 1) 95%);
    clip-path: polygon(4.5% 100%, 0% 0%, 100% 0%, 94.5% 100%);
  }
  .slide-startWrap-1 h2 {
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 2.2em !important;
    margin: 0;
  }
	.folo .slick-track{ 
    opacity: 1;
     width: 1000px !important; 
    transform: translate3d(0px, 0px, 0px);
}
.folo .result-list li {
	padding: 0 40px 0 0;
}
  /*-------------------------
　 　福袋帯
-------------------------*/
  .slide-startWrap {
    margin: -1px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 10px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    position: relative;
  }
  .slide-startWrap-2 {
    width: 510px;
    height: 46px;
    background-image: linear-gradient(0deg, rgba(205, 35, 1, 1) 0%, rgba(242, 82, 62, 1) 95%);
    clip-path: polygon(4.5% 100%, 0% 0%, 100% 0%, 94.5% 100%);
  }
  .slide-startWrap-2 h2 {
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 2.2em !important;
    margin: 0;
  }
	.folo_fuku .slick-track{ 
    opacity: 1;
     width: 1000px !important; 
    transform: translate3d(0px, 0px, 0px);
}
.folo_fuku .result-list li {
	padding: 0 40px 0 0;
	width: 180px !important; 
}
  /*-------------------------
カルーセル
-------------------------*/
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-left: 60px;  }
  /*ul.result-list {
    padding-left: calc(60vw* 0.07);
  }*/
  /*-------------------------
ブランド
-------------------------*/
  .slide-startWrap-3 h2 {
    margin: 5rem 0;
    text-align: center;
    color: #fff;
    padding-top: 7px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 2.5em !important;
  }
  /*-------------------------
　 　発売日_第1弾
-------------------------*/
  .slide-startday {
    padding-top: 30px;
    position: absolute;
    top: calc(-4px - 1px);
    z-index: 50;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
  }
  .no01_startday_pc, .no02_startday_pc, .no03_startday_pc {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end;*/
  }
  .no02_startday_pc h3, .no01_startday_pc h3, .no03_startday_pc h3 {
    text-align: center;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 1.6em !important;
    width: 504px;
    height: 161px;
    margin-top: 5%;
    /*  background: url("../images/releasedate_fuku.png") no-repeat;*/
  }
	.no03_startday_pc h3{
		 margin-top: 3%;
	}
  /*  .no01_startday_pc h3 {
    text-align: center;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 1.6em !important;
    width: 500px;
    color: #b99800;
	margin-top: 3%;
  }*/
  p.ate_day {
    font-size: 1.4rem;
    padding-top: 0.3rem;
    text-align: center;
  }
  .no01_startday_pc_img, .no02_startday_pc_img, .no03_startday_pc_img {
    widows: 100% !important;
  }
  .no01_startday_sp, .no02_startday_sp, .no03_startday_sp {
    display: none;
  }
  /*-------------------------
　 　発売日_第2弾
-------------------------*/
  .no02_startday_sp h3 {
    text-align: center;
    margin: auto;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 1.6em !important;
    width: 500px;
    color: #e9473c;
  }
  /*-------------------------
　 　商品リスト
-------------------------*/
  section.meecoWrap {
    /*padding: 40px 0 0;
    position: relative;*/
  }
  /*  section.meecoWrap:last-of-type {
    margin-bottom: 80px;
  }*/
  .result-list_stop {
    padding-bottom: 70px;
  }
  .result-list__grid > li a .result-list__text .result-list__name, .result-list__grid > li a .result-list__text .result-list__brand, .result-list__grid > li a .result-list__text .result-list__price {
    font-size: 1.4rem;
  }
  /*.ranklist_stop {
    padding: 2em 0;
  }*/
  .fukubukuro_stop {
    width: 100%;
    height: auto;
    margin: 0 auto auto;
    /*padding: 2.5em 0 1px;*/
    overflow: hidden; /*	background-color: #FFF;*/
  }
  /*.main_fukubukuro_list{
		  max-width: min(80%, 1050px);
	}*/
  .result-list li {
    display: table-cell;
    height: 100%;
    padding: 0 0 0 0;
  }
  .container ul.result-list__grid {
    margin: 0 auto 0;
    justify-content: flex-start;
    width: 100%;
  }
  .container ul.result-list__grid > li {
    width: 80%;
    margin: 0 0 25px 8%;
    padding: 0
  }
  .result-list__grid#result-list_item1 > li {
    width: 17.416%;
  }
  .result-list__grid#result-list_item1 > li:nth-child(4n+1) {
    padding: 0 0 0 3.23%;
  }
  .result-list__grid#result-list_item1 > li:nth-child(5n+1) {
    padding: 0;
  }
  .result-list__grid > li a .result-list__pic img {
    width: 180px !important;
    height: 216px !important;
    display: block;
    margin: auto;
  }
  .containerOff ul.result-list {
    margin: 0 auto 3em;
    width: 90%;
    padding-left: 0;
  }
  .containerOff ul.result-list > li {
    width: 22.57%;
    padding: 0 0 0 3.23% !important;
  }
  .containerOff .result-list__block > li:nth-child(4n+1), .containerOff .result-list__grid > li:nth-child(4n+1) {
    padding-left: 0 !important;
  }
  .containerOff .result-list li a .result-list__text {
    max-width: 100%;
  }
  .containerOff p.make_txt {
    max-width: 100%;
  }
  .containerOff .result-list__pic {
    text-align: center;
  }
  .containerOff .result-list li a .result-list__text {
    min-height: auto;
  }
  /*-------------------------
　 　ブランド背景
-------------------------*/
  .box_no03_bg {
    /* position: relative;*/
    width: inherit;
    background-color: #ccc;
    margin: 0 calc(10% - 50vw) 0;
    z-index: -50;
    background: url(../images/bg_bland.gif);
  }
  /*-------------------------
　 　ブランドリスト
-------------------------*/
  .bland_list_ti p {
    padding: 5rem 0;
    color: #333;
    font-size: 5rem;
  }
  .article-body {
    margin: auto;
    padding-bottom: 80px;
  }
  .parent_04 ul {
    display: flex;
    width: 38%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
  }
  .parent_04 li {
    text-align: center;
    margin: 10px;
    list-style: none;
    width: 22%;
    background-color: #fff;
  }
  .parent_04 li a:hover {
    opacity: 0.6;
    /*  transition-duration: 0.3s;*/
  }
	 .logo_decoi_fuku, .logo_decoi_happy {
     opacity: 0;
  }
  /*-------------------------
　 　ご利用ガイドボタン
-------------------------*/
  .accordion {
    /*background-color: #f5b2ac;
	margin: 25px;*/
    margin:50px 0 40px;
  }
  .accordion-item {
    background: url(../images/hajime_bg.gif);
    width: 100%;
    max-width: 580px;
    height: 140px;
    margin: 16px auto 0;
    background-size: cover;
  }
  .accordion-item p {
    text-align: center;
  }
  .accordion-item a {
    text-decoration: none !important;
  }
  .hajime_txt {
    text-align: center;
    font-size: 2.6rem !important;
    padding-top: 0 !important;
    margin: auto;
  }
  .accordion-item img {
    margin: 0 auto;
    width: 86%;
  }
  .spOnly {
    display: none;
  }
  .accordion-title {
    /* width: 470px;
  background:  url("../images/arrow_ac.jpg") no-repeat,#000;
  background-position: calc(100% - 10px) 50%;
  margin: 35px auto 20px;
  text-align: center;
  color: #fff;
  padding: 15px;
  cursor: pointer;*/
    width: 170px;
    /* height: 60px; */
    background: url(../images/arrow_ac.png) no-repeat, #e57585;
    background-position: calc(100% - 10px) 50%;
    margin: 15px auto 20px;
    text-align: center;
    color: #fff;
    padding: 6px;
    cursor: pointer;
    border-radius: 30px;
    text-decoration: none !important;
  }
  .accordion-title.open {
    background: #000;
    background: url("../images/arrow_ac_op.jpg") no-repeat, #000;
    background-position: calc(100% - 10px) 50%;
    position: relative;
  }
  .accordion-title:hover {
    opacity: .7;
    transition: all ease-in-out .2s;
  }
  .accordion a {
    text-decoration: underline;
  }
  /*-------------------------
　 　　to TOP BTN
-------------------------*/
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 100;
  }
  #page-top a {
    display: block;
    width: 61px;
    height: 61px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/common/isetan_shikaku.png);
  }
  /*Switch Btn Image*/
  .isetanToTop {
    background-image: url(../images/common/isetan_shikaku.png);
  }
  .mitsukoshiToTop {
    background-image: url(../images/common/mitsukoshi_shikaku.png);
  }
  #page-top a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
  }
  /*filter OFF*/
  a:hover img.off {
    filter: none !important;
    opacity: 1 !important;
  }
}
@media screen and (min-width: 688px) {
  br.sp {
    display: none;
  }
}
/*===============================================
画面の横幅が1024px以下 タブレット
===============================================*/
@media screen and (max-width: 1024px) {
  .wrapper {
    max-width: 1023px;
  }
  .box_no01_bg, .box_no02_bg, .box_no04_bg {
    margin-left: calc(0vw + 0%);
    width: 100vw;
  }
  .no02_startday_sp h3, .no01_startday_sp h3 {
    widows: 30%;
  }
  .no01_startday_pc_img, .no02_startday_pc_img, .no03_startday_pc_img {
    widows: 80%;
  }
	h4.c_sab, h4.d_sab {
		color:#fff;  }
	
}
/*===============================================
画面の横幅が768px以下 タブレット
===============================================*/
@media screen and (max-width: 769px) {
  body {
    min-width: 100%;
  }
  .wrapper {
    max-width: 768px;
  }
  .main-inner {
    min-width: 100%;
    margin: auto;
  }
  .Category_item {
    padding-top: 1rem;
  }
  .anchorlist li {
    font-size: 1.2rem;
    letter-spacing: .005vw;
  }
  .content_header img, .bnrimg img {
    width: 100%;
  }
  h1.fukubukuro_lead {
    text-align: center;
    padding: 3% 0 5%;
    font-size: 4.4vw;
    line-height: 1.3em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    color: #b59665;
  }
  .fukubukuro_endlead {
    text-align: center;
    padding: 15px 5px;
    font-size: 4vw;
    line-height: 1.4em;
    font-family: 'Noto Sans JP', sans-serif;
  }
  
  /*-------------------------
　 　福袋背景
-------------------------*/
  .box_no02_bg {
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    position: relative;
    /*margin-bottom: 5rem;*/
    padding-bottom: 5%;
    border-top: 6px solid;
    color: #f6533e;
    /*font-size: 26px;*/
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(249, 214, 208, 1) 50%, rgba(247, 198, 191, 1) 95%);
  }
  .box_no02_bg:after {
    position: absolute;
    top: -1.2rem;
    left: 0rem;
    right: 0rem;
    color: #f6533e;
    border-bottom: 2px solid;
    content: '';
    margin: 0 0 10px;
  }

	/*-------------------------
　 　ハッピーバッグ背景
-------------------------*/
  .box_no01_bg {
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    position: relative;
    /*margin-bottom: 5rem;*/
    padding-bottom: 5%;
    border-top: 6px solid;
    color: #e2c94b;
    /*font-size: 26px;*/
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(253, 240, 194, 1) 79%, rgba(253, 237, 182, 1) 95%);
  }
  .box_no01_bg:after {
    position: absolute;
    top: -1.2rem;
    left: 0rem;
    right: 0rem;
    color: #e2c94b;
    border-bottom: 2px solid;
    content: '';
    margin: 0 0 10px;
  }
	
	/*-------------------------
　 　ニューイヤーキット背景
-------------------------*/
  .box_no04_bg {
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    position: relative;
    /*margin-bottom: 5rem;*/
    padding-bottom: 5%;
    border-top: 6px solid;
    color: #bbdf65;
    /*font-size: 26px;*/
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 255, 190, 1) 79%, rgba(240, 255, 179, 1) 95%);
  }
  .box_no04_bg:after {
    position: absolute;
    top: -1.2rem;
    left: 0rem;
    right: 0rem;
    color: #bbdf65;
    border-bottom: 2px solid;
    content: '';
    margin: 0 0 10px;
  }
	/*-------------------------
　 　福袋帯
-------------------------*/
  .slide-startWrap {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    margin: -1px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 10px;
  }
  .slide-startWrap-2 {
    width: 80%;
    height: 40px;
    background-image: linear-gradient(0deg, rgba(205, 35, 1, 1) 0%, rgba(242, 82, 62, 1) 95%);
    clip-path: polygon(4.5% 100%, 0% 0%, 100% 0%, 94.5% 100%);
  }
  .slide-startWrap-2 h2 {
    text-align: center;
    color: #fff;
    padding-top: 7px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 2.8rem !important;
    margin: 0;
  }
	/*-------------------------
　 　ニューイヤーキット帯
-------------------------*/
  .slide-startWrap {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    margin: -1px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 10px;
  }
  .slide-startWrap-4 {
    width: 80%;
    height: 40px;
    background-image: linear-gradient(180deg, rgba(186, 222, 102, 1) 0%, rgba(129, 179, 10, 1) 95%);
    clip-path: polygon(4.5% 100%, 0% 0%, 100% 0%, 94.5% 100%);
  }
  .slide-startWrap-4 h2 {
    text-align: center;
    color: #fff;
    padding-top: 7px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 2.6rem !important;
    margin: 0;
  }
  /*-------------------------
　 　ハッピーバッグ帯
-------------------------*/
  .slide-startWrap {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    margin: -1px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 10px;
  }
  .slide-startWrap-1 {
    width: 80%;
    height: 40px;
    background-image: linear-gradient(180deg, rgba(226, 201, 75, 1) 0%, rgba(184, 151, 0, 1) 95%);
    clip-path: polygon(4.5% 100%, 0% 0%, 100% 0%, 94.5% 100%);
  }
  .slide-startWrap-1 h2 {
    text-align: center;
    color: #fff;
    padding-top: 8px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 2.8rem !important;
    margin: 0;
  }

  .slide-startday {
    padding-top: 5%;
  }
 
  p.ate_day {
    display: none;
  }
 
  /*-------------------------
　 ブランドロゴ_カテゴリータイトル
-------------------------*/
  h4.c_sab {
    position: relative;
    color: #333;
    padding: 13px 0;
    font-weight: 300;
    text-align: center;
    margin: 0;
    font-size: 2em;
  }
  .sab-title-fuku h4::before, .sab-title-fuku-happybag h4::before {
    position: absolute;
    top: calc(3px - 1px);
    left: -8%;
    width: 250px;
    height: 41px;
    content: '';
    background: url("../images/img_fukubukuro_left_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sab-title-fuku h4:after, .sab-title-fuku-happybag h4:after {
    position: absolute;
    top: calc(3px - 1px);
    right: -8%;
    width: 250px;
    height: 41px;
    content: '';
    background: url("../images/img_fukubukuro_right_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
	.sab-title-newyearkit h4::before {
    position: absolute;
    top: calc(3px - 1px);
    left: -8%;
    width: 250px;
    height: 41px;
    content: '';
    background: url("../images/img_newyearkit_left_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sab-title-newyearkit h4:after {
    position: absolute;
    top: calc(3px - 1px);
    right: -8%;
    width: 250px;
    height: 41px;
    content: '';
    background: url("../images/img_newyearkit_right_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sab-title-happybag h4::before {
    position: absolute;
    top: calc(3px - 1px);
    left: -8%;
    width: 250px;
    height: 41px;
    content: '';
    background: url("../images/img_happybag_left_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sab-title-happybag h4:after {
    position: absolute;
    top: calc(3px - 1px);
    right: -8%;
    width: 250px;
    height: 41px;
    content: '';
    background: url("../images/img_happybag_right_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sab-title-newyearkit h4::before {
    position: absolute;
    top: calc(3px - 1px);
    left: -8%;
    width: 250px;
    height: 41px;
    content: '';
    background: url("../images/img_newyearkit_left_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sab-title-newyearkit h4:after {
    position: absolute;
    top: calc(3px - 1px);
    right: -8%;
    width: 250px;
    height: 41px;
    content: '';
    background: url("../images/img_newyearkit_right_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
 
	/*-------------------------
　　　　　　注意事項
-------------------------*/
  .m_attention {
    width: 95%;
    line-height: 1em;
    margin: 0 auto 30px;
    padding: 0;
  }
  .m_attention h3 {
    border-bottom: #555555 solid 1px;
    padding: 0 0 5px;
    margin-bottom: 10px;
    text-indent: 0;
    font-size: 1.1em;
	width: fit-content;
  }
	
  .m_attention ul li {
    padding: 0 0 0.8em 1em;
    text-indent: -1em;
    line-height: 1.2em;
  }
  .m_attention ul li:nth-child(1) {
    padding: 0.8em 0 1em 0;
    text-indent: inherit;
  }
}
/*===============================================
画面の横幅が750px以下（タブレット用）
===============================================*/
@media screen and (max-width: 750px) {
  body {
    display: block;
    margin: 0;
  }
  /* #content_header {
    padding: 10px 0 0;
  }
  #content_header h1 {
    margin: 10px 0 0;
  }*/
  .container img {
    max-width: 100%;
  }
  .content_header {
    padding: 10px 0 0;
  }
  .content_header img, .bnrimg img {
    width: 100%;
  }
  .content_header h1::before, .content_header h1::after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    /*	background-color: #B5A68D; */
  }
  .container p {
    word-wrap: break-word;
    word-break: break-word;
  }
  .contentsWrap {
    max-width: 100%;
  }
  .container img {
    max-width: 100%;
  }
  div.section-result div.content, div.section-category-index div.content {
    float: none;
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
  }
  .container, .content {
    max-width: 100%;
    height: auto;
  }
  .contentsWrap {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6em;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde1ea', endColorstr='#fdf2f4', GradientType=0); /* IE6-9 */
  }
  .contentsWrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    word-break: normal;
    word-wrap: break-word;
  }
  .contentsWrap a:link {
    text-decoration: none;
  }
  
  /*-------------------------
　 　リード
-------------------------*/
  .container p.m_read {
    text-align: center;
    font-size: 1.3rem;
    padding: 2em 0 1em;
  }
  .m_read a span {
    text-decoration: underline;
    position: relative;
    top: 5px;
  }
  .m_read a:hover > span {
    text-decoration: none;
  }
  /*-------------------------
　 　メイン画像
-------------------------*/
  .content_header h1 img {
    margin: 0 auto;
  }
  .content_header {
    width: 100%;
    height: auto;
    margin: 0px auto 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFF;
  }
  .no01_startday_pc_img, .no02_startday_pc_img, .no03_startday_pc_img {
    display: none;
  }
  .no01_startday_pc h3, .no02_startday_pc h3, .no03_startday_pc h3 {
    width: 94%;
    text-align: center;
    margin: auto;
	font-weight: 100;
  }
  /*-------------------------
　 　各カテゴリタイトル1
-------------------------*/
  h4.c_sab {
    position: relative;
    color: #fff;
    padding: 13px 0;
    font-weight: 400;
    text-align: center;
    margin: 0;
    font-size: 5.5vw;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  h4.d_sab {
    position: relative;
    color: #333;
    padding: 13px 0;
    font-weight: 400;
    text-align: center;
    margin: 0;
    font-size: 5.5vw;
    letter-spacing: -0.07em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  /*-------------------------
ブランド
-------------------------*/
  .slide-startWrap-3 h2 {
    margin: 2rem 0;
    text-align: center;
    color: #fff;
    padding-top: 7px;
    font-weight: normal;
    font-size: 2em !important;
  }
  /*-------------------------
　 　商品一覧・全商品ボタン
-------------------------*/
  .eachWrapbtn .link_btn_a, .eachWrapbtn .link_btn_b, .eachWrapbtn .link_btn_c, .eachWrapbtn .link_btn_d, .eachWrapbtn .link_btn_e {
    width: 86%;
  }
  .eachWrapbtn {
    margin: 5rem 0;
  }
  /*-------------------------
　 　リード
-------------------------*/
  .item_read {
    padding: 10px 0;
    text-align: center;
    font-size: 1em;
  }
  br.pc {
    display: none;
  }
  /*-------------------------
　 　商品リスト
-------------------------*/
  section.meecoWrap {
    padding: 0;
    position: relative;
  }
  /*  section.meecoWrap:first-of-type {
    padding: 6vw 0 0;
  }
  section.meecoWrap:last-of-type {
    padding: 12vw 0 6vw;
  }*/
  /*.itemlist_box {
    display: flex;
    flex-direction: column;
	  padding-top: 5%;
  }*/
  .itemlist_box a:hover {
    opacity: 0.6;
  }
  img.model_img {
    /*width: calc(100vw * 0.6);*/
    max-width: 290px;
    margin: 0 auto;
    padding: 0;
  }
  h4.make_or_title, h4.make_gr_title {
    font-size: 1.8rem;
  }
  p.make_txt {
    font-size: 1.4rem;
    letter-spacing: .01em;
    line-height: 1.5;
    min-height: 73px;
    margin: 0 0 .5em 0; /*元は .5em 0 */
  }
  ul.result-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0;
    width: 100%;
    /*padding-left: calc(100vw * 0.07);*/
    margin-bottom: 0 !important;
  }
  ul.result-list .result-list__no {
    display: none
  }
  /*ul.result-list li {
    padding: 0 calc(100vw * 0.07) 0 0 !important
  }*/
  /*ul.result-list li:nth-child(n+5) {
    display: none
  }*/
  ul.result-list li a .result-list__pic img {
    max-width: calc(160px * 0.8) !important;
    max-height: calc(192px * 0.8) !important;
    margin: auto;
    display: block
  }
  ul.result-list > li {
    display: flex;
    width: 50%;
    /* margin: 43px 0 0 0*/
  }
  ul.result-list > li + li {
    /*margin: 43px 0 0 0*/
  }
  ul.result-list > li > a {
    display: flex;
    justify-content: start;
    flex-flow: column;
    position: relative;
    margin-bottom: 20px;
  }
  .result-list li a .result-list__text .result-list__info {
    position: inherit;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
  }
  ul.result-list > li > a > div {
    width: 100% !important
  }
  ul.result-list > li > a .result-list__text {
    padding-top: 1.5em
  }
  ul.result-list > li > a .result-list__text .result-list__name, ul.result-list > li > a .result-list__text .result-list__brand, ul.result-list > li > a .result-list__text .result-list__info .result-list__price {
    font-size: 1.3rem
  }
  .result-list li a .result-list__text .result-list__info {
    margin: 10px 0 0;
    display: table;
    width: 100%;
  }
  .result-list li a .result-list__text .result-list__info .result-list__price {
    display: table-cell;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .result-list {
    margin: 0 0 0.8em
  }
  /* .container ul.result-list__grid {
    padding: 0 25px
  }*/
  .container ul.result-list__grid > li {
    width: 46%;
    margin: 0 0 25px 8%;
    padding: 0
  }
  .container ul.result-list__grid > li:nth-child(2n+1) {
    margin-left: 0
  }
  .container ul.result-list__grid > li a {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding: 0;
    color: #000
  }
  .container ul.result-list__grid > li a .result-list__pic {
    padding-top: 30px
  }
  .container ul.result-list__grid {
    /* padding: 0 14px 25px;*/
  }
  .result-list__grid > li {
    width: 46%;
    margin: 0 0 25px 8%;
    padding: 0;
  }
  .result-list__grid > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .result-list__grid > li a {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding: 0;
    color: #0d0d0d;
  }
  .result-list__grid > li a .result-list__pic {
    padding-top: 30px;
  }
  .result-list_stop {
    padding: 0 5%;
  }
	ul.slick-dots{
		bottom:-7%;
	}
	p.item_atte{
		font-size: 3.2vw;
		padding: 5% 0 0;
}
  /*-------------------------
　 　　to TOP BTN
-------------------------*/
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 100;
  }
  #page-top a {
    display: block;
    width: 61px;
    height: 61px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/common/isetan_shikaku.png);
  }
  #page-top a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
  }
  /*filter OFF*/
  a:hover img.off {
    filter: none !important;
    opacity: 1 !important;
  }
  /*-------------------------
　 ページ価格＆イメージ注記
-------------------------*/
  p.common_comments {
    margin: auto /* 4vw*/ ;
    /*width: 86.66667vw;*/
    /*font-size: min(3.7vw, 1.3rem);*/
    width: 95%;
    line-height: 1.2em;
  }
  /*-------------------------
　 オンラインストアボタン
-------------------------*/
  .hub_bnr {
    text-align: center;
    margin: 5% 0;
  }
  .hub_bnr h3 span {
    font-size: 4vw;
  }
  /*-------------------------
　 　ブランド背景
-------------------------*/
  .box_no03_bg {
    /* position: relative;
    width: inherit;
    background-color: #ccc;
    margin: 0 calc(10% - 50vw) 0;
	z-index: -50;*/
    background: url(../images/bg_bland.gif);
  }
  /*-------------------------
　 　ブランドリスト
-------------------------*/
  .article-body {
    margin: auto;
  }
  .parent_04 ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding-bottom: 8%;
  }
  .parent_04 li {
    text-align: center;
    padding: 2vw 1vw;
    list-style: none;
    width: 30%;
  }
  .logo_decoi_fuku {
    display: none;
  }
  /*-------------------------
　 簡単ご利用ガイド
-------------------------*/
  .accordion-item img {
    width: 60%;
    margin: 0 auto;
  }
  .accordion-item {
    background: url(../images/hajime_bg_sp.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0 17px;
  }
  .accordion-item p {
    padding: 12px 0 !important;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .accordion {
    width: 100%;
    margin: 5% auto;
    padding: 0 4%;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .accordion-title {
    width: 60%;
    /* height: 60px; */
    background: url(../images/arrow_ac.png) no-repeat, #e57585;
    background-position: calc(100% - 10px) 50%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .hajime_txt {
    text-align: center;
  }
  /*-------------------------
　 カルーセル
-------------------------*/
  .result-list li a {
    display: flex;
    flex-direction: column;
    padding-left: 10%;
  }
  .result-list li a .result-list__text {
    width: 100% !important;
  }
  .itemlist_box ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .result-list li + li {
    margin-top: 10px;
  }
  /* .box_fuku_slick .box_fuku_uti {
    padding: 0 calc(2vw + 25px) 0;
  }*/
  /*.box_column_slick .slick-next:before, .box_column_slick .slick-prev:before {
    content: '' !important;
  }*/
  /*.column_content .slick_arrow img {
    height: 22.8px;
    width: 10.2px;
    left: auto;
    top: 0;
    fill: none;
    stroke: #000;
    stroke-width: 1px !important;
    margin: auto;
    position: relative;
  }*/
  .slick_arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    height: 60px;
    width: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
  }
  .prev_arrow {
    left: -10px;
  }
  [dir='rtl'] .prev_arrow {
    right: -10px;
    left: auto;
  }
  .next_arrow {
    right: -10px;
  }
  [dir='rtl'] .next_arrow {
    right: auto;
    left: -10px;
  }
  /*filter OFF*/
  a:hover img.off {
    filter: none !important;
    opacity: 1 !important;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
    padding: 0 !important;
	flex-grow: 1;
	width: 100%;
  }
  /*注意事項*/
  .m_attention h3 {
    border-bottom: #555555 solid 1px;
    padding: 0 0 5px;
    margin-bottom: 10px;
    text-indent: 0;
    font-size: 1.5em;
	 width: fit-content;
  }
.folo .result-list li {
	width: auto !important; 
}
}
/*===============================================
画面の横幅が414px以下
===============================================*/
@media screen and (max-width: 414px) {
  /*-------------------------
　 　カテゴリメニューボタン
-------------------------*/
  .anchorlist li {
    flex: 1 0 calc(50% - 1px);
    height: 5rem;
    font-size: 3.7vw;
  }
  /*-------------------------
　 　各カテゴリタイトル1、2
-------------------------*/
  h4.c_sab, h4.d_sab {
    font-size: 7.5vw;
    text-align: center;
  }
 /* h4.c_sab {
    line-height: 2.5rem;
  }*/
	h4.newyear_brand {
        font-size: 6.8vw;
        text-align: center;
        letter-spacing: -0.1em;
    }
  .sab-title-fuku h4::before {
    position: absolute;
    top: calc(3px - 1px);
    left: -5%;
    width: 124px;
    height: 41px;
    content: '';
    background: url("../images/img_fukubukuro_left_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
  }
  .sab-title-fuku h4:after {
    position: absolute;
    top: calc(3px - 1px);
    right: -5%;
    width: 124px;
    height: 41px;
    content: '';
    background: url("../images/img_fukubukuro_right_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
  }
	.sab-title-newyearkit h4::before {
    position: absolute;
    top: calc(3px - 1px);
    left: -5%;
    width: 124px;
    height: 41px;
    content: '';
    background: url("../images/img_newyearkit_left_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
  }
  .sab-title-newyearkit h4:after {
    position: absolute;
    top: calc(3px - 1px);
    right: -5%;
    width: 124px;
    height: 41px;
    content: '';
    background: url("../images/img_newyearkit_right_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
  }
  .sab-title-happybag h4::before {
    position: absolute;
    top: calc(3px - 1px);
    left: -5%;
    width: 124px;
    height: 41px;
    content: '';
    background: url("../images/img_happybag_left_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
  }
  .sab-title-happybag h4:after {
    position: absolute;
    top: calc(3px - 1px);
    right: -5%;
    width: 124px;
    height: 41px;
    content: '';
    background: url("../images/img_happybag_right_sp.png");
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
  }
  /*-------------------------
　  初回公開用　coming soon　hover
-------------------------*/
  .hover_start01 .caption {
    padding-top: 45%;
  }
  .hover_start02 .caption {
    padding-top: 65%;
  }
  /*-------------------------
　  カテゴリタイトル
-------------------------*/
  .no01_startday h3_sp, .no02_startday_sp h3 {
    font-size: 1.3em !important;
  }
	br.sp5 {
    display: block;
  }
}
/*===============================================
画面の横幅が375px以下（スマホ用）
===============================================*/
@media screen and (max-width: 375px) {
  /*-------------------------
　 　カテゴリメニューボタン
-------------------------*/
  .anchorlist li {
    font-size: 3.6vw;
  }
  .link_btn_a a div, .link_btn_b a div, .link_btn_c a div, .link_btn_e a div {
    padding: 1em 0;
    font-size: 1.5rem;
  }
  br.sp5 {
    display: block;
  }
}
@media screen and (min-width: 320px) {
  .eachWrapbtn .link_btn_c br.gl_sp {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  /*-------------------------
　 　カテゴリメニューボタン
-------------------------*/
  .anchorlist li {
    font-size: 3.95vw;
    line-height: 1.2em; /*	font-weight: bold;*/
  }
  .sab-title-newyearkit h4::before {
    width: 111px;
  }
  .sab-title-newyearkit h4:after {
    width: 111px;
  }
  .eachWrapbtn .link_btn_c br.sp {
    display: none;
  }
  .eachWrapbtn .link_btn_c br.gl_sp {
    display: block;
  }
}
@media screen and (max-width: 280px) {}
@media screen and (max-width: 22em) {
  .container p.m_read {
    margin: 0 22px;
    /*text-align:left;	*/
  }
  .container p.m_read br.sp {
    display: none;
  }
}