* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

.clear {
  overflow: hidden;
  _zoom: 1;
}

/*--- clearfix ---*/
#wrap .cf:after {
  content: "";
  display: block;
  clear: both;
}

#wrap *,
#wrap *:before,
#wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrap {
  width: 100%;
  overflow: hidden;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Std",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  color: #312c0e;
  letter-spacing: 1.6px;
  background: #f8f8f8;
  margin-top: 10%;
}

#wrap img {
  width: 100%;
}

#wrap a {
  display: block;
  color: #312c0e;
}

/*common//////////////////////////////////////////////////*/
#wrap .ttl {
  font-size: 4vw;
  font-weight: 700;
  font-style: normal;
  position: relative;
  text-align: center;
  margin: 7% auto 3%;
}

#wrap .ttl:after {
  content: "";
  width: 17px;
  height: 2px;
  position: absolute;
  top: 99%;
  left: 46%;
  display: inline-block;
  /* border-bottom: 2px solid #000; */
}

#wrap .ttl2 {
  font-size: 5vw;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  text-align: center;
  margin: 7% auto 3%;
}

#wrap .ttl2:after {
  content: "";
  width: 17px;
  height: 2px;
  position: absolute;
  top: 99%;
  left: 46%;
  display: inline-block;
  border-bottom: 2px solid #000;
}

#wrap .category {
  font-size: 3.8vw;
  font-weight: 700;
  font-style: normal;
  position: relative;
  text-align: left;
  margin: 20px auto 20px;
  /* border-bottom:1px solid; */
  width: 96%;
  padding: 2vw;
  background-color: transparent;
  border: 1px solid #343434;
  position: relative;
}

#wrap .category:after {
  content: "";
  /* width: 17px; */
  /* height: 2px; */
  position: absolute;
  /* top: 99%; */
  /* left: 46%; */
  /* display: inline-block; */
  background-color: #e1eef5;
  width: 100%;
  height: 100%;
  top: -4px;
  left: 4px;
  z-index: -1;
}

#wrap .category2 {
  font-size: 2vw;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  text-align: center;
  margin: 30px auto 30px;
}

#wrap .category2:after {
  content: "";
  width: 17px;
  height: 2px;
  position: absolute;
  top: 99%;
  left: 46%;
  display: inline-block;
}

#wrap .red {
  color: #e52e2e;
}

#wrap .js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

#wrap .js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*main//////////////////////////////////////////////////*/
#wrap .main {
  width: 100%;
}

#wrap .main .txtBox {
  width: 94%;
  margin: 0 3%;
  margin: 0 auto;
}

#wrap .main .txtBox .date {
  font-size: 2.4vw;
  color: #999999;
  margin: 0% auto 0;
}

#wrap .main .txtBox .brand {
  font-size: 2.8vw;
  border-bottom: 1px solid #cccccc;
  margin: 0% auto 3%;
  padding-bottom: 2%;
}

#wrap .main .txtBox .mainTtl {
  font-size: 4.2vw;
  font-weight: bold;
  text-align: center;
  margin: 8% auto 5%;
}

#wrap .main .mainImg {
  width: 100%;
  margin: auto;
}

/*item//////////////////////////////////////////////////*/
#wrap .item {
  width: 100%;
  margin: 0 auto;
}

#wrap .item .lead {
  width: 95%;
  text-align: center;
  margin: 0 2% 10% 2%;
  line-height: 2;
  font-weight: 400;
}

#wrap .item .lead ul {
  width: auto;
}

#wrap .item .lead li {
  text-align: left;
  font-weight: 600;
  font-size: 3.2vw;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 2% 0% 2%;
  
}

#wrap .item .lead li span {
  background: linear-gradient(transparent 60%, #ccffff 60%);
  font-size: 3.8vw;
  font-weight: bold;
}

/*shop_logo//////////////////////////////////////////////////*/
#wrap .shop_logo {
  text-align: center;
  width: 40%;
  margin: 60px auto 30px;
}

/*bigBox//////////////////////////////////////////////////*/
#wrap .item .bigBox ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 2%;
}

#wrap .item .bigBox li {
  width: 96%;
  margin: 2% auto 6%;
}

#wrap .item .bigBox li a {
  text-decoration: none;
}

#wrap .item .bigBox li img {
  width: 96%;
  /*	height: 60vh;*/
  object-fit: cover;
  margin: 0 2%;
}

#wrap .item .bigBox li .num {
  font-size: 16.4vw;
  font-weight: bold;
  margin: 0 auto 8px;
  font-family: urw-din, sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  margin-left: 6%;
  letter-spacing: 3px;
}

#wrap .item .bigBox li .num:after {
  content: "";
  width: 17px;
  height: 2px;
  position: absolute;
  top: 88%;
  left: 1%;
  display: inline-block;
  border-bottom: 2px solid #000;
}

#wrap .item .bigBox li .shop,
#wrap .item .bigBox li .price {
  font-size: 4vw;
  margin: 0 3px 0 3px;
  font-weight: 400;
}

#wrap .item .bigBox li .price span {
  font-size: 3vw;
}

#wrap .item .bigBox li .name {
  font-size: 4vw;
  font-weight: 400;
  margin: 0 3px 0 3px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#wrap .item .bigBox li .comment {
  font-size: 3.3vw;
  margin: 0 3%;
  font-weight: bold;
}

/*smallBox//////////////////////////////////////////////////*/
#wrap .item .smallBox ul {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  width: 94%;
  margin: auto;
}

#wrap .item .smallBox li {
  width: 49.5%;
  margin: 0 1% 6% 0;
}

#wrap .item .smallBox li:nth-child(even) {
  margin-right: 0%;
}

#wrap .item .smallBox li a {
  text-decoration: none;
}

#wrap .item .smallBox li img {
  width: 100%;
  /*height: 34vh;*/
  object-fit: cover;
}

#wrap .item .smallBox li .num {
  font-size: 10.8vw;
  font-weight: bold;
  margin: 0 auto 2%;
  position: relative;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 4%;
  letter-spacing: 3px;
}

#wrap .item .smallBox li .num:after {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  top: 90%;
  left: 2%;
  display: inline-block;
  border-bottom: 2px solid #000;
}

#wrap .item .smallBox li .shop,
#wrap .item .smallBox li .price {
  font-size: 3vw;
  margin: 1% 0 0 1%;
  font-weight: 400;
}

#wrap .item .smallBox li .price span {
  font-size: 7px;
}

#wrap .item .smallBox li .comment {
  font-size: 3vw;
  margin: 1% 0 0 1%;
  font-weight: 400;
}

#wrap .item .smallBox li .name {
  font-size: 3.3vw;
  margin: 1% 0 0 2%;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/*smallBox//////////////////////////////////////////////////*/
#wrap .item .threeBox ul {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  width: 96%;
  margin: auto;
}

#wrap .item .threeBox li {
  width: 32.5%;
  margin: 0 1% 6% 0;
}

#wrap .item .threeBox li:nth-child(3n) {
  margin-right: 0%;
}

#wrap .item .threeBox li a {
  text-decoration: none;
}

#wrap .item .threeBox li img {
  width: 100%;
  object-fit: cover;
}

#wrap .item .threeBox li .num {
  font-size: 9.2vw;
  font-weight: bold;
  margin: 0 auto 2%;
  position: relative;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 4%;
  letter-spacing: 3px;
}

#wrap .item .threeBox li .num:after {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  top: 90%;
  left: 2%;
  display: inline-block;
  border-bottom: 2px solid #000;
}

#wrap .item .threeBox li .shop,
#wrap .item .threeBox li .price {
  font-size: 3vw;
  margin: 1% 0 0 1%;
  font-weight: 400;
}

#wrap .item .threeBox li .name {
  font-size: 3vw;
  margin: 1% 0 0 1%;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#wrap .item .threeBox li .price span {
  font-size: 7px;
}

#wrap .item .threeBox li .comment {
  font-size: 2.3vw;
  margin: 1% 2% 0 2%;
  font-weight: 200;
}

/*btn//////////////////////////////////////////////////*/
#wrap .item .btn {
  width: 80%;
  margin: 2% auto 2%;
  background-color: #fff;
}
#wrap .item .btn:last-child {
  margin-bottom: 20px;
}

#wrap .item .btn a {
  font-size: 3vw;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}

#wrap .item .btn p {
  padding: 2% 0;
  color: #000;
  font-weight: 400;
  border: 1px solid #312c0e;
  font-size: 3.3vw;
}

#wrap .item .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3.13vw;
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 1.5vw;
  height: 1.5vw;
}

/*staff//////////////////////////////////////////////////*/
#wrap .staff {
  width: 98%;
  margin: 0 3%;
  border-top: 1px solid #98937f;
  border-bottom: 1px solid #98937f;
  margin: 10% auto 0;
  padding-bottom: 4%;
}

#wrap .staff .comment {
  width: 98%;
  margin: 12px auto;
  text-align: left;
  font-size: 3.3vw;
  font-weight: 400;
}

#wrap .staff img {
  width: 96%;
  margin: 0 0 0 6px;
}

/*news//////////////////////////////////////////////////*/
#wrap .news {
  width: 100%;
  margin: 6% auto 10%;
}

#wrap .news a {
  text-decoration: none;
}

#wrap .news ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  width: 98%;
}

#wrap .news .bigBox li {
  width: 47%;
  margin: 2% 2% 1% 1%;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4vw;
}

#wrap .news .bigBox li:nth-child(even) {
  margin-right: 0px;
}

#wrap .news .smallBox li {
  width: 32.8%;
  margin: 0 0.7% 3% 0;
}

#wrap .news .smallBox li:nth-child(3n) {
  margin-right: 0px;
}

#wrap .news .bigBox li .comment {
  text-align: center;
  background-color: #fff;
  border: #000 solid 1px;
  font-size: 3.3vw;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 1px 10px 1px;
  box-shadow: 0 3px 4px rgb(0 0 0 / 16%);
}

#wrap .news img {
  width: 98%;
  margin: auto;
}

#wrap .news .come {
  width: 98%;
  margin: 3px;
  text-align: left;
  font-size: 12px;
  font-weight: 200;
}

#wrap .page {
  width: 94%;
  margin: 10% 3%;
  font-size: 3vw;
  /* border-top: 1px solid #98937f; */
  padding: 3% 0;
}

/*banner//////////////////////////////////////////////////*/

#wrap .item .banner ul {
  /* display: flex; */
  /* flex-wrap: wrap; */
  justify-content: center;
  margin: 8% auto 3%;
}

#wrap .item .banner li {
  width: 96%;
  margin: 2% auto 6%;
}

#wrap .item .bbannerigBox li a {
  text-decoration: none;
}

#wrap .item .banner li img {
  width: 96%;
  object-fit: cover;
}

/*---------------anchor----------------*/
#wrap .anchor_box {
  padding: 2vw;
  background-size: cover;
}

#wrap .anchor_ttl {
  display: block;
  padding: 2.67vw 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 5.33vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
}

#wrap .anchor_text {
  position: relative;
  padding: 6.67vw 0 5.33vw;
  font-size: 3.3vw;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* 
  #wrap .anchor_text:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1.7vw;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.47vw 1vw 0 1vw;
	border-color: #000 transparent transparent  transparent;
  }

   */

/* Anchor */
#wrap .anchor_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4vw;
  margin: 10px 2px 4px 2px;
  /* border-bottom: solid 1px #000; */
  padding-bottom: 20px;
}

#wrap .anchor_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 1vw;
  border: 1px solid #000;
  border-radius: 100px;
  width: 100%;
  height: 10vw;
  background-color: #fff;
  font-size: 3.3vw;
  text-align: center;
  line-height: 1.17;
  letter-spacing: 0.09em;
  text-decoration: none;
  font-weight: 500;
}

#wrap .anchor_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3.13vw;
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 1.5vw;
  height: 1.5vw;
}

#wrap .anchor_link.--small {
  font-size: 2.6vw;
}

#wrap .back_btn {
  font-size: 10px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-align: right;
  margin: 10px 15px 10px;
  color: #000;
}
/* --------フリーページ_2024_10_SFCC移行分--------- */
.jre_furusato_hiddenOnSp {
  display: none !important;
}

#wrap .item .news .bigBox ul {
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .jre_furusato_hiddenOnSp {
    display: block !important;
  }
  .jre_furusato_hiddenOnPc {
    display: none !important;
  }
  * {
    margin: 0;
    padding: 0;
  }

  ul,
  li {
    list-style-type: none;
  }

  .noAdjust .content {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /*�p������
-----------------------------------------------------*/
  .noAdjust .topicPath {
    padding: 8px 0 0;
    margin: 0 auto;
    max-width: 980px;
  }

  #wrap {
    width: 100%;
    margin: 10px auto 0;
    overflow: hidden;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Std",
      "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", ���C���I, Meiryo, Osaka,
      "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
    line-height: 1.7;
    color: #312c0e;
    letter-spacing: 0.8px;
    background: #f8f8f8;
  }

  #wrap img {
    width: 100%;
  }

  #wrap a {
    display: block;
    color: #312c0e;
  }

  #wrap a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /*common//////////////////////////////////////////////////*/
  #wrap .ttl {
    font-size: 27px;
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    text-align: center;
    margin: 60px auto 20px;
  }
  /* 
#wrap .ttl:after{
	content: "";
	width: 24px;
	height: 2px;
	position: absolute;
	top: 48px;
	left: 475px;
	display: inline-block;
	border-bottom: 2px solid #000;
}

 */

  #wrap .red {
    color: #e52e2e;
  }
  #wrap .js-animation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
  }
  #wrap .js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }

  #wrap .category {
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    position: relative;
    text-align: center;
    margin: 60px auto 60px;
    max-width: 980px;
    padding: 20px;
    background-color: transparent;
    border: 2px solid #343434;
    position: relative;
  }

  #wrap .category:after {
    content: "";
    /* width: 24px; */
    /* height: 2px; */
    position: absolute;
    /* top: 48px; */
    /* left: 475px; */
    display: inline-block;
    background-color: #e1eef5;
    width: 100%;
    height: 100%;
    top: -7px;
    left: 7px;
    z-index: -1;
  }

  #wrap .category2 {
    font-size: 15px;
    font-family: urw-din, sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    text-align: center;
    margin: 0px auto 50px;
  }
  #wrap .category2:after {
    content: "";
    width: 24px;
    height: 2px;
    position: absolute;
    top: 48px;
    left: 475px;
    display: inline-block;
  }

  /*main//////////////////////////////////////////////////*/
  #wrap .main {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 10px;
  }
  #wrap .main .txtBox {
    max-width: 980px;
    margin: 0 auto;
  }

  #wrap .main .txtBox .date {
    font-size: 11px;
    color: #999999;
  }
  #wrap .main .txtBox .brand {
    font-size: 13px;
    border-bottom: 1px solid #cccccc;
    padding: 0px 0 5px;
  }
  #wrap .main .txtBox .mainTtl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 50px;
  }
  #wrap .main .mainImg {
    justify-content: center;
    margin: 0 auto 40px;
    max-width: 980px;
  }

  /*item//////////////////////////////////////////////////*/
  #wrap .item {
    max-width: 980px;
    margin: 0 auto;
  }
  #wrap .item .lead {
    width: auto;
    line-height: normal;
    font-weight: unset;
    max-width: 900px;
    margin: auto;
    border-radius: 20px;
    padding: 20px;
  }
  #wrap .item .lead ul {
    width: auto;
    max-width: 860px;
  }

  #wrap .item .lead li {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    /* text-indent: -1px;
    padding-left: 1px; */
    margin: 0;
  }

  #wrap .item .lead li span {
    background: linear-gradient(transparent 60%, #ccffff 60%);
    font-size: 20px;
    font-weight: bold;
  }

  /*shop_logo//////////////////////////////////////////////////*/

  #wrap .shop_logo {
    text-align: center;
    width: 213px;
    margin: 0 auto 20px;
  }
  /*bigBox//////////////////////////////////////////////////*/

  #wrap .item .bigBox ul {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    margin: 0 auto 65px;
  }
  #wrap .item .bigBox li {
    width: 287px;
    margin: 0 58px 0 0;
  }
  #wrap .item .banner.bigBox li {
    width: 100%;
  }
  #wrap .item .bigBox li:last-child {
    margin-right: 0px;
  }
  #wrap .item .bigBox li a {
    text-decoration: none;
  }
  #wrap .item .bigBox li img {
    width: 287px;
    /*height: 330px;*/
    object-fit: cover;
    margin-bottom: 10px;
  }

  #wrap .item .bigBox li .num {
    font-size: 51px;
    font-weight: bold;
    margin: 0 auto 8px;
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    letter-spacing: 3px;
  }
  #wrap .item .bigBox li .num:after {
    content: "";
    width: 17px;
    height: 2px;
    position: absolute;
    top: 75px;
    left: 0;
    display: inline-block;
    border-bottom: 2px solid #000;
  }
  #wrap .item .bigBox li .name,
  #wrap .item .bigBox li .shop,
  #wrap .item .bigBox li .price,
  #wrap .item .two_column li .item .banner li {
    font-size: 15px;
    margin: -2px 6px 0 6px;
  }
  #wrap .item .bigBox li .name {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  #wrap .item .bigBox li .price span {
    font-size: 11px;
  }
  #wrap .item .bigBox li .comment {
    font-size: 12px;
    margin: 8px auto 0 6px;
    font-weight: 200;
  }
  /*two_column//////////////////////////////////////////////////*/
  #wrap .item .two_column ul {
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    margin: 0 auto 65px 20px;
    max-width: 980px;
  }
  #wrap .item .two_column li {
    width: 100%;
    margin: 0 58px 0 0;
  }
  #wrap .item .two_column li:last-child {
    margin-right: 0px;
  }
  #wrap .item .two_column li a {
    text-decoration: none;
  }
  #wrap .item .two_column li img {
    width: 100%;
    /* height: 330px; */
    object-fit: cover;
    margin-bottom: 10px;
  }

  #wrap .item .two_column li .num {
    font-size: 51px;
    font-weight: bold;
    margin: 0 auto 8px;
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    letter-spacing: 3px;
  }
  #wrap .item .two_column .num:after {
    content: "";
    width: 17px;
    height: 2px;
    position: absolute;
    top: 75px;
    left: 0;
    display: inline-block;
    border-bottom: 2px solid #000;
  }
  #wrap .item .two_column .name,
  #wrap .item .two_column .shop,
  #wrap .item .two_column li .price {
    font-size: 15px;
    margin: -2px 6px 0 6px;
  }

  #wrap .item .two_column li .name {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  #wrap .item .two_column .price span {
    font-size: 11px;
  }
  #wrap .item .two_column .comment {
    font-size: 12px;
    margin: 8px auto 0 6px;
    font-weight: bold;
    font-size: 15px;
    margin: 0px auto 0 6px;
  }

  /*smallBox//////////////////////////////////////////////////*/
  #wrap .item .smallBox {
    display: flex;
    gap: 30px;
  }
  #wrap .item .smallBox ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #wrap .item .smallBox li {
    width: 213px;
    margin: 0;
  }
  #wrap .item .smallBox li:last-child {
    margin-right: 0px;
  }
  #wrap .item .smallBox li a {
    text-decoration: none;
  }
  #wrap .item .smallBox li img {
    width: 213px;
    margin-bottom: 10px;
  }
  #wrap .item .smallBox li .logo {
    width: 213px;
  }

  #wrap .item .smallBox li .num {
    font-size: 42px;
    font-weight: bold;
    margin: 0 auto 8px;
    position: relative;
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 3px;
  }
  #wrap .item .smallBox li .num:after {
    content: "";
    width: 17px;
    height: 2px;
    position: absolute;
    top: 65px;
    left: 0;
    display: inline-block;
    border-bottom: 2px solid #000;
  }
  #wrap .item .smallBox li .name,
  #wrap .item .smallBox li .shop,
  #wrap .item .smallBox li .price {
    font-size: 15px;
    margin: -1px 2px 0 2px;
  }

  #wrap .item .smallBox li .name {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 700;
  }

  #wrap .item .smallBox li .price span {
    font-size: 9px;
  }
  #wrap .item .smallBox li .comment {
    font-size: 12px;
    margin: 1px auto 40px;
    font-weight: 500;
  }
  #wrap .item .btn {
    width: 500px;
    border: 3px solid #312c0e;
    margin: 10px auto;

    background-color: #fff;
  }
  #wrap .item .btn a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
  }
  #wrap .item .btn a:hover {
    background-color: #312c0e;
    color: #fff;
    opacity: 1;
  }
  #wrap .item .btn p {
    padding: 15px 0;
    font-weight: 400;
    font-size: unset;
    border: none;
    color: unset;
  }

  #wrap .item .btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translateY(-50%) rotate(135deg);
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 8px;
    height: 8px;
  }
  #wrap .item .btn:last-child {
    margin-bottom: 100px;
  }

  /*staff//////////////////////////////////////////////////*/
  #wrap .staff {
    max-width: 980px;
    border-top: 1px solid #98937f;
    border-bottom: 1px solid #98937f;
    margin: 60px auto 0;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
  }

  #wrap .staff .comment {
    max-width: 830px;
    margin: 20px auto;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
  }

  #wrap .staff img {
    max-width: 600px;
    margin: 0 auto;
  }

  /*staff2//////////////////////////////////////////////////*/
  #wrap .staff2 {
    max-width: 980px;
    border-top: 1px solid #98937f;
    border-bottom: 1px solid #98937f;
    margin: 60px auto 0;
    padding-bottom: 60px;
  }

  #wrap .staff22 .comment {
    max-width: 830px;
    margin: 20px 0 0 90px;
    text-align: left;
    font-size: 14px;
    font-weight: 200;
  }

  #wrap .staff2 img {
    max-width: 600px;
    margin: 0 0 0 170px;
  }

  /*news//////////////////////////////////////////////////*/
  #wrap .news {
    max-width: 980px;
    margin: 60px auto 80px;
  }
  #wrap .news ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #wrap .news li {
    max-width: 300px;
    margin: 10px;
  }
  #wrap .news li a {
    text-decoration: none;
  }
  #wrap .news li:last-child {
    margin-right: 0px;
  }
  #wrap .news .bigBox ul li .comment {
    text-align: center;
    background-color: #fff;
    border: #000 solid 2px;
    font-size: 16px;
    padding: 15px 10px 15px 10px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 16%);
  }
  #wrap .item .news .bigBox ul {
    gap: 16px;
  }
  #wrap .item .news .bigBox li {
    margin: 0;
  }
  #wrap .news img {
    max-width: 600px;
    margin: 0 0 0 170px;
  }

  #wrap .news .come {
    max-width: 830px;
    margin: 20px 0 0 90px;
    text-align: left;
    font-size: 14px;
    font-weight: 200;
  }

  /*news//////////////////////////////////////////////////*/

  #wrap .border {
    max-width: 980px;
    margin: 100px auto 50px;
    border-bottom: 2px solid #cccccc;
  }

  /*banner//////////////////////////////////////////////////*/

  #wrap .item .banner ul {
    /* display: flex; */
    justify-content: center;
  }
  #wrap .item .banner li {
    width: 100%;
    margin: 0 58px 50px 0;
  }
  #wrap .item .banner li:last-child {
    margin-right: 0px;
  }
  #wrap .item .banner li a {
    text-decoration: none;
    display: flex;
  }
  #wrap .item .banner li img {
    max-width: 800px;
    width: auto;
    object-fit: cover;
    margin: 0 auto;
  }

  #wrap .item .banner .comment {
    font-size: 12px;
    margin: 8px auto 0;
    font-weight: 200;
  }

  /*---------------anchor----------------*/
  #wrap .anchor .inner {
    text-align: center;
  }
  #wrap .anchor_box {
    padding: 0;
    background-size: cover;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #000; */
    margin: 10px auto 10px auto;
  }

  #wrap .anchor_ttl {
    display: block;
    padding: 20px 0 20px;
    /* border-top: 1px solid #000; */
    /* border-bottom: 1px solid #000; */
    width: 100%;
    font-size: 34px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  #wrap .anchor_text {
    display: inline-block;
    position: relative;
    padding: 39px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.09em;
  }

  /* 
  #wrap .anchor_text:after{
    content: "";
    display: block;
    position: absolute;
    top: 47%;
    right: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5.5px 0 5.5px;
    border-color: #000 transparent transparent  transparent;
  }
   */
  #wrap .anchor_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 20px auto;
    width: 98%;
    padding: 0;
  }

  #wrap .anchor_link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 3px;
    border: 1px solid #000;
    border-radius: 100px;
    width: 100%;
    height: 50px;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.16;
    letter-spacing: 0.09em;
    font-weight: normal;
    text-decoration: none;
  }
  #wrap .anchor_link.--small {
    font-size: 13px;
  }
  #wrap .anchor_link.--exsmall {
    font-size: 13px;
  }

  #wrap .anchor_link.--verysmall {
    font-size: 12px;
  }

  #wrap a.anchor_link:link,
  #wrap a.anchor_link:visited {
    color: #000;
  }
  #wrap .anchor_link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translateY(-50%) rotate(135deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 8px;
    height: 8px;
  }

  #wrap .back_btn {
    font-size: 14px;
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    text-align: right;
    margin: 40px 10px 20px;
    color: #000;
  }

  /*pagetop
//////////////////////////////////////////////////*/
  #wrap .CntPageTop a {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: block;
    z-index: 1000;
  }
  #wrap .CntPageTop img {
    width: 60px;
    height: 60px;
  }
  .CntPageTop img {
    width: 60% !important;
  }
}
@media screen and (min-width: 900px) {
  #wrap .anchor_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
