:root {
  --white: white;
  --black: black;
}

.brand {
  background-color: #0000;
}

.body {
  background-color: #feeee9;
  background-image: url('../images/back_01.png');
  background-position: 470%;
  background-repeat: no-repeat;
  background-size: 110%;
  background-attachment: fixed;
  font-family: Sofia pro, Trebuchet MS, sans-serif;
}

.body:hover {
  box-shadow: 0 1px 3px #000;
}

.hero_text {
  opacity: 1;
  color: #ed1c24;
  text-align: left;
  text-shadow: 0 0 20px #ff6868;
  padding-left: 0;
  font-family: Sofia pro, Trebuchet MS, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 75px;
}

.hero_text.home {
  text-align: center;
  font-size: 165px;
  line-height: 165px;
}

.hero_columns {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 58px;
}

.column_3 {
  clear: none;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.column_1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.column_2 {
  padding-left: 0;
  padding-right: 0;
}

.nav-menu {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  margin-top: 0;
  padding-bottom: 0;
}

.top_link_right {
  color: red;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Sofia pro, Trebuchet MS, sans-serif;
  font-weight: 900;
  display: none;
  position: static;
}

.top_link_left {
  color: red;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Sofia pro, Trebuchet MS, sans-serif;
  font-weight: 900;
  display: none;
  position: static;
}

.navbar {
  background-color: #0000;
}

.nav_link_left {
  color: #ed1c24;
  border-bottom: 0 red;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  top: 12em;
  transform: rotate(-90deg);
  box-shadow: 0 3px red;
}

.nav_link_left:hover {
  border-bottom: 3px #000;
  border-right: 1px #000;
  box-shadow: 0 3px red;
}

.nav_link_left.on {
  box-shadow: none;
  font-family: Sofia pro, Trebuchet MS, sans-serif;
}

.nav_link_left.on:hover {
  box-shadow: 0 3px #ed1c24;
}

.nav_link_right {
  color: #ed1c24;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
  top: 12em;
  transform: rotate(90deg);
}

.nav_link_right:hover {
  border-bottom: 3px #000;
  box-shadow: 0 3px red;
}

.nav_link_right.off {
  font-family: Sofia pro, Trebuchet MS, sans-serif;
  box-shadow: 0 3px red;
}

.nav_link_right.off:hover {
  box-shadow: 0 3px #ed1c24;
}

.caption {
  float: none;
  clear: none;
  text-align: center;
  display: block;
  position: static;
}

.paragraph {
  color: #ed1c24;
  text-align: center;
  margin: 40px 0% 2px;
  font-family: Sofia pro, Trebuchet MS, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.text-span-2 {
  color: #000;
}

.text-span-2:hover {
  text-decoration: underline;
}

.details {
  text-align: center;
  margin-top: 0;
}

.text-block {
  color: #ed1c24;
  text-align: right;
  margin-top: 7px;
  margin-right: 10px;
  padding-bottom: 15px;
  padding-right: 7px;
  font-size: 25px;
}

.detail_title {
  color: #ed1c24;
  padding-bottom: 15px;
  font-family: Sofia pro, Trebuchet MS, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.text-block-2 {
  color: #ed1c24;
  text-align: left;
  border-bottom: 1px solid #ed1c24;
  margin-right: 0%;
  padding-bottom: 17px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  display: inline-block;
}

.columns {
  margin-top: 70px;
}

.text-block-3 {
  color: #ed1c24;
  text-align: left;
  margin-left: 0%;
  padding-right: 15px;
  font-size: 40px;
  line-height: 45px;
}

.columns-2, .columns-3 {
  margin-bottom: 30px;
}

.columns-4 {
  margin-bottom: 6px;
}

.column {
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
}

.column-2 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.content_wrap {
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-left: 14%;
  margin-right: 14%;
  padding: 0;
  display: block;
}

.column-4 {
  display: inline;
}

.arcana {
  margin-bottom: 55px;
}

.arcana_title {
  color: #ed1c24;
  padding-bottom: 20px;
  font-family: Sofia pro, Trebuchet MS, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  position: static;
}

.paragraph-2 {
  color: #ed1c24;
  text-align: left;
  font-size: 17px;
  line-height: 23px;
}

.arcana_wrap {
  text-align: center;
  background-color: #feeee9;
  margin-bottom: 0;
  padding: 20px 20px 40px;
  box-shadow: 1px 0 14px -4px #ff6868;
}

.arcana_img {
  min-width: 85%;
  max-width: 85%;
  margin-bottom: 30px;
}

.image-3 {
  text-align: center;
  margin-top: 25px;
}

.button {
  color: #ec1d24;
  text-transform: uppercase;
  background-color: #feeee9;
  border: 4px solid #ed1c24;
  padding-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  display: block;
}

.button:hover {
  color: #feeee9;
  background-color: #ed1c24;
}

.button.order {
  font-family: Sofia pro, Trebuchet MS, sans-serif;
  display: block;
}

.button.info {
  width: 160px;
}

.price_buy {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 75px;
  display: block;
}

.heading {
  color: #ed1c24;
  text-align: center;
  margin-bottom: 26px;
  font-family: Sofia pro, Trebuchet MS, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 53px;
  display: inline-block;
}

.heading.h2 {
  margin-top: 0;
  line-height: 53px;
}

.deck_details {
  color: #ed1c24;
  text-align: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 14px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Sofia pro, Trebuchet MS, sans-serif;
  font-size: 14px;
  display: block;
}

.black_link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.black_link:hover {
  text-decoration: underline;
}

.text-span-3 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-family: Sofia pro semi, Trebuchet MS, sans-serif;
  font-size: 45px;
  font-weight: 700;
  display: block;
}

.heading-2 {
  color: #ed1c24;
  text-align: center;
  letter-spacing: 9px;
  margin-top: -40px;
  margin-bottom: 10px;
  font-weight: 400;
}

.more_details {
  text-align: left;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.paragraph-3 {
  color: #ec1d24;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Sofia pro semi, Trebuchet MS, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
}

.column-6 {
  text-align: left;
  border-left: 1px #ec1d24;
}

.footer {
  text-align: center;
}

.image-4 {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 38px;
}

.columns-5 {
  text-align: left;
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.column-7 {
  text-align: left;
  border-right: 1px solid #ec1d24;
}

.button_wrap {
  display: block;
}

.button_wrap.info {
  display: inline-block;
}

.button_wrap.order {
  width: 418px;
  display: inline-block;
}

.columns-6 {
  margin-bottom: 33px;
}

.body-2 {
  background-color: #feeee9;
  background-image: url('../images/back_01.png');
  background-position: 430%;
  background-repeat: no-repeat;
  background-size: 111%;
  background-attachment: fixed;
}

.columns-7 {
  text-align: center;
}

.description_text {
  color: #ed1c24;
  text-align: left;
  margin-top: 0;
  font-family: Sofia pro, Trebuchet MS, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}

.description_text.tarot {
  text-align: center;
  margin-top: 20px;
}

.about_image {
  width: auto;
  min-width: 75%;
  max-width: 80%;
}

.column-15 {
  text-align: center;
  border-left: 1px #000;
  border-right: 1px #000;
}

.column-15.l {
  text-align: center;
  border-right-style: none;
}

.column-15.r {
  text-align: center;
  border-right-style: none;
  flex: 1;
}

.detail_test_column {
  text-align: center;
  border-left: 1px #000;
  padding-right: 150px;
}

.detail_test_column.left {
  /*text-align: left;*/
  order: -1;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

.detail_col {
  border-bottom: 1px #601a1c;
  margin-top: 56px;
  margin-bottom: -1px;
}

.detail_col.r {
  border-bottom: 1px #601a1c;
  flex-direction: row;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.detail_col.l {
  transform: ;
  border-bottom: 1px #601a1c;
  flex-wrap: nowrap;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.column16 {
  order: 1;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

.card-wrapper {
  margin-bottom: 145px;
}

.column-18 {
  order: -1;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

.bar {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #252525;
  text-align: left;
  vertical-align: baseline;
  background-color: #ed1c24;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 10px;
  margin-top: 30px;
  display: inline-block;
  position: relative;
  inset: 0%;
}

.detail_text_column.right, .column-20 {
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

.div-block {
  text-align: center;
}

.play_title.img {
  float: none;
  clear: both;
  text-align: center;
  max-width: 100px;
  margin-bottom: 20px;
  display: block;
}

.image-5 {
  text-align: center;
  display: inline;
}

.gameplay_title {
  float: left;
  clear: both;
  padding-bottom: 4px;
  font-family: Sofia pro, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.paragraph-4 {
  color: #ed1c24;
  font-family: Sofia pro, Trebuchet MS, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.bold-text-2 {
  font-weight: 500;
  display: inline-block;
}

.columns-8 {
  margin-top: 20px;
}

.paragraph-5 {
  color: #ed1c24;
  text-align: left;
  padding-left: 124px;
  font-size: 13px;
}

.column-27 {
  display: inline;
}

.column-28, .column-29 {
  display: inline-block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-6 {
  padding-top: 19px;
  padding-left: 126px;
  padding-right: 126px;
}

.image-6 {
  clear: both;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: static;
}

.image-7 {
  width: 50%;
  max-width: 100%;
}

html.w-mod-js [data-ix="rotato"] {
  transform: rotate(0);
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 120%;
    background-size: 150%;
  }

  .hero_text {
    padding-left: 17px;
    font-size: 40px;
    line-height: 50px;
  }

  .hero_text.home {
    margin-top: 37px;
    font-size: 90px;
    line-height: 100px;
  }

  .column_3 {
    text-align: center;
    height: auto;
  }

  .top_link_right, .top_link_left {
    font-size: 10px;
    display: none;
  }

  .nav_link_left {
    box-shadow: none;
    font-family: Sofia pro, Trebuchet MS, sans-serif;
    font-size: 12px;
    font-weight: 900;
    top: 15em;
  }

  .nav_link_left.off {
    box-shadow: 0 3px #ed1c24;
  }

  .nav_link_right {
    flex: none;
    align-self: auto;
    font-family: Sofia pro, Trebuchet MS, sans-serif;
    font-size: 12px;
    position: relative;
    top: 15em;
    transform: rotate(90deg);
  }

  .paragraph {
    font-size: 23px;
    line-height: 28px;
  }

  .text-block {
    float: left;
    text-align: left;
    margin-right: 0;
    padding-top: 3px;
    padding-right: 0;
  }

  .detail_title {
    line-height: 35px;
  }

  .text-block-2 {
    margin-right: 0%;
    font-size: 15px;
  }

  .text-block-3 {
    text-align: left;
    width: 100%;
    padding-right: 29px;
    font-size: 31px;
    line-height: 38px;
    transform: rotate(0);
  }

  .content_wrap {
    margin-left: 8%;
    margin-right: 8%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    clear: left;
    position: static;
  }

  .column-4 {
    clear: none;
    position: static;
  }

  .column-5 {
    position: static;
  }

  .arcana_title {
    font-size: 20px;
    line-height: 23px;
  }

  .paragraph-2 {
    text-align: left;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .arcana_img {
    min-width: 100%;
  }

  .image-3 {
    padding-right: 0;
  }

  .button.info {
    width: 156px;
  }

  .price_buy {
    margin-bottom: 50px;
  }

  .heading {
    margin-top: 0;
    font-size: 40px;
  }

  .heading.h2 {
    line-height: 44px;
  }

  .deck_details {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
  }

  .text-span-3 {
    margin-top: 20px;
    padding-bottom: 15px;
  }

  .heading-2 {
    color: #ed1c24;
    text-align: center;
    letter-spacing: 4px;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 400;
  }

  .footer {
    text-align: center;
  }

  .image-4 {
    margin-top: 80px;
    margin-bottom: 25px;
  }

  .container-2 {
    display: block;
  }

  .columns-5 {
    width: 560px;
  }

  .button_wrap.order {
    margin-bottom: 5px;
  }

  .body-2 {
    background-image: url('../images/back_01.png');
    background-position: 150%;
    background-size: 140%;
  }

  .description_text {
    margin-top: 59px;
    font-family: Sofia pro, Trebuchet MS, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .about_image {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    display: inline-block;
  }

  .column-15 {
    padding-left: 0;
    padding-right: 20px;
  }

  .column-15.l {
    padding-left: 0;
    padding-right: 0;
  }

  .column-15.r {
    clear: none;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .detail_test_column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .detail_test_column.left {
    padding-left: 0;
    padding-right: 0;
  }

  .detail_col {
    border-bottom: 1px #601a1c;
    margin-top: 10px;
  }

  .detail_col.r {
    border-bottom: 1px #601a1c;
    margin-top: 40px;
  }

  .detail_col.l {
    border-bottom-style: none;
    border-bottom-color: #601a1c;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .column16 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrapper {
    margin-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bar {
    background-color: #ed1c24;
    width: 70px;
    min-width: 50px;
    height: 9px;
    margin-top: 36px;
  }

  .detail_text_column, .column-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    max-width: 72%;
  }

  .gameplay_title {
    font-size: 15px;
  }

  .paragraph-4 {
    line-height: 17px;
  }

  .bold-text-2 {
    font-size: 12px;
    line-height: 11px;
  }

  .column-21, .column-22, .column-23, .column-24, .column-25, .column-26 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-5 {
    padding-top: 7px;
    padding-left: 16%;
    line-height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-position: 84%;
    background-size: 200%;
  }

  .hero_text {
    padding-left: 40px;
    padding-right: 30px;
    font-size: 50px;
    line-height: 60px;
  }

  .hero_text.home {
    margin-top: 0;
    font-size: 70px;
    line-height: 80px;
  }

  .column_3, .column_1 {
    height: 100px;
    display: none;
  }

  .top_link_right {
    margin-top: 11px;
    margin-left: 20px;
    padding: 0;
    font-size: 12px;
    display: inline-block;
  }

  .top_link_right:hover, .top_link_right.off {
    box-shadow: 0 3px red;
  }

  .top_link_left {
    margin-top: 11px;
    margin-left: 0;
    margin-right: 20px;
    padding: 0;
    font-size: 12px;
    display: inline-block;
  }

  .top_link_left:hover, .top_link_left.off {
    box-shadow: 0 3px #ed1c24;
  }

  .caption {
    margin-top: 40px;
  }

  .paragraph {
    margin: 0 0%;
    font-size: 20px;
    line-height: 29px;
  }

  .text-block {
    display: none;
  }

  .detail_title {
    padding-bottom: 20px;
  }

  .text-block-2 {
    margin-top: 0;
    margin-right: 0%;
    line-height: 20px;
  }

  .text-block-3 {
    text-align: center;
    margin-bottom: 46px;
    padding-right: 0;
    font-size: 33px;
    line-height: 42px;
  }

  .column-2 {
    text-align: center;
  }

  .content_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .arcana_img {
    text-align: center;
    min-width: 80%;
    max-width: 80%;
    display: inline-block;
  }

  .image-3 {
    display: none;
  }

  .button {
    display: inline-block;
  }

  .button.info {
    width: 160px;
  }

  .price_buy {
    margin-top: 0;
  }

  .heading {
    margin-top: 0;
    font-size: 39px;
    line-height: 50px;
  }

  .deck_details {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 18px;
  }

  .text-span-3 {
    margin-top: 10px;
  }

  .heading-2 {
    letter-spacing: 0;
    margin-top: -30px;
    margin-bottom: 0;
    font-size: 26px;
  }

  .paragraph-3 {
    margin-bottom: 31px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-6 {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .image_wrap {
    text-align: center;
  }

  .columns-5 {
    width: auto;
  }

  .column-7 {
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .button_wrap.order {
    width: 270px;
  }

  .body-2 {
    background-position: 95%;
    background-size: 190%;
  }

  .description_text {
    margin-top: 30px;
    font-size: 17px;
    font-weight: 400;
  }

  .about_image {
    width: 320px;
    min-width: 320px;
    max-width: 320px;
  }

  .column-15 {
    text-align: center;
    justify-content: center;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-15.l {
    border-right-style: none;
    order: -1;
    justify-content: center;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .column-15.r {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .detail_test_column {
    text-align: center;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .detail_test_column.left {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .detail_col.r, .detail_col.l {
    border-bottom-style: none;
    display: block;
  }

  .column16 {
    clear: both;
    /*text-align: left;*/
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrapper {
    margin-top: 70px;
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-18 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bar {
    text-align: left;
    margin-bottom: 15px;
    margin-left: 0%;
    position: relative;
  }

  .column-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .play_title.img {
    max-width: 83px;
    margin-top: 15px;
  }

  .gamepllay_text {
    float: right;
    max-width: 350px;
    margin-left: 15px;
  }

  .image-5 {
    max-width: 95px;
    margin-bottom: 0;
    padding-left: 18px;
  }

  .gameplay_title {
    padding-bottom: 5px;
    font-size: 16px;
    text-align: left;
  }

  .paragraph-4 {
    width: 380px;
    display: inline;
  }

  .bold-text-2 {
    font-size: 14px;
    line-height: 15px;
    text-align: left;
  }

  .column-21 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .columns-8 {
    padding-bottom: 50px;
  }

  .column-22, .column-23, .column-24, .column-25 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .column-26 {
    border-bottom: 1px solid #ed1c24;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
  }

  .paragraph-5 {
    padding-left: 0%;
  }

  .image-7 {
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 69%;
    background-size: 320%;
  }

  .hero_text {
    text-align: left;
    margin-bottom: -20px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 28px;
    line-height: 35px;
  }

  .hero_text.home {
    margin-top: 0;
    font-size: 50px;
    line-height: 60px;
  }

  .column_3, .column_1 {
    height: 100px;
  }

  .top_link_right {
    padding-top: 0;
    font-size: 11px;
  }

  .top_link_left {
    box-shadow: none;
    padding-top: 0;
    font-size: 11px;
  }

  .caption {
    margin-top: 25px;
  }

  .paragraph {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 18px;
    line-height: 20px;
  }

  .details {
    margin-top: 0;
  }

  .text-block {
    margin-right: 0;
  }

  .detail_title {
    line-height: 27px;
  }

  .columns {
    margin-top: 50px;
  }

  .text-block-3 {
    margin-top: -21px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .column-2 {
    margin-bottom: 30px;
  }

  .content_wrap {
    margin-top: 60px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .arcana_wrap {
    background-color: #feeee9;
  }

  .arcana_img {
    min-width: 100%;
    max-width: 100%;
  }

  .button {
    font-size: 17px;
    line-height: 25px;
  }

  .button.info {
    width: 131px;
  }

  .price_buy {
    margin-bottom: 20px;
  }

  .deck_details {
    margin-top: 0;
    margin-bottom: -10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 17px;
  }

  .black_link {
    text-decoration: none;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: -20px;
    font-size: 19px;
  }

  .paragraph-3 {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    text-decoration: none;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-7 {
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .button_wrap.order {
    width: 197px;
  }

  .body-2 {
    background-image: url('../images/back_01.png');
    background-position: 65%;
    background-size: 320%;
  }

  .column-15.r {
    padding-left: 0;
  }

  .detail_test_column.left {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .detail_col.l {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .column16 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .column-18 {
    text-align: center;
    padding-bottom: 0;
  }

  .bar {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 70px;
    height: 5px;
    margin-bottom: 30px;
    margin-left: 0%;
    padding-left: 0;
    text-decoration: none;
    display: inline-block;
  }

  .detail_text_column.right {
    text-align: center;
  }

  .column-20 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .play_title.img {
    text-align: center;
    max-width: 100px;
  }

  .gamepllay_text {
    max-width: 71%;
  }

  .image-5 {
    text-align: center;
    max-width: 105px;
  }

  .gameplay_title {
    padding-bottom: 5px;
    font-size: 14px;
  }

  .column-21, .column-22, .column-23, .column-24, .column-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-26 {
    border-bottom: 1px solid #ed1c24;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 65%;
    margin-top: 20px;
  }
}


@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sofia pro semi';
  src: url('../fonts/Sofia-Pro-Semi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}