@charset "UTF-8";
/*cont*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&display=swap");
/*mediaquery*/
/*cateTopWrap*/
.wrapper#store .cateTopWrap .textout {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: absolute;
}
.wrapper#store .cateTopWrap .badge:before {
  content: "";
  display: block;
  width: 24%;
  height: auto;
  padding-bottom: 24%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 2%;
  top: 2%;
}
.wrapper#store .cateTopWrap .titWrap {
  text-align: center;
}
.wrapper#store .cateTopWrap .titWrap.sideart:before, .wrapper#store .cateTopWrap .titWrap.sideart:after {
  content: "";
  display: block;
  position: absolute;
  width: 14%;
  height: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wrapper#store .cateTopWrap .titWrap.sideart:before {
  left: 0;
  background-image: url(../images/lp/alagourmet/img_tit_left.png);
}
.wrapper#store .cateTopWrap .titWrap.sideart:after {
  right: 0;
  background-image: url(../images/lp/alagourmet/img_tit_right.png);
}
.wrapper#store .cateTopWrap .doubleLineTit {
  font-size: clamp(19px, 3vw, 36px);
  font-weight: 600;
  margin-bottom: 3%;
}
.wrapper#store .cateTopWrap .doubleLineTit span {
  display: inline-block;
  /*flex-wrap: wrap;
  align-items: center;
  justify-content: center;*/
  position: relative;
  padding: 0 5%;
}
.wrapper#store .cateTopWrap .doubleLineTit span:before, .wrapper#store .cateTopWrap .doubleLineTit span:after {
  content: "";
  display: block;
  width: 3.1%;
  height: auto;
  padding-bottom: 3.6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 48.2%;
}
.wrapper#store .cateTopWrap .doubleLineTit span:before {
  background-image: url(../images/lp/japancatalog/tit_left.png);
  padding-right: 0.5em;
  left: 0;
}
.wrapper#store .cateTopWrap .doubleLineTit span:after {
  background-image: url(../images/lp/japancatalog/tit_right.png);
  padding-left: 0.5em;
  right: 0;
}
.wrapper#store .cateTopWrap .numTit {
  font-size: clamp(19px, 3vw, 36px);
  font-weight: 700;
  text-align: left;
  margin-bottom: 2.5%;
  text-indent: -9.6%;
  padding-left: 9.6%;
}
.wrapper#store .cateTopWrap .numTit i:before {
  content: "";
  width: 8.6%;
  padding-bottom: 8.6%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1%;
}
.wrapper#store .cateTopWrap .numTit strong {
  color: #8c785d;
}
.wrapper#store .cateTopWrap .marquee {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff4b8));
  background: linear-gradient(transparent 60%, #fff4b8 60%);
}
.wrapper#store .cateTopWrap .red {
  color: #bd4536;
}
@media screen and (min-width: 768px) {
  .wrapper#store .cateTopWrap .box_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wrapper#store .cateTopWrap .itemList {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
}
.wrapper#store .cateTopWrap .itemList li {
  position: relative;
}
.wrapper#store .cateTopWrap .itemList li:before {
  content: "";
  background-repeat: no-repeat;
  margin: auto;
}
.wrapper#store .cateTopWrap .itemList .giftImage {
  margin-bottom: 3%;
}
.wrapper#store .cateTopWrap .itemList .itemInfo .catalogTit {
  font-size: clamp(16px, 2.3vw, 18px);
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  margin-bottom: 10px;
}
.wrapper#store .cateTopWrap .itemList .itemInfo .catalogTit em {
  font-size: 0.8em;
}
.wrapper#store .cateTopWrap .itemList.catalogItem {
  gap: 40px 14px;
  width: 100%;
  padding: 0;
  margin: 0 auto 0 auto;
}
.wrapper#store .cateTopWrap .itemList.catalogItem li {
  border: 1px solid #8c785d;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: calc(25% - 10.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper#store .cateTopWrap .itemList.catalogItem li:before {
  content: none;
}
.wrapper#store .cateTopWrap .itemList.catalogItem li .giftImage img {
  width: 120px;
  height: auto;
}
.wrapper#store .cateTopWrap .itemList.catalogItem li .itemInfo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wrapper#store .cateTopWrap .itemList.catalogItem li.box {
  border: none;
}
.wrapper#store .cateTopWrap .itemList.catalogItem li.box figure:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  background-color: #fff6ec;
  border-radius: 200px;
  left: -1%;
  margin-top: -3%;
}
.wrapper#store .cateTopWrap .itemList.catalogItem li.box figure img {
  width: 80%;
  height: auto;
  position: relative;
}
.wrapper#store .cateTopWrap .itemList.catalogItem li .btnColor {
  font-size: clamp(12px, 2vw, 15px);
}
@media (max-width: 1170px) {
  .wrapper#store .cateTopWrap .itemList.catalogItem li {
    width: calc(33.3333333333% - 9.3333333333px);
  }
}
@media (max-width: 999px) {
  .wrapper#store .cateTopWrap .itemList.catalogItem li {
    width: calc(50% - 7px);
  }
}
.wrapper#store .cateTopWrap .itemList.list-col4 {
  gap: 20px 3%;
}
.wrapper#store .cateTopWrap .itemList.list-col4 li {
  margin: 0;
  width: 22.75%;
}
.wrapper#store .cateTopWrap .marquee {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff29e));
  background: linear-gradient(transparent 60%, #fff29e 60%);
}
.wrapper#store .cateTopWrap .mincho {
  font-family: "Noto Serif JP", serif;
}
.wrapper#store .cateTopWrap .alagourmet-hr {
  width: 100%;
  border: 1px solid #8c785d;
  margin-bottom: 3%;
}
.wrapper#store .cateTopWrap .alagourmet-hr + p {
  margin-bottom: 3%;
}
.wrapper#store .cateTopWrap .course {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper#store .cateTopWrap .course dt {
  margin-right: 10px;
  position: relative;
}
@media (min-width: 1000px) {
  .wrapper#store .cateTopWrap .course dt {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 999px) {
  .wrapper#store .cateTopWrap .course dt {
    max-width: calc(100% - 40px);
    margin: 0;
    display: inline-block;
  }
}
.wrapper#store .cateTopWrap .course dt span {
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ceb630;
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(14px, 3vw, 32px);
}
@media (max-width: 500px) {
  .wrapper#store .cateTopWrap .course dt span {
    padding: 5px 10px;
  }
}
@media (max-width: 400px) {
  .wrapper#store .cateTopWrap .course dt span {
    padding: 2px 0px;
  }
}
.wrapper#store .cateTopWrap .course dt span:before, .wrapper#store .cateTopWrap .course dt span:after {
  content: "";
  position: absolute;
  right: -10px;
}
.wrapper#store .cateTopWrap .course dt span:before {
  border-top: 10px solid #ceb630;
  border-right: 5px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 5px solid #ceb630;
  top: 0;
}
.wrapper#store .cateTopWrap .course dt span:after {
  border-top: 10px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #ceb630;
  border-left: 5px solid #ceb630;
  bottom: 0;
}
.wrapper#store .cateTopWrap .course dt:before, .wrapper#store .cateTopWrap .course dt:after {
  content: "";
  position: absolute;
  left: -10px;
}
.wrapper#store .cateTopWrap .course dt:before {
  border-top: 10px solid #ceb630;
  border-right: 5px solid #ceb630;
  border-bottom: 10px solid transparent;
  border-left: 5px solid transparent;
  top: 0;
}
.wrapper#store .cateTopWrap .course dt:after {
  border-top: 10px solid transparent;
  border-right: 5px solid #ceb630;
  border-bottom: 10px solid #ceb630;
  border-left: 5px solid transparent;
  bottom: 0;
}
.wrapper#store .cateTopWrap .course dd {
  font-weight: bold;
  font-size: clamp(12px, 3vw, 28px);
  padding-left: 0.5em;
  color: #fff;
}
@media (max-width: 999px) {
  .wrapper#store .cateTopWrap .course dd {
    text-align: center;
  }
}
.wrapper#store .cateTopWrap .course dd em {
  color: #ba9d3a;
  font-size: 1.2em;
}
.wrapper#store .cateTopWrap .subTit {
  font-size: clamp(16px, 3vw, 27px);
  text-align: left;
  font-weight: 500;
  line-height: 1.3;
}
.wrapper#store .cateTopWrap .listDisk {
  list-style-type: disc;
}
.wrapper#store .cateTopWrap .listDisk > li {
  text-indent: -0.5em;
  padding-left: 0.7em;
}
.wrapper#store .cateTopWrap .listDisk > li:before {
  content: "・";
  display: inline-block;
}
.wrapper#store .cateTopWrap .btnColor.brown {
  background-color: #8c785d;
}
.wrapper#store .cateTopWrap .btnColor.gray {
  background-color: #7e95a2;
}
.wrapper#store .cateTopWrap .textLink {
  color: #8c785d;
  position: relative;
  padding: 5px 1.5em 5px 5px;
  text-decoration: underline;
}
.wrapper#store .cateTopWrap .textLink.arrow:after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 2px solid #8c785d;
  border-right: 2px solid #8c785d;
}
.wrapper#store .cateTopWrap .box1 {
  position: relative;
}
.wrapper#store .cateTopWrap .box1 .badge:before {
  background-image: url(../images/lp/ventouest/badge_cardtype.png);
  right: 2%;
  bottom: 8%;
  left: auto;
  top: auto;
  z-index: 1;
}
.wrapper#store .cateTopWrap .box1 .mainTit {
  width: 24%;
  margin: 0 auto;
  padding: 3% 0 64% 0;
}
.wrapper#store .cateTopWrap .box1 .course {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  position: absolute;
  width: 100%;
  bottom: 3%;
}
.wrapper#store .cateTopWrap .box1 .bottomBlock_service {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3% 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40%;
}
.wrapper#store .cateTopWrap .box1 .bottomBlock_service p:before {
  content: "";
  width: 63%;
  padding-bottom: 4%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/lp/japancatalog/txt_service.png);
  margin: 0 auto 20px auto;
}
.wrapper#store .cateTopWrap .box1 .bottomBlock_service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 21px;
}
@media screen and (max-width: 480px) {
  .wrapper#store .cateTopWrap .box1 .bottomBlock_service ul {
    gap: 0 16px;
  }
}
.wrapper#store .cateTopWrap .box1 .bottomBlock_service ul li {
  background-color: rgba(224, 107, 138, 0.8);
  border-radius: 10px;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.wrapper#store .cateTopWrap .box1 .bottomBlock_service ul li:hover {
  background-color: rgba(224, 107, 138, 0.4);
}
.wrapper#store .cateTopWrap .box1 .bottomBlock_service ul li a {
  color: #fff;
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: 2px dotted;
  margin: 2.5%;
  border-radius: 6px;
  font-size: clamp(12px, 2.6vw, 30px);
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
.wrapper#store .cateTopWrap .box2,
.wrapper#store .cateTopWrap .box3,
.wrapper#store .cateTopWrap .box4,
.wrapper#store .cateTopWrap .box5,
.wrapper#store .cateTopWrap .box6,
.wrapper#store .cateTopWrap .box7,
.wrapper#store .cateTopWrap .box8,
.wrapper#store .cateTopWrap .box9 {
  background-color: #fff;
  background-image: url(../images/lp/alagourmet/line_footer.png), url(../images/lp/alagourmet/bg_alagourmet.jpg);
  background-position: bottom center, center center;
  background-repeat: no-repeat, repeat;
  background-size: 100%, 100%;
  padding: 4% 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box2,
  .wrapper#store .cateTopWrap .box3,
  .wrapper#store .cateTopWrap .box4,
  .wrapper#store .cateTopWrap .box5,
  .wrapper#store .cateTopWrap .box6,
  .wrapper#store .cateTopWrap .box7,
  .wrapper#store .cateTopWrap .box8,
  .wrapper#store .cateTopWrap .box9 {
    padding: 3% 1.5%;
  }
}
.wrapper#store .cateTopWrap .box2 .text,
.wrapper#store .cateTopWrap .box3 .text,
.wrapper#store .cateTopWrap .box4 .text,
.wrapper#store .cateTopWrap .box5 .text,
.wrapper#store .cateTopWrap .box6 .text,
.wrapper#store .cateTopWrap .box7 .text,
.wrapper#store .cateTopWrap .box8 .text,
.wrapper#store .cateTopWrap .box9 .text {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.7;
}
.wrapper#store .cateTopWrap .titWrap {
  position: relative;
  margin-bottom: 2%;
}
.wrapper#store .cateTopWrap .mainTit {
  margin: 0 auto;
  font-size: clamp(20px, 3.1vw, 37px);
  font-weight: 600;
  line-height: 1.3;
  width: 85%;
}
.wrapper#store .cateTopWrap .box2 .text {
  margin-bottom: 3%;
}
.wrapper#store .cateTopWrap .box2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2% 4% 2%;
}
.wrapper#store .cateTopWrap .box2 ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper#store .cateTopWrap .box2 ul li img {
  width: 100%;
  max-width: 250px;
}
.wrapper#store .cateTopWrap .box3 .itemList li {
  padding: 0;
}
.wrapper#store .cateTopWrap .box3 .itemList p {
  text-align: left;
}
.wrapper#store .cateTopWrap .box3 .box_col > * {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .cateTopWrap .box3 .box_col > * {
    width: 100%;
  }
}
.wrapper#store .cateTopWrap .box3 .box_col .box_text {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper#store .cateTopWrap .box3 .box_col .box_text .lineWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 87%;
  margin-right: 40px;
  background-color: #fff;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .cateTopWrap .box3 .box_col .box_text .lineWrap {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.wrapper#store .cateTopWrap .box3 .box_col .box_text .lineWrap:before, .wrapper#store .cateTopWrap .box3 .box_col .box_text .lineWrap:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}
.wrapper#store .cateTopWrap .box3 .box_col .box_text .lineWrap:before {
  border-left: 1px solid #b69a47;
  border-top: 1px solid #b69a47;
  left: 8px;
  top: 8px;
}
.wrapper#store .cateTopWrap .box3 .box_col .box_text .lineWrap:after {
  border-right: 1px solid #b69a47;
  border-bottom: 1px solid #b69a47;
  right: 8px;
  bottom: 8px;
}
.wrapper#store .cateTopWrap .box3 .box_col .box_text .boxTit {
  font-size: clamp(30px, 2vw, 24px);
  margin-bottom: 1.5em;
}
.wrapper#store .cateTopWrap .box3 .box_col .box_text .notice {
  font-size: 12px;
  color: #666;
  margin-top: 20px;
}
.wrapper#store .cateTopWrap .box3 .box_col .box_image figure {
  -webkit-box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.1);
}
.wrapper#store .cateTopWrap .box4 .mainTit {
  font-size: clamp(19px, 3vw, 36px);
  font-weight: 400;
  margin: 0 auto 2% auto;
}
.wrapper#store .cateTopWrap .box4 .mainTit strong {
  color: #bd4536;
  font-size: 1.5em;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .wrapper#store .cateTopWrap .box4 .mainTit {
    width: 70%;
    margin-bottom: 2%;
  }
}
.wrapper#store .cateTopWrap .box4 .subTit {
  background-color: #8c785d;
  color: #fff;
  font-size: clamp(20px, 2vw, 27px);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 2em 0.5em 2em;
  border-radius: 100px;
  margin: 0 auto 1em auto;
}
.wrapper#store .cateTopWrap .box4.cardtype .box_col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1001px) {
  .wrapper#store .cateTopWrap .box4.cardtype .box_col > * {
    max-width: 300px;
  }
  .wrapper#store .cateTopWrap .box4.cardtype .box_col > *.box_image {
    padding-right: 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wrapper#store .cateTopWrap .box4.cardtype .box_col > *.box_text {
    max-width: none;
    width: calc(100% - 390px);
  }
}
@media screen and (max-width: 1000px) {
  .wrapper#store .cateTopWrap .box4.cardtype .box_col {
    display: block;
  }
  .wrapper#store .cateTopWrap .box4.cardtype .box_col > * {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper#store .cateTopWrap .box4.cardtype .box_col .box_text {
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.wrapper#store .cateTopWrap .box4.cardtype .box_col .box_text .tit {
  font-size: clamp(20px, 3vw, 36px);
  line-height: 1.4;
  font-weight: 600;
}
.wrapper#store .cateTopWrap .box4.cardtype .box_col .box_text .tit .min {
  font-size: 0.8em;
}
.wrapper#store .cateTopWrap .box4.cardtype .box_col .box_text .text {
  padding-right: 0;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li {
  background-color: #fff;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:not(:last-child):before {
  content: "";
  display: block;
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  top: -15px;
  height: 10px;
  background-color: transparent;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:nth-child(1):before {
  background-color: #6d7045;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:nth-child(2):before {
  background-color: #2b596d;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:nth-child(3):before {
  background-color: #7d5b25;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:nth-child(4):before {
  background-color: #7c3d20;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:nth-child(5):before {
  background-color: #7b191d;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:nth-child(6):before {
  background-color: #7b1c46;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:nth-child(7):before {
  background-color: #385e64;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:nth-child(8):before {
  background-color: #513963;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:nth-child(9):before {
  background-color: #37624a;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:nth-child(10):before {
  background-color: #373d63;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:nth-child(11):before {
  background-color: #643942;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:last-child {
  background-image: url(../images/lp/alagourmet/img_qrCode.jpg);
  background-size: cover;
}
.wrapper#store .cateTopWrap .box4.cardtype .itemList li:last-child figure {
  width: 110px;
  margin: 0 auto;
}
.wrapper#store .cateTopWrap .box5 {
  background-color: #fff;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box5 {
    padding: 3% 1.5%;
  }
}
.wrapper#store .cateTopWrap .box5 .doubleLineTit strong {
  color: #bd4536;
  font-size: 1.5em;
  font-weight: 600;
}
.wrapper#store .cateTopWrap .box5 .doubleLineTit {
  line-height: 1.3;
  font-weight: 400;
}
.wrapper#store .cateTopWrap .box5 .doubleLineTit em {
  color: #bd4536;
}
.wrapper#store .cateTopWrap .box5 .subTit {
  background-color: #8c785d;
  color: #fff;
  font-size: clamp(20px, 2vw, 27px);
  display: inline-block;
  /*width: 100%;
  max-width: 46%;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 1em 0.5em 4.2em;
  border-radius: 100px;
  margin: 0 auto 1em auto;
  position: relative;
}
.wrapper#store .cateTopWrap .box5 .subTit i {
  background-image: url(../images/lp/alagourmet/ico_alagourmet_cardtype.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 11.5%;
  height: auto;
  padding: 4.8% 0.5%;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 1em;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .cateTopWrap .box5 .itemList {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.wrapper#store .cateTopWrap .box5 .itemList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .cateTopWrap .box5 .itemList li {
    width: calc(100% - 40px);
    display: block;
  }
}
@media (max-width: 500px) {
  .wrapper#store .cateTopWrap .box5 .itemList li {
    padding: 0 0px 0px 0px;
    margin-bottom: 30px;
    width: 100%;
  }
}
.wrapper#store .cateTopWrap .box5 .itemList li:before {
  content: none;
}
.wrapper#store .cateTopWrap .box5 .itemList li > * {
  min-height: 1%;
}
.wrapper#store .cateTopWrap .box5 .itemList li i:before {
  width: 27%;
  padding-bottom: 27%;
  right: 0;
  left: 0;
  top: -7%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .cateTopWrap .box5 .itemList li i:before {
    width: 12%;
    padding-bottom: 12%;
    right: auto;
    top: -15%;
  }
}
.wrapper#store .cateTopWrap .box5 .itemList li i.step1:before {
  background-image: url(../images/lp/ventouest/ico_howto_step01.png);
}
.wrapper#store .cateTopWrap .box5 .itemList li i.step2:before {
  background-image: url(../images/lp/ventouest/ico_howto_step02.png);
}
.wrapper#store .cateTopWrap .box5 .itemList li i.step3:before {
  background-image: url(../images/lp/ventouest/ico_howto_step03.png);
}
.wrapper#store .cateTopWrap .box5 .borderBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #8c785d;
  margin-top: 3%;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box5 .borderBox {
    border-radius: 20px;
  }
}
.wrapper#store .cateTopWrap .box5 .borderBox .giftImage,
.wrapper#store .cateTopWrap .box5 .borderBox .comment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper#store .cateTopWrap .box5 .borderBox .giftImage {
  padding: 20% 6% 6% 6%;
  background-color: #fff;
  margin-bottom: 0;
  border-radius: 25px 25px 0 0;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .cateTopWrap .box5 .borderBox .giftImage {
    width: 40%;
    padding: 7% 2% 2% 2%;
    margin-bottom: 0;
    border-radius: 25px 25px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box5 .borderBox .giftImage {
    border-radius: 15px 15px 0 15px;
  }
}
.wrapper#store .cateTopWrap .box5 .borderBox .comment {
  padding: 3%;
  background-color: #8c785d;
  color: #fff;
  text-align: center;
  border-radius: 0 0 25px 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .cateTopWrap .box5 .borderBox .comment {
    width: 60%;
    border-radius: 0 25px 25px 0px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box5 .borderBox .comment {
    border-radius: 0 15px 15px 0px;
  }
}
.wrapper#store .cateTopWrap .box5 .borderBox .stepWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  .wrapper#store .cateTopWrap .box5 .borderBox .stepWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wrapper#store .cateTopWrap .box5 .borderBox .stepWrap > * {
  min-height: 1%;
}
.wrapper#store .cateTopWrap .box6 {
  background-color: #fff;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box6 {
    padding: 3% 1.5%;
  }
}
.wrapper#store .cateTopWrap .box6 .numTit i:before {
  background-image: url(../images/lp/jtb/ico_point1.png);
}
.wrapper#store .cateTopWrap .box6 .itemList.catalogContents {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.wrapper#store .cateTopWrap .box6 .itemList.catalogContents > * {
  margin: 0;
}
.wrapper#store .cateTopWrap .box6 .itemList.catalogContents.list-col2 {
  gap: 40px;
}
.wrapper#store .cateTopWrap .box6 .itemList.catalogContents.list-col2 li {
  width: calc(50% - 20px);
}
@media (max-width: 500px) {
  .wrapper#store .cateTopWrap .box6 .itemList.catalogContents.list-col2 li {
    width: 100%;
  }
}
.wrapper#store .cateTopWrap .box6 .itemList.catalogContents.list-col2 li .tit {
  margin-bottom: 16px;
}
.wrapper#store .cateTopWrap .box7 .blandList {
  background-color: #fff;
  border: 4px solid #8c785d;
  border-radius: 10px;
  position: relative;
  margin-top: 6%;
}
.wrapper#store .cateTopWrap .box7 .blandList .mainTit {
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1;
  font-weight: 600;
  position: absolute;
  width: 100%;
  margin-top: -0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box7 .blandList .mainTit {
    font-size: clamp(20px, 3vw, 30px);
  }
}
.wrapper#store .cateTopWrap .box7 .blandList .mainTit span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fffaf2), color-stop(50%, #ffffff));
  background: linear-gradient(#fffaf2 50%, #ffffff 50%);
  display: inline-block;
  padding: 0 2%;
}
.wrapper#store .cateTopWrap .box7 .blandList .itemList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5% 10px 5%;
  gap: 0 1%;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box7 .blandList .itemList {
    padding: 5% 5% 0 5%;
  }
}
.wrapper#store .cateTopWrap .box7 .blandList .itemList li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*height: 100%;*/
  margin: 20px 10px 20px 10px;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box7 .blandList .itemList li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc(25% - 20px);
    margin: 20px 10px 10px 10px;
  }
}
@media (max-width: 500px) {
  .wrapper#store .cateTopWrap .box7 .blandList .itemList li {
    padding: 0;
  }
}
.wrapper#store .cateTopWrap .box7 .blandList .itemList li:before {
  content: none;
}
.wrapper#store .cateTopWrap .box7 .blandList .itemList li img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 24px;
}
.wrapper#store .cateTopWrap .box7 .blandList .itemList li.sibelle img {
  height: 36px;
}
.wrapper#store .cateTopWrap .box7 .blandList .itemList li.hirotaglass img {
  height: 32px;
}
.wrapper#store .cateTopWrap .box7 .blandList .itemList li.karita img {
  height: 30px;
}
.wrapper#store .cateTopWrap .box7 .blandList .itemList li.hario img {
  height: 20px;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box7 .blandList .itemList li:nth-child(n+4) {
    margin-top: 0px;
  }
}
.wrapper#store .cateTopWrap .box7,
.wrapper#store .cateTopWrap .box8 {
  background-color: #fff;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box7,
  .wrapper#store .cateTopWrap .box8 {
    padding: 3% 1.5%;
  }
}/*# sourceMappingURL=alagourmet.css.map */