@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-size: 62.5%; /*標準サイズ*/
}

:root {
  --vh: 1vh;
  --gold: #bf9b43;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  height: 100%;
}

img {
  vertical-align: bottom;
}

.buy_pc {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  background: #cc0000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.buy_pc:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fd6e6e;
}

.buy_pc a {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 16px;
  text-decoration: none;
  width: 60px;
}

/* --------------------------

	表示非表示 

-------------------------------	*/
@media screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

#floatNav {
  z-index: 1000;
}

/**
 * MIXIN
 */
.lp {
  overflow: hidden;
  padding-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .lp {
    padding-bottom: 9.3333333333vw;
  }
}

/**************************************************
 * INFO
 **************************************************/
.info {
  background: #e4007f;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}
@media screen and (min-width: 641px) {
  .info br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .info {
    font-size: 12px;
    font-size: clamp(12px, 2vw, 14px);
    font-weight: bold;
    line-height: 1.8em;
  }
}

/**************************************************
 * mainVisual
 **************************************************/
.mainVisual {
  position: relative;
  z-index: 1;
  background-image: url(../images/kv_bg-pc.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  padding: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .mainVisual {
    background: none;
    margin-bottom: 25px;
  }
}
.mainVisual__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.mainVisual__inner img {
  display: block;
  max-width: 100%;
}

/**************************************************
* cautionWrap
**************************************************/
.cautionWrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #cc0000;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .cautionWrap {
    width: calc(100% - 40px);
    padding: 20px 10px;
  }
}
.cautionWrap > p {
  text-align: left;
  color: #cc0000;
  font-size: 13px;
}
.cautionWrap li {
  font-size: 13px;
}
.cautionWrap li strong {
  font-weight: normal;
  color: #cc0000;
}
.cautionWrap li::before {
  content: "・";
}

/**************************************************
 * lineup
 **************************************************/
.lineup {
  padding: 100px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  width: calc(100% - 40px);
}
@media screen and (max-width: 640px) {
  .lineup {
    padding: 13.3333333333vw 0;
  }
}
.lineup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px 10px;
}
@media screen and (min-width: 641px) {
  .lineup__inner > * {
    -webkit-box-flex: 0.2;
        -ms-flex-positive: 0.2;
            flex-grow: 0.2;
    width: calc((100% - 60px) * 0.2);
  }
  .lineup__inner > * img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .lineup__inner a {
    display: block;
  }
}
@media screen and (min-width: 641px) and (any-hover: hover) {
  .lineup__inner a {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .lineup__inner a:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    opacity: 0.75;
  }
}
@media screen and (max-width: 640px) {
  .lineup__inner {
    gap: 25px 10px;
  }
}
@media screen and (max-width: 640px) {
  .lineup__ttl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .lineup__ttl img {
    width: 65px;
  }
  .lineup a {
    display: block;
    max-width: 115px;
    width: calc((100% - 40px) * 0.3333);
  }
  .lineup a img {
    display: block;
    max-width: 100%;
  }
}

/**************************************************
 * item
 **************************************************/
.item {
  padding-top: 100px;
}
.item:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .item {
    padding-top: 13.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item:last-child {
  	margin-bottom: 0;
    /*margin-bottom: 13.3333333333vw;*/
  }
}
.item__ttl {
  position: relative;
}
@media screen and (max-width: 640px) {
  .item__ttl {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.item__ttl::before {
  content: "";
  display: block;
  background-color: var(--theme-cl);
  height: 6px;
  width: 100px;
  margin: 0 auto 40px;
}
.item__ttl img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .item__ttl img {
    height: 4.6666666667vw;
  }
}
.item__kv {
  height: min(500px, 38vw);
  background-size: auto 100%;
  background-repeat: no-repeat, repeat-x;
  background-position: center;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .item__kv {
    background: none !important;
    height: 65vw;
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    overflow: hidden;
  }
}
.item__kvInner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item__kvCards {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-bottom: min(67px, 5vw);
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.item__kvCards img {
  display: block;
  max-height: 30vw;
}
@media screen and (max-width: 640px) {
  .item__kvCards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
    position: relative;
    z-index: 2;
  }
  .item__kvCards img {
    max-height: 55vw;
  }
  .item__kvCards img:nth-child(n+2) {
    display: none;
  }
}
.item__kvMain {
  position: relative;
  width: 50%;
  height: 100%;
}
.item__kvMain img {
  display: block;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .item__kvMain img {
    max-width: 150%;
    left: -25%;
  }
}
.item__switcher {
  background-image: url(../images/swiitch_bg-effect.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  text-align: center;
  margin: -35px auto 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .item__switcher {
    display: none;
  }
}
.item__switcherMain {
  background-image: url(../images/swiitch_bg-effect.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(3px 2px 3px #ccc);
          filter: drop-shadow(3px 2px 3px #ccc);
}
.item__switcherMain button {
  border-radius: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (any-hover: hover) {
  .item__switcherMain button {
    -webkit-transition: opacity ease 200ms;
    transition: opacity ease 200ms;
  }
  .item__switcherMain button:not(.is-active) {
    cursor: pointer;
  }
  .item__switcherMain button:not(.is-active):hover {
    opacity: 0.6;
  }
}
.item__switcherMain button::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0.8em 0.5em 0;
  border-color: var(--theme-cl) transparent;
  margin-right: 0.8em;
}
.item__switcherMain .button--effect {
  color: #fff;
}
.item__switcherMain .button--theme {
  color: #000;
}
.item__switcherMain--effect {
  background-image: url(../images/swiitch_bg-effect.png);
}
.item__switcherMain--effect .button--effect {
  color: #fff;
}
.item__switcherMain--effect .button--theme {
  color: #000;
}
.item__switcherMain--theme {
  background-image: url(../images/swiitch_bg-theme.png);
}
.item__switcherMain--theme .button--effect {
  color: #000;
}
.item__switcherMain--theme .button--theme {
  color: #fff;
}
.item__switcherDesc {
  padding-top: 1.5em;
  font-size: 13px;
  font-weight: bold;
}
.item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 69px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .item__list {
    gap: 8vw 2.6666666667vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 8vw 2.6666666667vw;
    background-color: #f3f3f3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .item__list::before {
    content: "ダーツライブカードに付属のデジタルコンテンツ";
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 4vw;
  }
}
.item__list li {
  position: relative;
}
.item__list span{
	display: block;
	text-align: center;
	font-size: clamp(12px, 2vw, 16px);
	margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .item__list li {
    width: calc((100% - 2.6666666667vw) * 0.5);
  }
}
.item__list li img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item__list li .badge {
  border-radius: 100vmax;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  text-align: center;
  background-color: var(--theme-cl);
  color: var(--theme-txt);
  font-weight: bold;
  font-size: min(13px, 3vw);
  line-height: 1.25;
  width: 4.5em;
  padding-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .item__list li .badge {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 10px;
  }
}
@media screen and (min-width: 641px) {
  .item__list--effect li.theme {
    display: none;
  }
  .item__list--theme li.effect {
    display: none;
  }
}
.item__price {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 50px 10px;
}
@media screen and (max-width: 640px) {
  .item__price {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 4vw;
    font-weight: bold;
    padding: 1em;
  }
}
.item__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 640px) {
  .item__btns {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding: 8vw 2.6666666667vw;
    gap: 5.3333333333vw;
  }
}
.item__btns .btn {
  width: 280px;
  height: 64px;
  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-weight: bold;
  font-size: 14px;
  text-decoration: none;
  border-radius: none;
}
@media screen and (max-width: 640px) {
  .item__btns .btn {
    height: 13.3333333333vw;
  }
}
.item__btns .btn--buy {
  background-color: #cc0000;
  color: #fff;
  border: 3px solid #cc0000;
}
@media screen and (any-hover: hover) {
  .item__btns .btn--buy {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .item__btns .btn--buy:hover {
    background-color: #fff;
    color: #cc0000;
  }
}
.item__btns .btn--movie {
  background-color: #fff;
  color: #db2081;
  border: 3px solid;
  cursor: pointer;
}
.item__btns .btn--movie::before {
  content: "";
  display: block;
  width: 1.8em;
  height: 1.2em;
  background-image: url(../images/icon-movie.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.2em;
}
@media screen and (any-hover: hover) {
  .item__btns .btn--movie {
    -webkit-transition: background-color 200ms;
    transition: background-color 200ms;
  }
  .item__btns .btn--movie:hover {
    background-color: #fadaea;
  }
}
.item__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  display: none;
  pointer-events: none;
}
.item__modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.item__modal.is-active.is-open {
  opacity: 1;
  pointer-events: auto;
}
.item__modalBg {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: calc(100% + 1px);
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .item__modalBg {
    background-image: url(../images/icon-close.png);
    background-repeat: no-repeat;
    background-position: right 20px top 20px;
    background-size: 15px;
  }
}
.item__modalMain {
  background-color: #fff;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: calc(100% - 40px);
  padding: 50px;
}
@media screen and (max-width: 640px) {
  .item__modalMain {
    padding: 6.6666666667vw;
    max-height: calc(100% - 120px);
    overflow-y: scroll;
  }
}
.item__modalMain::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -5rem;
  right: 0;
  background-image: url(../images/icon-close.png);
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .item__modalMain::before {
    display: none;
  }
}
.item__modalTtl {
  line-height: 1;
  font-weight: bold;
  font-size: min(25px, 5vw);
  border-left: 5px solid var(--theme-cl);
  padding-left: 0.5em;
}
@media screen and (max-width: 640px) {
  .item__modalTtl {
    line-height: 1.25;
  }
}
.item__modalDesc {
  font-size: 15px;
  line-height: 1.8;
  padding: 2em 0;
}
.item__modalDesc a {
  color: #1677d2;
  text-decoration: underline;
}
.item__modalThumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .item__modalThumbs {
    gap: 5.3333333333vw 2.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item__modalThumbs li {
    width: 100%;
  }
}
.item__modalThumbs a {
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  overflow: hidden;
}
.item__modalThumbs a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon-movie-play.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .item__modalThumbs a::before {
    background-size: 34px;
  }
}
.item__modalThumbs a img {
  display: block;
  max-width: 100%;
}
@media screen and (any-hover: hover) {
  .item__modalThumbs a img {
    -webkit-transition: ease 400ms;
    transition: ease 400ms;
    will-change: transform, filter;
  }
  .item__modalThumbs a:hover img {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
}
.item__modalThumbs .comingsoon a {
  position: relative;
  pointer-events: none;
}
.item__modalThumbs .comingsoon a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  background-image: none;
  content: "COMING SOON";
  font-size: 14px;
  color: #fff;
}
.item__modalThumbs p {
  font-size: 13px;
  margin-top: 0.75em;
}
.item__modalThumbs p+span{
	display: block;
	font-size: clamp(12px, 2vw, 13px);
	margin-top: 0.75em;
	line-height: 1.8em;
}
.item--01 {
  --theme-cl: #ee7b2f;
  --theme-txt: #fff;
}
.item--01 .item__kv {
  background-image: url(../images/cardmv01_bg.jpg), url(../images/cardmv01_bg_rpt.jpg);
}
.item--02 {
  --theme-cl: #a9dade;
  --theme-txt: #fff;
}
.item--02 .item__kv {
  background-image: url(../images/cardmv02_bg.jpg), url(../images/cardmv02_bg_rpt.jpg);
}
.item--03 {
  --theme-cl: #eb6a89;
  --theme-txt: #fff;
}
.item--03 .item__kv {
  background-image: url(../images/cardmv03_bg.jpg), url(../images/cardmv03_bg_rpt.jpg);
}
.item--04 {
  --theme-cl: #a4ce60;
  --theme-txt: #fff;
}
.item--04 .item__kv {
  background-image: url(../images/cardmv04_bg.jpg), url(../images/cardmv04_bg_rpt.jpg);
}
.item--05 {
  --theme-cl: #0e2f8f;
  --theme-txt: #fff;
}
.item--05 .item__kv {
  background-image: url(../images/cardmv05_bg.jpg), url(../images/cardmv05_bg_rpt.jpg);
}
.item--06 {
  --theme-cl: #f5ec4c;
  --theme-txt: #000;
}
.item--06 .item__kv {
  background-image: url(../images/cardmv06_bg.jpg), url(../images/cardmv06_bg_rpt.jpg);
}
.item--07 {
  --theme-cl: #e83c39;
  --theme-txt: #fff;
}
.item--07 .item__kv {
  background-image: url(../images/cardmv07_bg.jpg), url(../images/cardmv07_bg_rpt.jpg);
}
.item--08 {
  --theme-cl: #a8d8ca;
  --theme-txt: #fff;
}
.item--08 .item__kv {
  background-image: url(../images/cardmv08_bg.jpg), url(../images/cardmv08_bg_rpt.jpg);
}
.item--09 {
  --theme-cl: #e95896;
  --theme-txt: #fff;
}
.item--09 .item__kv {
  background-image: url(../images/cardmv09_bg.jpg), url(../images/cardmv09_bg_rpt.jpg);
}

.topLink,
#shopper{
	margin: 100px auto;
	padding-top: 100px;
	border-top: 1px solid #cccccc;
	width: 100%;
	max-width: 1200px;
}

.shopperFlex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shopperImg.pcNone{display: none;}
.shopperImg.spNone{display: block;}

.shopperImg{width: 30%;}
.shopperImg img{width: 100%;}

.shopperDetail{width: 65%;}
.shopperDetail h2{font-size: 24px; font-weight: bold; line-height: 1.6em;}
.shopperDetail p{margin-top: 60px; font-size: 18px; line-height: 1.6em;}
.shopperDetail a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 60px auto 0;
	border: 3px solid #2c2b6e;
	background: #2c2b6e;
	text-align: center;
	padding: 2%;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	transition: ease 200ms;
}
.shopperDetail a:hover{
	background: #ffffff;
	color: #2c2b6e;
}

.topLink a{
	display: block;
	box-sizing: border-box;
	width: 90%;
	max-width: 610px;
	margin: 0 auto;
	border-radius: 5px;
	border: 1px solid #cccccc;
	background: #f3f3f3;
	text-align: center;
	padding: 2%;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

@media screen and (max-width: 640px){
	.topLink,
	#shopper{
		margin: 20px auto 0;
		padding-top: 50px;
		border-top: 1px solid #cccccc;
		width: 100%;
		max-width: 1200px;
		margin-bottom: 60px;
	}
	
	.shopperFlex{
		width: 90%;
		margin: 0 auto;
	}

	.shopperImg.pcNone{display: block;}
	.shopperImg.spNone{display: none;}

	.shopperImg{width: 100%; text-align: center; margin-top: 30px;}
	.shopperImg img{width: 70%;}

	.shopperDetail{width: 100%;}
	.shopperDetail h2{font-size: 18px; font-weight: bold; line-height: 1.6em;}
	.shopperDetail p{margin-top: 30px; font-size: 14px; line-height: 1.6em;}
	.shopperDetail a{
		display: block;
		box-sizing: border-box;
		width: 100%;
		margin: 30px auto 0;
		border: 3px solid #2c2b6e;
		background: #2c2b6e;
		text-align: center;
		padding: 2%;
		font-size: 14px;
		line-height: 1.6em;
		text-decoration: none;
		color: #ffffff;
	}

	.topLink a{
		display: block;
		box-sizing: border-box;
		width: 90%;
		max-width: 610px;
		margin: 0 auto;
		border-radius: 5px;
		border: 1px solid #cccccc;
		background: #f3f3f3;
		text-align: center;
		padding: 2%;
		font-size: 14px;
		text-decoration: none;
		color: #000000;
	}
}