@charset "utf-8";
@media screen and (max-width: 1536px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 400px) {}


/* ==============================
mainarea
============================== */
#mainarea {
  padding-top: 80px;
  margin-top: 140px;
  height: 540px;
  background: url("../images/bg_mainimg01.png") no-repeat;
  background-position: calc(50% + 290px) bottom;
  background-size: auto;
  position: relative;
}

@media screen and (max-width: 1500px) {
  #mainarea {
    background-size: 86%;
    background-position: right -90% bottom;
  }
}

@media screen and (max-width: 1400px) {
  #mainarea {
    padding: 80px 20px 0 20px;
    margin-top: 100px;
    height: 540px;
  }
}
@media screen and (max-width: 1200px) {
  #mainarea {
        padding: 60px 20px 0 20px;
  background-position: calc(50% + 200px) 50%;
  }
}

@media screen and (max-width: 767px) {
  #mainarea {
    height: auto;
    padding: 100px 0 0 0;
    background: #FFF;
    background-size: 100%;
    margin-top: 0px;
  }
}

/* ==============================
maintxt
============================== */
.mainBox {}

.mainBox .maintxt {
  padding: 7px 0 0 0;
}

.mainBox .maintxt .txt01 {
  background: #34ac7d;
  color: #FFF;
  font-size: 2.0rem;
  font-style: italic;
  font-weight: 700;
  border-radius: 5px;
  padding: 12px 17px;
  margin-bottom: 15px;
  width: fit-content;
}

.mainBox .maintxt .txt01 span {
  color: #ffd965;
  font-size: 2.8rem;
}

.mainBox .maintxt .txt02 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.mainBox .maintxt .txt02 span {
  font-size: 3.rem;
}

.greentxt {
  color: #34ac7d;
}

.mainBox .maintxt .txt03 {
  font-size: 7.0rem;
  font-size: 5.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #34ac7d;
}

.mainBox .maintxt .txt03 span {
  font-size: 7.0rem;
}

.spmainimg {
  display: none;
}

@media screen and (max-width: 767px) {
  .mainBox .maintxt .txt01 {
    font-size: 3.6vw;
    padding: 7px 13px;
    margin: 0 auto 15px;
  }

  .mainBox .maintxt .txt01 span {
    font-size: 1.3em;
  }

  .mainBox .maintxt .txt02 {
    font-size: 4.3vw;
    margin: 0 auto 10px;
    text-align: center;
  }

  .mainBox .maintxt .txt02 span {
    font-size: 1.2em;
  }

  .mainBox .maintxt .txt03 {
    font-size: 9.0vw;
    text-align: center;
    margin: 0 auto 10px;
    line-height: 1.1;
  }

  .mainBox .maintxt .txt03 span {
    font-size: 1.2em;
  }

  .spmainimg {
    display: block;
    margin-top: 30px;
  }
}

/* ==============================
mainPoint
============================== */
.mainPoint {
  background: url("../images/bg_mainpoint01.png") no-repeat right bottom, #f1f7f6;
  border-radius: 5px;
  padding: 30px;
  width: 42%;
}

.mainPoint .mainPointWrap ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;

}

.mainPoint .mainPointWrap ul li {
  background: #FFF;
  border-radius: 5px;
  width: 32%;
  height: 97px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  font-feature-settings: "palt";
}

.mainPoint .mainPointWrap ul li .orngetxt {
  font-size: 2.8rem;
  color: #f1654e;
}

.mainPoint .mainPointWrap ul li .orngetxt02 {
  font-size: 2.2rem;
  color: #f1654e;
}

.mainPoint .mainPointWrap ul li .stxt {
  font-size: 1.8rem;
  color: #f1654e;
}

.mainPoinTxt {
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.mainPoinTxt span {
  font-size: 2.8rem;
  color: #f1654e;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #ffe6b2 60%);
}
@media screen and (max-width: 1350px) {
.mainPoint {
    padding: 30px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .mainPoint {
    background: url("../images/bg_mainpoint01.png") no-repeat right bottom/15%, #f1f7f6;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
  }

  .mainPoint .mainPointWrap ul {
    margin-bottom: 15px;

  }

  .mainPoint .mainPointWrap ul li {
    width: 32.5%;
    height: auto;
    font-size: 1.2rem;
    padding: 10px 3px;
  }

  .mainPoint .mainPointWrap ul li .orngetxt {
    font-size: 2.2rem;
    line-height: 1;
  }

  .mainPoint .mainPointWrap ul li .orngetxt02 {
    font-size: 1.8rem;
    color: #f1654e;
  }

  .mainPoint .mainPointWrap ul li .stxt {
    font-size: 1.6rem;
  }

  .mainPoinTxt {
    font-size: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .mainPoinTxt span {
    font-size: 2.4rem;
    width: fit-content;
  }
}

/* ==============================
leadtext
============================== */
#leadtext {
  background: #e2f7ef;
}

#leadtext .inner {
  padding: 71px 0;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  #leadtext .inner {
    padding: 30px 0;
  }
}

/* ==============================
links
============================== */
#links {}

#links .inner03 {
  padding: 60px 0 158px 0;
}

#links ul {
  display: flex;
  justify-content: space-between;
}

#links ul li {
  width: 32%;
  text-align: center;
}

#links ul li a {
  color: #111;
  font-size: 2.0rem;
  font-weight: 700;
  width: 100%;
  display: flex;
  border: 3px #34ac7d solid;
  border-radius: 5px;
  height: 83px;
  justify-content: center;
  align-items: center;
  position: relative;
}

#links ul li a:hover {
  opacity: 1;
  background: #e2f7ef;
  text-decoration: none;
}



#links ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
  font-size: 1.4rem;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #34ac7d;
}


@media screen and (max-width: 767px) {

  #links .inner03 {
    padding: 50px 0 70px 0;
  }

  #links ul {
    flex-wrap: wrap;
  }

  #links ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  #links ul li a {
    font-size: 1.8rem;
    height: 50px;
  }

  #links ul li a::after {
    font-size: 1.8rem;
    width: 18px;
    height: 28px;
    line-height: 1.2;
  }

}

/* ==============================
pickup
============================== */
#pickup {
  padding: 1px 0 95px 0;
  background: url(../images/bg_pickup01.png) repeat, #34ac7d;
}

#pickup .inner {
  margin-top: -80px;
  border-top: 5px #34ac7d solid;
  padding: 54px 40px 70px;
  background: #FFF;
  box-shadow: 0px 5px 15px 0px rgba(40, 86, 88, 0.15);
  position: relative;
}

#pickup .ttls {
  padding: 1px 0 0 0;
  margin-bottom: 68px;
}

#pickup .inner::before {
  position: absolute;
  content: "Pick up";
  font-size: 13.0rem;
  color: #e1f3ec;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  width: 700px;
  height: 128px;
  font-feature-settings: "palt";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.2;
  z-index: 0;
}

#pickup .ttls .sub {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  background: #34ac7d;
  padding: 6px 38px;
  border-radius: 5px;
  text-align: center;
  width: fit-content;
  margin: 27px auto 20px;
  position: relative;
  z-index: 2;
}

#pickup .ttls .h2txt {
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {

  #pickup {
    padding: 1px 0 50px 0;
  }

  #pickup .inner {
    margin-top: -40px;
    padding: 10px;
  }

  #pickup .ttls {
    padding: 1px 0 0 0;
    margin-bottom: 50px;
  }

  #pickup .inner::before {
    font-size: 5rem;
    width: 100%;
    height: 128px;
  }

  #pickup .ttls .sub {
    font-size: 1.6rem;
    padding: 6px 20px;
    border-radius: 5px;
    margin: 40px auto 5px;
  }

  #pickup .ttls .h2txt {
    font-size: 3.0rem;
  }

  #pickup .ttls .h2txt .s_txt {
    font-size: 2.2rem;
  }


}

/* ==============================
shopWrap
============================== */
.shopWrap {
  display: flex;
  justify-content: space-between;
}

.shopWrap .mainShopWrap {
  border: 3px #34ac7d solid;
  border-radius: 10px;
  width: 55%;
  padding: 30px 30px 40px 30px;
  position: relative;
}

.shopWrap .mainShopWrap::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/img_reco01.png) no-repeat;
  background-size: 100%;
  width: 284px;
  height: 47px;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;

}


.shopWrap .mainShopWrap .mttl {
  font-size: 3.6rem;
  font-weight: 700;
  border-bottom: 1px #c6ccc9 solid;
  display: flex;
  height: 80px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.shopWrap .mainShopWrap .mttl::before {
  font-size: 3.6rem;
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  content: "1";
  width: 70px;
  height: 70px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  background: #34ac7d;
  color: #FFF;
}

.shopWrap .mainShopWrap .mttl span {
  font-size: 1.2rem;
  font-weight: 500;
  background: #f3f3f3;
  padding: 5px 10px;
  display: block;
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
.shopWrap .mainShopWrap .mttl {
    font-size: 3.0rem;
  }
    .shopWrap .mainShopWrap .mttl span {
width: 30%;
    }
}
@media screen and (max-width: 767px) {
  .shopWrap {
    flex-wrap: wrap;
  }

  .shopWrap .mainShopWrap {
    border-radius: 5px;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
  }

  .shopWrap .mainShopWrap::before {
    width: 239px;
    height: 40px;
    top: -38px;
  }

  .shopWrap .mainShopWrap .mttl {
    font-size: 2.8rem;
    height: auto;
    padding: 10px 0 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
        .shopWrap .mainShopWrap .mttl span {
          width: auto;
        }
  .shopWrap .mainShopWrap .mttl::before {
    font-size: 2.0rem;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .shopWrap .mainShopWrap .mttl span {
    margin-left: 0px;
  }

}

/* ==============================
infoBox
============================== */
.infoBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.infoBox .img {
  width: 40%;
  flex-shrink: 0;
}

.infoBox .txts {
  width: 57%;
}

.infoBox .txts .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #34ac7d;
}

.infoBox .txts .txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .infoBox {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }

  .infoBox .img {
    width: 65%;
    padding: 20px 0;
    margin: 0 auto;
  }

  .infoBox .txts {
    width: 100%;
  }

  .infoBox .txts .ttl {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }

  .infoBox .txts .txt {
    font-size: 1.4rem;
  }
}

/* ==============================
shopPoint
============================== */
.shopPoint {
  background: #f4f5f4;
  padding: 18px;
  margin-bottom: 30px;
}

.shopPoint ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shopPoint ul li {
  width: 32.5%;
  border: 2px #f1654e solid;
  color: #f1654e;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.mainShopWrap .link {

  text-align: center;
}

.mainShopWrap .link a {
  display: flex;
  width: 60%;
  background: linear-gradient(90deg, #e4a92f 0%, #f1664e 100%);
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: 1.6rem;
  font-weight: 700;
  color: #FFF;
  margin: 0 auto;
}
@media screen and (max-width: 1460px) {
.shopPoint ul li {
    width: 32.5%;
    font-size: 1.4rem;
    padding: 8px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {

  .shopPoint {
    padding: 10px;
    margin-bottom: 20px;
  }

  .shopPoint ul li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-size: 1.4rem;
    padding: 5px;
  }

  .mainShopWrap .link a {
    width: 100%;
    font-style: 1.6rem;
  }



}

/* ==============================
otherShopWrap
============================== */
.otherShopWrap {
  width: 44%;
}

.otherShopWrap .shopBox {
  border: 1px #c6ccc9 solid;
  border-radius: 10px;
  padding: 30px 30px 40px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.otherShopWrap .mttl {
  width: 100%;
  font-size: 3.6rem;
  font-weight: 700;
  border-bottom: 1px #c6ccc9 solid;
  display: flex;
  height: 70px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.otherShopWrap .mttl::before {
  font-size: 3.6rem;
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  background: #587679;
  color: #FFF;
}

.otherShopWrap .n02::before {
  content: "2";
}

.otherShopWrap .n03::before {
  content: "3";
}

.otherShopWrap .img {
  width: 40%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.otherShopWrap .txts {
  width: 57%;
}

.otherShopWrap .txts .shopPoint {
  margin-bottom: 0;
}

.otherShopWrap .txts .shopPoint ul {}

.otherShopWrap .txts .shopPoint ul li {
  width: 100%;
  margin-bottom: 8px;
  height: 30px;
}

.otherShopWrap .link {
  margin-top: 10px;
  text-align: right;
  width: 100%;
}

.otherShopWrap .link a {
  font-size: 1.4rem;
  color: #f1654e;
  font-weight: 500;
}
@media screen and (max-width: 1230px) {
  .otherShopWrap .txts .shopPoint ul li {
      padding: 5px;
      height: auto;
    }
}

@media screen and (max-width: 1180px) {
.otherShopWrap .mttl {
  font-size: 3.2rem;
}
}
@media screen and (max-width: 1028px) {
  .otherShopWrap .mttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .otherShopWrap {
    width: 100%;
  }

  .otherShopWrap .shopBox {
    padding: 20px;
    margin-bottom: 20px;
  }

  .otherShopWrap .mttl {
    width: 100%;
    padding: 10px 0 20px;
    margin-bottom: 20px;
    font-size: 2.8rem;
    height: auto;
  }

  .otherShopWrap .mttl::before {
    font-size: 1.8rem;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .otherShopWrap .img {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
  }

  .otherShopWrap .txts {
    width: 100%;
  }

  /*.otherShopWrap .txts .shopPoint {
    margin-bottom: 18px;
  }*/

  .otherShopWrap .txts .shopPoint ul li {
    width: 100%;
    margin-bottom: 8px;
    height: 30px;
  }

  .otherShopWrap .link a {
    font-size: 1.4rem;
  }
}

/* ==============================
pickpoint
============================== */
#pickpoint {}

#pickpoint .inner {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 90px 0;
  position: relative;

}

#pickpoint .inner::before {
  position: absolute;
  content: "Pick Points";
  font-size: 13.0rem;
  color: #e1f3ec;
  top: 0;
  left: 0;
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  width: 945px;
  height: 128px;
  font-feature-settings: "palt";
  line-height: 1.2;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #pickpoint .inner {
    padding: 60px 0 40px 0;
    flex-wrap: wrap;
  }

  #pickpoint .inner::before {
    font-size: 4.7rem;
    width: 100%;
    height: 128px;
    text-align: center;
    top: 20px;
  }

}

/* ==============================
#pickpoint .ttls
============================== */
#pickpoint .ttls {
  padding: 55px 60px;
  width: clamp(480px, 35.55%, 35.55%);
  text-align: center;
}

#pickpoint .ttls .sub {
  font-size: 2.4rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

#pickpoint .ttls .h2txt {
  font-size: 4.2rem;
  font-weight: 700;
  color: #34ac7d;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

#pickpoint .ttls .img {}

#pickpoint .ttls .img img {
  width: auto;
  margin: 0 auto;
}


#pickpoint .txts {
  padding: 60px 0;
  width: 64.45%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  #pickpoint .ttls .h2txt {
      font-size: 3.8rem;
    }
}
@media screen and (max-width: 1080px) {
#pickpoint .ttls .sub {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 980px) {
  #pickpoint .ttls .h2txt {
      font-size: 3.2rem;
    }
}
@media screen and (max-width: 767px) {

  #pickpoint .ttls {
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  #pickpoint .ttls .sub {
    font-size: 2.0rem;
  }

  #pickpoint .ttls .h2txt {
    font-size: 3rem;
  }

  #pickpoint .ttls .img {
    width: 20%;
    z-index: 2;
  }

  #pickpoint .ttls .img img {
    width: auto;
    margin: 0 auto;
  }


  #pickpoint .txts {
    padding: 20px 0;
    width: 100%;
  }
}

/* ==============================
#pickpoint .ttls
============================== */
#pickpoint .txts {}

.pickpointBox {
  border: 1px #c6ccc9 solid;
  border-radius: 10px;
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 8px #f4f5f4;
}

.pickpointBox .ttl {
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.pickpointBox .ttl::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 2.0rem;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #34ac7d;
}

.pickpointBox .ttl.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-size: 2.0rem;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #34ac7d;
}

.pickpointBox .ttl .img {
  width: 13.25%;
  margin-right: 18px;
}

.pickpointBox .ttl .h3txt {
  width: 85%;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.pickpointBox .txt {
  display: none;
  padding-top: 25px;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (max-width: 1150px) {
.pickpointBox {
    padding: 20px 0px 20px 20px ;
  }
}
@media screen and (max-width: 1060px) {
.pickpointBox .ttl {
    justify-content: flex-start;
  }
.pickpointBox .ttl .h3txt {
  width: 80%;
  font-size: 2.0rem;
}
}
@media screen and (max-width: 767px) {
  .pickpointBox {
    padding: 15px;
    margin-bottom: 20px;
  }

  .pickpointBox .ttl::after {
    font-size: 2.0rem;
    right: 0px;
  }

  .pickpointBox .ttl.active::after {
    font-size: 2.0rem;
    right: 0px;
  }

  .pickpointBox .ttl .img {
    width: 20%;
    margin-right: 12px;
  }

  .pickpointBox .ttl .h3txt {
    width: 78%;
    font-size: 1.6rem;
    padding-right: 25px;
  }

  .pickpointBox .txt {
    padding-top: 15px;
  }
}

/* ==============================
recommend
============================== */
#recommend {
  background: #e2f7ef;
  padding: 90px 0;

}

#recommend .inner {
  border-top: 5px #34ac7d solid;
  padding: 70px 40px 70px;
  background: #FFF;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(40, 86, 88, 0.15);
}

#recommend .inner::before {
  position: absolute;
  content: "Recommend";
  font-size: 13.0rem;
  color: #e1f3ec;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  width: 1100px;
  height: 128px;
  font-feature-settings: "palt";
  line-height: 1.2;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #recommend {
    padding: 50px 0;
  }

  #recommend .inner {
    padding: 40px 10px 10px;
  }

  #recommend .inner::before {
    font-size: 4.3rem;
    top: 0px;
    width: 100%;
    height: 128px;
    top: 20px;
  }
}

/* ==============================
#recommend .ttls
============================== */
#recommend .ttls {
  text-align: center;
  margin-bottom: 40px;
}

#recommend .ttls .h2txt {
  font-size: 4.2rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

#recommend .stxt {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #recommend .ttls {
    margin-bottom: 30px;
  }

  #recommend .ttls .h2txt {
    font-size: 3rem;
  }

  #recommend .ttls .h2txt .s_txt {
    font-size: 2.2rem;
  }
}

/* ==============================
recommendTable
============================== */
.recommendTable {
  margin-bottom: 10px;
}

.recommendTable table {
  width: 1680px;
  overflow-y: scroll;
  border-top: 1px #c6ccc9 solid;
  border-left: 1px #c6ccc9 solid;
  table-layout: fixed;
  border-collapse: collapse;
}

.recommendTable table th {
  background: #e2f7ef;
  color: #34ac7d;
  text-align: center;
  font-weight: 700;
  padding: 8px 5px;
  border-right: 1px #c6ccc9 solid;
  border-bottom: 1px #c6ccc9 solid;
}

.recommendTable table .w01 {
  width: 250px;
}

.recommendTable table .w02 {
  width: 150px;
}

.recommendTable table .w03 {
  width: 100px;
}

.recommendTable table .w04 {
  width: 220px;
}

.recommendTable table tr:nth-child(even) {
  background: #f9fafa;
}

.recommendTable table td {
  text-align: center;
  font-weight: 500;
  padding: 10px;
  border-right: 1px #c6ccc9 solid;
  border-bottom: 1px #c6ccc9 solid;
  text-align: center;
  vertical-align: middle;
  height: 68px;
  font-size: 1.4rem;
}

.recommendTable table td .no {
  text-align: left;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.recommendTable table td .no::before {
  font-size: 1.6rem;
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  background: #587679;
  color: #FFF;
}

.recommendTable table td .n01::before {
  content: "1";
  background: #34ac7d;
}

.recommendTable table td .n02::before {
  content: "2";
}

.recommendTable table td .n03::before {
  content: "3";
}

.recommendTable table td .n04::before {
  content: "4";
}

.recommendTable table td .n05::before {
  content: "5";
}

.recommendTable table img {
  width: 100px;
  margin: 0 auto;
}

.recommendTable table .plus {
  background: #34ac7d;
  color: #FFF;
}

.recommendTable table .m01 {
  background: url("../images/ico_m01.png") no-repeat center center;
}

.recommendTable table .s01 {
  background: url("../images/ico_s01.png") no-repeat center center;
}

.recommendTable table .x01 {
  background: url("../images/ico_x02.png") no-repeat center center;
}

@media screen and (max-width: 767px) {
  .recommendTable {
    margin-bottom: 20px;
  }

  .recommendTable table {
    width: 1000px;

  }

  .recommendTable table td {
    height: 68px;
  }

  .recommendTable table img {
    width: 80px;
    margin: 0 auto;
  }

}

/* ==============================
pick
============================== */
.pick {
  text-align: center;
}

.pick img {
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pick img {
    width: 80%;
  }
}

/* ==============================
recomendShopWrap
============================== */
.recomendShopWrap {
  border: 3px #34ac7d solid;
  border-radius: 10px;
  padding: 37px;
  margin-bottom: 30px;
}


.recomendShopWrap.other {
  border: 3px #c6ccc9 solid;
}

@media screen and (max-width: 767px) {
  .recomendShopWrap {
    padding: 20px;
    margin-bottom: 30px;
  }

}

/* ==============================
infoBox
============================== */
.recomendShopWrap .infoBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.recomendShopWrap .infoBox .img {
  width: 30%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;

}

.recomendShopWrap .infoBox .img img {
  width: 250px;
}

.recomendShopWrap .infoBox .txts {
  width: 67%;
}

.recomendShopWrap .infoBox .txts .mttl {
  font-size: 3.6rem;
  font-weight: 700;
  border-bottom: 1px #c6ccc9 solid;
  display: flex;
  height: 80px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.recomendShopWrap .infoBox .txts .mttl::before {
  font-size: 3.6rem;
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  content: "1";
  width: 70px;
  height: 70px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  background: #34ac7d;
  color: #FFF;
}

.recomendShopWrap.other .infoBox .txts .mttl.no02::before {
  content: "2";
  background: #587679;
}

.recomendShopWrap.other .infoBox .txts .mttl.no03::before {
  content: "3";
  background: #587679;
}

.recomendShopWrap.other .infoBox .txts .mttl.no04::before {
  content: "4";
  background: #587679;
}

.recomendShopWrap.other .infoBox .txts .mttl.no05::before {
  content: "5";
  background: #587679;
}

.recomendShopWrap .infoBox .txts .mttl span {
  font-size: 2.4rem;
}

.recomendShopWrap .infoBox .txts .mttl .official {
  font-size: 1.2rem;
  font-weight: 500;
  background: #f3f3f3;
  padding: 5px 10px;
}

.recomendShopWrap .infoBox .txts .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #34ac7d;
}

.recomendShopWrap .infoBox .txts .txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1260px) {
.recomendShopWrap .infoBox .txts .mttl {
    font-size: 3.2rem;
    height: auto;
  }

.recomendShopWrap .infoBox .txts .mttl .official {
  font-size: 1.2rem;
  width: 20%;
  padding: 5px 10px;
}
}
@media screen and (max-width: 1150px) {
.recomendShopWrap .infoBox .txts .mttl span {
  width: 40%;
  padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .recomendShopWrap .infoBox {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }

  .recomendShopWrap .infoBox .img {
    width: 65%;

  }

  .recomendShopWrap .infoBox .img img {
    width: auto;
  }

  .recomendShopWrap .infoBox .txts {
    width: 100%;
  }

  .recomendShopWrap .infoBox .txts .mttl {
    font-size: 2.4rem;
    flex-wrap: wrap;
    height: auto;
  }

  .recomendShopWrap .infoBox .txts .mttl::before {
    font-size: 1.8rem;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }


  .recomendShopWrap .infoBox .txts .mttl span {
    font-size: 1.2rem;
    padding: 5px 10px;
    display: block;
    margin-top: 6px;
    width: auto;
  }
.recomendShopWrap .infoBox .txts .mttl .official {
  width: auto;
}
  .recomendShopWrap .infoBox .txts .ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .recomendShopWrap .infoBox .txts .txt {
    font-size: 1.4rem;
  }
}

/* ==============================
shopPoint
============================== */
.recomendShopWrap .acbtn01 {
  cursor: pointer;
  width: 35%;
  margin: 0 auto;
  background: #f3f3f3;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

.recomendShopWrap .acbtn01::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 2.0rem;
  font-weight: 900;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #34ac7d;
  line-height: 1;
}


.recomendShopWrap .acbtn02 {
  cursor: pointer;
  width: 35%;
  margin: 0 auto;
  background: #f3f3f3;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

.recomendShopWrap .acbtn02::after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-size: 2.0rem;
    font-weight: 900;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #34ac7d;
  line-height: 1;
}

.recomendShopWrap .acbox {
  display: none;
}

@media screen and (max-width: 767px) {
  .recomendShopWrap .acbtn01 {
    width: 90%;
  }

  .recomendShopWrap .acbtn02 {
    width: 90%;
  }
}

/* ==============================
shopPoint
============================== */
.recomendShopWrap .shopPoint {
  background: #f4f5f4;
  padding: 18px;
  margin-bottom: 30px;
}

.recomendShopWrap .shopPoint ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recomendShopWrap .shopPoint ul::after {
  content: "";
  width: 32.5%;
}


.recomendShopWrap .shopPoint ul li {
  width: 32.5%;
  border: 2px #f1654e solid;
  color: #f1654e;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}


.recomendShopWrap .mainShopWrap .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 47px;
}

.recomendShopWrap .mainShopWrap .link01 {
  text-align: center;
  width: 32%;
  margin-right: 10px;
}

.recomendShopWrap .mainShopWrap .link01 a {
  display: flex;
  width: 100%;
  background: url("../images/ico_offc01.png") no-repeat 25px center, #FFF;
  border: 1px #34ac7d solid;
  height: 70px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: 700;
  color: #34ac7d;
  position: relative;
}

.recomendShopWrap .mainShopWrap .link01 a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 1.6rem;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #34ac7d;
  line-height: 1;
}

.recomendShopWrap .mainShopWrap .link {
  text-align: center;
  width: 32%;
}

.recomendShopWrap .mainShopWrap .link a {
  display: flex;
  width: 100%;
  background: url("../images/ico_price01.png") no-repeat 25px center, linear-gradient(90deg, #e4a92f 0%, #f1664e 100%);
  height: 70px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFF;
  position: relative;
}

.recomendShopWrap .mainShopWrap .link a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 1.6rem;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #FFF;
  line-height: 1;
}


@media screen and (max-width: 767px) {
  .recomendShopWrap .shopPoint {
    padding: 10px;
    margin-bottom: 30px;
  }

  .recomendShopWrap .shopPoint ul li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .recomendShopWrap .mainShopWrap .btns {
    flex-wrap: wrap;
    margin-bottom: 47px;
  }

  .recomendShopWrap .mainShopWrap .link01 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .recomendShopWrap .mainShopWrap .link01 a {
    background: url("../images/ico_offc01.png") no-repeat 25px center/20px, #FFF;
    border: 1px #34ac7d solid;
    height: 55px;
    font-size: 1.6rem;
  }

  .recomendShopWrap .mainShopWrap .link01 a::after {
    font-size: 1.6rem;
    width: 16px;
    height: 16px;
    right: 8px;
  }

  .recomendShopWrap .mainShopWrap .link {
    width: 100%;
  }

  .recomendShopWrap .mainShopWrap .link a {
    background: url("../images/ico_price01.png") no-repeat 25px center/20px, linear-gradient(90deg, #e4a92f 0%, #f1664e 100%);
    height: 55px;
    font-size: 1.6rem;
  }

  .recomendShopWrap .mainShopWrap .link a::after {
    font-size: 1.6rem;
    width: 16px;
    height: 16px;
    right: 8px;
  }

}

/* ==============================
rerotxt
============================== */
.rerotxt {
  margin-bottom: 30px;
}

.rerotxt .h3txt {
  background: #f1f7f6;
  border-left: 10px #34ac7d solid;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 38px;
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.rerotxt .txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .rerotxt {
    margin-bottom: 20px;
  }

  .rerotxt .h3txt {
    border-left: 5px #34ac7d solid;
    font-size: 1.8rem;
    padding: 0 20px;
    height: 50px;
    margin-bottom: 15px;
  }

  .rerotxt .txt {
    font-size: 1.6rem;
  }
}

/* ==============================
reroinfo
============================== */
.reroinfo {
  margin-bottom: 40px;
}

.reroinfo .h3txt {
  background: #f1f7f6;
  border-left: 10px #34ac7d solid;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 38px;
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.reroinfo table {
  width: 100%;
  border-top: 1px #c6ccc9 solid;
  border-left: 1px #c6ccc9 solid;
  border-collapse: collapse;
}

.reroinfo table th {
  background: #e2f7ef;
  color: #34ac7d;
  text-align: center;
  font-weight: 700;
  padding: 8px 5px;
  border-right: 1px #c6ccc9 solid;
  border-bottom: 1px #c6ccc9 solid;
  vertical-align: middle;
  text-align: center;
  height: 60px;
}

.reroinfo table td {
  text-align: left;
  font-weight: 500;
  padding: 8px 30px;
  border-right: 1px #c6ccc9 solid;
  border-bottom: 1px #c6ccc9 solid;
  vertical-align: middle;
  height: 60px;
}


@media screen and (max-width: 767px) {
  .reroinfo {
    margin-bottom: 20px;
  }

  .reroinfo .h3txt {
    border-left: 5px #34ac7d solid;
    font-size: 1.8rem;
    padding: 0 20px;
    height: 50px;
    margin-bottom: 15px;
  }

  .reroinfo table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .reroinfo table th {
    width: 100%;
    padding: 8px 5px;
    height: auto;
  }

  .reroinfo table td {
    width: 100%;
    padding: 8px 5px;
    height: auto;
    font-size: 1.4rem;
  }
}


/* ==============================
mainPoint
============================== */
#checkpoint {
  padding-top: 60px;
  margin-bottom: 50px;
}

#checkpoint .inner {
  position: relative;
}

#checkpoint .inner::before {
  position: absolute;
  content: "Check point";
  font-size: 13.0rem;
  color: #e1f3ec;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  width: 1100px;
  height: 128px;
  font-feature-settings: "palt";
  line-height: 1.2;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #checkpoint {
    padding-top: 30px;
    margin-bottom: 30px;
  }

  #checkpoint .inner::before {
    font-size: 4.2rem;
    width: 100%;
    height: 128px;
    top: 20px;
  }
}

/* ==============================
#checkpoint .ttls
============================== */
#checkpoint .ttls {
  text-align: center;
  padding: 90px 0 0;
  margin-bottom: 72px;
}

#checkpoint .ttls .h2txt {
  font-size: 4.2rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #checkpoint .ttls {
    padding: 50px 0 0;
    margin-bottom: 30px;
  }

  #checkpoint .ttls .h2txt {
    font-size: 3rem;
  }
}

/* ==============================
checkpointWrap
============================== */
.checkpointWrap {
  box-shadow: 0px 5px 15px 0px rgba(40, 86, 88, 0.15);
  margin-bottom: 35px;
}

.checkpointWrap {
  padding: 40px;

}

.checkpointWrap .h3txt {
  background: #f1f7f6;
  border-left: 10px #34ac7d solid;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 38px;
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkpointWrap .txt {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 40px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .checkpointWrap {
    margin-bottom: 20px;
    padding: 20px;
  }

  .checkpointWrap .h3txt {
    border-left: 5px #34ac7d solid;
    font-size: 1.8rem;
    padding: 20px;
    height: auto;
    margin-bottom: 15px;
  }

  .checkpointWrap .txt {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
}

/* ==============================
column
============================== */
#column {
  margin-bottom: 170px;
}

#column .inner {
  position: relative;
}

#column .inner::before {
  position: absolute;
  content: "Column";
  font-size: 13.0rem;
  color: #e1f3ec;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  width: 1100px;
  height: 128px;
  font-feature-settings: "palt";
  line-height: 1.2;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #column {
    padding-top: 30px;
    margin-bottom: 30px;
  }

  #column .inner::before {
    font-size: 4.2rem;
    width: 100%;
    height: 128px;
    top: 20px;
  }



}

/* ==============================
#column .ttls
============================== */
#column .ttls {
  text-align: center;
  padding: 90px 0 0;
  margin-bottom: 72px;
}

#column .ttls .h2txt {
  font-size: 4.2rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}


@media screen and (max-width: 767px) {
  #column .ttls {
    padding: 50px 0 0;
    margin-bottom: 30px;
  }

  #column .ttls .h2txt {
    font-size: 3rem;
  }

}

/* ==============================
columnWrap
============================== */
.columnWrap {
  box-shadow: 0px 5px 15px 0px rgba(40, 86, 88, 0.15);
  margin-bottom: 35px;
}

.columnWrap .cttl {
  background: #34ac7d;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 10px 38px;
  display: flex;
  align-items: center;
  color: #FFF;
}

.columnWrap .columnBox {
  padding: 40px;

}

.columnWrap .columnBox .h3txt {
  background: #f1f7f6;
  border-left: 10px #34ac7d solid;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 38px;
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.columnWrap .columnBox .txt {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 40px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .columnWrap {
    margin-bottom: 20px;
  }

  .columnWrap .cttl {
    font-size: 2.0rem;
    padding: 10px 20px;
  }

  .columnWrap .columnBox {
    padding: 20px;

  }

  .columnWrap .columnBox .h3txt {
    border-left: 5px #34ac7d solid;
    font-size: 1.8rem;
    padding: 20px;
    height: auto;
    margin-bottom: 15px;
  }

  .columnWrap .columnBox .txt {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }


}

/* ==============================
columnWrap
============================== */

.showbtn {
  cursor: pointer;
  width: 45%;
  margin: 0 auto 20px auto;
  background: #34ac7d;
  color: #FFF;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

.showbtn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 2.0rem;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #FFF;
  line-height: 1;
}

.othervender {
  display: none;
}

.closebtn {
  width: 45%;
  margin: 0 auto;
  background: #666;
  color: #FFF;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

.closebtn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-size: 2.0rem;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #FFF;
  line-height: 1;
}


.othervender .recomendShopWrap .infoBox .txts .mttl::before {
  content: "";
  width: 0;
  height: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {

  .showbtn {
    width: 80%;
  }


  .closebtn {
    width: 80%;
  }


}