@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");
.fadeIn {
  opacity: 0;
  -webkit-animation: animate-fadeIn 0.5s forwards;
          animation: animate-fadeIn 0.5s forwards;
}

@-webkit-keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-animation: animate-fadeInUp 0.5s forwards;
          animation: animate-fadeInUp 0.5s forwards;
}

@-webkit-keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.fadeInLft {
  opacity: 0;
  -webkit-animation: animate-fadeInLft 0.5s forwards;
          animation: animate-fadeInLft 0.5s forwards;
}

@-webkit-keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.fadeInRgt {
  opacity: 0;
  -webkit-animation: animate-fadeInRgt 0.5s forwards;
          animation: animate-fadeInRgt 0.5s forwards;
}

@-webkit-keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.fadeInRoll {
  opacity: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation: animate-fadeInRoll 0.8s forwards;
          animation: animate-fadeInRoll 0.8s forwards;
}

.open.fadeInRoll {
  opacity: 1;
  visibility: visible !important;
  -webkit-animation: animate-fadeIn 0.5s forwards !important;
          animation: animate-fadeIn 0.5s forwards !important;
}

@-webkit-keyframes animate-fadeInRoll {
  from {
    opacity: 0;
  }
  85% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  90% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes animate-fadeInRoll {
  from {
    opacity: 0;
  }
  85% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  90% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.scaleUp {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-animation: animate-scaleUp 0.8s forwards;
          animation: animate-scaleUp 0.8s forwards;
}

@-webkit-keyframes animate-scaleUp {
  0% {
    -webkit-transform: scale(0.7) translate(0, 0);
            transform: scale(0.7) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  77% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  90% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}

@keyframes animate-scaleUp {
  0% {
    -webkit-transform: scale(0.7) translate(0, 0);
            transform: scale(0.7) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  77% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  90% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ffEN {
  font-family: Helvetica Neue, Helvetical, Arial, sans-serif;
  font-weight: 900;
}

.font-biz {
  font-family: "BIZ UDPMincho", serif;
}

.mincho {
  font-family: YakuHanMP, "Shippori Mincho", serif;
}

.ls0 {
  letter-spacing: 0 !important;
}

.link__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  width: 450px;
  height: 78px;
  color: #000;
  background: #fff;
  margin: 0 auto;
}
.link__btn:after {
  content: "";
  position: absolute;
  top: 35px;
  right: 40px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body {
  color: #000000;
  overflow-x: hidden;
  font-family: YakuHanMP, YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.08em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

main {
  min-width: 1300px;
  margin: 0 auto;
}

.tags {
  position: relative;
}
.tags__main {
  position: relative;
  mix-blend-mode: normal;
  z-index: 2 !important;
}
.tags__shadow {
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}

.fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.fv__logo {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 205px;
  height: 20px;
  background: #fff;
  -webkit-mask-image: url(../images/logo.svg);
          mask-image: url(../images/logo.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.fv__tag {
  position: absolute;
  width: 50%;
  top: 50vh;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fv-hero {
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
  background: #000;
}
.fv-hero__wrap {
  position: relative;
}
.fv-hero__image {
  display: block;
  width: 100%;
  height: 100vh;
}
.fv-hero__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.fv-hero__title {
  position: absolute;
  left: 50%;
  bottom: 75px;
  font-size: 18px;
  line-height: 1.88;
  font-weight: 500;
  margin-top: 1em;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fv-hero__title img {
  display: block;
  width: 348px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
.content {
  width: 50%;
}
.content-visuale {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  background: url(../images/fv_right_pc.jpg) no-repeat center/cover;
  isolation: isolate;
}
.content-text {
  max-width: 460px;
  margin: 90px;
  padding: 50px 0;
  border-top: 3px double #a0a0a0;
  border-bottom: 3px double #a0a0a0;
}
.content-text.--left {
  margin-left: auto;
}
.content-text__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
}
.content-text__image {
  width: 605px;
  margin-top: 50px;
  margin-left: -90px;
  margin-bottom: 55px;
}
.content-text__image.--right {
  margin-left: -110px;
}
.content-text__body {
  position: relative;
  height: 550px;
  overflow: hidden;
}
.content-text__body.is-open {
  height: auto !important;
}
.content-text__body.is-open::after {
  display: none;
}
.content-text__body.--sp {
  height: auto;
}
.content-text__body.--sp::after {
  display: none;
}
.content-text__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 95%);
}
.content-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  height: 42px;
  font-size: 16px;
  margin: 65px auto 30px;
  color: #b87e8b;
  background: none;
  border: none;
  border-top: 1px solid #b87e8b;
  border-bottom: 1px solid #b87e8b;
  cursor: pointer;
}
.content-button::before {
  content: "MORE";
}
.content-button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.35em);
  right: 10px;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #b87e8b;
  border-right: 1px solid #b87e8b;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.content-button.is-open::before {
  content: "CLOSE";
}
.content-button.is-open::after {
  top: calc(50% - 0.05em);
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.item__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item__wrap.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.item__tag {
  position: absolute;
  top: 105px;
  left: 50%;
  width: 415px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.item-lead {
  position: relative;
  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;
  height: 245px;
  font-weight: 500;
  text-align: center;
  background: #e6e6e6;
}
.item-lead__main {
  font-size: 24px;
  line-height: 1.66;
  letter-spacing: 0.22em;
  padding-left: 0.22em;
}
.item-lead__brand {
  font-size: 16px;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}
.item-lead__brand::before {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #a0a0a0;
  margin: 25px auto;
}
.item-lead__image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.item-lead__image.--tags1 {
  width: 300px;
  left: calc(50% + 350px);
}
.item-lead__image.--tags2 {
  width: 221px;
  left: calc(50% + 300px);
}
.item-lead__image.--tags3 {
  width: 360px;
  left: calc(50% + 280px);
}
.item-hero {
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
  background: #000;
}
.item-hero__wrap {
  position: relative;
}
.item-hero__image {
  display: block;
  width: 100%;
  height: 100vh;
}
.item-hero__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.item-hero__text {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.item-hero__title {
  font-size: 37px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.22em;
  padding-left: 0.22em;
}
.item-hero__title span {
  display: block;
  font-size: 19px;
  letter-spacing: 0.22em;
  margin-top: 10px;
  padding-left: 0.22em;
}
.item-hero__price {
  font-size: 14px;
  margin-top: 2em;
}
.item-products {
  position: relative;
  width: 50%;
}
.item-products__text {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding-bottom: 45px;
}
.item-products__text dd {
  width: 450px;
  text-align: left;
  line-height: 1.35;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-top: 1em;
}
.item-products__text dd::before {
  content: "■";
  margin-right: 0.5em;
}
.item-products__lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.item-products__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 460px;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 20px auto;
}
.item-products__brand::before, .item-products__brand::after {
  content: "";
  display: block;
  width: 125px;
  height: 1px;
  background: #fff;
}

@media only screen and (max-width: 834px) {
  body {
    font-size: calc(14 / 375 * 100vw);
  }
  main {
    min-width: 0;
    overflow: hidden;
  }
  .fv {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fv__logo {
    top: calc(20 / 375 * 100vw);
    width: calc(144 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
  .fv__tag {
    top: calc(440 / 375 * 100vw);
    left: calc(80 / 375 * 100vw);
    width: calc(336 / 375 * 100vw);
    -webkit-transform: none;
            transform: none;
  }
  .fv-hero {
    position: static;
    width: 100%;
    height: auto;
  }
  .fv-hero__wrap {
    position: relative;
  }
  .fv-hero__image {
    display: block;
    width: 100%;
    height: auto;
  }
  .fv-hero__image img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .fv-hero__title {
    position: absolute;
    top: 50%;
    left: 5%;
    bottom: auto;
    font-size: calc(14 / 375 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .fv-hero__title img {
    width: calc(264 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .content {
    width: 100%;
  }
  .content-visuale {
    display: none;
  }
  .content-text {
    max-width: calc(325 / 375 * 100vw);
    margin: calc(40 / 375 * 100vw) auto;
    padding: calc(30 / 375 * 100vw) 0;
  }
  .content-text.--left {
    margin-left: auto;
  }
  .content-text__title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 2.2;
  }
  .content-text__image {
    width: 100%;
    margin: calc(40 / 375 * 100vw) auto calc(30 / 375 * 100vw);
  }
  .content-text__image.--right {
    margin: calc(40 / 375 * 100vw) auto calc(30 / 375 * 100vw);
  }
  .content-text__body {
    height: calc(179 / 375 * 100vw);
  }
  .content-text__body.--sp {
    height: calc(179 / 375 * 100vw);
  }
  .content-button {
    width: calc(250 / 375 * 100vw);
    height: calc(52 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    margin: calc(30 / 375 * 100vw) auto calc(10 / 375 * 100vw);
  }
  .item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item__wrap.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item__tag {
    display: none;
  }
  .item-lead {
    height: auto;
    padding: calc(35px / 2) 0;
  }
  .item-lead__main {
    font-size: calc(20 / 375 * 100vw);
  }
  .item-lead__brand {
    font-size: calc(14 / 375 * 100vw);
  }
  .item-lead__brand::before {
    content: "";
    width: calc(36 / 375 * 100vw);
    margin: calc(20 / 375 * 100vw) auto;
  }
  .item-lead__image {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: calc(10 / 375 * 100vw) auto 0;
  }
  .item-lead__image.--tags1 {
    width: calc(245 / 375 * 100vw);
  }
  .item-lead__image.--tags2 {
    width: calc(245 / 375 * 100vw);
  }
  .item-lead__image.--tags3 {
    width: calc(245 / 375 * 100vw);
  }
  .item-hero {
    position: static;
    width: 100%;
    height: auto;
  }
  .item-hero__wrap {
    position: relative;
  }
  .item-hero__image {
    display: block;
    width: 100%;
    height: auto;
  }
  .item-hero__image img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .item-hero__text {
    padding-top: calc(70 / 375 * 100vw);
  }
  .item-hero__title {
    font-size: calc(24 / 375 * 100vw);
  }
  .item-hero__title span {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
  .item-hero__price {
    font-size: calc(14 / 375 * 100vw);
  }
  .item-products {
    width: 100%;
  }
  .item-products__text {
    width: 100%;
    margin: 0 auto;
    padding: 0 calc(25 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
  .item-products__text dd {
    width: 100%;
    font-size: calc(10 / 375 * 100vw);
  }
  .item-products__lead {
    width: 100%;
    width: 100%;
  }
  .item-products__brand {
    width: 100%;
    font-size: calc(10 / 375 * 100vw);
    margin: calc(20 / 375 * 100vw) auto;
  }
  .item-products__brand::before, .item-products__brand::after {
    width: calc(70 / 375 * 100vw);
  }
}
/* s@ ここまで */
.totop {
  letter-spacing: 0;
}

.links__wrap {
  padding: calc(30 / 375 * 100vw) 0 calc(100 / 375 * 100vw);
  background: #f7f6f4;
}
.links__title {
  font-size: calc(18 / 375 * 100vw);
  text-align: center;
  font-weight: 500;
}
.links__text {
  width: 86%;
  font-size: calc(14 / 375 * 100vw);
  line-height: 1.9;
  margin: 1em auto 0;
}
.links__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(200 / 375 * 100vw);
  height: calc(40 / 375 * 100vw);
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin: calc(10 / 375 * 100vw) auto 0;
  color: #fff;
  background: #7b7873;
  border-radius: 100vmax;
}
.links__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(14 / 375 * 100vw);
  line-height: 1.9;
  text-align: center;
  text-decoration: none;
  margin: 1em auto 0;
  color: inherit;
  border-bottom: 1px solid #000;
}
.links__shop::after {
  content: "＞";
  font-size: 0.8em;
  text-decoration: none;
  margin-left: 0.5em;
}

@media only screen and (min-width: 835px) {
  .links__wrap {
    padding: 40px 0 100px;
  }
  .links__title {
    font-size: 20px;
  }
  .links__text {
    font-size: 16px;
    text-align: center;
  }
  .links__button {
    width: 400px;
    height: 80px;
    font-size: 22px;
    margin: 20px auto 0;
  }
  .links__shop {
    font-size: 16px;
  }
}