/*=============================================================
 01_base
=============================================================*/
#cardlist {
  margin-bottom: 125px;
}
@media only screen and (max-width: 768px) {
  #cardlist {
    margin-bottom: 18.4375vw;
  }
}
#cardlist .ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 62px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .ttl {
    margin-bottom: 4.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .ttl {
    margin-bottom: 10.625vw;
  }
}
#cardlist .ttl span {
  line-height: 1em;
}
#cardlist .ttl span.en {
  font-size: 90px;
  font-family: "Hanken Grotesk", sans-serif;
}
@media only screen and (max-width: 768px) {
  #cardlist .ttl span.en {
    font-size: 12.5vw;
  }
}
#cardlist .ttl span.jp {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .ttl span.jp {
    margin-top: 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .ttl span.jp {
    font-size: 2.8125vw;
  }
}
#cardlist .add-Term_Contents {
  overflow: hidden;
  max-height: 0;
}
#cardlist .add-Term_Contents.is-show {
  max-height: none;
}
#cardlist .cardlist-menu {
  margin-bottom: 62px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-menu {
    margin-bottom: 4.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-menu {
    margin-bottom: 5.625vw;
  }
}
#cardlist .cardlist-menu ul {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-menu ul {
    width: 84.6153846154vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-menu ul {
    width: 68.75vw;
    display: block;
  }
}
#cardlist .cardlist-menu ul li {
  width: 360px;
  height: 70px;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-menu ul li {
    width: 27.6923076923vw;
    height: 5.3846153846vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-menu ul li {
    width: 100%;
    height: 10.9375vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-menu ul li:not(:last-child) {
    margin-bottom: 2.5vw;
  }
}
#cardlist .cardlist-menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 50px;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #534B88;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-menu ul li a {
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-menu ul li a {
    font-size: 3.125vw;
  }
}
#cardlist .cardlist-menu ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-menu ul li a::before {
    left: 1.1538461538vw;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-menu ul li a::before {
    width: 6.25vw;
    height: 6.25vw;
    left: 2.34375vw;
  }
}
#cardlist .cardlist-menu ul li a:hover {
  background-color: #EDECF3;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-menu ul li a:hover {
    background-color: #fff;
    color: #534B88;
  }
}
#cardlist .cardlist-menu ul li:nth-child(1) a::before {
  background: url("../img/cardlist/icon_menu01.svg") no-repeat top center;
  background-size: contain;
}
#cardlist .cardlist-menu ul li:nth-child(2) a::before {
  background: url("../img/cardlist/icon_menu02.svg") no-repeat top center;
  background-size: contain;
}
#cardlist .cardlist-menu ul li:nth-child(3) a::before {
  background: url("../img/cardlist/icon_menu03.svg") no-repeat top center;
  background-size: contain;
}
#cardlist .cardlist-Search {
  padding: 60px 95px 65px;
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Search {
    padding: 4.6153846154vw 7.3076923077vw 5vw;
    border-radius: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Search {
    margin: 0 1.5625vw;
    border-radius: 3.125vw;
    padding: 4.6875vw 4.6875vw 3.125vw;
  }
}
#cardlist .content-ttl {
  text-align: center;
  font-size: 28px;
  margin: 0 0 42px;
  padding: 0 0 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .content-ttl {
    font-size: 2.1538461538vw;
    margin: 0 0 3.2307692308vw;
    padding: 0 0 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .content-ttl {
    font-size: 4.375vw;
    margin: 0 0 6.5625vw;
    padding-bottom: 3.125vw;
  }
}
#cardlist .content-ttl::before {
  display: none;
}
#cardlist .content-Search {
  margin-top: 50px;
  padding: 32px 50px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .content-Search {
    margin-top: 3.8461538462vw;
    padding: 2.4615384615vw 3.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .content-Search {
    padding: 5.46875vw 4.6875vw 8.4375vw;
  }
}
#cardlist .content-Search .flex-wrap {
  justify-content: center;
  align-items: flex-start;
}
#cardlist .content-Search .saerchform-Text {
  width: 620px;
  padding: 12px;
  background: #fff;
}
@media only screen and (max-width: 1300px) {
  #cardlist .content-Search .saerchform-Text {
    width: 47.6923076923vw;
    padding: 0.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .content-Search .saerchform-Text {
    width: 60.3125vw;
    padding: 1.875vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .content-Search .checkbox-List li {
    margin-bottom: 1.5625vw;
  }
}
#cardlist .content-Search .checkbox-List li label {
  border-radius: 50px;
  width: 214px;
  line-height: 50px;
  padding: 0;
}
@media only screen and (max-width: 1300px) {
  #cardlist .content-Search .checkbox-List li label {
    width: 16.3076923077vw;
    line-height: 3.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .content-Search .checkbox-List li label {
    width: 26.25vw;
    line-height: 7.8125vw;
  }
}
#cardlist .content-Search .checkbox-List li input[type=checkbox]:checked + label {
  background-color: #534B88;
  color: #fff;
}
#cardlist .content-Search .cardlist-Search_Btn {
  margin-top: 0;
}
#cardlist .content-Search .cardlist-Search_Btn button {
  width: 110px;
  height: 50px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .content-Search .cardlist-Search_Btn button {
    width: 8.4615384615vw;
    height: 3.8461538462vw;
    font-size: 1.3846153846vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .content-Search .cardlist-Search_Btn button {
    width: 15.625vw;
    height: 7.8125vw;
    font-size: 2.8125vw;
    margin-left: 1.5625vw;
  }
}
#cardlist .content-Search .cardlist-Search_Btn button::before, #cardlist .content-Search .cardlist-Search_Btn button::after {
  display: none;
}
#cardlist .saerchform-Text {
  width: clamp(10px, 100%, 470px);
  border: 1px solid #CBC8DB;
  border-radius: 10px;
  font-size: 16px;
  padding: 12px 16px 12px 48px;
  font-weight: 700;
  line-height: 1;
  color: #534B88;
  background: url("../img/cardlist/icon_search.svg") 15px center/22px auto no-repeat;
}
@media only screen and (max-width: 1300px) {
  #cardlist .saerchform-Text {
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .saerchform-Text {
    width: 71.5625vw;
    font-size: 2.5vw;
    padding: 1.875vw 2.5vw 1.875vw 7.03125vw;
    background: url("../img/cardlist/icon_search.svg") 2.34375vw center/3.4375vw auto no-repeat;
  }
}
#cardlist .saerchform-Text::-moz-placeholder {
  color: rgba(83, 75, 136, 0.3);
}
#cardlist .saerchform-Text::placeholder {
  color: rgba(83, 75, 136, 0.3);
}
#cardlist .saerchform-Text.icon-off {
  background: #fff;
  padding: 12px 16px;
}
@media only screen and (max-width: 768px) {
  #cardlist .saerchform-Text.icon-off {
    padding: 1.875vw 2.5vw;
  }
}
#cardlist .cardlist-Search_Item {
  display: flex;
  padding: 0 0 26px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Search_Item {
    padding-bottom: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Search_Item {
    display: block;
    padding-bottom: 4.0625vw;
  }
}
#cardlist .cardlist-Search_Item_Heading {
  width: 174px;
  -webkit-flex-shrink: 0;
  line-height: 1.1;
  flex-shrink: 0;
  font-size: 20px;
  padding: 7px 0 0 24px;
  background: url("../img/cardlist/icon_head01.svg") left 10px/18px auto no-repeat;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Search_Item_Heading {
    width: 13.3846153846vw;
    font-size: 1.5384615385vw;
    padding: 0.5384615385vw 0 0 1.8461538462vw;
    background-size: 1.3846153846vw;
    background-position: left 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Search_Item_Heading {
    width: 100%;
    font-size: 3.125vw;
    padding: 1.09375vw 0 0 3.75vw;
    margin-bottom: 2.34375vw;
    background-size: 2.8125vw;
    background-position: left 1.5625vw;
  }
}
#cardlist .cardlist-Search_Item_Detail {
  flex-grow: 1;
  line-height: 1;
}
#cardlist .checkbox-List .checkbox-List_Item {
  display: inline-block;
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 1300px) {
  #cardlist .checkbox-List .checkbox-List_Item {
    margin-bottom: 0.9230769231vw;
    font-size: 1.3846153846vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .checkbox-List .checkbox-List_Item {
    margin-bottom: 1.875vw;
    font-size: 2.8125vw;
  }
}
#cardlist .checkbox-List input[type=checkbox] {
  display: none;
}
#cardlist .checkbox-List label {
  display: block;
  text-align: center;
  min-width: 70px;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #CBC8DB;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  #cardlist .checkbox-List label {
    min-width: 9.0625vw;
    padding: 1.875vw 3.125vw;
  }
}
#cardlist .checkbox-List label:hover {
  background-color: #EDECF3;
}
@media only screen and (max-width: 768px) {
  #cardlist .checkbox-List label:hover {
    background-color: #fff;
    color: #534B88;
  }
}
#cardlist .checkbox-List input[type=checkbox]:checked + label {
  background-color: #534B88;
  color: #fff;
}
#cardlist .saerchform-Select {
  width: clamp(10px, 100%, 470px);
  border: 1px solid #CBC8DB;
  color: #534B88;
  font-size: 16px;
  padding: 9px 24px 9px 16px;
  font-weight: 700;
  border-radius: 10px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url("../img/cardlist/icon_select.svg") calc(100% - 10px) center/8px auto no-repeat;
}
@media only screen and (max-width: 1300px) {
  #cardlist .saerchform-Select {
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .saerchform-Select {
    width: 100%;
    font-size: 2.5vw;
    border-radius: 1.5625vw;
    padding: 1.875vw 3.75vw 1.875vw 2.5vw;
  }
}
#cardlist .add-Term {
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  width: 188px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  #cardlist .add-Term {
    font-size: 1.5384615385vw;
    width: 14.4615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .add-Term {
    width: 29.375vw;
    font-size: 2.8125vw;
  }
}
#cardlist .add-Term::before, #cardlist .add-Term::after {
  content: "";
  display: block;
  position: absolute;
  background: #534B88;
  width: 14px;
  height: 2px;
  right: 0;
  top: calc(50% - 1px);
}
@media only screen and (max-width: 1300px) {
  #cardlist .add-Term::before, #cardlist .add-Term::after {
    width: 1.0769230769vw;
    height: 0.1538461538vw;
    top: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .add-Term::before, #cardlist .add-Term::after {
    width: 2.1875vw;
    height: 0.3125vw;
  }
}
#cardlist .add-Term::before {
  transform: rotate(90deg);
}
#cardlist .add-Term.opened:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#cardlist .cardlist-Search_Btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Search_Btn {
    display: block;
    margin-top: 6.25vw;
  }
}
#cardlist .cardlist-Search_Btn button {
  position: relative;
  width: 352px;
  height: 60px;
  margin: 0 10px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #887D54;
  border-radius: 50px;
  border: 1px solid #887D54;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Search_Btn button {
    width: 27.0769230769vw;
    height: 4.6153846154vw;
    font-size: 1.3846153846vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Search_Btn button {
    width: 55vw;
    height: 9.375vw;
    margin: 0 auto 4.6875vw;
    font-size: 2.8125vw;
    border-radius: 7.8125vw;
  }
}
#cardlist .cardlist-Search_Btn button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Search_Btn button::before {
    right: 1.0769230769vw;
    width: 2vw;
    height: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Search_Btn button::before {
    right: 2.03125vw;
    width: 5.15625vw;
    height: 5.15625vw;
  }
}
#cardlist .cardlist-Search_Btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 16px;
  height: 13px;
  background: url("../img/icon/btn_arrow_gold.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Search_Btn button::after {
    right: 1.3846153846vw;
    width: 1.2307692308vw;
    height: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Search_Btn button::after {
    right: 2.8125vw;
    width: 3.125vw;
    height: 2.65625vw;
  }
}
#cardlist .cardlist-Search_Btn button:hover {
  background-color: #fff;
  color: #887D54;
}
#cardlist .cardlist-Search_Btn button:hover::after {
  transform: translateY(-50%) scale(1.4);
}
#cardlist .txtarea-Ttl {
  position: relative;
  font-size: 26px;
  padding: 10px 10px 10px 45px;
  line-height: 1.3;
  color: #fff;
  border-radius: 100px;
  margin: 2.8em 0 1em;
  background-image: linear-gradient(90deg, rgb(83, 75, 136), rgb(55, 189, 237));
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  #cardlist .txtarea-Ttl {
    padding: 0.7692307692vw 0.7692307692vw 0.7692307692vw 3.4615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .txtarea-Ttl {
    font-size: 3.4375vw;
    margin: 2.8em 1.5625vw 2em;
    padding: 1.5625vw 1.5625vw 1.5625vw 7.03125vw;
    border-radius: 15.625vw;
  }
}
#cardlist .txtarea-Ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/cardlist/icon_head02.svg") no-repeat top center;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .txtarea-Ttl::before {
    left: 1.0769230769vw;
    width: 1.8461538462vw;
    height: 1.8461538462vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .txtarea-Ttl::before {
    width: 3.75vw;
    height: 3.75vw;
    left: 1.5625vw;
    margin-right: 2.34375vw;
  }
}
#cardlist h3, #cardlist .product_List_Ttl {
  position: relative;
  font-size: 22px;
  line-height: 1.3;
  padding-left: 26px;
  margin: 2em 0 0.5em;
  padding-bottom: 0.4em;
  border-bottom: 1px dotted #534B88;
}
@media only screen and (max-width: 1300px) {
  #cardlist h3, #cardlist .product_List_Ttl {
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist h3, #cardlist .product_List_Ttl {
    font-size: 3.4375vw;
    padding-left: 4.0625vw;
    margin: 2em 1.5625vw 0.5em;
  }
}
#cardlist h3::before, #cardlist .product_List_Ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/news/icon_h3.svg") no-repeat top center;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #cardlist h3::before, #cardlist .product_List_Ttl::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist h3::before, #cardlist .product_List_Ttl::before {
    top: 52%;
    width: 3.125vw;
    height: 3.125vw;
  }
}
#cardlist .product-Search_Category {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #cardlist .product-Search_Category {
    flex-wrap: wrap;
    gap: 1.5625vw 0;
    margin-bottom: 6.25vw;
  }
}
#cardlist .product-Search_Category li {
  width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #534B88;
  border-radius: 30px;
  margin: 0 8px;
  transition: all 0.25s ease;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #cardlist .product-Search_Category li {
    width: 24.0625vw;
    border-radius: 4.6875vw;
    margin: 0 0.78125vw;
  }
}
#cardlist .product-Search_Category li a {
  display: block;
  line-height: 1;
  padding: 8px 0;
  width: 100%;
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  #cardlist .product-Search_Category li a {
    font-size: 2.8125vw;
    padding: 1.25vw 0;
  }
}
#cardlist .product-Search_Category li.cat-item-boosters {
  border-color: #DD7D7D;
}
#cardlist .product-Search_Category li.cat-item-boosters a {
  color: #DD7D7D;
}
#cardlist .product-Search_Category li.cat-item-decks {
  border-color: #6A8FD5;
}
#cardlist .product-Search_Category li.cat-item-decks a {
  color: #6A8FD5;
}
#cardlist .product-Search_Category li.cat-item-pr {
  border-color: #E8AF44;
}
#cardlist .product-Search_Category li.cat-item-pr a {
  color: #E8AF44;
}
#cardlist .product-Search_Category li.cat-item-accessories {
  border-color: #50A075;
}
#cardlist .product-Search_Category li.cat-item-accessories a {
  color: #50A075;
}
#cardlist .product-Search_Category li.current-cat, #cardlist .product-Search_Category li:hover {
  background-color: #6B629F;
}
#cardlist .product-Search_Category li.current-cat a, #cardlist .product-Search_Category li:hover a {
  color: #fff;
}
#cardlist .product-Search_Category li.current-cat.cat-item-boosters, #cardlist .product-Search_Category li:hover.cat-item-boosters {
  background-color: #DD7D7D;
}
#cardlist .product-Search_Category li.current-cat.cat-item-decks, #cardlist .product-Search_Category li:hover.cat-item-decks {
  background-color: #6A8FD5;
}
#cardlist .product-Search_Category li.current-cat.cat-item-pr, #cardlist .product-Search_Category li:hover.cat-item-pr {
  background-color: #E8AF44;
}
#cardlist .product-Search_Category li.current-cat.cat-item-accessories, #cardlist .product-Search_Category li:hover.cat-item-accessories {
  background-color: #50A075;
}
#cardlist .product_List {
  margin: 30px auto 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .product_List {
    margin: 2.3076923077vw auto 0;
    grid-gap: 3.0769230769vw 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .product_List {
    margin: 4.6875vw 1.5625vw 0;
    grid-template-columns: repeat(2, 43.75vw);
    grid-gap: 40px 3.125vw;
  }
}
#cardlist .product_List .product-item {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  padding: 16px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .product_List .product-item {
    padding: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .product_List .product-item {
    border-radius: 3.125vw;
    padding: 2.5vw 2.5vw 4.375vw;
  }
}
#cardlist .product_List a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  flex: 1 1 auto;
}
#cardlist .product_List a:hover .thumb img {
  transform: scale(1.05);
}
#cardlist .product_List a:hover .txt .cat {
  color: #fff;
}
#cardlist .product_List a:hover .txt .cat.boosters {
  background-color: #DD7D7D;
}
#cardlist .product_List a:hover .txt .cat.decks {
  background-color: #6A8FD5;
}
#cardlist .product_List a:hover .txt .cat.pr {
  background-color: #E8AF44;
}
#cardlist .product_List a:hover .txt .cat.accessories {
  background-color: #50A075;
}
#cardlist .product_List .thumb {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .product_List .thumb {
    margin-bottom: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .product_List .thumb {
    margin-bottom: 2.34375vw;
  }
}
#cardlist .product_List .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
#cardlist .product_List .data {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
#cardlist .product_List .txt {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
#cardlist .product_List .txt .cat {
  display: inline-block;
  width: 110px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 14px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 600;
  color: #534B88;
  background-color: #fff;
  border: 1px solid #534B88;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #cardlist .product_List .txt .cat {
    padding: 0.3846153846vw 0.7692307692vw;
    margin-bottom: 0.6153846154vw;
    font-size: 1.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .product_List .txt .cat {
    padding: 0.625vw 2.34375vw;
    border-radius: 4.6875vw;
    margin-bottom: 1.875vw;
    font-size: 2.5vw;
  }
}
#cardlist .product_List .txt .cat.boosters {
  border-color: #DD7D7D;
  color: #DD7D7D;
}
#cardlist .product_List .txt .cat.decks {
  border-color: #6A8FD5;
  color: #6A8FD5;
}
#cardlist .product_List .txt .cat.pr {
  border-color: #E8AF44;
  color: #E8AF44;
}
#cardlist .product_List .txt .cat.accessories {
  border-color: #50A075;
  color: #50A075;
}
#cardlist .product_List .txt .name {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 18px;
  flex-grow: 1;
}
@media only screen and (max-width: 1300px) {
  #cardlist .product_List .txt .name {
    margin-bottom: 1.3846153846vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .product_List .txt .name {
    font-size: 3.75vw;
    margin-bottom: 2.8125vw;
  }
}
#cardlist .product_List .txt .info .label {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  padding: 0.4em 1em;
  border-radius: 20px;
  margin-bottom: 0.8em;
  border: 1px solid #534B88;
}
@media only screen and (max-width: 1300px) {
  #cardlist .product_List .txt .info .label {
    font-size: 1.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .product_List .txt .info .label {
    font-size: 2.5vw;
    border-radius: 3.125vw;
    margin-bottom: 0.9375vw;
  }
}
#cardlist .product_List .txt .info .detail {
  font-size: 20px;
  line-height: 1.2;
  margin-top: -0.2em;
}
@media only screen and (max-width: 1300px) {
  #cardlist .product_List .txt .info .detail {
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .product_List .txt .info .detail {
    font-size: 3.4375vw;
    margin-top: 0;
  }
}
#cardlist .cardlist-Result_Ttl {
  font-size: 40px;
  border-bottom: 1px solid #534B88;
  padding: 0 0 0.2em;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_Ttl {
    font-size: 5vw;
  }
}
#cardlist .cardlist-Result_Ttl::before {
  display: none;
}
#cardlist .cardlist-Result_Target {
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 10px;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_Target {
    display: grid;
    grid-template-columns: 1fr 38.75vw;
    margin: 7.8125vw 1.5625vw 0;
    gap: 0 1.5625vw;
  }
}
#cardlist .cardlist-Result_Target_Num {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_Target_Num {
    font-size: 3.125vw;
  }
}
#cardlist .cardlist-Result_Target_Num .num {
  font-size: 60px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  padding: 0 0.1em;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_Target_Num .num {
    font-size: 9.375vw;
  }
}
#cardlist .cardlist-Result_Target_Back {
  position: relative;
  height: 44px;
  padding: 0 50px 0 30px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #887D54;
  border-radius: 50px;
  border: 1px solid #887D54;
  transition: all 0.25s ease;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_Target_Back {
    height: 6.875vw;
    font-size: 2.5vw;
    border-radius: 7.8125vw;
  }
}
#cardlist .cardlist-Result_Target_Back::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_Target_Back::before {
    right: 1.0769230769vw;
    width: 2vw;
    height: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_Target_Back::before {
    right: 1.5625vw;
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
#cardlist .cardlist-Result_Target_Back::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 16px;
  height: 13px;
  background: url("../img/icon/btn_arrow_gold.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_Target_Back::after {
    right: 1.3846153846vw;
    width: 1.2307692308vw;
    height: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_Target_Back::after {
    right: 2.265625vw;
    width: 2.34375vw;
    height: 1.875vw;
  }
}
#cardlist .cardlist-Result_Target_Back:hover {
  background-color: #fff;
  color: #887D54;
}
#cardlist .cardlist-Result_Target_Back:hover::after {
  transform: translateY(-50%) scale(1.4);
}
#cardlist .color-select {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  #cardlist .color-select {
    margin-top: 7.03125vw;
  }
}
#cardlist .color-select ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 768px) {
  #cardlist .color-select ul {
    width: 90.625vw;
  }
}
#cardlist .color-select ul li {
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  #cardlist .color-select ul li {
    margin: 0 0.78125vw;
  }
}
#cardlist .color-select ul li a {
  display: block;
  min-width: 128px;
  text-align: center;
  padding: 11px 10px 9px;
  border-radius: 20px;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  color: #534B88;
  background-color: #fff;
  border: 1px solid #534B88;
  text-decoration: none;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #cardlist .color-select ul li a {
    padding: 0.8461538462vw 0.7692307692vw 0.6923076923vw;
    margin-bottom: 0.6153846154vw;
    font-size: 1.3846153846vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .color-select ul li a {
    width: 27.8125vw;
    padding: 2.1875vw 0;
    border-radius: 4.6875vw;
    margin-bottom: 1.875vw;
    font-size: 2.8125vw;
  }
}
#cardlist .color-select ul li:hover a {
  background-color: #EDECF3;
}
#cardlist .color-select ul li.active a {
  background-color: #534B88;
  color: #fff;
}
#cardlist .cardlist-wrap {
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-wrap {
    padding: 3.8461538462vw;
    margin: 4.6153846154vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-wrap {
    margin: 8.59375vw 1.5625vw 0;
    padding: 4.6875vw;
    border-radius: 3.125vw;
  }
}
#cardlist .cardlist-wrap .no-result {
  font-size: 18px;
  padding: 55px 0 45px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-wrap .no-result {
    font-size: 3.125vw;
    padding: 10.9375vw 0;
  }
}
#cardlist .cardlist-Result_View {
  margin: 0 auto 45px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_View {
    margin-bottom: 4.6875vw;
  }
}
#cardlist .saerchform-Select {
  width: clamp(10px, 100%, 470px);
  border: 1px solid #CBC8DB;
  color: #534B88;
  font-size: 16px;
  padding: 9px 24px 9px 16px;
  font-weight: 700;
  border-radius: 10px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  background: url("../img/cardlist/icon_select.svg") calc(100% - 10px) center/8px auto no-repeat #fff;
}
@media only screen and (max-width: 1300px) {
  #cardlist .saerchform-Select {
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .saerchform-Select {
    width: 46.875vw;
    font-size: 2.5vw;
    border-radius: 1.5625vw;
    padding: 1.875vw 3.75vw 1.875vw 2.5vw;
  }
}
#cardlist .cardlist-Result_View_Cange {
  display: flex;
}
#cardlist .cardlist-Result_View_Cange .change-Btn_Gallery {
  border-right: 1px solid #7c6634;
}
#cardlist .cardlist-Result_View_Cange .change-Btn_Gallery.current {
  fill: #7c6634;
}
#cardlist .cardlist-Result_View_Cange .change-Btn {
  display: block;
  width: 72px;
  height: 40px;
  fill: #fff6e1;
  padding: 6px 20px;
  box-sizing: border-box;
  fill: #534B88;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_View_Cange .change-Btn {
    width: 11.25vw;
    height: 6.25vw;
    padding: 0.9375vw 3.125vw;
  }
}
#cardlist .cardlist-Result_View_Cange .change-Btn svg {
  box-sizing: border-box;
}
#cardlist .cardlist-Result_View_Cange .change-Btn.current {
  fill: #887D54;
}
#cardlist .cardlist-Result_View_Cange .change-Btn_Txt {
  padding: 4px 0 4px 20px;
  width: 52px;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_View_Cange .change-Btn_Txt {
    padding: 0.625vw 0 0.625vw 3.125vw;
    width: 8.125vw;
  }
}
#cardlist .cardlist-Result_List_Gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px 20px;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3.125vw 3.125vw;
  }
}
#cardlist .cardlist-Result_List_Gallery li {
  border-radius: 9px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Gallery li {
    border-radius: 1.40625vw;
  }
}
#cardlist .cardlist-Result_List_Gallery li img {
  width: 100%;
}
#cardlist .cardlist-Result_List_Gallery li:hover {
  transform: translateY(-10px);
}
#cardlist .cardlist-Result_List_Txt {
  margin-top: -38px;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt {
    margin-top: -5.625vw;
    margin-bottom: 12.5vw;
  }
}
#cardlist .cardlist-Result_List_Txt li {
  padding: 38px 0;
  border-bottom: 1px dotted #534B88;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li {
    padding: 5.9375vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li {
    padding: 5.625vw 0;
  }
}
#cardlist .cardlist-Result_List_Txt li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li a {
    padding-bottom: 6.875vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .img {
  width: 240px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .img {
    width: 18.4615384615vw;
    border-radius: 0.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .img {
    width: 24.53125vw;
    box-shadow: 0 0 1.25vw rgba(0, 0, 0, 0.5);
  }
}
#cardlist .cardlist-Result_List_Txt li .img img {
  width: 100%;
}
#cardlist .cardlist-Result_List_Txt li .txt {
  width: 810px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt {
    width: 62.3076923077vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt {
    width: 53.125vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .number {
  font-size: 16px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .number {
    font-size: 2.5vw;
    margin-bottom: -1.25vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .name {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .name {
    font-size: 5vw;
    margin-bottom: 2.1875vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .info dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#cardlist .cardlist-Result_List_Txt li .txt .info dl dt {
  width: 95px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  background-color: #534B88;
  border-radius: 20px;
  padding: 5px 8px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .info dl dt {
    width: 7.3076923077vw;
    padding: 5px 0.7692307692vw;
    font-size: 1.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .info dl dt {
    width: 14.84375vw;
    font-size: 2.1875vw;
    border-radius: 3.125vw;
    padding: 0.78125vw 1.25vw;
    margin-bottom: 3.125vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .info dl dd {
  width: 678px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .info dl dd {
    width: 52.1538461538vw;
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .info dl dd {
    width: 34.21875vw;
    font-size: 2.5vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .info dl img {
  width: 28px;
  height: auto;
  margin-top: -0.8%;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .info dl img {
    width: 2.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .info dl img {
    width: 4.375vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .info dl.info_Detail {
  display: grid;
  grid-auto-flow: column;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .info dl.info_Detail {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: unset;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .info dl.info_Detail dt {
  width: auto;
  min-width: 70px;
  padding: 5px 10px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .info dl.info_Detail dt {
    min-width: 6.1538461538vw;
    padding: 5px 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .info dl.info_Detail dt {
    min-width: auto;
    width: 14.84375vw;
    padding: 0.78125vw 0;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .info dl.info_Detail dd {
  width: auto;
  min-width: 75px;
  margin: -2px 15px 23px 8px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .info dl.info_Detail dd {
    min-width: 5.7692307692vw;
    margin: 0 1.1538461538vw 2.3076923077vw 0.6153846154vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .info dl.info_Detail dd {
    min-width: auto;
    margin: 0 2.34375vw 3.90625vw 1.25vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .info dl.info_Detail dd img {
  width: 28px;
  height: auto;
  margin-top: -1%;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .info dl.info_Detail dd img {
    width: 2.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .info dl.info_Detail dd img {
    width: 4.375vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .detail-txt {
  background-color: rgba(83, 75, 136, 0.1);
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .detail-txt {
    padding: 1.5384615385vw 1.9230769231vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .detail-txt {
    padding: 3.125vw 3.90625vw;
    margin-bottom: 4.6875vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .detail-txt p {
  font-size: 16px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .detail-txt p {
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .detail-txt p {
    font-size: 2.5vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .skill, #cardlist .cardlist-Result_List_Txt li .txt .arts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#cardlist .cardlist-Result_List_Txt li .txt .skill p:nth-child(1), #cardlist .cardlist-Result_List_Txt li .txt .arts p:nth-child(1) {
  width: 97px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  background-color: #534B88;
  border-radius: 20px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill p:nth-child(1), #cardlist .cardlist-Result_List_Txt li .txt .arts p:nth-child(1) {
    width: 7.4615384615vw;
    font-size: 1.0769230769vw;
    padding: 0.3846153846vw 0;
    margin-bottom: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill p:nth-child(1), #cardlist .cardlist-Result_List_Txt li .txt .arts p:nth-child(1) {
    width: 14.84375vw;
    font-size: 2.1875vw;
    border-radius: 3.125vw;
    padding: 0.78125vw 0;
    margin-bottom: 3.125vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .skill p:nth-child(2), #cardlist .cardlist-Result_List_Txt li .txt .arts p:nth-child(2) {
  width: 692px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: -0.2em;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill p:nth-child(2), #cardlist .cardlist-Result_List_Txt li .txt .arts p:nth-child(2) {
    width: 53.2307692308vw;
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill p:nth-child(2), #cardlist .cardlist-Result_List_Txt li .txt .arts p:nth-child(2) {
    width: 36.71875vw;
    font-size: 2.5vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .skill p:nth-child(2) span, #cardlist .cardlist-Result_List_Txt li .txt .arts p:nth-child(2) span {
  display: block;
  font-size: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill p:nth-child(2) span, #cardlist .cardlist-Result_List_Txt li .txt .arts p:nth-child(2) span {
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill p:nth-child(2) span, #cardlist .cardlist-Result_List_Txt li .txt .arts p:nth-child(2) span {
    font-size: 3.125vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .skill p:nth-child(2) span img, #cardlist .cardlist-Result_List_Txt li .txt .arts p:nth-child(2) span img {
  display: inline-block;
  margin-bottom: -0.3em;
}
#cardlist .cardlist-Result_List_Txt li .txt .skill.oshi p:nth-child(1), #cardlist .cardlist-Result_List_Txt li .txt .arts.oshi p:nth-child(1) {
  background-color: #ED798D;
}
#cardlist .cardlist-Result_List_Txt li .txt .skill.sp p:nth-child(1), #cardlist .cardlist-Result_List_Txt li .txt .arts.sp p:nth-child(1) {
  background-image: linear-gradient(110deg, rgb(123, 90, 163), rgb(95, 182, 231) 55%, rgb(229, 51, 122));
}
#cardlist .cardlist-Result_List_Txt li .txt .skill.skill img, #cardlist .cardlist-Result_List_Txt li .txt .arts.skill img {
  width: auto;
  max-height: 34px;
  margin-top: -5px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill.skill img, #cardlist .cardlist-Result_List_Txt li .txt .arts.skill img {
    max-height: 2.6153846154vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill.skill img, #cardlist .cardlist-Result_List_Txt li .txt .arts.skill img {
    max-height: 5.3125vw;
    margin-top: -0.78125vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .skill.skill img:last-of-type, #cardlist .cardlist-Result_List_Txt li .txt .arts.skill img:last-of-type {
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill.skill img:last-of-type, #cardlist .cardlist-Result_List_Txt li .txt .arts.skill img:last-of-type {
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill.skill img:last-of-type, #cardlist .cardlist-Result_List_Txt li .txt .arts.skill img:last-of-type {
    margin-right: 2.34375vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .skill.arts img, #cardlist .cardlist-Result_List_Txt li .txt .arts.arts img {
  width: 28px;
  height: auto;
  margin-right: 0.5px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill.arts img, #cardlist .cardlist-Result_List_Txt li .txt .arts.arts img {
    width: 2.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill.arts img, #cardlist .cardlist-Result_List_Txt li .txt .arts.arts img {
    width: 4.375vw;
    height: auto;
    margin-right: 0.078125vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .skill.arts img.mr, #cardlist .cardlist-Result_List_Txt li .txt .arts.arts img.mr {
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill.arts img.mr, #cardlist .cardlist-Result_List_Txt li .txt .arts.arts img.mr {
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill.arts img.mr, #cardlist .cardlist-Result_List_Txt li .txt .arts.arts img.mr {
    margin-right: 2.34375vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .skill.arts .tokkou, #cardlist .cardlist-Result_List_Txt li .txt .arts.arts .tokkou {
  display: inline-block;
  width: 60px;
  position: relative;
  top: -0.2em;
  margin-left: 10px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill.arts .tokkou, #cardlist .cardlist-Result_List_Txt li .txt .arts.arts .tokkou {
    width: 4.6153846154vw;
    margin-left: 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .skill.arts .tokkou, #cardlist .cardlist-Result_List_Txt li .txt .arts.arts .tokkou {
    width: 7.8125vw;
    margin-bottom: -0.06em;
    margin-left: 1.5625vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .skill.arts .tokkou img, #cardlist .cardlist-Result_List_Txt li .txt .arts.arts .tokkou img {
  width: 100%;
}
#cardlist .cardlist-Result_List_Txt li .txt .keyword {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(1) {
  width: 97px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  background-color: #534B88;
  border-radius: 20px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 20px;
  background-image: linear-gradient(110deg, rgb(35, 179, 157), rgb(60, 203, 200) 60%, rgb(34, 168, 213));
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(1) {
    width: 7.4615384615vw;
    font-size: 1.0769230769vw;
    padding: 0.3846153846vw 0;
    margin-bottom: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(1) {
    width: 14.84375vw;
    font-size: 2.1875vw;
    border-radius: 3.125vw;
    padding: 0.78125vw 0;
    margin-bottom: 3.125vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(2) {
  width: 692px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: -0.2em;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(2) {
    width: 53.2307692308vw;
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(2) {
    width: 36.71875vw;
    font-size: 2.5vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(2) span {
  display: block;
  font-size: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(2) span {
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(2) span {
    font-size: 3.125vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(2) span img {
  width: auto;
  max-height: 34px;
  margin-top: -5px;
  margin-bottom: -0.3em;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(2) span img {
    max-height: 2.6153846154vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(2) span img {
    max-height: 5.3125vw;
    margin-top: -0.78125vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(2) span img:last-of-type {
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(2) span img:last-of-type {
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .keyword p:nth-child(2) span img:last-of-type {
    margin-right: 2.34375vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .extra {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#cardlist .cardlist-Result_List_Txt li .txt .extra p:nth-child(1) {
  width: 97px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  background-image: linear-gradient(90deg, rgb(245, 218, 114), rgb(221, 159, 51) 50%, rgb(245, 218, 114));
  border-radius: 20px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .extra p:nth-child(1) {
    width: 7.4615384615vw;
    font-size: 1.0769230769vw;
    padding: 0.3846153846vw 0;
    margin-bottom: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .extra p:nth-child(1) {
    width: 14.84375vw;
    font-size: 2.1875vw;
    border-radius: 3.125vw;
    padding: 0.78125vw 0;
    margin-bottom: 3.125vw;
  }
}
#cardlist .cardlist-Result_List_Txt li .txt .extra p:nth-child(2) {
  width: 692px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt li .txt .extra p:nth-child(2) {
    width: 53.2307692308vw;
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt li .txt .extra p:nth-child(2) {
    width: 36.71875vw;
    font-size: 2.5vw;
  }
}
#cardlist .cardlist-Result_List_Txt .txtarea-Btn-more {
  position: relative;
  width: 210px;
  height: 44px;
  padding: 0;
  margin: 0 0 0 auto;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #887D54;
  border-radius: 50px;
  border: 1px solid #887D54;
  transition: all 0.25s ease;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt .txtarea-Btn-more {
    width: 16.1538461538vw;
    font-size: 1.3846153846vw;
    height: 3.3846153846vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt .txtarea-Btn-more {
    width: 44.375vw;
    height: 6.875vw;
    font-size: 2.8125vw;
    border-radius: 7.8125vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
#cardlist .cardlist-Result_List_Txt .txtarea-Btn-more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt .txtarea-Btn-more::before {
    right: 0.7692307692vw;
    width: 2vw;
    height: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt .txtarea-Btn-more::before {
    right: 1.5625vw;
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
#cardlist .cardlist-Result_List_Txt .txtarea-Btn-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14.5px;
  transform: translateY(-50%);
  width: 16px;
  height: 13px;
  background: url("../img/icon/btn_arrow_gold.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Result_List_Txt .txtarea-Btn-more::after {
    right: 1.1153846154vw;
    width: 1.2307692308vw;
    height: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Result_List_Txt .txtarea-Btn-more::after {
    right: 2.265625vw;
    width: 2.34375vw;
    height: 1.875vw;
  }
}
#cardlist .cardlist-Result_List_Txt a:hover .txtarea-Btn-more {
  background-color: #fff;
  color: #887D54;
}
#cardlist .cardlist-Result_List_Txt a:hover .txtarea-Btn-more::after {
  transform: translateY(-50%) scale(1.4);
}
#cardlist .cardlist-Detail {
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail {
    padding: 3.0769230769vw 3.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail {
    padding: 6.25vw 4.6875vw 2.34375vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner {
    display: block;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .img {
  width: 370px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .img {
    width: 28.4615384615vw;
    border-radius: 1.3846153846vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .img {
    width: 59.375vw;
    border-radius: 2.65625vw;
    margin: 0 auto 5.625vw;
    box-shadow: 0 0 1.25vw rgba(0, 0, 0, 0.5);
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .img img {
  width: 100%;
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt {
  width: 680px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt {
    width: 52.3076923077vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt {
    width: 81.25vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .name {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 25px;
  font-weight: 900;
  text-align: left;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .name {
    font-size: 3.0769230769vw;
    margin-bottom: 1.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .name {
    font-size: 5.625vw;
    margin-bottom: 5.15625vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl dt {
  width: 95px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  background-color: #534B88;
  border-radius: 20px;
  padding: 5px 8px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl dt {
    width: 7.3076923077vw;
    font-size: 1.0769230769vw;
    padding: 5px 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl dt {
    width: 16.875vw;
    font-size: 2.5vw;
    border-radius: 3.125vw;
    padding: 0.78125vw 1.5625vw;
    margin-bottom: 3.125vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl dd {
  width: 548px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl dd {
    width: 42.1538461538vw;
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl dd {
    width: 57.34375vw;
    font-size: 3.125vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl img {
  width: 28px;
  margin-top: -0.8%;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl img {
    width: 2.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl img {
    width: 4.375vw;
    margin-bottom: -1.5%;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl.info_Detail {
  display: grid;
  grid-auto-flow: column;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl.info_Detail {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: unset;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl.info_Detail dt {
  width: auto;
  min-width: 70px;
  padding: 5px 10px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl.info_Detail dt {
    min-width: 6.1538461538vw;
    padding: 5px 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl.info_Detail dt {
    min-width: auto;
    width: 18.28125vw;
    padding: 0.78125vw 0;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl.info_Detail dd {
  width: auto;
  min-width: 40px;
  margin: 0 15px 23px 8px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl.info_Detail dd {
    min-width: 1.9230769231vw;
    margin: 0 1.1538461538vw 2.3076923077vw 0.6153846154vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl.info_Detail dd {
    min-width: auto;
    margin: 0 2.34375vw 3.90625vw 1.25vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl.info_Detail dd img {
  width: 28px;
  margin-top: -1%;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl.info_Detail dd img {
    width: 2.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .info dl.info_Detail dd img {
    width: 4.375vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .detail-txt {
  background-color: rgba(83, 75, 136, 0.1);
  padding: 20px 25px;
  border-radius: 10px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .detail-txt {
    padding: 1.5384615385vw 1.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .detail-txt {
    padding: 3.125vw 3.90625vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .detail-txt p {
  font-size: 16px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .detail-txt p {
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .detail-txt p {
    font-size: 2.8125vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill p:nth-child(1), #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts p:nth-child(1) {
  width: 97px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  background-color: #534B88;
  border-radius: 20px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill p:nth-child(1), #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts p:nth-child(1) {
    width: 7.4615384615vw;
    font-size: 1.0769230769vw;
    padding: 0.3846153846vw 0;
    margin-bottom: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill p:nth-child(1), #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts p:nth-child(1) {
    width: 18.28125vw;
    font-size: 2.5vw;
    border-radius: 3.125vw;
    padding: 0.78125vw 0;
    margin-bottom: 3.125vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill p:nth-child(2), #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts p:nth-child(2) {
  width: 562px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill p:nth-child(2), #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts p:nth-child(2) {
    width: 43.2307692308vw;
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill p:nth-child(2), #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts p:nth-child(2) {
    width: 57.34375vw;
    font-size: 2.5vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill p:nth-child(2) span, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts p:nth-child(2) span {
  display: block;
  font-size: 20px;
  margin-top: -0.25em;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill p:nth-child(2) span, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts p:nth-child(2) span {
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill p:nth-child(2) span, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts p:nth-child(2) span {
    font-size: 3.125vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill p:nth-child(2) span img, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts p:nth-child(2) span img {
  display: inline-block;
  margin-bottom: -0.35em;
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.oshi p:nth-child(1), #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.oshi p:nth-child(1) {
  background-color: #ED798D;
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.sp p:nth-child(1), #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.sp p:nth-child(1) {
  background-image: linear-gradient(110deg, rgb(123, 90, 163), rgb(95, 182, 231) 55%, rgb(229, 51, 122));
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.skill img, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.skill img {
  width: auto;
  max-height: 34px;
  margin-top: -5px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.skill img, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.skill img {
    max-height: 2.6153846154vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.skill img, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.skill img {
    max-height: 5.3125vw;
    margin-top: -0.78125vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.skill img:last-of-type, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.skill img:last-of-type {
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.skill img:last-of-type, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.skill img:last-of-type {
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.skill img:last-of-type, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.skill img:last-of-type {
    margin-right: 2.34375vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.arts img, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.arts img {
  width: 28px;
  height: auto;
  margin-right: 0.5px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.arts img, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.arts img {
    width: 2.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.arts img, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.arts img {
    width: 4.375vw;
    height: auto;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.arts img.mr, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.arts img.mr {
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.arts img.mr, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.arts img.mr {
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.arts img.mr, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.arts img.mr {
    margin-right: 2.34375vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.arts .tokkou, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.arts .tokkou {
  display: inline-block;
  width: 60px;
  position: relative;
  top: -0.2em;
  margin-left: 10px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.arts .tokkou, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.arts .tokkou {
    width: 4.6153846154vw;
    margin-left: 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.arts .tokkou, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.arts .tokkou {
    width: 7.8125vw;
    margin-bottom: -0.06em;
    margin-left: 1.5625vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .skill.arts .tokkou img, #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .arts.arts .tokkou img {
  width: 100%;
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(1) {
  width: 97px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  background-color: #534B88;
  border-radius: 20px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 20px;
  background-image: linear-gradient(110deg, rgb(35, 179, 157), rgb(60, 203, 200) 60%, rgb(34, 168, 213));
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(1) {
    width: 7.4615384615vw;
    font-size: 1.0769230769vw;
    padding: 0.3846153846vw 0;
    margin-bottom: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(1) {
    width: 18.28125vw;
    font-size: 2.5vw;
    border-radius: 3.125vw;
    padding: 0.78125vw 0;
    margin-bottom: 3.125vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(2) {
  width: 562px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(2) {
    width: 43.2307692308vw;
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(2) {
    width: 57.34375vw;
    font-size: 2.5vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(2) span {
  display: block;
  font-size: 20px;
  margin-top: -0.25em;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(2) span {
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(2) span {
    font-size: 3.125vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(2) span img {
  width: auto;
  max-height: 34px;
  margin-top: -5px;
  margin-bottom: -0.35em;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(2) span img {
    max-height: 2.6153846154vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(2) span img {
    max-height: 5.3125vw;
    margin-top: -0.78125vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(2) span img:last-of-type {
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(2) span img:last-of-type {
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .keyword p:nth-child(2) span img:last-of-type {
    margin-right: 2.34375vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .extra {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .extra p:nth-child(1) {
  width: 97px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  background-image: linear-gradient(90deg, rgb(245, 218, 114), rgb(221, 159, 51) 50%, rgb(245, 218, 114));
  border-radius: 20px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .extra p:nth-child(1) {
    width: 7.4615384615vw;
    font-size: 1.0769230769vw;
    padding: 0.3846153846vw 0;
    margin-bottom: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .extra p:nth-child(1) {
    width: 18.28125vw;
    font-size: 2.5vw;
    border-radius: 3.125vw;
    padding: 0.78125vw 0;
    margin-bottom: 3.125vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .extra p:nth-child(2) {
  width: 562px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .extra p:nth-child(2) {
    width: 43.2307692308vw;
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .extra p:nth-child(2) {
    width: 57.34375vw;
    font-size: 2.5vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .illustrator {
  margin-top: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .illustrator {
    margin-top: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .illustrator {
    margin-top: 4.6875vw;
    margin-left: 23.4375vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .illustrator p {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .illustrator p {
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .illustrator p {
    font-size: 2.1875vw;
  }
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .illustrator p span {
  font-weight: bold;
}
#cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .illustrator .ill-name {
  margin-right: 26px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .illustrator .ill-name {
    margin-right: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail .cardlist-Detail_Box_Inner .txt .illustrator .ill-name {
    margin-right: 1.5625vw;
  }
}
#cardlist .cardlist-Detail_Relation .txtarea-Ttl {
  position: relative;
  font-size: 26px;
  padding: 10px 10px 10px 45px;
  line-height: 1.3;
  color: #fff;
  border-radius: 100px;
  margin: 2.8em 0 1em;
  background-image: linear-gradient(90deg, rgb(83, 75, 136), rgb(55, 189, 237));
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Relation .txtarea-Ttl {
    padding: 0.7692307692vw 0.7692307692vw 0.7692307692vw 3.4615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Relation .txtarea-Ttl {
    font-size: 3.4375vw;
    margin: 2.8em 1.5625vw 2em;
    padding: 1.5625vw 1.5625vw 1.5625vw 7.03125vw;
    border-radius: 15.625vw;
  }
}
#cardlist .cardlist-Detail_Relation .txtarea-Ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/cardlist/icon_head02.svg") no-repeat top center;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Relation .txtarea-Ttl::before {
    left: 1.0769230769vw;
    width: 1.8461538462vw;
    height: 1.8461538462vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Relation .txtarea-Ttl::before {
    width: 3.75vw;
    height: 3.75vw;
    left: 1.5625vw;
    margin-right: 2.34375vw;
  }
}
#cardlist .cardlist-Detail_Relation .cardlist-Result_List {
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Relation .cardlist-Result_List {
    padding: 3.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Relation .cardlist-Result_List {
    padding: 4.6875vw;
  }
}
#cardlist .cardlist-Detail_Relation .cardlist-Result_List.cardlist-Result_List_Gallery {
  grid-gap: 20px 26px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Relation .cardlist-Result_List.cardlist-Result_List_Gallery {
    grid-gap: 1.5384615385vw 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Relation .cardlist-Result_List.cardlist-Result_List_Gallery {
    grid-gap: 3.125vw 3.4375vw;
  }
}
#cardlist .btn-back {
  margin-top: 60px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .btn-back {
    margin-top: 4.6153846154vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .btn-back {
    margin-top: 7.03125vw;
  }
}
#cardlist .cardlist-Detail_Products .products {
  position: relative;
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Products .products {
    padding: 2.3076923077vw 3.8461538462vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Products .products {
    padding: 4.6875vw 4.6875vw 5.46875vw;
    border-radius: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
#cardlist .cardlist-Detail_Products .products .products-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Products .products .products-ttl {
    margin-bottom: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Products .products .products-ttl {
    display: block;
    margin-bottom: 3.125vw;
  }
}
#cardlist .cardlist-Detail_Products .products .products-ttl .cat {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 14px;
  line-height: 1;
  border-radius: 20px;
  font-family: "Hanken Grotesk", sans-serif;
  color: #fff;
  margin-right: 10px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Products .products .products-ttl .cat {
    font-size: 1.0769230769vw;
    margin-right: 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Products .products .products-ttl .cat {
    font-size: 2.1875vw;
    border-radius: 3.125vw;
    margin-bottom: 0.78125vw;
    margin-right: 0;
  }
}
#cardlist .cardlist-Detail_Products .products .products-ttl .cat.boosters {
  background-color: #DD7D7D;
}
#cardlist .cardlist-Detail_Products .products .products-ttl .cat.decks {
  background-color: #6A8FD5;
}
#cardlist .cardlist-Detail_Products .products .products-ttl .cat.pr {
  background-color: #E8AF44;
}
#cardlist .cardlist-Detail_Products .products .products-ttl .cat.accessories {
  background-color: #50A075;
}
#cardlist .cardlist-Detail_Products .products .products-ttl p {
  font-size: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Products .products .products-ttl p {
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Products .products .products-ttl p {
    font-size: 3.125vw;
  }
}
#cardlist .cardlist-Detail_Products .products dl {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Products .products dl {
    display: block;
    margin-bottom: 4.375vw;
  }
}
#cardlist .cardlist-Detail_Products .products dl dt {
  display: inline-block;
  font-size: 14px;
  padding: 0.4em 0.8em;
  line-height: 1;
  color: #534B88;
  border: 1px solid #534B88;
  border-radius: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Products .products dl dt {
    font-size: 1.0769230769vw;
    margin-right: 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Products .products dl dt {
    font-size: 2.1875vw;
    border-radius: 3.125vw;
    margin-bottom: 0.78125vw;
    margin-right: 0;
  }
}
#cardlist .cardlist-Detail_Products .products dl dd {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  color: #534B88;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Products .products dl dd {
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Products .products dl dd {
    display: block;
    font-size: 3.125vw;
  }
}
#cardlist .cardlist-Detail_Products .products .btn {
  position: absolute;
  bottom: 30px;
  right: 50px;
  display: grid;
  gap: 10px;
  grid-auto-flow: column;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Products .products .btn {
    bottom: 2.3076923077vw;
    right: 3.8461538462vw;
    gap: 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Products .products .btn {
    position: static;
  }
}
#cardlist .cardlist-Detail_Products .products .btn .cardlist-Detail_Products_Btn {
  position: relative;
  width: 180px;
  height: 37px;
  padding: 0;
  margin: 0 0 0 auto;
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #887D54;
  border-radius: 50px;
  border: 1px solid #887D54;
  transition: all 0.25s ease;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Products .products .btn .cardlist-Detail_Products_Btn {
    width: 13.8461538462vw;
    font-size: 1.2307692308vw;
    height: 2.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Products .products .btn .cardlist-Detail_Products_Btn {
    width: 39.6875vw;
    height: 7.8125vw;
    font-size: 2.8125vw;
    border-radius: 7.8125vw;
  }
}
#cardlist .cardlist-Detail_Products .products .btn .cardlist-Detail_Products_Btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Products .products .btn .cardlist-Detail_Products_Btn::before {
    right: 0.6923076923vw;
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Products .products .btn .cardlist-Detail_Products_Btn::before {
    right: 1.5625vw;
    width: 3.4375vw;
    height: 3.4375vw;
  }
}
#cardlist .cardlist-Detail_Products .products .btn .cardlist-Detail_Products_Btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12.5px;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background: url("../img/icon/btn_arrow_gold.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_Products .products .btn .cardlist-Detail_Products_Btn::after {
    right: 0.9615384615vw;
    width: 0.9230769231vw;
    height: 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_Products .products .btn .cardlist-Detail_Products_Btn::after {
    right: 2.265625vw;
    width: 1.875vw;
    height: 1.5625vw;
  }
}
#cardlist .cardlist-Detail_Products .products .btn .cardlist-Detail_Products_Btn:hover {
  background-color: #fff;
  color: #887D54;
}
#cardlist .cardlist-Detail_Products .products .btn .cardlist-Detail_Products_Btn:hover::after {
  transform: translateY(-50%) scale(1.4);
}
#cardlist .cardlist-Detail_QA .qa-List {
  padding: 30px 50px 40px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_QA .qa-List {
    padding: 2.3076923077vw 3.8461538462vw 3.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_QA .qa-List {
    padding: 5.46875vw 4.6875vw;
    border-radius: 3.125vw;
  }
}
#cardlist .cardlist-Detail_QA .qa-List_Item:not(:first-child) {
  margin-top: 35px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_QA .qa-List_Item:not(:first-child) {
    margin-top: 2.6923076923vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_QA .qa-List_Item:not(:first-child) {
    margin-top: 4.375vw;
  }
}
#cardlist .cardlist-Detail_QA .qa-List_Item .qa-List_Ttl {
  background-color: rgba(83, 75, 136, 0.2);
  font-size: 20px;
  text-align: center;
  line-height: 1;
  padding: 10px;
  border-radius: 30px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_QA .qa-List_Item .qa-List_Ttl {
    padding: 0.7692307692vw;
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_QA .qa-List_Item .qa-List_Ttl {
    font-size: 3.125vw;
    padding: 1.875vw;
  }
}
#cardlist .cardlist-Detail_QA .qa-List_Item .qa-List_Txt {
  padding: 25px 0;
  line-height: 1.8;
  font-size: 16px;
  border-bottom: 1px dotted #534B88;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_QA .qa-List_Item .qa-List_Txt {
    padding: 1.9230769231vw 0;
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_QA .qa-List_Item .qa-List_Txt {
    display: flex;
    font-size: 2.8125vw;
    padding: 3.90625vw 0;
  }
}
#cardlist .cardlist-Detail_QA .qa-List_Item .qa-List_Txt span {
  font-size: 24px;
  font-weight: 600;
  font-family: "Hanken Grotesk", sans-serif;
  vertical-align: -0.1em;
  margin-right: 0.3em;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_QA .qa-List_Item .qa-List_Txt span {
    font-size: 1.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_QA .qa-List_Item .qa-List_Txt span {
    font-size: 3.75vw;
    margin-right: 2.34375vw;
    margin-top: -0.46875vw;
  }
}
#cardlist .cardlist-Detail_QA .qa-List_Item .qa-List_Txt.qa-List_Txt-Q span {
  color: #2A90D3;
}
#cardlist .cardlist-Detail_QA .qa-List_Item .qa-List_Txt.qa-List_Txt-A span {
  color: #D32035;
}
#cardlist .cardlist-Detail_QA .relation {
  padding-top: 25px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_QA .relation {
    padding-top: 1.9230769231vw;
  }
}
#cardlist .cardlist-Detail_QA .relation p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_QA .relation p:nth-child(1) {
    font-size: 1.3846153846vw;
    margin-bottom: 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_QA .relation p:nth-child(1) {
    font-size: 3.125vw;
    margin-bottom: 1.5625vw;
  }
}
#cardlist .cardlist-Detail_QA .relation p:nth-child(2) {
  font-size: 16px;
}
@media only screen and (max-width: 1300px) {
  #cardlist .cardlist-Detail_QA .relation p:nth-child(2) {
    font-size: 1.2307692308vw;
  }
}
@media only screen and (max-width: 768px) {
  #cardlist .cardlist-Detail_QA .relation p:nth-child(2) {
    font-size: 2.8125vw;
  }
}