@charset "UTF-8";
/* fv */
#app #fv {
  background-color: #f7f8fc;
  background-image: url("../images/fv/fv-sp.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100%;
  padding: 32px 26px;
}
@media (min-width: 600px) {
  #app #fv {
    background-image: url("../images/fv/fv.png");
    background-size: auto 100%;
    padding: 46px 0;
  }
}
#app #fv h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(7.69vw, 49px);
  margin: 0;
}
#app #fv p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(3.33vw, 18px);
  margin-bottom: 13px;
}
#app #fv img {
  margin: min(1.53vw, 17px) 0;
  height: auto;
}
#app #fv small {
  display: inline-block;
  font-size: min(2.56vw, 13px);
  letter-spacing: 1px;
  text-align: left;
}
#app #fv small a {
  color: #9441ff;
  text-decoration: underline;
}
#app #fv .inner {
  padding: 0;
}
#app #fv .fv-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 22px 26px 17px;
  max-width: 693px;
}
@media (min-width: 600px) {
  #app #fv .fv-box {
    background: none;
    text-align: left;
    padding: 0;
  }
}

/* pageNav */
#app #pageNav {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  background: #49055a;
  z-index: 2;
}
@media (min-width: 600px) {
  #app #pageNav {
    top: 55px;
  }
}
#app #pageNav .pageNav-inner {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
@media (min-width: 600px) {
  #app #pageNav .pageNav-inner {
    max-width: 1120px;
  }
}
#app #pageNav .pageNav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  flex: 33.333%;
}
#app #pageNav .pageNav-item:nth-child(3), #app #pageNav .pageNav-item:nth-child(6) {
  border-right: none;
}
#app #pageNav .pageNav-item:nth-child(n+4) {
  border-bottom: none;
}
@media (min-width: 600px) {
  #app #pageNav .pageNav-item {
    flex: auto;
    border: none;
  }
  #app #pageNav .pageNav-item::before {
    content: "";
    width: 1px;
    height: 53px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #app #pageNav .pageNav-item:last-child::before {
    content: none;
  }
}
#app #pageNav .pageNav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 52px;
  color: #fff;
  font-size: min(3.33vw, 15px);
  padding-right: 16px;
}
@media (min-width: 600px) {
  #app #pageNav .pageNav-item a {
    height: 75px;
    padding-right: 38px;
  }
}
#app #pageNav .pageNav-item a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  background: url(../images/common/arrow-pageNav.svg) no-repeat;
  background-size: 10px 10px;
  background-position: center;
  content: "";
  width: 10px;
  height: 10px;
}
@media (min-width: 600px) {
  #app #pageNav .pageNav-item a::after {
    right: 15px;
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
  }
}

/* pageLead */
#app #pageLead .inner {
  padding-top: min(12.82vw, 110px);
  padding-bottom: min(12.82vw, 92px);
}
#app #pageLead h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(6.41vw, 35px);
  line-height: 1.45;
  margin-bottom: min(3.84vw, 26px);
}
#app #pageLead h2 span {
  font-size: 28px;
}
#app #pageLead p {
  font-size: min(3.84vw, 16px);
  text-align: left;
  margin: min(3.84vw, 26px) auto 0;
}
#app #pageLead a {
  display: block;
  max-width: 680px;
  margin: min(5.12vw, 46px) auto 0;
}

/* ranking */
#app #ranking {
  background: url(../images/common/bg-ranking.png) repeat-y 100% 100% rgba(211, 211, 211, 0.5);
  padding-top: min(16.66vw, 100px);
  padding-bottom: min(16.66vw, 100px);
}
@media (min-width: 600px) {
  #app #ranking .inner {
    padding: 0;
  }
}
@media (min-width: 600px) {
  #app #ranking .ranking-items {
    display: flex;
    justify-content: space-between;
  }
}
#app #ranking .ranking-items-item {
  border-radius: 8px;
  border: 1px solid #2e2b3e;
  background: #fff;
  padding: 34px 20px 36px;
  position: relative;
}
#app #ranking .ranking-items-item a {
  position: relative;
}
#app #ranking .ranking-items-item span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background: #7d5508;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 25px;
  font-weight: 500;
}
#app #ranking .ranking-items-item span.rank1 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 25px;
  width: 41px;
  height: 46px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2246%22%20viewBox%3D%220%200%2041%2046%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0%200H41V36.6122L20.5%2046L0%2036.6122V0Z%22%20fill%3D%22url(%23paint0_linear_127_405)%22%2F%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22paint0_linear_127_405%22%20x1%3D%2220.5%22%20y1%3D%220%22%20x2%3D%2220.5%22%20y2%3D%2246%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%3Cstop%20stop-color%3D%22%23D6C074%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23DEBD49%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-size: 100%;
}
#app #ranking .ranking-items-item span.rank2 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 25px;
  width: 41px;
  height: 46px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2246%22%20viewBox%3D%220%200%2041%2046%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0%200H41V36.6122L20.5%2046L0%2036.6122V0Z%22%20fill%3D%22url(%23paint0_linear_127_429)%22%2F%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22paint0_linear_127_429%22%20x1%3D%2220.5%22%20y1%3D%220%22%20x2%3D%2220.5%22%20y2%3D%2246%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%3Cstop%20stop-color%3D%22%23B8B8B8%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23A7A7A7%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-size: 100%;
}
#app #ranking .ranking-items-item span.rank3 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 25px;
  width: 41px;
  height: 46px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2246%22%20viewBox%3D%220%200%2041%2046%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0%200H41V36.6122L20.5%2046L0%2036.6122V0Z%22%20fill%3D%22url(%23paint0_linear_127_452)%22%2F%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22paint0_linear_127_452%22%20x1%3D%2220.5%22%20y1%3D%220%22%20x2%3D%2220.5%22%20y2%3D%2246%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%20%3Cstop%20stop-color%3D%22%23BC6310%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239F4D00%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-size: 100%;
}
#app #ranking .ranking-items-item:nth-child(n+2) {
  margin-top: 30px;
}
@media (min-width: 600px) {
  #app #ranking .ranking-items-item {
    max-width: 310px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
  }
  #app #ranking .ranking-items-item:nth-child(n+2) {
    margin-top: 0;
  }
}
#app #ranking .ranking-items--scroll {
  display: flex;
  flex-wrap: nowrap;
  background: none;
  overflow-x: auto;
  padding: 0 20px 5px 0;
  margin: 73px 0 0 20px;
}
@media (min-width: 600px) {
  #app #ranking .ranking-items--scroll {
    justify-content: space-between;
    width: 100%;
    max-width: 1120px;
    padding: 0;
    margin: auto;
    overflow: inherit;
    flex-wrap: wrap;
  }
}
#app #ranking .ranking-items--scroll .ranking-items-item {
  border: none;
  background: none;
  padding: 0;
  margin-top: 0;
  flex: 0 0 250px;
}
#app #ranking .ranking-items--scroll .ranking-items-item:nth-child(n+2) {
  margin-left: 30px;
}
@media (min-width: 600px) {
  #app #ranking .ranking-items--scroll .ranking-items-item:nth-child(-n+3) {
    flex: 0 0 310px;
    margin: 111px 0;
  }
  #app #ranking .ranking-items--scroll .ranking-items-item:nth-child(n+4) {
    margin: 0;
  }
}
#app #ranking .ranking-items--scroll .itemLink::after,
#app #ranking .ranking-items--scroll .catalogLink::after {
  right: 20px;
}

/* point */
#app #point {
  padding-top: min(20.51vw, 100px);
  padding-bottom: min(20.51vw, 100px);
}
#app #point .inner {
  padding: 0 30px;
}
@media (min-width: 600px) {
  #app #point .inner {
    padding: 0;
  }
}
@media (min-width: 600px) {
  #app #point .point-items {
    display: flex;
  }
}
#app #point .point-item:nth-child(n+2) {
  margin-top: 40px;
}
@media (min-width: 600px) {
  #app #point .point-item {
    max-width: 330px;
  }
  #app #point .point-item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 64px;
  }
}
#app #point .point-item-image {
  position: relative;
  margin-bottom: 22px;
}
#app #point .point-item-image::before {
  content: "ポイント" attr(data-index);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background: #dc89cf;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  padding: 0 10px;
}
#app #point .point-item dl dt {
  font-size: min(4.1vw, 18px);
  margin-top: 22px;
}
#app #point .point-item dl dd {
  font-size: min(3.84vw, 16px);
  text-align: left;
  line-height: 1.86;
  letter-spacing: -0.02px;
  margin-top: 8px;
}
@media (min-width: 600px) {
  #app #point .point-item dl dd {
    line-height: 1.75;
  }
}

/* supportService */
#app #supportService {
  background-color: #e0d6e2;
  padding-top: min(15.38vw, 90px);
  padding-bottom: min(17.94vw, 100px);
}
@media (min-width: 600px) {
  #app #supportService .inner {
    max-width: 1120px;
    background-color: #fff;
    padding: 60px 50px 100px;
  }
}
#app #supportService .contentsTitle {
  font-size: min(5.89vw, 35px);
  margin-bottom: min(4.35vw, 35px);
}
#app #supportService .contentsTitle span {
  display: block;
  font-size: min(4.35vw, 20px);
  margin-bottom: 3px;
}
@media (min-width: 600px) {
  #app #supportService .contentsTitle span {
    margin-bottom: 23px;
  }
}
#app #supportService p {
  font-size: min(3.84vw, 16px);
  margin-bottom: min(14.35vw, 67px);
}
#app #supportService .supportService-item {
  position: relative;
}
#app #supportService .supportService-item:nth-child(odd) {
  height: 590px;
  margin-right: -20px;
}
@media (min-width: 600px) {
  #app #supportService .supportService-item:nth-child(odd) {
    height: 507px;
    margin-right: 0;
  }
}
#app #supportService .supportService-item:nth-child(odd) .supportService-item-image {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 310/213;
}
#app #supportService .supportService-item:nth-child(odd) .supportService-item-content {
  position: absolute;
  top: 140px;
  left: -20px;
}
@media (min-width: 600px) {
  #app #supportService .supportService-item:nth-child(odd) .supportService-item-content {
    top: 80px;
    max-width: 629px;
  }
}
#app #supportService .supportService-item:nth-child(even) {
  height: 490px;
  margin-left: -20px;
}
@media (min-width: 600px) {
  #app #supportService .supportService-item:nth-child(even) {
    height: 490px;
    margin-left: 0;
  }
}
#app #supportService .supportService-item:nth-child(even) .supportService-item-image {
  position: absolute;
  left: 0;
  aspect-ratio: 310/227;
}
#app #supportService .supportService-item:nth-child(even) .supportService-item-content {
  position: absolute;
  top: 140px;
  right: -20px;
  left: auto;
}
@media (min-width: 600px) {
  #app #supportService .supportService-item:nth-child(even) .supportService-item-content {
    top: 62px;
    max-width: 629px;
  }
}
#app #supportService .supportService-item-image {
  max-width: 79vw;
  min-width: 310px;
}
@media (min-width: 600px) {
  #app #supportService .supportService-item-image {
    max-width: 520px;
    aspect-ratio: 520/380;
  }
}
#app #supportService .supportService-item-content {
  position: absolute;
  top: 140px;
  left: 0;
  border: 1px solid #dbcdac;
  background: rgba(255, 255, 255, 0.9);
  max-width: 360px;
  text-align: left;
  padding: 25px 20px 32px;
  margin: 0 0 70px;
}
@media (min-width: 600px) {
  #app #supportService .supportService-item-content {
    padding: 42px 49px 52px 30px;
    margin: 0 0 60px;
  }
}
#app #supportService .supportService-item-content dl dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(5.12vw, 25px);
  font-weight: 500;
}
#app #supportService .supportService-item-content dl dt::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 15px;
  background: #181818;
  margin: 0 6px 0 0;
}
@media (min-width: 600px) {
  #app #supportService .supportService-item-content dl dt::before {
    height: 22px;
  }
}
#app #supportService .supportService-item-content dl dd {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 1.5px;
  margin-top: 7px;
}
#app #supportService .supportService-item-content p {
  font-size: min(3.84vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.73;
  padding: 0;
  margin: 10px 0 26px;
}
#app #supportService .supportService-item-content a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 291px;
  height: 50px;
  font-size: min(3.84vw, 18px);
  font-weight: 500;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  margin: auto;
}
@media (min-width: 600px) {
  #app #supportService .supportService-item-content a {
    max-width: 430px;
    height: 65px;
  }
}
#app #supportService .supportService-item-content a:nth-of-type(1) {
  background-color: #5a3805;
  color: #fff;
  border: 1px solid #5a3805;
  margin-top: 26px;
}
#app #supportService .supportService-item-content a:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 7px;
  height: 15px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8 15" fill="none"><path d="M0.658203 1.25L6.34154 7.75L0.658203 13.75" stroke="white" stroke-width="1.2" stroke-linecap="round"/></svg>') no-repeat;
}
#app #supportService .supportService-item-content a:nth-of-type(2) {
  background-color: #fff;
  color: #5a3805;
  border: 1px solid #5a3805;
  margin-top: 14px;
}
#app #supportService .supportService-item-content a:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 7px;
  height: 15px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8 15" fill="none"><path d="M0.658203 1.25L6.34154 7.75L0.658203 13.75" stroke="%235A3805" stroke-width="1.2" stroke-linecap="round"/></svg>') no-repeat;
}

/* byAmount */
#app #byAmount {
  padding-top: min(17.94vw, 100px);
  padding-bottom: min(12.82vw, 100px);
}
#app #byAmount .byAmountPickup {
  background: #e7f0e0;
  padding: 50px 18px 60px;
}
@media (min-width: 600px) {
  #app #byAmount .byAmountPickup {
    position: relative;
    width: calc(100% + 40px);
    padding: 90px 51px 121px 56px;
    margin-left: -20px;
  }
  #app #byAmount .byAmountPickup::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 18px;
    width: calc(100% - 36px);
    height: 2px;
    background: #fff;
  }
  #app #byAmount .byAmountPickup::after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 18px;
    width: calc(100% - 36px);
    height: 2px;
    background: #fff;
  }
}
#app #byAmount .byAmountPickup .contentsTitle {
  margin-bottom: 35px;
}
@media (min-width: 600px) {
  #app #byAmount .byAmountPickup-item {
    display: flex;
    gap: 45px;
  }
}
@media (min-width: 600px) {
  #app #byAmount .byAmountPickup-item {
    display: flex;
    padding: 0;
  }
  #app #byAmount .byAmountPickup-item img {
    max-width: 315px;
  }
}
#app #byAmount .byAmountPickup-item-content {
  text-align: left;
}
#app #byAmount .byAmountPickup-item-content h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(4.61vw, 27px);
  font-weight: 500;
  line-height: 1.5;
  margin: 12px 0 17px;
}
@media (min-width: 600px) {
  #app #byAmount .byAmountPickup-item-content h4 {
    line-height: 1.59;
  }
}
#app #byAmount .byAmountPickup-item-content p {
  font-size: min(3.84vw, 16px);
  font-weight: 500;
  line-height: 1.73;
}
#app #byAmount .byAmountPickup-price {
  font-size: min(4.1vw, 18px);
  font-weight: 500;
  line-height: 1.75;
  margin-top: 14px;
}
@media (min-width: 600px) {
  #app #byAmount .byAmountPickup-price {
    display: flex;
    gap: 18px;
  }
}
@media (min-width: 600px) {
  #app #byAmount .byAmountPickup-btn {
    display: flex;
    gap: 23px;
  }
}
#app #byAmount .byAmountPickup .tag {
  margin-bottom: 41px;
}
@media (min-width: 600px) {
  #app #byAmount .byAmountPickup .itemLink + .catalogLink {
    margin-top: 0;
  }
}
#app #byAmount .byAmount-innerLink {
  padding-top: 50px;
}
#app #byAmount .byAmount-innerLink ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: 0 0 94px -20px;
}
@media (min-width: 600px) {
  #app #byAmount .byAmount-innerLink ul {
    justify-content: center;
    width: 100%;
    margin-bottom: 89px;
    margin-left: 0;
    gap: 30px 60px;
  }
}
#app #byAmount .byAmount-innerLink ul li {
  flex: 0 0 50%;
}
#app #byAmount .byAmount-innerLink ul li:nth-child(n+2):not(:nth-child(odd)) {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media (min-width: 600px) {
  #app #byAmount .byAmount-innerLink ul li {
    flex: 0 0 280px;
    height: 50px;
  }
}
#app #byAmount .byAmount-innerLink ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: min(3.33vw, 15px);
  font-weight: 500;
  line-height: 1.46;
  background: #5a3805;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 13px 0 13px 17px;
}
#app #byAmount .byAmount-innerLink ul li a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201.5L7%207.5L13%201.5%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
}
@media (min-width: 600px) {
  #app #byAmount .byAmount-innerLink ul li a::after {
    width: 15px;
    height: 10px;
    right: 20px;
  }
}
@media (min-width: 600px) {
  #app #byAmount .byAmount-innerLink ul li a {
    padding-left: 40px;
  }
}
#app #byAmount .byAmount-items {
  position: relative;
  padding: 50px 20px;
}
#app #byAmount .byAmount-items:nth-of-type(even)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/common/bg-byAmountItems.png), #fffcf4 50%/cover no-repeat;
  mix-blend-mode: multiply;
  z-index: -1;
}
#app #byAmount .byAmount-items h3 {
  font-size: min(4.61vw, 22px);
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 30px;
}
#app #byAmount .byAmount-items h3::before, #app #byAmount .byAmount-items h3::after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 1px;
  background: #181818;
  margin: 0 6px 0.3em 0;
}
#app #byAmount .byAmount-items h3::after {
  margin: 0 0 0.3em 6px;
}
#app #byAmount .byAmount-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  background: none;
  overflow-x: auto;
  padding-bottom: 5px;
}
@media (min-width: 600px) {
  #app #byAmount .byAmount-wrap {
    justify-content: center;
    gap: 40px;
  }
}
#app #byAmount .byAmount-item {
  flex: 0 0 250px;
}
#app #byAmount .byAmount-item .price {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
  margin-top: 20px;
}
#app #byAmount .byAmount-item .tag {
  margin-bottom: 9px;
}
#app #byAmount .byAmount-item .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
  min-height: 3em;
}

/* chooseFromAmount */
#app #chooseFromAmount ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 60px;
}
@media (min-width: 600px) {
  #app #chooseFromAmount ul {
    justify-content: center;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 90px;
    gap: 40px;
  }
}
#app #chooseFromAmount ul li {
  flex: 0 0 50%;
}
#app #chooseFromAmount ul li:nth-child(n+2):not(:nth-child(odd)) {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media (min-width: 600px) {
  #app #chooseFromAmount ul li {
    flex: 0 0 250px;
    height: 50px;
  }
}
#app #chooseFromAmount ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: min(3.33vw, 15px);
  font-weight: 500;
  line-height: 1.46;
  background: #dc89cf;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 13px 0;
}
#app #chooseFromAmount ul li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M1.5%201L6.5%206.72L1.5%2012%22%20stroke%3D%22white%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 600px) {
  #app #chooseFromAmount ul li a::after {
    right: 20px;
  }
}

/* category */
#app #category {
  padding: 100px 0 70px;
}
@media (min-width: 600px) {
  #app #category .inner {
    padding: 0;
  }
}
#app #category .contentsTitle {
  margin-bottom: 35px;
}
#app #category .category-items {
  margin-top: 37px;
}
@media (min-width: 600px) {
  #app #category .category-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 70px 0;
  }
}
#app #category .category-items h3 {
  width: 100%;
  color: #dc89cf;
  font-size: min(4.1vw, 22px);
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
  border-bottom: 1px dotted;
  margin-bottom: 35px;
}
@media (min-width: 600px) {
  #app #category .category-items h3 {
    position: relative;
    border: none;
    text-align: center;
  }
  #app #category .category-items h3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    border-top: 1px dotted;
    z-index: -1;
  }
  #app #category .category-items h3 span {
    background-color: #fff;
    padding: 0 8px;
  }
}
#app #category .category-items:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#app #category .category-items:nth-of-type(2) h3 {
  flex: 0 0 100%;
}
#app #category .category-items:nth-of-type(2) .category-item {
  flex: 0 0 calc(50% - 7.5px);
  margin: 0;
}
#app #category .category-items:nth-of-type(2) .category-item:nth-of-type(n + 3) {
  margin-top: 15px;
}
#app #category .category-items:nth-of-type(2) .category-item:nth-of-type(n + 5) p {
  height: 100%;
}
#app #category .category-items:nth-of-type(2) .category-item:nth-of-type(n + 7) {
  margin-top: 7px;
}
@media (min-width: 600px) {
  #app #category .category-items:nth-of-type(2) .category-item {
    flex: 0 0 260px;
  }
  #app #category .category-items:nth-of-type(2) .category-item:nth-of-type(n + 3) {
    margin-top: 0;
  }
  #app #category .category-items:nth-of-type(2) .category-item:nth-of-type(n + 5) {
    margin-top: 40px;
  }
  #app #category .category-items:nth-of-type(2) .category-item:nth-of-type(n + 7) {
    margin-top: 40px;
  }
}
#app #category .category-item {
  position: relative;
}
#app #category .category-item:nth-child(n+2) {
  margin-top: 20px;
}
@media (min-width: 600px) {
  #app #category .category-item {
    max-width: 335px;
  }
}
#app #category .category-item p {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(8.2vw, 35px);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(4.61vw, 20px);
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
}

/* sixPoints */
#app #sixPoints {
  background: url(../images/common/bg-ranking.png) repeat-y 100% 100% rgba(211, 211, 211, 0.5);
  padding-top: min(16.66vw, 100px);
  padding-bottom: min(16.66vw, 100px);
}
@media (min-width: 600px) {
  #app #sixPoints .inner {
    padding: 0;
  }
}
#app #sixPoints .contentsTitle span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#app #sixPoints ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
}
@media (min-width: 600px) {
  #app #sixPoints ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 20px;
    margin-bottom: 68px;
  }
}
#app #sixPoints ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 135px;
  color: #5a3805;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.38;
  border: 1px solid #5a3805;
  background-image: url(../images/common/point-bk.svg), url(../images/common/point-bk.svg), url(../images/common/point-bk.svg), url(../images/common/point-bk.svg);
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media (min-width: 600px) {
  #app #sixPoints ul li {
    max-width: 360px;
  }
}
#app #sixPoints ul li:last-child {
  flex-direction: column;
}
#app #sixPoints ul li:last-child p {
  font-family: initial;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}
#app #sixPoints ul li:last-child p a {
  color: #9441FF;
}
#app #sixPoints .sixPoints-contact {
  position: relative;
  background: #49055a;
  color: #fff;
  padding: 38px 17px 45px;
}
@media (min-width: 600px) {
  #app #sixPoints .sixPoints-contact {
    padding: 45px 0;
  }
}
#app #sixPoints .sixPoints-contact::before, #app #sixPoints .sixPoints-contact::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background: #fff;
}
#app #sixPoints .sixPoints-contact::after {
  top: auto;
  bottom: 15px;
}
#app #sixPoints .sixPoints-contact h3 {
  color: #fff;
  font-size: min(4.61vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 600px) {
  #app #sixPoints .sixPoints-contact-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 37px;
  }
}
#app #sixPoints .sixPoints-contact-contents p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  margin-top: 16px;
}
@media (min-width: 600px) {
  #app #sixPoints .sixPoints-contact-contents p {
    margin-top: 24px;
  }
}
#app #sixPoints .sixPoints-contact-contents a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 296px;
  height: 50px;
  background: #fff;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.15);
  color: #49055a;
  font-size: min(5.12vw, 37px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.6px;
  margin: 21px auto 10px;
}
@media (min-width: 600px) {
  #app #sixPoints .sixPoints-contact-contents a {
    width: 450px;
    height: 70px;
    margin: 23px auto 4px;
  }
}
#app #sixPoints .sixPoints-contact-contents a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(../images/common/icon-tel.svg) no-repeat;
  background-size: 100%;
  margin-right: 26px;
}
@media (min-width: 600px) {
  #app #sixPoints .sixPoints-contact-contents a::before {
    width: 42px;
    height: 42px;
  }
}
#app #sixPoints .sixPoints-contact-contents small {
  font-size: min(3.07vw, 14px);
  line-height: 1.3;
}

/* typeAndTiming */
#app #typeAndTiming {
  padding: 50px 0 70px;
}
@media (min-width: 600px) {
  #app #typeAndTiming {
    padding: 140px 0 100px;
  }
}
#app #typeAndTiming .inner {
  max-width: 1040px;
}
#app #typeAndTiming h3 {
  color: #49055a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid;
  margin-top: 30px;
}
#app #typeAndTiming h3 + .lead {
  margin-top: 17px;
  text-align: left;
}
#app #typeAndTiming .typeAndTiming-table {
  border: 1px solid #ab9e6e;
  margin: 25px 0 39px;
}
@media (min-width: 600px) {
  #app #typeAndTiming .typeAndTiming-table {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
  }
}
#app #typeAndTiming .typeAndTiming-table dt {
  color: #181818;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.86;
  text-align: left;
  border-bottom: 1px solid #ab9e6e;
  background: #f1efe6;
  padding: 8px 6px 6px 8px;
}
@media (min-width: 600px) {
  #app #typeAndTiming .typeAndTiming-table dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1px solid #ab9e6e;
    padding-left: 18px;
    flex: 0 0 246px;
  }
  #app #typeAndTiming .typeAndTiming-table dt:last-of-type {
    border-bottom: none;
  }
}
#app #typeAndTiming .typeAndTiming-table dd {
  text-align: left;
  border-bottom: 1px solid #ab9e6e;
  padding: 15px 10px;
  margin-bottom: 0;
}
#app #typeAndTiming .typeAndTiming-table dd:last-of-type {
  border-bottom: none;
}
@media (min-width: 600px) {
  #app #typeAndTiming .typeAndTiming-table dd {
    flex: 0 0 752px;
    padding: 19px 18px 13px;
  }
}
@media (min-width: 600px) {
  #app #typeAndTiming .typeAndTiming-table + h3 {
    margin-top: 65px;
  }
}
#app #typeAndTiming .typeAndTiming-list {
  margin-top: 23px;
}
@media (min-width: 600px) {
  #app #typeAndTiming .typeAndTiming-list {
    margin-top: 35px;
  }
}
#app #typeAndTiming .typeAndTiming-list-item {
  padding: 12px;
}
@media (min-width: 600px) {
  #app #typeAndTiming .typeAndTiming-list-item {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
}
#app #typeAndTiming .typeAndTiming-list-item:nth-child(odd) {
  background: #f4f0f5;
}
#app #typeAndTiming .typeAndTiming-list-item:nth-child(even) {
  background: #f8f8f8;
}
#app #typeAndTiming .typeAndTiming-list-item h4 {
  color: 181818;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.86;
  text-align: left;
  margin-bottom: 3px;
}
@media (min-width: 600px) {
  #app #typeAndTiming .typeAndTiming-list-item h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 18px;
    flex: 0 0 246px;
  }
}
#app #typeAndTiming .typeAndTiming-list-item p {
  color: 181818;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.46;
  text-align: left;
}
@media (min-width: 600px) {
  #app #typeAndTiming .typeAndTiming-list-item p {
    flex: 0 0 752px;
    padding: 19px 18px 13px;
  }
}

/* manners */
#app #manners {
  background: url(../images/common/bg-ranking.png) repeat-y 100% 100% rgba(211, 211, 211, 0.5);
  padding: min(16.66vw, 100px) 20px min(16.66vw, 100px);
}
#app #manners .inner {
  background: #fff;
  padding: 42px 18px 50px;
}
@media (min-width: 600px) {
  #app #manners .inner {
    padding: 69px 0 80px;
  }
}
#app #manners .contentsTitle {
  margin-bottom: 36px;
}
@media (min-width: 600px) {
  #app #manners .contentsTitle {
    margin-bottom: 34px;
  }
}
#app #manners .manners-item {
  max-width: 890px;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  #app #manners .manners-item {
    position: relative;
    display: flex;
    padding: 56px 0;
    margin: 0 auto;
  }
  #app #manners .manners-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 993px;
    height: 1px;
    background: #ab9e6e;
  }
  #app #manners .manners-item:last-child {
    padding-bottom: 0;
  }
  #app #manners .manners-item:last-child::after {
    content: none;
  }
  #app #manners .manners-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#app #manners .manners-item:last-child {
  margin-bottom: 0;
}
#app #manners .manners-item h3 {
  color: #181818;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.43;
  text-align: left;
  margin-bottom: 15px;
}
#app #manners .manners-item img {
  margin-bottom: 28px;
}
@media (min-width: 600px) {
  #app #manners .manners-item img {
    width: 332px;
    margin: 0 59px 0 0;
  }
}
#app #manners .manners-item p {
  max-width: 498px;
  color: #000;
  font-size: min(3.58vw, 16px);
  font-weight: 500;
  line-height: 1.64;
  text-align: left;
  margin-bottom: 14px;
}
@media (min-width: 600px) {
  #app #manners .manners-item p {
    line-height: 1.75;
    margin-bottom: auto;
  }
}
#app #manners .manners-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 291px;
  height: 50px;
  font-size: min(3.84vw, 18px);
  font-weight: 500;
  background-color: #5a3805;
  color: #fff;
  border: 1px solid #5a3805;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  margin: auto;
}
#app #manners .manners-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 7px;
  height: 15px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8 15" fill="none"><path d="M0.658203 1.25L6.34154 7.75L0.658203 13.75" stroke="white" stroke-width="1.2" stroke-linecap="round"/></svg>') no-repeat;
}
@media (min-width: 600px) {
  #app #manners .manners-item a {
    max-width: 410px;
    margin: 0;
  }
}

/* faq */
#app #faq {
  padding-bottom: 62px;
}
#app #faq .inner {
  padding-top: 62px;
  padding-bottom: 16px;
}
@media (min-width: 600px) {
  #app #faq .inner {
    padding-top: 100px;
    padding-right: 0;
    padding-left: 0;
  }
}
#app #faq .contentsTitle {
  margin-bottom: 32px;
}
#app #faq .faq-item {
  background: #F8F6F9;
  padding: 33px 16px 25px;
}
@media (min-width: 600px) {
  #app #faq .faq-item {
    padding: 40px 46px 40px 30px;
  }
}
#app #faq .faq-item:nth-child(n+2) {
  margin-top: 40px;
}
#app #faq .faq-item-question, #app #faq .faq-item-answer {
  display: flex;
  align-items: center;
  min-height: 27px;
  position: relative;
  font-size: min(4.1vw, 18px);
  font-weight: 700;
  color: #49055A;
  line-height: 1.12;
  letter-spacing: 0.8px;
  text-align: left;
  padding-left: 35px;
}
@media (min-width: 600px) {
  #app #faq .faq-item-question, #app #faq .faq-item-answer {
    min-height: 40px;
    padding-left: 55px;
  }
}
#app #faq .faq-item-question::before, #app #faq .faq-item-answer::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  background: #49055A;
  border-radius: 50%;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(3.84vw, 20px);
  font-weight: 500;
  line-height: 1.29;
}
@media (min-width: 600px) {
  #app #faq .faq-item-question::before, #app #faq .faq-item-answer::before {
    width: 40px;
    height: 40px;
  }
}
#app #faq .faq-item-answer {
  display: block;
  font-size: min(3.58vw, 16px);
  color: #181818;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0;
  margin-top: 13px;
}
@media (min-width: 600px) {
  #app #faq .faq-item-answer {
    margin-top: 15px;
  }
}
#app #faq .faq-item-answer::before {
  content: "A";
  background: #DC89CF;
  top: 0;
  transform: none;
}
#app #faq .faq-item-answer ul {
  margin: 13px 0 20px;
}
#app #faq .faq-item-answer small {
  display: block;
  font-size: min(2.56vw, 11px);
}
#app #faq .faq-item-answer sup {
  font-size: min(2.56vw, 11px);
}
#app #faq .faq-item-answer dt {
  color: #DC89CF;
  font-weight: 700;
  line-height: 1.75;
}
#app #faq .faq-item-answer dd + dt {
  margin-top: 2rem;
}

[v-cloak] {
  display: none;
}

#app {
  position: relative;
}
#app div,
#app h1,
#app h2,
#app h3,
#app h4,
#app h5,
#app h6,
#app p,
#app blockquote,
#app pre,
#app address,
#app ul,
#app ol,
#app li,
#app dl,
#app dt,
#app dd,
#app table,
#app th,
#app td,
#app form,
#app fieldset,
#app section,
#app nav,
#app article,
#app aside,
#app hgroup,
#app header,
#app footer,
#app figure,
#app figcaption,
#app summary {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#app img {
  max-width: 100%;
  height: auto;
}
#app h2.contentsTitle {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(5.89vw, 35px);
  margin: 0 auto 50px;
}
#app h2.contentsTitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  border-radius: 1px;
  background-color: #2e2b3e;
  margin: 10px auto 0;
}
@media (min-width: 600px) {
  #app h2.contentsTitle::after {
    width: 80px;
  }
}
#app h2.contentsTitle span {
  font-size: min(4.35vw, 20px);
  line-height: 1.64;
}
#app .inner {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: auto;
}
#app .lead {
  font-size: min(3.84vw, 16px);
  text-align: left;
}
@media (min-width: 600px) {
  #app .lead {
    text-align: center;
  }
}
#app .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.75;
}
#app .card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  line-height: 1.4375;
  margin: 17px 0 10px;
}
#app .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}
#app .tag-item {
  display: inline-block;
  position: relative;
  min-height: 21px;
  border-radius: 50px;
  border: 1px solid #131313;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 3px 8px 2px 18px;
}
#app .tag-item:nth-child(n+2) {
  margin-left: 10px;
}
#app .tag-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #131313;
  font-size: 14px;
}
#app .itemLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 49px;
  background-color: #49055a;
  color: #fff;
  border: 1px solid #49055a;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
#app .itemLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 7px;
  height: 15px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8 15" fill="none"><path d="M0.658203 1.25L6.34154 7.75L0.658203 13.75" stroke="white" stroke-width="1.2" stroke-linecap="round"/></svg>') no-repeat;
}
#app .itemLink + .catalogLink {
  margin-top: 10px;
}
#app .catalogLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 49px;
  background-color: #fff;
  color: #ab9e6e;
  border: 1px solid;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
}
#app .catalogLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 7px;
  height: 15px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8 15" fill="none"><path d="M1 1.25L6.68333 7.75L1 13.75" stroke="%23AB9E6E" stroke-width="1.2" stroke-linecap="round"/></svg>') no-repeat;
}
#app #houyouhikidemono-search {
  background: #ddcee0;
  padding: 60px 20px;
}
#app #houyouhikidemono-search .search-inner {
  position: relative;
  background: #fff;
  padding: 41px 15px 57px;
}
@media (min-width: 600px) {
  #app #houyouhikidemono-search .search-inner {
    width: 100%;
    padding: 78px 15px 54px;
    margin: auto;
  }
}
#app #houyouhikidemono-search .search-inner::before, #app #houyouhikidemono-search .search-inner::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background: #ddcee0;
}
@media (min-width: 600px) {
  #app #houyouhikidemono-search .search-inner::before, #app #houyouhikidemono-search .search-inner::after {
    top: 13px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
#app #houyouhikidemono-search .search-inner::after {
  top: auto;
  bottom: 20px;
}
@media (min-width: 600px) {
  #app #houyouhikidemono-search .search-inner::after {
    bottom: 13px;
  }
}
#app #houyouhikidemono-search .search-title {
  margin-bottom: min(3.84vw, 20px);
}
#app #houyouhikidemono-search .search-text {
  font-size: min(3.84vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  margin-bottom: min(7.94vw, 42px);
}
@media (min-width: 600px) {
  #app #houyouhikidemono-search .search-text {
    line-height: 1.75;
    text-align: center;
  }
}
#app #houyouhikidemono-search .search-cross {
  width: 30px;
  height: 30px;
  margin: 11px 37px;
}
#app #houyouhikidemono-search .form-select {
  position: relative;
  height: auto;
  margin: 0;
  flex: 0 0 100%;
  max-width: 380px;
}
#app #houyouhikidemono-search .form-select::before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 45px;
  height: 45px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%229%22%20viewBox%3D%220%200%2018%209%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M17%201L8.68%208L1%201%22%20stroke%3D%22white%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat #ab9e6e;
  background-position: center;
  background-size: 16px 7px;
}
@media (min-width: 600px) {
  #app #houyouhikidemono-search .form-select::before {
    width: 55px;
    height: 55px;
  }
}
#app #houyouhikidemono-search .form-select-element {
  height: 45px;
  color: #ab9e6e;
  text-align: center;
  font-family: YuGothic;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
  border: 1px solid #ab9e6e;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.19);
  padding: 0 45px 0 15px;
}
@media (min-width: 600px) {
  #app #houyouhikidemono-search .form-select-element {
    height: 55px;
    padding-right: 55px;
  }
}
#app #houyouhikidemono-search .form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 390px;
  width: 100%;
  height: 50px;
  background: #c7c7c7;
  border-radius: 0;
  margin: 37px auto 0;
}

#side-nav-search .form-select {
  position: relative;
  height: auto;
  margin: 0;
}
#side-nav-search .form-select::before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%229%22%20viewBox%3D%220%200%2018%209%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M17%201L8.68%208L1%201%22%20stroke%3D%22white%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat #ab9e6e;
  background-position: center;
  background-size: 16px 7px;
}
#side-nav-search .form-select__element {
  height: 40px;
  color: #ab9e6e;
  text-align: center;
  font-family: YuGothic;
  text-align: left;
  border: 1px solid #ab9e6e;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.19);
  padding: 0 40px 0 15px;
}
#side-nav-search .form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background: #c7c7c7;
  border-radius: 0;
  margin: 30px auto 0;
}
/*# sourceMappingURL=houyouhikidemonoVue.css.map */