#shopWrapper .basicbtn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media only screen and (max-width: 430px) {
  #shopWrapper .basicbtn__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
#shopWrapper .basicbtn__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 430px) {
  #shopWrapper .basicbtn__inner {
    height: auto;
  }
}
#shopWrapper .section1 {
  background-image: url(../img/bg-head.jpg);
  background-size: cover;
  height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  row-gap: 24px;
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section1 {
    height: auto;
    padding: 100px 0 60px 0;
  }
}
#shopWrapper .section1__icon {
  display: inline-block;
  margin: 0 auto 32px;
  border: solid 2px var(--black);
  background-color: var(--bg-white);
  padding: 12px;
  border-radius: 36px;
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section1__icon {
    border-radius: 24px;
  }
}
#shopWrapper .section1__icon.yellowshadow {
  -webkit-box-shadow: 10px 10px 0px -5px #f9c81b;
          box-shadow: 10px 10px 0px -5px #f9c81b;
}
#shopWrapper .section1__icon img {
  width: 140px;
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section1__icon img {
    width: 80px;
  }
}
#shopWrapper .section1__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
#shopWrapper .section1__title p:nth-of-type(1) {
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  #shopWrapper .section1__title p:nth-of-type(1) {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section1__title p:nth-of-type(1) {
    font-size: 32px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section1__title p:nth-of-type(1) {
    font-size: 24px;
  }
}
#shopWrapper .section1__title p:nth-of-type(2) {
  font-size: 40px;
  line-height: 1;
  font-family: "Ropa Sans", sans-serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #shopWrapper .section1__title p:nth-of-type(2) {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section1__title p:nth-of-type(2) {
    font-size: 32px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section1__title p:nth-of-type(2) {
    font-size: 24px;
  }
}
#shopWrapper .section1__title p:nth-of-type(2) span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  margin-left: 6px;
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section1__title p:nth-of-type(2) span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section1__title p:nth-of-type(2) span {
    font-size: 20px;
  }
}
#shopWrapper .section1__txt {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  line-height: 2.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section1__txt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section1__txt {
    font-size: 16px;
    line-height: 1.8;
  }
}
#shopWrapper .section2 {
  padding: 100px 0;
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2 {
    padding: 60px 0;
  }
}
#shopWrapper .section2 article {
  margin-bottom: 60px;
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2 article {
    margin-bottom: 40px;
  }
}
#shopWrapper .section2 article:nth-of-type(3) {
  margin-bottom: 20px;
}
#shopWrapper .section2 article .intro {
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2 article .intro {
    padding-bottom: 40px;
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
#shopWrapper .section2 article .intro span {
  display: inline-block;
  text-align: right;
}
#shopWrapper .section2 article .intro::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  height: 1px;
  background-color: var(--bg-black);
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2 article .intro::before {
    width: 100px;
  }
}
#shopWrapper .section2 article .lead {
  text-align: center;
  margin-bottom: 40px;
}
#shopWrapper .section2__headline {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section2__headline {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__headline {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__headline {
    margin-bottom: 20px;
  }
}
#shopWrapper .section2__headline span {
  font-size: 36px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section2__headline span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__headline span {
    font-size: 22px;
  }
}
#shopWrapper .section2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4%;
  }
}
#shopWrapper .section2__list ul {
  border: solid 1px var(--black);
  border-radius: 24px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__list ul {
    width: 48%;
    padding: 16px;
    margin-bottom: 4%;
  }
}
#shopWrapper .section2__list ul li:nth-of-type(1) {
  font-size: 40px;
  line-height: 1;
  font-family: "Ropa Sans", sans-serif;
  font-weight: bold;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #shopWrapper .section2__list ul li:nth-of-type(1) {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section2__list ul li:nth-of-type(1) {
    font-size: 32px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__list ul li:nth-of-type(1) {
    font-size: 24px;
  }
}
#shopWrapper .section2__list ul li:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: var(--bg-black);
}
#shopWrapper .section2__list ul li:nth-of-type(2) {
  text-align: center;
}
#shopWrapper .section2__list ul li:nth-of-type(3) {
  margin-top: 12px;
}
#shopWrapper .section2 .basic-table td {
  text-align: center;
}
#shopWrapper .section2 .basic-table th {
  font-weight: 500;
  background-color: var(--bg-secondary-light);
  text-align: center;
}
#shopWrapper .section2__stamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__stamp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
#shopWrapper .section2__stamp.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#shopWrapper .section2__stamp:nth-of-type(1) {
  margin-bottom: 60px;
}
#shopWrapper .section2__stamp--inner {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
  padding: 32px;
  border: solid 1px var(--black);
  background-color: var(--text-green-light);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__stamp--inner {
    width: 100%;
    padding: 16px;
  }
}
#shopWrapper .section2__stamp--inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
#shopWrapper .section2__stamp--inner dl dt {
  font-size: 28px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-image: url(../img/shop-img22.png);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section2__stamp--inner dl dt {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__stamp--inner dl dt {
    font-size: 20px;
  }
}
#shopWrapper .section2__stamp--inner dl dt span {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1;
  background-color: var(--bg-black);
  color: var(--text-light);
  display: inline-block;
  padding: 6px 10px 8px;
  border-radius: 4px;
  margin-left: 12px;
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section2__stamp--inner dl dt span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__stamp--inner dl dt span {
    font-size: 14px;
  }
}
#shopWrapper .section2__stamp--inner dl dd {
  margin-bottom: 16px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
#shopWrapper .section2__stamp--inner dl dd.chusen {
  padding-right: 16px;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section2__stamp--inner dl dd.chusen {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__stamp--inner dl dd.chusen {
    font-size: 18px;
    letter-spacing: 0;
  }
}
#shopWrapper .section2__stamp--inner dl dd.chusen span {
  padding: 0 8px;
}
#shopWrapper .section2__stamp--inner dl dd.chusen span img {
  width: 63px;
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section2__stamp--inner dl dd {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__stamp--inner dl dd {
    font-size: 12px;
  }
}
#shopWrapper .section2__stamp--inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#shopWrapper .section2__stamp--inner ul li {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
#shopWrapper .section2__stamp--inner ul li.information {
  background-color: #bce7cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}
#shopWrapper .section2__stamp--inner ul li p.txt {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  line-height: 1.6;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section2__stamp--inner ul li p.txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__stamp--inner ul li p.txt {
    font-size: 12px;
  }
}
#shopWrapper .section2__stamp--inner ul li p.photo {
  background-color: var(--bg-white);
}
#shopWrapper .section2__stamp--inner ul li p.subtxt {
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section2__stamp--inner ul li p.subtxt {
    font-size: 11px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__stamp--inner ul li p.subtxt {
    font-size: 10px;
  }
}
#shopWrapper .section2__stamp--inner ul li.single {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
#shopWrapper .section2__stamp--inner ul li.single.selectitem img {
  width: 100%;
}
#shopWrapper .section2__stamp--inner ul li.single img {
  width: 180px;
}
#shopWrapper .section2__stamp--inner ul li.single p:nth-of-type(1) {
  text-align: center;
}
#shopWrapper .section2__stamp--inner ul li.single p:nth-of-type(3) {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  line-height: 1.6;
  text-align: justify;
  background-color: #bce7cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}
@media only screen and (max-width: 768px) {
  #shopWrapper .section2__stamp--inner ul li.single p:nth-of-type(3) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  #shopWrapper .section2__stamp--inner ul li.single p:nth-of-type(3) {
    font-size: 12px;
  }
}