/*/////---example---//////
    html:lang(en) {
      body {}
    }
*/
/* =====================================================================


  


===================================================================== */
.onlineShopIndex .contsWrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1330px) {
  .onlineShopIndex .contsWrapper {
    margin-bottom: 10.90909%;
  }
}

.onlineShopIndex .searchSection {
  position: relative;
  font-size: 1rem;
}

@media only screen and (max-width: 1330px) {
  .onlineShopIndex .searchSection {
    font-size: 14px;
    font-size: calc(0.875rem + 2 * (100vw - 768px) / 562);
  }
}

.onlineShopIndex .searchSection__inner {
  max-width: 1100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  margin: 110px auto 0;
  position: relative;
}

.onlineShopIndex .searchSection__inner .omiseP__logo__area {
  width: 241px;
  height: auto;
  margin: 0 auto 30px;
}

.onlineShopIndex .searchSection__inner .omiseP__logo__area img {
  width: 100%;
  height: auto;
}

.onlineShopIndex .searchSection__inner .searchSection__lead {
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.onlineShopIndex .searchSection__inner .onlineShop__link {
  display: inline-block;
  min-width: 321px;
  margin-top: 25px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #ccc;
}

.onlineShopIndex .searchSection__inner .onlineShop__link a {
  color: inherit;
  font-weight: normal;
  background-color: #fff;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}

.onlineShopIndex .searchSection__inner .onlineShop__link a:hover {
  background-color: #f8f8f8;
}

.onlineShopIndex .searchSection__inner .onlineShop__link a:before {
  background-color: transparent;
}

.onlineShopIndex .searchSection__inner .onlineShop__link a[target="_blank"]:after {
  width: 19px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 14"><path fill="%23cccccc" d="M3,0v3H0v11h13v-3h3V0H3z M12,13H1V6h2v5h9V13z M15,10H4V3h11V10z" /></svg>');
  background-repeat: no-repeat;
  right: 20px;
}

@media only screen and (max-width: 1330px) {
  .onlineShopIndex .searchSection__inner .onlineShop__link a[target="_blank"]:after {
    right: 6.23053%;
    width: 5.919%;
    height: 34.49019%;
  }
}

.onlineShopIndex .resultSection {
  position: relative;
  font-size: 1rem;
}

@media only screen and (max-width: 1330px) {
  .onlineShopIndex .resultSection {
    font-size: 14px;
    font-size: calc(0.875rem + 2 * (100vw - 768px) / 562);
  }
}

.onlineShopIndex .resultSection .sectionHeader:before {
  right: 40%;
}

.onlineShopIndex .resultSection .resultSection__header {
  text-align: left;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1330px) {
  .onlineShopIndex .resultSection .resultSection__header {
    margin-bottom: 1.81818%;
  }
}

.onlineShopIndex .resultSection .resultSection__inner {
  background-color: #fff;
}

.onlineShopIndex .resultSection .resultSection__inner .resultSection__txt {
  max-width: 1040px;
  font-size: 0.88rem;
  padding: 0 30px;
  margin: 0 auto 55px;
}

@media only screen and (max-width: 1330px) {
  .onlineShopIndex .resultSection .resultSection__inner .resultSection__txt {
    font-size: 12px;
    font-size: calc(0.75rem + 2 * (100vw - 768px) / 562);
    padding: 0 2.72727%;
    margin-bottom: 5%;
  }
}

.onlineShopIndex .resultSection .resultSection__inner .shopList {
  max-width: 1100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 135px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1330px) {
  .onlineShopIndex .resultSection .resultSection__inner .shopList {
    padding: 0 10.45455%;
  }
}

.onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem {
  width: calc(47.9518% - 2px);
  padding: 0;
  border: 1px solid #ccc;
  margin-top: 30px;
}

@media only screen and (max-width: 1330px) {
  .onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem {
    margin-top: 3.61446%;
  }
}

.onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem:first-of-type, .onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem:nth-of-type(2) {
  margin-top: 0;
}

.onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem:nth-of-type(even) {
  margin-left: 4.0964%;
}

.onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem a {
  text-decoration: none;
  padding: 0 20px 0 29px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.375;
  color: inherit;
  font-weight: normal;
  background-color: #fff;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}

@media only screen and (max-width: 1330px) {
  .onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem a {
    padding: 0 5% 0 7.25%;
    min-height: 4.51128vw;
  }
}

@media only screen and (max-width: 1100px) {
  .onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem a {
    min-height: 5.45455vw;
  }
}

.onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem a:hover {
  background-color: #f8f8f8;
}

.onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem a:before {
  background-color: transparent;
}

.onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem a[target="_blank"]:after {
  width: 19px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 14"><path fill="%23cccccc" d="M3,0v3H0v11h13v-3h3V0H3z M12,13H1V6h2v5h9V13z M15,10H4V3h11V10z" /></svg>');
  background-repeat: no-repeat;
  right: 20px;
}

@media only screen and (max-width: 1330px) {
  .onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem a[target="_blank"]:after {
    right: 5%;
    width: 4.75%;
    height: 26.66667%;
  }
}

@media only screen and (max-width: 767px) {
  .onlineShopIndex .contsWrapper {
    margin-bottom: 10.66667%;
  }
  .onlineShopIndex .searchSection {
    font-size: 3.46667vw;
  }
}

@media only screen and (max-width: 767px) and (min-width: 601px) {
  .onlineShopIndex .searchSection {
    font-size: 20.8px;
  }
}

@media only screen and (max-width: 767px) {
  .onlineShopIndex .searchSection__inner {
    padding: 0 5.33333%;
    margin: 16% auto 0;
  }
  .onlineShopIndex .searchSection__inner .omiseP__logo__area {
    width: 63.2%;
    max-width: 212px;
  }
  .onlineShopIndex .searchSection__inner .omiseP__logo__area img {
    width: 100%;
    height: auto;
  }
  .onlineShopIndex .searchSection__inner .searchSection__lead {
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
  .onlineShopIndex .searchSection__inner .onlineShop__link {
    display: block;
    min-width: 321px;
    margin-top: 25px;
    margin-left: 0;
  }
  .onlineShopIndex .searchSection__inner .onlineShop__link a {
    letter-spacing: 0.075em;
  }
  .onlineShopIndex .searchSection__inner .onlineShop__link a[target="_blank"]:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 14"><path fill="%23cccccc" d="M3,0v3H0v11h13v-3h3V0H3z M12,13H1V6h2v5h9V13z M15,10H4V3h11V10z" /></svg>');
    background-repeat: no-repeat;
    right: 4.77612%;
    width: 5.919%;
    width: 4.98442%;
  }
  .onlineShopIndex .resultSection {
    position: relative;
    font-size: 1.6vw;
  }
}

@media only screen and (max-width: 767px) and (min-width: 601px) {
  .onlineShopIndex .resultSection {
    font-size: 9.6px;
  }
}

@media only screen and (max-width: 767px) {
  .onlineShopIndex .resultSection .sectionHeader:before {
    right: 16%;
  }
  .onlineShopIndex .resultSection .sectionHeader .sectionHeader__title {
    letter-spacing: -0.05em;
  }
  .onlineShopIndex .resultSection .resultSection__header {
    margin-bottom: 2.67%;
  }
  .onlineShopIndex .resultSection .resultSection__inner .resultSection__txt {
    max-width: inherit;
    font-size: 2.66667vw;
    padding: 0 5.33333%;
    margin-bottom: 10.13333%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 601px) {
  .onlineShopIndex .resultSection .resultSection__inner .resultSection__txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .onlineShopIndex .resultSection .resultSection__inner .shopList {
    max-width: inherit;
    padding: 0 5.33333%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem {
    width: calc(100% - 2px);
    padding: 0;
    margin-top: 6.26866%;
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 767px) and (min-width: 601px) {
  .onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem {
    font-size: 19.2px;
  }
}

@media only screen and (max-width: 767px) {
  .onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem:first-of-type {
    margin-top: 0;
  }
  .onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem:nth-of-type(2) {
    margin-top: 6.26866%;
  }
  .onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem:nth-of-type(even) {
    margin-left: 0;
  }
  .onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem a {
    padding: 0 4.77612% 0 6.41791%;
    min-height: 16vw;
    line-height: 1.5;
    letter-spacing: 0.075em;
  }
  .onlineShopIndex .resultSection .resultSection__inner .shopList .onlineShopItem a[target="_blank"]:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 14"><path fill="%23cccccc" d="M3,0v3H0v11h13v-3h3V0H3z M12,13H1V6h2v5h9V13z M15,10H4V3h11V10z" /></svg>');
    background-repeat: no-repeat;
    right: 4.77612%;
  }
}
