.shop {
  position: relative;
  padding: 45px 25px;
}

@media (min-width: 996px) {
  .shop {
    padding-top: 60px;
  }
}

.wtb {
  padding-top: 40px;
}

.wtb__box {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

.wtb__list {
  padding-bottom: 20px;
}

.tbList {
  border-radius: 30px;
  overflow: hidden;
  background: #eee;
  text-align: center;
}

@media (min-width: 996px) {
  .tbList {
    display: table;
    border-collapse: collapse;
    width: 100%;
  }
}

.tbList .th {
  display: none;
  color: #fff;
  padding: 15px;
  background: linear-gradient(45deg, #7c5d1c, #ebd181, #ac8127, #d8d29d, #c49635);
}

.tbList .th.noline {
  border: none;
}

@media (min-width: 996px) {
  .tbList .th {
    display: table-cell;
    border-left: #fff 1px solid;
  }
  .tbList .th:first-child {
    border: none;
  }
}

.tbList .tr {
  padding: 15px;
}

@media (min-width: 996px) {
  .tbList .tr {
    display: table-row;
    padding: 0;
    border-bottom: #ccc 1px solid;
  }
  .tbList .tr:first-child {
    background: url("../images/kv-bg.jpg") center right no-repeat ;
    background-size: cover;
  }
  .tbList .tr:last-child {
    border: none;
  }
}

@media (min-width: 996px) {
  .tbList .td {
    display: table-cell;
    padding: 10px;
  }
}

.tbList .title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}

.tbList .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: linear-gradient(45deg, #7c5d1c, #ebd181, #ac8127, #d8d29d, #c49635);
}

.tbList .link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icon-link.svg") center center no-repeat ;
  background-size: cover;
}

.tbList .link:hover {
  background: #d8d29d;
}

.tbList .googlemap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: linear-gradient(45deg, #7c5d1c, #ebd181, #ac8127, #d8d29d, #c49635);
}

.tbList .googlemap::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icon-wtb.svg") center center no-repeat ;
  background-size: cover;
}

.tbList .googlemap:hover {
  background: #d8d29d;
}

@media (min-width: 996px) {
  .tbList .show__mobile {
    display: none;
  }
}

.tbList .show__desktop {
  display: none;
}

@media (min-width: 996px) {
  .tbList .show__desktop {
    display: table-cell;
  }
}

.shopList {
  background: linear-gradient(45deg, #7c5d1c, #ebd181, #ac8127, #d8d29d, #c49635);
  border-radius: 30px;
  overflow: hidden;
}

.toggleBox {
  display: none;
  background: linear-gradient(45deg, #f2e8d4, #ebd181, #ac8127, #d8d29d, #f3efe7);
  padding: 0 3px;
  color: #3a2707;
}

.wtb__box-info {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-bottom: #5e4827 1px solid;
  color: #fff;
}

.wtb__box-title {
  display: none;
}

@media (min-width: 996px) {
  .wtb__box-title {
    display: table;
    width: 100%;
    border-collapse: collapse;
    color: #07032a;
  }
  .wtb__box-title li {
    display: table-cell;
    border-right: #fff 1px solid;
    padding: 10px;
  }
  .wtb__box-title li:nth-child(1) {
    width: 15%;
  }
  .wtb__box-title li:nth-child(2) {
    width: 15%;
  }
  .wtb__box-title li:nth-child(3) {
    width: 15%;
  }
  .wtb__box-title li:nth-child(4) {
    border-right: none;
  }
}

.wtb__box-content {
  background: #fff;
  padding: 10px;
}

@media (min-width: 996px) {
  .wtb__box-content {
    padding: 0;
    display: table;
    border-collapse: collapse;
    width: 100%;
    border-bottom: #ccc 1px solid;
  }
}

.wtb__box-content a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: linear-gradient(45deg, #7c5d1c, #ebd181, #ac8127, #d8d29d, #c49635);
}

.wtb__box-content a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icon-link.svg") center center no-repeat ;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wtb__box-content a:hover {
  background: #d8d29d;
}

.wtb__box-content li {
  position: relative;
  padding: 10px;
}

.wtb__box-content li:first-child {
  font-weight: bold;
}

.wtb__box-content li:last-child {
  padding-left: 50px;
}

.wtb__box-content li:last-child a {
  position: absolute;
  left: 0;
  top: 10px;
}

@media (min-width: 996px) {
  .wtb__box-content li {
    display: table-cell;
    min-height: 70px;
  }
  .wtb__box-content li:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .wtb__box-content li:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .wtb__box-content li:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .wtb__box-content li:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    padding: 10px 50px 10px 10px;
  }
  .wtb__box-content li:last-child a {
    left: auto;
    right: 0;
  }
}

@media (min-width: 996px) {
  .wtb__box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mail-contact {
  text-align: center;
  padding: 25px 25px 80px;
  color: #fff;
}

.mail-contact a {
  color: #000;
  text-decoration: underline;
  background: linear-gradient(45deg, #7c5d1c, #ebd181, #ac8127, #d8d29d, #c49635);
}

.mail-contact a:hover {
  text-decoration: none;
  background: #ebd181;
}

.join {
  padding-bottom: 40px;
}

@media (min-width: 996px) {
  .join {
    padding-bottom: 80px;
  }
}

.join__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  margin-top: 40px;
}

.join__flex a {
  color: #ebd181;
  width: 80px;
}

.join__flex a:hover {
  text-decoration: underline;
}

@media (min-width: 996px) {
  .join__flex a {
    width: 150px;
    margin: 0 auto;
  }
}

.join__flex p {
  padding-top: 10px;
  text-align: center;
}

.buyNow .hatch__flexBoxTxt-price {
  text-stroke: 1px;
}

.buyNow .hatch__flexBoxTxt-price span {
  font-size: 17px;
}

.buyNow .hatch__flexBoxTxt-price span em {
  font-size: 36px;
  text-stroke: 1px #c0c0c0;
}

.hatch__flexBoxTxt-note {
  margin-bottom: 15px;
}

.buyNow .hatch__flexBoxPic-toplogo img {
  width: 75px;
}

.buyNow .hatch__flexBoxPic-toplogo {
  position: absolute;
  top: 15px;
  left: 15px;
}

@media (min-width: 996px) {
  .buyNow .selectarea__filter-item {
    font-size: 16px;
  }
  .buyNow .hatch__flexBoxTxt-title {
    margin-bottom: 0;
  }
  .hatch__flexBoxPic-product {
    padding-top: 40px;
  }
  .hatch__flexBoxTxt-gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40%;
  }
}

.terms__title {
  background: #1a1a1a;
  text-align: center;
  padding: 5px;
  margin: 25px auto 15px;
}

.terms ul {
  margin-left: 25px;
}

.terms ul li {
  list-style: lower-latin;
}

.terms ul li ol li {
  list-style: disc;
}

.info {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 25px 60px;
  font-size: 18px;
}

@media (min-width: 996px) {
  .info {
    font-size: 24px;
  }
  .info span {
    display: block;
  }
}

.info strong {
  font-size: 150%;
  color: transparent;
  background: linear-gradient(45deg, #eddd4a, #f00);
  background-clip: text;
  -webkit-animation: 1s breathe infinite ease-in-out;
          animation: 1s breathe infinite ease-in-out;
}

.noteice {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 25px 60px;
  font-size: 16px;
}

@-webkit-keyframes breathe {
  0%, 100% {
    text-shadow: #f00 0 0 10px;
  }
  50% {
    text-shadow: #f5ea14 0 0 30px;
  }
}

@keyframes breathe {
  0%, 100% {
    text-shadow: #f00 0 0 10px;
  }
  50% {
    text-shadow: #f5ea14 0 0 30px;
  }
}
/*# sourceMappingURL=main-ph.css.map */