* {
  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: "YakuHanJPs", "GT America Light", "Gothic Medium BBB", sans-serif,
    YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", -apple-system,
    BlinkMacSystemFont, system-ui, sans-serif;
  /* 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;
  margin-top: 2%;
  color: #6ba4ad;
}

#wrap img {
  width: 100%;
}

#wrap a {
  display: block;
  color: #312c0e;
}
/*common//////////////////////////////////////////////////*/
#wrap .ttl {
  font-size: 6.8cqw;
  /* font-family: urw-din, sans-serif; */
  font-weight: 700;
  font-style: normal;
  position: relative;
  text-align: center;
  padding: 7% 0 0;
  margin: 0 auto 5%;
}
#wrap .ttl:after {
  content: "";
  width: 17px;
  height: 2px;
  position: absolute;
  top: 99%;
  left: 46%;
  display: inline-block;
  border-bottom: 2px solid #6ba4ad;
}

#wrap .ttl2 {
  font-size: 5cqw;
  /* 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 #6ba4ad;
}

#wrap .category {
  font-size: 4cqw;
  /* font-family: urw-din, sans-serif; */
  font-weight: 700;
  font-style: normal;
  position: relative;
  text-align: left;
  margin: 20px auto 20px;
  border-bottom: 1px solid;
  width: 96%;
}
#wrap .category:after {
  content: "";
  width: 17px;
  height: 2px;
  position: absolute;
  top: 99%;
  left: 46%;
  display: inline-block;
}

#wrap .category2 {
  font-size: 3cqw;
  /* font-family: urw-din, sans-serif; */
  font-weight: 400;
  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 .category3 {
  font-size: 4cqw;
  /* font-family: urw-din, sans-serif; */
  font-weight: 600;
  font-style: normal;
  position: relative;
  text-align: center;
  margin: 30px auto 30px;
  width: 85%;
  color: #6ba4ad;
  border-radius: 5%;
  padding: 3%;
  background-color: #fff4db;
}

#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.4cqw;
  color: #6ba4ad;
  margin: 0% auto 0;
}
#wrap .main .txtBox .brand {
  font-size: 2.8cqw;
  border-bottom: 1px solid #6ba4ad;
  margin: 0% auto 3%;
  padding-bottom: 2%;
}
#wrap .main .txtBox .mainTtl {
  font-size: 3.8cqw;
  font-weight: bold;
  text-align: center;
  margin: 3% auto;
}
#wrap .main .mainImg {
  width: 80%;
  margin: 10px auto;
}

/*item//////////////////////////////////////////////////*/
#wrap .item {
  width: 100%;
  margin: 0 auto;
}
#wrap .item .lead {
  text-align: center;
  margin: 3%;
  line-height: 2;
  font-weight: 200;
  font-size: 2.8cqw;
}
/*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: 100%;
  margin: 2% auto 6%;
}
#wrap .item .bigBox li a {
  text-decoration: none;
}
#wrap .item .bigBox li img {
  width: 96%;
  /*	height: 60cqh;*/
  object-fit: cover;
  margin: 0 2%;
}
#wrap .item .bigBox li .num {
  font-size: 16.4cqw;
  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 #6ba4ad;
}
#wrap .item .bigBox li .name,
#wrap .item .bigBox li .shop_name,
#wrap .item .bigBox li .price {
  font-size: 4cqw;
  margin-left: 3%;
  font-weight: 400;
  color: #6ba4ad;
}
#wrap .item .bigBox li .shop_name {
  font-weight: bold;
}

#wrap .item .bigBox li .price span {
  font-size: 3cqw;
}
#wrap .item .bigBox li .comment {
  font-size: 3.2cqw;
  margin: 0 3%;
  font-weight: 200;
  color: #6ba4ad;
}

/*smallBox//////////////////////////////////////////////////*/
#wrap .item .smallBox ul {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  width: 96%;
  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: 34cqh;*/
  object-fit: cover;
}
#wrap .item .smallBox li .num {
  font-size: 10.8cqw;
  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 #6ba4ad;
}
#wrap .item .smallBox li .name,
#wrap .item .smallBox li .shop_name,
#wrap .item .smallBox li .price {
  font-size: 3cqw;
  margin: 1% 0 0 1%;
  font-weight: 400;
  color: #6ba4ad;
}
#wrap .item .smallBox li .shop_name {
  font-weight: bold;
}
#wrap .item .smallBox li .price span {
  font-size: 7px;
}
#wrap .item .smallBox li .comment {
  font-size: 2.8cqw;
  margin: 1% 0 0 1%;
  font-weight: 200;
  color: #6ba4ad;
}

/*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.2cqw;
  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 #6ba4ad;
}
#wrap .item .threeBox li .name,
#wrap .item .threeBox li .shop_name,
#wrap .item .threeBox li .price {
  font-size: 3cqw;
  margin: 1% 0 0 1%;
  font-weight: 400;
  color: #6ba4ad;
}
#wrap .item .threeBox li .shop_name {
  font-weight: bold;
}

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

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

/*btn//////////////////////////////////////////////////*/
#wrap .item .btn {
  width: 56%;
  margin: 2% auto 15%;
  color: #fff;
  background-color: #6ba4ad;
  border-radius: 10px;
}
#wrap .item .btn a {
  font-size: 3cqw;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

#wrap .item .btn p {
  padding: 6% 0;
  color: #fff;
  font-weight: 400;
}
/*staff//////////////////////////////////////////////////*/
#wrap .staff {
  width: 94%;
  margin: 0 3%;
  border-top: 1px solid #6ba4ad;
  border-bottom: 1px solid #6ba4ad;
  margin: 10% auto 10%;
}

#wrap .staff .comment {
  width: 90%;
  margin: 6% 5% 15%;
  text-align: center;
  font-size: 3.6cqw;
  font-weight: 200;
}
/*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: 96%;
}
#wrap .news .bigBox li {
  width: 49.5%;
  margin: 0 1% 6% 0;
}
#wrap .news .bigBox li:nth-child(even) {
  margin-right: 0px;
}
#wrap .news .smallBox li {
  width: 32.8%;
  margin: 0 0.7% 6% 0;
}

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

#wrap .news ul li .comment {
  font-size: 3cqw;
  margin: 4% 0 0 6%;
  font-weight: 200;
  color: #6ba4ad;
}
#wrap .page {
  width: 94%;
  margin: 8% 3%;
  font-size: 3cqw;
  border-top: 1px solid #6ba4ad;
  padding: 3% 0;
}

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

#wrap .item .banner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 8% auto 3%;
}
#wrap .item .banner li {
  width: 100%;
  margin: 2% auto;
}
#wrap .item .bbannerigBox li a {
  text-decoration: none;
}
#wrap .item .banner li img {
  width: 100%;

  object-fit: cover;
}

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

#wrap .anchor_ttl {
  display: block;
  padding: 2.67cqw 0;
  border-top: 1px solid #6ba4ad;
  border-bottom: 1px solid #6ba4ad;
  width: 100%;
  font-size: 5.33cqw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
}
#wrap .anchor_text {
  position: relative;
  padding: 6.67cqw 0 5.33cqw;
  font-size: 3.3cqw;
  line-height: 1;
  letter-spacing: 0.05em;
}
/* 
        #wrap .anchor_text:after{
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 1.7cqw;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 1.47cqw 1cqw 0 1cqw;
          border-color: #000 transparent transparent  transparent;
        }
      
         */

/* Anchor */
#wrap .anchor_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4cqw;
  margin: 20px 2px 0px 2px;
  /* border-bottom: solid 1px #000; */
}
#wrap .anchor_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 1cqw;
  border: 1px solid #6ba4ad;
  border-radius: 100px;
  width: 100%;
  height: 10cqw;
  /* background-color: #fff; */
  font-size: 3.2cqw;
  text-align: center;
  line-height: 1.17;
  letter-spacing: 0.09em;
  text-decoration: none;
  color: #6ba4ad;
}
#wrap .anchor_link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3.13cqw;
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #6ba4ad;
  border-right: 1px solid #6ba4ad;
  width: 1.5cqw;
  height: 1.5cqw;
}
#wrap .anchor_link.--small {
  font-size: 2.9cqw;
}

#wrap .anchor_link.--exsmall {
  font-size: 2.6cqw;
  padding: 2cqw 0 2cqw;
}

#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: #6ba4ad;
}

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

/* 通常（PC）ではタイル表示 */
/* 
      .slide-wrap {
          background-color: #c1d8de;
          display: flex;
          margin: 0 auto;
          max-width: 1024px;
          width: 100%;
          overflow-x: scroll;
        }
        .slide-box {
          flex: 0 0 70%;
          margin: auto 1% auto auto;
        }
        .slide-box a {
          background-color: #fff;
          color: #222;
          display: block;
          text-decoration: none;
        }
        .slide-box img {
          display: block;
          height: auto;
          width: 100%;
        }
        .slide-box p {
          font-weight: bold;
          padding: 10px;
          margin:.5rem auto;
        }
        @media screen and (max-width: 768px) {
      
        }
       */

/*sliderBox//////////////////////////////////////////////////*/

#wrap .sliderBox {
  width: 100%;
}

#wrap .sliderBox .a {
  display: block;
}

#wrap .sliderBox .contents {
  /* background-color: #f7f7f7; */
  overflow-x: scroll;
  overflow-y: hidden;
  /* padding-bottom:20px; */
  /* padding: 0 16px 16px; */
  margin: 0 0;
  scrollbar-color: #6ba4ad #f0f2f2;
}

#wrap .sliderBox #recommendSlide {
  /* background-color: #f7f7f7; */
  width: fit-content;
  display: inline-grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  /* box-shadow: 5px 5px 10px #a6abbd, -5px -5px 10px #fff; */
}

#wrap .sliderBox li {
  width: 207px;
  margin: 0 0 12px;
}

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

#wrap .sliderBox img {
  width: 203px;
  object-fit: cover;
  /* aspect-ratio: 5/6; */
}

#wrap .sliderBox p {
  width: 92%;
  margin: 0 4px;
}

#wrap .sliderBox .shop {
  font-weight: bold;
  font-size: 10px;
  line-height: 1.36;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 4px 4px;
  color: #6ba4ad;
}

#wrap .sliderBox .product {
  display: -webkit-box;
  font-size: 10px;
  line-height: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 22px;
  color: #6ba4ad;
}

#wrap .sliderBox .price {
  font-weight: bold;
  font-size: 10px;
  color: #6ba4ad;
}

#wrap .sliderBox .sale {
  font-weight: bold;
  font-size: 10px;
  color: #e25d8c;
}

/* ショップロゴエリア */

#wrap .item .shop ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}
#wrap .item .shop li {
  width: 40%;
  margin: 6px;
}
#wrap .item .shop li:nth-child(3n) {
  margin-right: 0%;
}
#wrap .item .shop li a {
  text-decoration: none;
  border: 1px solid #6ba4ad;
  border-radius: 6px;
}
#wrap .item .shop li img {
  width: 100%;
  object-fit: cover;
  background-color: #fff;
  border-radius: 6px;
}
#wrap .item .shop li .num {
  font-size: 9.2cqw;
  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 .shop li .num:after {
  content: "";
  width: 14px;
  height: 1px;
  position: absolute;
  top: 90%;
  left: 2%;
  display: inline-block;
  /* border-bottom: 2px dotted #728CB2; */
}
#wrap .item .shop li .name,
#wrap .item .shop li .price {
  font-size: 3cqw;
  margin: 0% auto 0 4%;
  font-weight: bold;
  padding-bottom: 5px;
}
#wrap .item .shop li .price span {
  font-size: 7px;
}

#wrap .item .p {
  font-size: 3cqw;
  margin: 0% auto 0 4%;
  font-weight: bold;
  padding-bottom: 5px;
}

/* 移行区分E：mobile_firstテンプレートのstyle */

.mobile_first_to_page_top {
  display: block;
}
