/*@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic');*/

#bodywrap img {
  max-width: 100%;
}


.midashi {
  /*margin-top: 100px;*/
  margin-top: 0;
  margin-block-end: 0;
  /*padding:0 0 10px;*/
  padding:13px 0 10px;
  border-bottom:2px #FAF424 solid;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  /*font-size:2.3em;*/
  font-size:2.5em;
  font-weight:bold;
  color:#333;
  text-align: center;
  letter-spacing: 0.125rem;
}
.midashi_wrap {
  margin: 0 auto;
  /*padding: 150px 0 0;*/
  padding: 0;
  box-sizing: border-box;
}
.midashi_catchy {
  display: inline-block;
  width: 100%;
  /*margin: 100px auto 0;*/
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  background: #002632;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  font-size: 1.625em;
  /*font-size: 3.75em;*/
  font-weight:bold;
  color: #FAF424;
  text-align: center;
  letter-spacing: 0.08125rem;
}
  .midashi_catchy.catchy_twitter { background:#1D9BF0; }
  .midashi_catchy.catchy_instagram { background: linear-gradient(89deg, #FFDD83 0%, #F26939 19%, #CF2E92 65%, #4C64D3 100%) 0% 0%;}

.midashi_catchy_pickup {
  display: inline-block;
  width: 100%;
  /*margin: 100px auto 0;*/
  margin: 0 auto;
  padding: 8px;
  box-sizing: border-box;
  background: #FAF424;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  /*font-size: 1.625em;*/
  font-size: 3.75em;
  font-weight:bold;
  color: #002632;
  text-align: center;
  letter-spacing: 0.08125rem;
}

#osusume-midashi {
	font-size:2.4em;
	margin:0;
	margin-top:100px;
	margin-bottom:20px;
	text-align:center;
}


#bodywrap b {
/*background-image: linear-gradient(transparent 60%, #FEE500 60%);padding:0 10px;*/
  background-image: linear-gradient(#FFFF77 0%, #FFFF77 100%);
  /*padding:0 10px;*/
  padding:0;
}


.cont-wrap {
  width:90%;
  max-width:1200px;
  min-width:1100px;
  margin:0 auto;
  /*margin-bottom:50px;*/
  padding:0;
}
.cont-wrap:before {
  display:block;
  width:100%;
  clear:both;
  content:"";
}
.cont-wrap:after {
  display:block;
  width:100%;
  clear:both;
  content:"";
  /*height:100px;*/
}

/* ★★ */
.item-list-wrap_bg {
  width:100%;
  min-width: 1100px;
}
#cp_twitter .item-list-wrap_bg { background: #EDF7FE; }
#cp_instagram .item-list-wrap_bg { background: #FDF1F3; }


/* ★★ */
  .item-list-wrap {
    width:100%;
    /*max-width:1000px;*/
    max-width:1200px;
    min-width:900px;
    margin:0 auto;
    /*margin-bottom:50px;*/
    padding:0;
    /*padding:0 0 50px;*/
  }




.cont-wrap .seen_img {
  text-align: center;
}

.cont-wrap h1 {
  margin: 40px 0;
}
.cont-wrap h1 span {
  display: block;
  font-weight:normal;
  font-size:0.45em;
  color: #333;
}


.cont-wrap h2 i {
  color:#0066cc;
  font-size:25px;
}

.cont-wrap h3 {
  font-weight:normal;
  font-size:0.9em;
  width:100%;
  line-height:1.7;
  float:left;
  padding-right:10px;
}


.section-link-title {
  width: 100%;
  /*padding: 60px 0 0;*/
  padding: 0;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  font-size: 2.4em;
  font-weight:bold;
  /*color: #fff;*/
  color: #FAF402;
  text-align: center;
  letter-spacing: 2px;
}

.cont-wrap .section-link-btn {
  display: flex;
  flex-wrap: wrap;
  /*justify-content:flex-start;*/
  justify-content:space-between;
  width: 100%;
  /*margin: 60px auto 0;*/
  margin: 38px auto 0;
}
.cont-wrap .section-link-btn div {
  width: 49.167%;
  /*margin: 0 0.417%;*/
  margin: 0;
}
.cont-wrap .section-link-btn div a:nth-child(1) {
  display: block;
  /*width:20%;*/
  padding: 49px 55px 38px;
  box-sizing: border-box;
  /*border: 8px #e7f8dd solid;*/
  border-radius: 20px;
  text-align: center;
  color: #333;
  /*position: relative;*/
}
.cont-wrap .section-link-btn div a:nth-child(1):hover {
  /*border: 8px #6ace2e solid;*/
  opacity: 0.5;
}
.cont-wrap .section-link-btn div a:nth-child(1) > span {
  display: block;
  padding: 50px 0 0;
  box-sizing: border-box;
  font-size: 1.25em;
  font-weight: bold;
}
.cont-wrap .section-link-btn div:nth-child(1) a:nth-child(1) { background:#EDF7FE; }
.cont-wrap .section-link-btn div:nth-child(2) a:nth-child(1) { background:#FCECEF; }
.cont-wrap .section-link-btn div a img {
  max-width:100%;
}

.cont-wrap .section-link-btn div a:nth-child(1) > img:nth-child(2) {
  max-width: 95.85% !important;
  padding: 7% 0 0;
}



/**/
.catcy-wrap3,
.catcy-wrap2,
.catcy-wrap {
  width: 100%;
  min-width: 1100px;
  /*padding: 0 0 100px;*/
  padding: 0;
  background: #002632;
}
.catcy-wrap {
  background: linear-gradient(270deg, #B8C0EE 0%,#B8C0EE 50%, #A5D7F8 50%, #A5D7F8 100%) 0% 0%;
}
.catcy-wrap2 {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  /*padding: 0 0 100px;*/
  padding: 75px 0 97px;
  margin: 0 auto;
  background: #fff;
}
.catcy-wrap3 {
  padding: 0 0 172px;
  /*background: #002632;*/
  background: #fff;
}

.catcy-wrap2 .title-img,
.catcy-wrap .title-img {
  display: flex;
  justify-content: center;
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
}
.catcy-wrap2 .title-img {
  max-width: 600px;
  /*padding: 100px 0 40px;*/
  padding: 0;
  box-sizing: border-box;
}
.catcy-wrap .title-img img {
  width:100%;
  max-width: 1200px;
}
.catcy-wrap .catcy-desc {
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.catcy-wrap2 .catcy-desc {
  align-self: center;
  padding: 0 0 0 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  font-size:1.25em;
  font-weight:bold;
  color:#333;
  text-align: center;
  line-height: 1.95;
}

.catcy-desc--title {
  width:100%;
  padding: 50px 0 30px;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.catcy-desc--list {
  display:flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  padding: 0 0 50px;
}
.catcy-desc--list .list-item {
  display: flex;
  /*flex-direction: column;*/
  flex: 0 0 45%;
}
.catcy-desc--list .list-item .list-item--img {
  flex: 1 auto;
  width:40%;
  padding: 0 15px;
  box-sizing: border-box;
}
.catcy-desc--list .list-item .list-item--img img {
  width:100%;
}
.catcy-desc--list .list-item .list-item--txt {
  flex: 1 auto;
  width:60%;
}
.catcy-desc--list .list-item .list-item--txt p:nth-child(1) {
  padding: 0 0 5px;
  border-bottom: 3px solid #15b6b4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  font-size:1.5em;
  font-weight: bold;
}
.catcy-desc--list .list-item .list-item--txt p:nth-child(2) {
}

/**/
.normal_commento {
margin:20px;
font-size:1em;
}







.top-item {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  width: 100%;
  /*margin-bottom: 40px;*/
  padding: 0 0 10px;
  border-bottom: 2px #FAF424 solid;
  font-family:
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
}

.top-item div {
  width: 48%;
}

.top-item div a {
  display: block;
  display: flex;
  justify-content:space-around;
  width: 100%;
  color: #333;
  font-weight: bold;
  /*border-bottom: 8px #6ace2e dotted;*/
  padding-bottom: 10px;
  overflow: hidden;
}

.top-item div a .motto_btn {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  color: #333;
  border: 1px #ccc solid;
  padding: 15px 30px;
  border-radius: 5px;
  position: absolute;
  font-size: 1.2em;
  text-align: center;
  margin: 0 auto;
  display: none;
  line-height: 1.4;
  margin-top: 130px;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  transition: 0.3s;
}

.top-item div a:hover .motto_btn {
  display: block;
}

.top-item div a .motto_btn:hover {
  border: 1px #999 solid;
}

.motto_btn:hover .top-item {
  filter: blur(12px);
}


.top-item div a .left-img {
  width: 55%;
}

.top-item div a .left-img img {
  width: 100%;
}

.top-item div a .right-area {
  width: 43%;
}

.top-item div a .right-area .sub-img {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content:space-between;
  width: 100%;
}

.top-item div a .right-area .sub-img li {
  margin: 0;
  padding: 0;
  width: 48%;
}

.top-item div a .right-area .sub-img li img {
  width: 100%;
}

.top-item div a .right-area .sub-text {
  background: rgb(232, 247, 232);
  border-radius: 10px;
  padding: 10px 25px;
  padding-right: 5px;
  font-size: 0.92em;
}

.top-item div a .right-area .sub-text li {
  margin: 0;
}

.top-item div a .right-area .item_stock {
  margin: 0;
}

.top-item div a .right-area .item_price {
  color: #ce0000;
  /*font-style: italic;*/
  font-size: 2.4em;
  font-weight: bold;
  margin: 0;
}

.top-item div a .right-area .item_price .tax_notation_contents {
  font-size: 0.3em !important;
}


.under-item {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 2px #FAF424 solid;
  font-family:
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
}

.under-item div {
  width: 22%;
}

.under-item div a {
  margin-top: 30px;
  display: block;
  color: #333;
  background: #f4faf1;
  padding: 10px;
  transition: 0.3s;
  border-radius: 15px;
  box-shadow: 2px 2px 0px 0px rgba(26, 54, 18, 0.08);
}

.under-item div a:hover {
  box-shadow: 7px 7px 0px 0px rgba(26, 54, 18, 0.2);
}

.under-item div a .item-img {
  width: 100%;
}

.under-item div a .item-img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.under-item div a .item_name {
  font-size: .82em;
  height: 35px;
}

.under-item div a .item_stock {
  margin: 0;
  margin-top: 10px;
}

.under-item div a .item_price {
  font-weight:bold;
  font-size: 1.6em;
  /*font-style: italic;*/
}

.under-item div a .item_price .tax_notation_contents {
  font-size: 0.5em !important;
}





/*
店長のおすすめ
----------------------------------------*/
.item_list_img {
	margin:0 auto;
	padding:0;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	width:100%;
}

.item_list_img p {
	margin:0;
	padding:0;
	width:33.3333%;
}

.item_list_img p a {
	display: block;
	border: 5px #333 solid;
	border-radius: 10px;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 11px 11px 0px 0px rgba(0,0,0,0.1);
	margin:15px;
  position: relative;
  top: 5px;
  transition: 0.3s;
}

.item_list_img p a img {
	width: 100%;
	border-radius: 4px;
}
.item_list_img p a:hover {
	top: -10px;
}




/*
基本バナー
----------------------------------------*/

#default_set_bnr {
  margin:100px 0;
  padding:0;
  display:flex;
  list-style:none;
  width:100%;
  min-width:730px;
}

#default_set_bnr li {
  margin:0 11px;
  padding:0;
  width:100%;
  min-width:400px;
}

#default_set_bnr li a {
  display:block;
  border:1px #000 solid;
  padding:30px 0;
  padding-top:20px;
  text-align:center;
  font-size:2em;
  color:#333;
  width:100%;
}

#default_set_bnr li a .area_left {
  display:inline-block;
}

#default_set_bnr li a .area_left .up_text {
  display:inline-block;
  margin:0;
  font-size:0.5em;
  background:#fff;
  padding:5px;
  text-align:center;
  color:#666;
  position:relative;
  z-index:1;
}

#default_set_bnr li a .area_left .line {
  display:block;
  border-bottom:1px #666 solid;
  position:relative;
  top:-18px;
}

#default_set_bnr li a .area_left .down_text{
  margin:0;
}

#default_set_bnr li a .area_left .blue {
  color:#0066cc;
}

#default_set_bnr li a .area_left .red {
  color:#DF0101;
}

#default_set_bnr li a .area_right {
  display:inline-block;
  margin-left:20px;
}

#default_set_bnr li a .area_right i {
  font-size:100px;
  position:relative;
  top:-10px;
  transition:0.3s;
}

#default_set_bnr li a .area_right .fa-calculator {
  color:#0066cc;
}

#default_set_bnr li a .area_right .fa-tags {
  color:#DF0101;
}

#default_set_bnr li a:hover i {
  transform: rotate(10deg);
}




.inner_link_wrap {
  margin:0;
  padding:0;
  list-style:none;
  width:100%;
}
.inner_link_wrap li {
  float:left;
  margin:0;
  padding:0;
  width:25%;
}
.inner_link_wrap li a {
  display:block;
  border:2px #ddd solid;
  border-radius:5px;
  box-shadow:4px 4px 1px 1px #eee;
  padding:5px;
  margin:10px;
  color:#0080FF;
}
.inner_link_wrap li a:hover {
  color:red;
}
.inner_link_wrap li a img {
  width:30%;
  margin-left:10px;
  position:relative;
  top:1px;
  transition:0.3s;
}
.inner_link_wrap li a:hover img {
  position:relative;
  top:-2px;
}
.inner_link_wrap li a span {
  font-size:16px;
  font-weight:bold;
  position:relative;
  top:-25px;
  left:10px;
}
.inner_link_wrap li a:after {
  font-family: FontAwesome;
  content:"\f13a";
  float:right;
  margin-top:23%;
  color:#FE2E64;
}



.under-up_btn {
  width:100%;
  margin:100px auto;
  text-align:center;
}
.under-up_btn a {
  display:inline-block;
  color:#fff;
  background:#0080FF;
  padding:15px 140px;
  border-radius:50px;
  box-shadow:4px 4px 1px 1px #eee;font-weight:bold;
  font-size:1.2em;
  transition:0.3s;
}

.under-up_btn a:hover {
  background:#0431B4;
}


.info {
  width:100%;
  margin:0 auto;
  text-align:center;
  background:#eee;
  border-radius:10px;
  padding:10px;
  float:left;
  padding-bottom:40px;
}

.info-midashi {
  padding:0 0 10px;
  /*border-bottom:3px #FAF424 dotted;*/
  border-bottom:3px #c0c0c0 dotted;
  font-size:1.6em;
  font-weight:bold;
  color:#333;
  text-align: center;
}

.info-midashi span {
  font-weight: normal;
  font-size: 0.7em;
  margin-left: 10px;
  color: #333;
}

.info ul {
  margin:0 auto;
  padding:0;
  list-style:none;
  width:800px;
}
.info ul li {
  float:left;
  margin:0;
  padding:0;
  width:33%;
}
.info ul li img {
  width:100%;
  max-width:250px;
}
.info ul li a {
  display:block;
}




#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}



#pageTop i {
  padding-top:3px
}



#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 37px;
  height: 37px;
  background-color: #48c500;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}



#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}




/* ★★ */
.item-info-wrap {
  width: 100%;
  max-width: 1200px;
  min-width: 900px;
  margin: 0 auto;
  padding: 120px 0 0;
  box-sizing: border-box;
}

.item-info {
  width: 100%;
  /*margin: 0;*/
  margin: 0 0 24px;
}
.item-info th {
  min-width: 170px;
  font-size: 1.5625em;
  vertical-align: top;
  text-align: left;
}
/*.item-info th .tips:first-letter {*/
  /*font-size: 1.5em;*/
  /*line-height: 1;*/
/*}*/

.item-info th .icon_light {
  display: inline-flex;
  align-items: center;
  width: 1.1em;
  padding-right: 5px;
}
/*.item-info th .tips .icon_light {*/
  /*padding-right: 0px;*/
/*}*/

.item-info td {
  /*padding: 0 30px 60px;*/
  padding: 0 50px 80px;
  box-sizing: border-box;
  font-size: 1.25em;
  text-align: left;
}


/**/
.more_btn_acount,
.more_btn_campaign {
  display: flex;
  width: 47.583%;
}
.more_btn_acount a,
.more_btn_campaign a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 100%;
  border-radius: 100px;
  padding: 50px 30px 50px 60px;
  box-sizing: border-box;
  font-size: 1.25em;
  color: #000;
}
.more_btn_acount a {
  background: #D1EBFC;
  border: 2px solid #D1EBFC;
  transition: 0.3s;
}
  .more_btn_acount a:hover {
    background: #fff;
    border: 2px solid #1B9DF0;
    color: #1B9DF0;
    transition: 0.3s;
  }
#cp_instagram .more_btn_acount a {
  background: #FBE4E8;
  border: 2px solid #FBE4E8;
  transition: 0.3s;
}
  #cp_instagram .more_btn_acount a:hover {
    background: #fff;
    border: 2px solid #D94077;
    color: #D94077;
    transition: 0.3s;
  }

.more_btn_acount a > div:nth-child(1) {
  padding-right: 23px;
  box-sizing: border-box;
}
.more_btn_acount a span {
  color:#004EFF;
  text-decoration: underline;
}

.more_btn_campaign a {
  justify-content: center;
  background: #fff;
  border: 2px solid #D1EBFC;
  transition: 0.3s;
}
  .more_btn_campaign a:hover {
    background: #1B9DF0;
    border: 2px solid #1B9DF0;
    color: #fff;
    transition: 0.3s;
  }
#cp_instagram .more_btn_campaign a {
  justify-content: center;
  background: #fff;
  border: 2px solid #FBE4E8;
  transition: 0.3s;
}
  #cp_instagram .more_btn_campaign a:hover {
    background: #D94077;
    border: 2px solid #D94077;
    color: #fff;
    transition: 0.3s;
  }

/**/
.item-attention {
  width: 100%;
  /*margin: 119px auto 0;*/
  margin: 119px auto;
  padding: 50px 110px;
  box-sizing: border-box;
  background: #F4F5F5;
  font-size: 1.25em;
  color: #000;
}
.item-attention a {
  color: #000;
  text-decoration: underline;
}
.item-attention a:hover {
  text-decoration: none;
}




/* -------------------------------------- */
/* -------------------------------------- */
/* -------------------------------------- */


/*.wrap {*/
  /*background-color: #e6e6e6;*/
  /*padding: 100px 0;*/
/*}*/

.fltg-wrap {
  position: relative;
  height: auto;
  /*background: #FAF424;*/
}
.fltg-block {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section-link-btn {
  /*position: sticky;*/
  /*top: 0;*/
  width: 100%;
  margin: 0 0 0 auto;
  pointer-events: auto;
}


.fltg-wrap_scl {
  position:fixed;
  top:-100vh;
  left:0;
  display:block;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
.fltg-wrap_scl.vsb {
  top:0;
  transition: 0.5s;
  z-index: 5;
}
.fltg-wrap_scl .fltg-wrap {
  width: 100vw;
  /*background: rgba(210,232,156,0.7);*/
  background: #002632;
}
.cont-wrap .fltg-wrap_scl .section-link-btn {
  justify-content: center;
  min-width:900px;
  max-width:1300px;
  margin: 0 auto;
}
.cont-wrap .fltg-wrap_scl .section-link-btn a {
  width:8%;
  transition: 0.5s;
}
.cont-wrap .fltg-wrap_scl .section-link-btn a:hover {
  opacity: 0.8;
  transition: 0s;
}


/*.fltg-wrap::before {*/
  /*content: "";*/
  /*display: block;*/
  /*padding-top: 100%;*/
/*}*/

/*.fltg-block {*/
  /*position: absolute;*/
  /*top: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*pointer-events: none;*/
/*}*/


/*.section-link-btn {*/
  /*position: sticky;*/
  /*top: 0;*/
  /*/!*max-width: 300px;*!/*/
  /*width: 100%;*/
  /*margin: 0 0 0 auto;*/
  /*pointer-events: auto;*/
/*}*/

.section-link-btn ul {
  list-style: none;
}

.section-link-btn div a:nth-child(2) {
  display: block;
  padding: 4.5% 0 0;
  text-align: center;
  text-decoration: underline;
  font-size: 1.25em;
}
.section-link-btn div a:nth-child(2):hover {
  text-decoration: none;
}




/*商品リスト
-------------------------------*/
.item_list {
  margin:0 auto;
  padding:0;
  list-style:none;
  display: flex;
  /*flex-wrap: wrap;*/
  flex-flow: row wrap;
  justify-content: space-between;
  /*width:92%;*/
  width:100%;
}
.item_list:after {
  width:100%;
  clear:both;
  content:"";
  display:block;
}
.item_list li {
  /*margin:10px 0 0;*/
  margin:100px 0;
  padding:0;
  display: flex;
  /*flex: 0 0 32.55%;*/
  /*flex: 0 0 32%;*/
  /* flex: 0 0 100%; */
  flex: 0 0 100%; 
  flex-wrap:wrap;
  /*width:32.55%;*/
  border: 2px solid #E5E0C8;
  background: #fff;
}

/**/
.item_list li .item_list-title {
  display: flex;
  width:100%;
  padding: 27px 30px;
  background:#E5E0C8;
}
  .item_list li .item_list-title .item_list-title--number {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    /*width: 9.67%;*/
    width: 116px;
    height: 116px;
    /*padding: 1.5em 0;*/
    padding: 0;
    box-sizing: border-box;
    border-radius: 100px;
    background: #B1A251;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .item_list li .item_list-title .item_list-title--number div {
    width: 100%;
    line-height: 1.1;
  }
  .item_list li .item_list-title .item_list-title--number div span {
    font-size: 1.5em;
  }
  .item_list li .item_list-title .item_list-title--text {
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 37px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .item_list li .item_list-title .item_list-title--text div .text-main {
    margin: 0;
    font-size: 1.875em;
    font-weight: bold;
    line-height: 1.25;
  }
  .item_list li .item_list-title .item_list-title--text div .text-main span {
    font-size: 1.387em;
  }
  .item_list li .item_list-title .item_list-title--text div .text-sub {
    margin: 0;
    font-size: 1.3125em;
  }


/**/
.item_list li .item_list-desc {
  display: flex;
  flex-flow: row;
  align-items: center;
  width:100%;
  margin: 0;
  /*padding: 60px;*/
  padding: 60px 60px 60px 90px;
  box-sizing: border-box;
  background-color: #fff;
  color:#333;
  transition:0.3s;
}
.item_list li .item_list-desc a:hover img { opacity: 0.5; }
.item_list li .item_list-desc .item_list-desc--l {
  border: 1px solid #ccc;
}
.item_list li .item_list-desc .item_list-desc--r {
  padding: 0 0 0 60px;
  box-sizing: border-box;
}
.item_list li .item_list-desc .item_list-desc--r > div:nth-child(1) {
  padding: 0 0 1em;
}
.item_list li .item_list-desc .item_list-desc--r > div:nth-child(1) a { text-decoration: underline; }
.item_list li .item_list-desc .item_list-desc--r > div:nth-child(1) a:hover { text-decoration: none; }
.item_list li .item_list-desc .item_list-desc--r > div:nth-child(1) a span { font-size: 1.375em; }

/* pc only */
.item_list li .item_list-desc .item_list-desc--r > div:nth-child(1) a br { display:none; }

.item_list li .item_list-desc .item_list-desc--r > div:nth-child(2) {
  font-size: 1.25em;
}


/* normal */
.item_list li a {

}
.item_list li a div {
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: column-reverse;*/
  flex-direction: column;
  /*width: auto;*/
  width: 100%;
}
/*.item_list li a:hover {*/
/*margin:25px 0 0;*/
/*transition:0.3s;*/
/*}*/
.item_list li a div > img {
  position:relative;
  top:-10px;
  left:-10px;
  /*width:100%;*/
  width:calc(100% + 20px);
  margin:0;
  /*border: 1px #D1D1D1 solid;*/
  /*border-radius: 10px;*/
  transition:0.3s;
}
/*.item_list li a:hover div > img {*/
  /*top:0px;*/
  /*left:0px;*/
  /*width:100%;*/
  /*margin: 0 0 20px;*/
  /*transition:0.3s;*/
/*}*/
.item_list li a .item_name {
  /*height:40px;*/
  height: auto;
  margin: 10px 0;
  font-size: 1em;
  /*color: #0062FF;*/
  overflow: hidden;

  flex: 1 auto;
}
.item_list li a:hover .item_name {
  text-decoration:underline;
}
.item_list li a .item_stock {
  margin:0;
  /*text-align: right;*/
  text-align: left;
  font-weight:bold;
}

.item_list li a .item_stock .souryoumuryou_chk_icon {
  /*padding: 5px 18px;/!*add*!/*/
  padding: 5px 22px;/*add*/
  margin: 0 0 0 4px;/*add*/
  font-size: 16px;/*add*/
  line-height: 1;/*add*/

  background: #002632;/*add*/
  border: 0;/*add*/
  /*color: #162767;*/
  color: #fff;/*add*/
}
.item_list li a .item_stock .stock_chk_icon {
  /*border: 1px #0066cc solid;*/
  /*background: #0066cc;*/
  /*color: #fff;*/
  /*padding: 4px 18px;*/
  padding: 4px 21px;
  /*margin: 0;*/
  margin-right: 0;
  font-size: 16px;
  /*display: inline-block;*/
  margin-bottom: 0;
  line-height: 1;

  /*background: #1D2088;*/
  background: #FAF424;/*add*/
  /*border: 1px #1D2088 solid;*/
  border: 1px #FAF424 solid;/*add*/
  color: #002632;/*add*/
}
.item_list li a .item_stock .yoyaku_chk_icon {
  /*border: 1px #0066cc solid;*/
  /*background: #ffffff;*/
  /*color: #0066cc;*/
  /*padding: 4px 18px;*/
  padding: 4px 21px;
  /*margin: 0;*/
  margin-right: 0;
  font-size: 16px;
  /*display: inline-block;*/
  margin-bottom: 0;
  line-height: 1;
}

.item_list li a .item_price {
  color:#DF0101;
  /*font-size:2em;*/
  font-size:3.375em;
  /*text-align: right;*/
  text-align: left;
  font-weight: bold;
  letter-spacing: -1px;
  /*font-style: italic;*/
  font-style: normal;
  font-family: arial;
}
.item_list li a .item_price::first-letter{
  font-family: sans-serif;
  /*font-size:0.7em;*/
  font-size:0.537em;
  font-weight:900;
}
.item_list li a .item_price span,/*add*/
.item_list li a .item_price .tax_notation_contents {
  color:#DF0101 !important;/*add*/
  /*font-size:0.5em !important;*/
  font-size:0.37em !important;
}
.item_list li a .item_price_normal {/*add*/
  margin: 0;
  padding: 0;
  color:#333;/*add*/
  /*font-size:0.8em !important;/!*add*!/*/
  font-size:1em !important;/*add*/
  text-decoration: line-through;/*add*/
}
.item_list.pickup_list li a .pickup_balloon {/*add*/
  position: absolute;
  top: -28%;
  left:0;
  display: inline-block;
}
.item_list.pickup_list li a .pickup_balloon img {/*add*/
  width: 100%;
}
.item_list.pickup_list li {
  margin:14.5% 0 0;
  /*padding:0;*/
  /*display: flex;*/
  /*flex: 0 0 32.55%;*/
  /*flex: 0 0 32%;*/
  /*flex-wrap:wrap;*/
  /*width:32.55%;*/
}


/**/
.more_btn {
  width:100%;
  margin:40px auto 0;
  /*padding: 0 0 25px;*/
  box-sizing: border-box;
  text-align:center;
}
.more_btn a {
  position:relative;
  display:inline-block;
  width: auto;
  min-width: 505px;
  /*min-width: 660px;*/
  max-width: 100%;
  /*padding: 20px 40px;*/
  /*padding: 10px 40px;*/
  padding: 28px 40px;
  box-sizing: border-box;
  background:#fff;
  border:3px #000 solid;
  /*color:#fff;*/
  color:#000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*font-family: 'Zen Maru Gothic';*/
  font-size:1.4375em;
  font-weight:bold;
  letter-spacing: 0.08125rem;
  /*box-shadow: 0px 8px 0px -2px rgba(10,10,10,0.1);*/
  transition:0.3s;
}
.more_btn a:hover {
  background:#000;
  color:#fff;
  /*border:4px #FAF424 solid;*/
  border:3px #000 solid;
  /*box-shadow: 0px 6px 0px -2px rgba(10,10,10,0.2);*/
}
.more_btn .fas {
  position: absolute;
  top: 1px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.top_btn {
  padding: 57px 0 226px;
  text-align: center;
}
  .top_btn a { text-decoration: underline; }
  .top_btn a:hover { text-decoration: none; }




/* --- common styles --- */
#bodywrap .flex {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#bodywrap .flex-sb, #bodywrap .flex-se, #bodywrap .flex-ct {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#bodywrap .flex-sb {
  justify-content: space-between;
}
#bodywrap .flex-se {
  justify-content: space-evenly;
}
#bodywrap .flex-ct {
  justify-content: center;
}

#bodywrap .tips {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
#bodywrap .tips-mark {
  display: inline-block;
  width: 1em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-indent: 0;
}
