@charet "UTF-8";

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: #000;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

form label {
  cursor: pointer;
}

.pc1280 {
  display: block !important;
}

@media screen and (min-width: 1680px) {
  .pc1280 {
    display: none !important;
  }
}

.pc1680 {
  display: none !important;
}

@media screen and (min-width: 1680px) {
  .pc1680 {
    display: block !important;
  }
}

/*------------------------------------------------------------
MyPage
------------------------------------------------------------*/
.mypage-header-container {
  margin: 20px 35px 0;
  border-bottom: 1px #ccc solid;
  display: flex;
  justify-content: space-between;
}
.header-tab {
  display: flex;
  width: 65%;
}
.header-tab__item {
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  width: 20%;
}
.header-tab__item-active {
  border-bottom: 4px solid #000;
}
.header-tab__item a {
  font-size: 1.5rem;
  color:inherit;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .mypage-header-container {
    width: 100%;
    margin: 20px auto 0;
    flex-direction: column-reverse;
  }
  .header-tab {
    justify-content: space-around;
    width: 100%
  }
  .header-tab__item {
    width: 30%;
  }
  .header-tab__item a {
    font-size: 1.2rem;
  }
}

.user-assets {
  display: flex;
  width: 35%;
  align-items: center;
  justify-content: end;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .user-assets {
    width: 100%;
    justify-content: start;
    flex-direction: column;
    align-items: start;
    margin-left: 20px;
    row-gap: 10px;
  }
}
.user-assets__label {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  
}
.user-assets-list__container {
  width: 200px;
}
.user-assets-list__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  background: #FFF;
  color: #000;
  font-size: 1.2rem;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 2px 6px 0 rgb(230 230 230);
}
@media screen and (max-width: 750px) {
  .user-assets-list__btn {
    margin-left: 0;
  }
}
.user-assets-list__btn:hover {
  background: #000;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.user-assets-list__btn:hover .arrow-close {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.user-assets-list__btn:hover .arrow-open {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
.user-assets-list__btn-label {
  margin-right: 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.user-assets-list__btn-amount {
  font-weight: bold;
}
.user-assets-list__btn-currency {
  font-size: 1rem;
  font-weight: bold;
  margin-left: 10px;
}
.user-assets-list {
  z-index: 1;
  position: absolute;
  display: flex;
  display: none;
  align-items: flex-start;
  flex-direction: column;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgb(230 230 230);
  padding: 10px;
  row-gap: 10px;
  margin-top: 10px;
  margin-left: 10px;
  width: 190px;
}
.user-assets-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  
}

.user-assets-list__item-amount {
  font-size: 1.2rem;
  font-weight: bold;
  flex: 1;
  text-align: end;
}
.user-assets-list__item-currency {
  font-weight: bold;
  flex: 1;
  text-align: center;
}
.background-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  display: block;
}
.profile-setting-bg {
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  position: absolute;
  visibility: hidden;
}
.header-bg:hover .profile-setting-bg {
  visibility: initial;
}
.profile-setting__icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.profile-edit__btn {
  background: #000;
  position: absolute;
  border-radius: 30px;
  color: #FFF;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  display: none;
  transition: initial;
}
.profile-edit__btn:hover {
  text-decoration: none;
  color : #FFF;
}
.profile-edit__btn:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.profile-edit__text {
  font-size: 1.3rem;
}
.profile-edit__icon {
  margin-left: 10px;
}
.l-container{
  position: relative;
}
@media screen and (max-width: 1279px) {
  .l-container {
    min-width: 980px;
  }
}

@media screen and (max-width: 750px) {
  .l-container {
    min-width: initial;
  }
}
.red_color{
  color: red;
}

.t_inline{
  display: inline;
}
.t_bold{
  font-weight: bold;
}

/*
Font style
------------------------------------------------------------*/
.t_size_12 {
  font-size: 12px
}

.t_size_16 {
  font-size: 16px
}

.t_size_18 {
  font-size: 18px
}

.t_size_36 {
  font-size: 2.4rem
}

.l_chart {
  margin-top : 96px
}
.l_line_chart {
  border-right: 1px solid #ccc
}

.l_chart_categories {
  margin-bottom : 40px;
}

.t_chart_category {
  font-size: 14px;
  font-weight:bold;
  text-decoration: underline;
}
.t_increased_rate {
  font-size: 16px;
}

@media screen and (max-width: 1279px) {
  .mypage {
    padding: 0 0 88px;
  }
  .l_chart {
    margin-top : 40px
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .mypage {
    padding: 0 0 96px;
  }
  .l_chart {
    margin-top : 40px
  }
}

@media screen and (min-width: 1680px) {
  .mypage {
    padding: 0 0 105px;
  }
  .l_chart {
    margin-top : 40px
  }
}

@media screen and (max-width: 750px) {
  .mypage {
    padding: 20px 10px 36px;
  }
  .l_chart {
    margin-top : 40px
  }
  .l_line_chart {
    border-bottom: 1px solid #a9a9a9;
    border-right: none;
    padding: 60px 10px 40px 15px;
  }
  table.jqplot-table-legend {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width : 150px !important
  }
}

/* #available_wallet{
  float: left;
} */

/*------------------------------------------------------------
Sort
------------------------------------------------------------*/

.p-bought__arts__sort{
  display: none;
}

.p-bought__arts__sort {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1279px) {
  .p-bought__arts__sort {
    margin: 32px 0 32px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-bought__arts__sort {
    margin: 35px 0 35px;
  }
}

@media screen and (min-width: 1680px) {
  .p-bought__arts__sort {
    margin: 38px 0 38px;
  }
}

@media screen and (max-width: 750px) {
  .p-bought__arts__sort {
    margin: 20px 0 20px;
  }
}

.p-bought__arts__sort .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.p-bought__arts__sort .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .p-bought__arts__sort .select {
    width: 177px;
    height: 40px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-bought__arts__sort .select {
    width: 194px;
    height: 44px;
  }
}

@media screen and (min-width: 1680px) {
  .p-bought__arts__sort .select {
    width: 212px;
    height: 48px;
  }
}

@media screen and (max-width: 750px) {
  .p-bought__arts__sort .select {
    margin-top: 10px;
    width: 150px;
    height: 33px;
  }
}

.p-bought__arts__sort .select.is-active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.p-bought__arts__sort .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  border-radius: 5px;
}

@media screen and (max-width: 1279px) {
  .p-bought__arts__sort .select-styled {
    font-size: 12px;
    padding: 13px 25px 13px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-bought__arts__sort .select-styled {
    font-size: 12px;
    padding: 14.3px 27.5px 14.3px;
  }
}

@media screen and (min-width: 1680px) {
  .p-bought__arts__sort .select-styled {
    font-size: 12px;
    padding: 15.6px 30px 15.6px;
  }
}

@media screen and (max-width: 750px) {
  .p-bought__arts__sort .select-styled {
    font-size: 12px;
    padding: 10px 20px 9px 25px;
  }
}

.p-bought__arts__sort .select-styled:after {
  content: ">";
  line-height: 1;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1279px) {
  .p-bought__arts__sort .select-styled:after {
    font-size: 1.8rem;
    right: 15px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-bought__arts__sort .select-styled:after {
    font-size: 1.98rem;
    right: 16.5px;
  }
}

@media screen and (min-width: 1680px) {
  .p-bought__arts__sort .select-styled:after {
    font-size: 2.16rem;
    right: 18px;
  }
}

@media screen and (max-width: 750px) {
  .p-bought__arts__sort .select-styled:after {
    font-size: 1.3rem;
    right: 10px;
  }
}

.p-bought__arts__sort .select-styled.is-active {
  border: 0;
}

.p-bought__arts__sort .select-styled.is-active:after {
  transform: translateY(-50%) rotate(-90deg);
}

.p-bought__arts__sort .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.p-bought__arts__sort .select-options li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  background: #FFF;
  color: #000;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1279px) and (min-width: 750px) {
  .p-bought__arts__sort .select-options li {
    font-size: 1.2rem;
    padding: 11px 25px 10px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-bought__arts__sort .select-options li {
    font-size: 1.32rem;
    padding: 12px 27.5px 11px;
  }
}

@media screen and (min-width: 1680px) {
  .p-bought__arts__sort .select-options li {
    font-size: 1.44rem;
    padding: 13px 30px 12px;
  }
}

@media screen and (max-width: 750px) {
  .p-bought__arts__sort .select-options li {
    font-size: 1.2rem;
    padding: 11px 25px 10px;
  }
}

.p-bought__arts__sort .select-options li:last-child {
  border-bottom: 0;
}

.p-bought__arts__sort .select-options li:hover {
  background: #000;
  color: #FFF;
}

/*------------------------------------------------------------
Container
------------------------------------------------------------*/

.c-list06 {
  width: 100%;
  margin-top: 40px;
}

/*------------------------------------------------------------
Item
------------------------------------------------------------*/

.c-list06__item {
  border: 1px solid #E5E8EB;
  display: flex;
  border-radius: 5px;
  margin: 0 10% 35px;
}

@media screen and (max-width: 750px) {
  .c-list06__item {
    display: block;
    margin: 0 0 20px;
  }
}

/*------------------------------------------------------------
Left
------------------------------------------------------------*/

@media screen and (max-width: 1279px) {
  .c-list06__left {
    width: 161px;
    height: auto;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list06__left {
    width: 177px;
    height: auto;
  }
}

@media screen and (min-width: 1680px) {
  .c-list06__left {
    width: 193px;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .c-list06__left {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E5E8EB;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

/* Image
------------------------------------------------------------*/

.c-list06__img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .c-list06__img {
    width: 80px;
    height: 70px;
    overflow: unset;
  }
}

.c-list06__img img {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease-in-out;
  max-width: 143px;
  max-height: 143px;
}

.c-list06__img:hover img {
  transform: scale(1.1);
  box-shadow: none;
}

/* Title
------------------------------------------------------------*/

.c-list06__title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  /* border-right: 1px solid #ccc; */
  width: 44%;
  padding-top: 2px;
}

@media screen and (max-width: 1279px) and (min-width: 750px){
  .c-list06__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list06__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1680px) {
  .c-list06__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 750px) {
  .c-list06__title {
    width: calc(100% - 80px);
    border-right: 0;
    border-left: 1px solid #E5E8EB;
    font-size: 20px;
    line-height: 1;
    padding: 22px 0 22px 10px;
    margin-bottom: 0px;
  }
}

.c-list06__title span {
  display: block;
  margin-top: 2px;
}

@media screen and (max-width: 1279px) {
  .c-list06__title span {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list06__title span {
    font-size: 1.32rem;
  }
}

@media screen and (min-width: 1680px) {
  .c-list06__title span {
    font-size: 1.44rem;
  }
}

@media screen and (max-width: 750px) {
  .c-list06__title span {
    margin-top: 4px;
  }
}

.c-list06__art_name{
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

/*------------------------------------------------------------
Center
------------------------------------------------------------*/

.c-list06__center {
  border-left: 1px solid #E5E8EB;
  border-right: 1px solid #E5E8EB;
  flex: 1;
}

@media screen and (max-width: 750px) {
  .c-list06__center {
    border: 0;
    width: 100%;
  }
}

/* Body
------------------------------------------------------------*/

.c-list06__body {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #E5E8EB;
}

@media screen and (max-width: 1279px) {
  .c-list06__body {
    height: 50%;
    padding: 15px 0 15px 24px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list06__body {
    height: 50%;
    padding: 16.5px 0 16.5px 26.4px;
  }
}

@media screen and (min-width: 1680px) {
  .c-list06__body {
    height: 50%;
    padding: 18px 0 18px 28.8px;
  }
}

@media screen and (max-width: 750px) {
  .c-list06__body {
    height:  50%;
    padding: 0px;
  }
}

/* Text
------------------------------------------------------------*/

.c-list06__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  width: 36.3%;
}

.c-list06__txt--blue {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #3cccd4;
}

.c-list08__txt--blue {
  color: #3cccd4;
  font-size: 1.5rem;
}

.c-list06__txt--red {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #f15058;
}

.c-list06__txt--black {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 10px;
}

.c-list06__txt_number--black{
  font-size: 25px;
}

.c-list06__txt_info{
  font-size: 10px;
  font-weight: normal;
  padding-right: 4px;
}

.c-list06__txt_total_info{
  display: block;
  margin-bottom: 5px;
}

.c-list06__txt_total{
  font-size: 20px;
}

.c-list06__txt_number {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

/* List06 Col
------------------------------------------------------------*/
.c-list06__col { display: flex; }
.c-list06__col--size { width: 100%;}

/* List06 Info
------------------------------------------------------------*/

.c-list06__info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
  justify-content: space-evenly;
}

@media screen and (max-width: 1279px) {
  .c-list06__info {
    padding: 16px 0;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list06__info {
    padding: 17.6px 0;
  }
}

@media screen and (min-width: 1680px) {
  .c-list06__info {
    padding: 20px 0;
  }
}

@media screen and (max-width: 750px) {
  .c-list06__info {
    padding: 11px 0 8px;
  }
}

.c-list06__info li {
  width: 20%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-right: 1px solid #E5E8EB;
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .c-list06__info li {
    padding-left: 24px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list06__info li {
    padding-left: 26.4px;
  }
}

@media screen and (min-width: 1680px) {
  .c-list06__info li {
    padding-left: 28.8px;
  }
}

@media screen and (max-width: 750px) {
  .c-list06__info li {
    padding-left: 11px;
    width: 50%;
  }
  .c-list06__3col li {
    width: 33%;
  }
}

.c-list06__info li:last-child {
  border-right: 0;
}

.c-list06__info_fix{
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  width : 100%
}

.c-list06__info_fix_ratio{
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  width : 100%
}

/* @media screen and (max-width: 1279px) {
  .c-list06__info_fix_ratio{
    margin-bottom: 20px;
  }
} */

.c-list06__info_ratio{
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .c-list06__info_ratio{
    margin-bottom: 8px;
  }
}

.c-list06__info_amount{
  margin-bottom: 10px;
}

.c-list06__info_total{
  padding: 2px 0px 0px 26.4px;
  display: table-cell;
  width : 28%;
  border-left: 1px solid #E5E8EB;
  line-height: 1;
  margin : 4px 0px;
}
/*  List07 Text
------------------------------------------------------------*/

.c-list07__txt--blue {
  font-size: 20px;
  color: #3cccd4;
  font-weight: normal;
}


@media screen and (max-width: 1279px) {
  .c-list07__ratio--size {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list07__ratio--size{
    font-size: 18px;
  }
  
}

@media screen and (min-width: 1680px) {
  .c-list07__ratio--size{
    font-size: 18px;
  }
  
}

@media screen and (max-width: 750px) {
  .c-list07__txt--blue {
    font-size: 22px;
    width: 21.333%;
  }
}

/* red */

.c-list07__txt--red {
  font-size: 20px;
  color: #f15058;
  font-weight: normal;
}

@media screen and (max-width: 1279px) {
  .c-list07__txt--red_ratio {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list07__txt--red_ratio {
    font-size: 18px;
  }
}

@media screen and (min-width: 1680px) {
  .c-list07__txt--red_ratio {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .c-list07__txt--red {
    font-size: 22px;
    width: 21.333%;
  }
}

/* black */

.c-list07__txt--black {
  color: #000;
  font-weight: normal;
}

@media screen and (max-width: 1279px) {
  .c-list07__txt--black {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list07__txt--black {
    font-size: 18px;
  }
}

@media screen and (min-width: 1680px) {
  .c-list07__txt--black {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .c-list07__txt--black {
    font-size: 22px;
    width: 21.333%;
  }
}

/*  List07 Info
------------------------------------------------------------*/

.c-list07__info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex; /* Safari */
}

@media screen and (max-width: 1279px) {
  .c-list07__info {
    padding: 16px 0;
    -webkit-align-items: flex-end; /* Safari 7.0+ */
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list07__info {
    padding: 17.6px 0;
  }
}

@media screen and (min-width: 1680px) {
  .c-list07__info {
    padding: 18.2px 0;
  }
}

@media screen and (max-width: 750px) {
  .c-list07__info {
    padding: 11px 0 8px;
    margin-bottom: 0px;
    align-items: flex-end;
    -webkit-align-items: flex-end; /* Safari 7.0+ */
  }
}

.c-list07__info li {
  width: 25%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-right: 1px solid #ccc;
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .c-list07__info li {
    font-size: 2rem;
    padding-left: 24px;
    padding-bottom: 4px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list07__info li {
    font-size: 2.2rem;
    padding-left: 26.4px;
    padding-bottom: 4.4px;
  }
}

@media screen and (min-width: 1680px) {
  .c-list07__info li {
    font-size: 2.4rem;
    padding-left: 28.8px;
    padding-bottom: 4.8px;
  }
}

@media screen and (max-width: 750px) {
  .c-list07__info li {
    font-size: 1.5rem;
    padding-left: 11px;
    padding-bottom: 0;
    width: auto;
  }
}

@media screen and (max-width: 750px) {
  .c-list07__info li:nth-of-type(1) {
    font-size: 1.3rem;
    padding-right: 11px;
  }
}

@media screen and (max-width: 750px) {
  .c-list07__info li:last-child {
    font-size: 1.3rem;
  }
}

.c-list07__info li:last-child {
  border-right: 0;
}

.c-list09__info {
  margin-top: 4.4px;
}

@media screen and (max-width: 750px) {
  .c-list09__info {
    margin-top: 0px;;
  }
}

/*  List08 Button SP Only
------------------------------------------------------------*/

@media screen and (max-width: 750px) {
  .c-list08__btn {
    display: flex;
    justify-content: center;
    padding: 10px;
    border-top: 1px solid #E5E8EB;
  }
}

/*  List07 Button
------------------------------------------------------------*/

.c-list07__btn {
  background: grey;
  text-align: center;
  color: #FFF;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  left: 50%;
  display: none;
  border-radius: 5px;
}

.c-list07__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1279px) {
  .c-list07__btn {
    width: 160px;
    padding: 12px 30px 13px;
    font-size: 1.3rem;
    margin-left: -70px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list07__btn {
    width: 175px;
    padding: 13px 33px 14px;
    font-size: 1.43rem;
    margin-left: -79px;
  }
}

@media screen and (min-width: 1680px) {
  .c-list07__btn {
    width: 190px;
    padding: 14px 36px 15px;
    font-size: 1.56rem;
    margin-left: -86px;
  }
}

@media screen and (max-width: 750px) {
  .c-list07__btn {
    width: 144px;
    font-size: 1.1rem;
    padding: 9px 15px 9px;
    margin-left: -70px;
  }
}

/*  List06 Button SP Only
------------------------------------------------------------*/

.c-list06__btn {
  text-align: center;
  color: #FFF;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 5px;
  background: #000;
  border: 1px solid #000;
}

@media screen and (max-width: 1279px) {
  .c-list06__btn {
    width: 125px;
    padding: 14px 0 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list06__btn {
    width: 162px;
    padding: 13px 0 14px;
    font-size: 1.43rem;
  }
}

@media screen and (min-width: 1680px) {
  .c-list06__btn {
    width: 172px;
    padding: 14px 0 15px;
    font-size: 1.56rem;
  }
}

@media screen and (max-width: 750px) {
  .grid-btn-trade-box .c-list06__btn,
  .grid-list-certificate .c-list06__btn {
    width: 125px;
    padding: 6px 0;
  }
  .c-list06__btn {
    width: 50%;
    font-size: 1.1rem;
    padding: 9px 15px 9px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 750px) {
  .c-list06__btn+.c-list06__btn {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list06__btn+.c-list06__btn {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1680px) {
  .c-list06__btn+.c-list06__btn {
    margin-top: 10px;
  }
}

.c-list06__btn:hover {
  opacity: 1;
  color: #000;
  background-color: #FFF;
}

@media screen and (max-width: 1279px) {
  .c-list06__btn a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list06__btn a {
    font-size: 13px;
  }
}

@media screen and (min-width: 1680px) {
  .c-list06__btn a {
    font-size: 13px;
  }
}

@media screen and (max-width: 750px) {
  .c-list06__btn a {
    font-size: 13px;
  }
}

.btn-trade-box.active {
  margin-bottom: -100px;
}
.grid-btn-trade-box.active {
  margin-bottom: -105px;
}
@media screen and (max-width: 750px) {
  .btn-trade-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    border-top: 1px solid #E5E8EB;
  }
  .btn-trade-box.active {
    margin-bottom: -60px;
  }
}

.exhibit-sell {
  top: initial !important;
  display: block !important;
  position: initial;
  z-index: initial;
}

.btn-purchase {
  display: none;
  top: -50px;
  z-index: 99999;
}
.btn-sell {
  display: none;
  top: -100px;
  z-index: 99999;
}
@media screen and (max-width: 750px) {
  .btn-purchase {
    top: 1px;
  }
  .btn-sell {
    top: -40px;
  }
  .grid-btn-trade-box .btn-purchase {
    top: -27px;
  }
  .grid-btn-trade-box .btn-sell {
    top: -65px;
  }
}
.btn-purchase.active {
  display:block;
  animation-name: purchaseUp;
  animation-fill-mode: forwards;
  animation-duration: 0.2s;
  animation-timing-function: ease;
}
@keyframes purchaseUp {
  100% {
    transform: translateY(-100px);
  }
}

.btn-sell.active {
  display:block;
  animation-name: sellUp;
  animation-fill-mode: forwards;
  animation-duration: 0.2s;
  animation-timing-function: ease;
}
@keyframes sellUp {
  100% {
    transform: translateY(-55px);
  }
}

.deal-over-ray {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99998;
  opacity: 0.8;
}

/*------------------------------------------------------------
Right
------------------------------------------------------------*/

.c-list06__right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0 30px 30px;
}

@media screen and (max-width: 1279px) {
  .c-list06__right {
    height: auto;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list06__right {
    height: auto;
  }
}

@media screen and (min-width: 1680px) {
  .c-list06__right {
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .c-list06__right {
    display: none;
  }
}

/* Loading dots styles */
@-webkit-keyframes opacity {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes opacity {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

#loading {
  text-align: center;
}

#loading span:not(:last-child) {
  margin-right: 5px;
}

#loading span {
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  
  -moz-animation-name: opacity;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
}

#loading span:nth-child(2) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
}

#loading span:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
}

/* Button style */
button.button {
  height: 40px;
  line-height: 38px;
  color: #fff;
  background-color: #000;
  border: 0 none;
  vertical-align: middle;
  width: 270px;
  font-size: 14px;
}

/* .highlighter-tooltip {
    background : #f2f2f2;
    border : 1px solid #1e1e1e;
    padding : 5px 15px;
    text-align: center;
    color : #000000;
}

.highlighter-tooltip:after {
    content: "";
    position:absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #f2f2f2;
    right: 0px;
    bottom: -12px;
} */

.highlighter-tooltip {
  position: relative;
  background : #f2f2f2;
  border : 1px solid #1e1e1e;
  padding : 5px 20px;
  text-align: center;
  color : #000000;
  bottom : 15px;
  
}

/* Highlighter for line chart */
.highlighter-tooltip-line{
  right : -15px;
}

.highlighter-tooltip-line:after {
  right : 5px;
}

.highlighter-tooltip-line:before {
  right : 4px;
}

/* Highlighter for donut chart*/
.highlighter-tooltip-donut{
  left : -22px;
}

.highlighter-tooltip-donut:after {
  left : 5px;
}

.highlighter-tooltip-donut:before {
  left : 4px;
}

/* this CS forms the triangles */
.highlighter-tooltip:after,
.highlighter-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 100%;
}

/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
.highlighter-tooltip:after {
  border-color: #f2f2f2 transparent transparent transparent ;
  border-width: 9px;
}

/* this border color controlls the outside, thin border */
.highlighter-tooltip:before {
  bottom: 8px;
  border-color: #1e1e1e transparent transparent transparent ;
  border-width: 10px;
}

/*------------------------------------------------------------
No arts
------------------------------------------------------------*/

/* gradients for buttons */
.c-list06_btn_empty {
  pointer-events: none;
}

@media screen and (max-width: 1279px) {
  .c-list__empty{
    border-top: 1px solid #ccc;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .c-list__empty{
    margin-top: 105px;
    border-top: 1px solid #ccc;
    padding-top: 105px;
  }
}

@media screen and (min-width: 1680px) {
  .c-list__empty{
    margin-top: 105px;
    border-top: 1px solid #ccc;
    padding-top: 105px;
  }
}

@media screen and (max-width: 750px) {
  .c-list__empty{
    border-top: 1px solid #ccc;
    padding-top: 50px;
  }
}

.list06__no_art{
  padding-right: 28.8px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.c-list06_table{
  display: table;
}

#available_wallet{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0px;
  margin-top: 40px;
  justify-content: center;
  display: flex;
  column-gap: 40px;
}
.wallet-item {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #available_wallet{
    flex-direction: column-reverse;
    row-gap: 60px;
  }
  .wallet-item {
    width: 100%;
  }
}
.sell-gain {
  margin-top: 40px;
}
.point-breakdown {
  font-size: 1.2rem;
}
.charge-history {
  margin-top: 40px;
  text-align: center;
}
.charge-history__description {
  text-align: center;
  margin: 10px 0;
  font-size: 1.2rem;
}
.expired-point {
  margin-top: 40px;
  text-align: center;
  color: red;
}
.expired-point__title {
  text-align: center;
  line-height: 1;
  font-weight: 500;
}
.expired-point__description {
  text-align: center;
  margin: 10px 0;
}
.expired-point__value {
  margin-top: 10px;
  font-size: 2.4rem;
}
.expired-point__mail {
  color: red;
  text-decoration: underline;
}
.art-list__btn {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 4px 20px;
  border: 1px solid #000;
  border-radius: 30px;
}

.point-unit {
  font-size: 2rem;
  margin-left: 4px;
}

.charge-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}
.charge-item {
  display: flex;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 20px 40px;
  width: 500px;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}

.charge-history__title {
  text-align: center;
  line-height: 1;
  font-weight: 500;
  color: #000;
  padding: 0 0px 0 13px;
}

.charge-list-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
  .charge-item {
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    width: 90%;
    row-gap: 10px;
  }
  .charge-list-empty {
    font-size: 1.4rem;
  }
}

.expire-point {
  font-size: 2.4rem;
  text-align: initial;
}

@media screen and (max-width: 750px) {
  .expire-point {
    text-align: center;
  }
}
.effective-date {
  font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
  .effective-date {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
}
.wallet-item__label {
  font-weight: bold;
}

.txt_number_font{
  font-family: "Roboto", sans-serif;
}

/*  Pie chart
------------------------------------------------------------*/
.outer_circle{
  border: 1px dashed #ccc;
  border-radius: 50%;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(245, 245, 245, 1) 4px, rgba(245, 245, 245, 1) 6px );
  position: relative;
}

@media screen and (max-width: 1279px) {
  .outer_circle{
    width: 170px;
    height: 170px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .outer_circle{
    width: 170px;
    height: 170px;
  }
}

@media screen and (min-width: 1680px) {
  .outer_circle{
    width: 170px;
    height: 170px;
  }
}

@media screen and (max-width: 750px) {
  .outer_circle{
    width: 110px;
    height: 110px;
  }
}

.inner_circle{
  display:flex;
  background: white;
  border-radius: 50%;
  border: 1px dashed #ccc;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

@media screen and (max-width: 1279px) {
  .inner_circle{
    margin-top: 24px;
    margin-left: 24px;
    height: 120px;
    width: 120px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .inner_circle{
    margin-top: 24px;
    margin-left: 24px;
    height: 120px;
    width: 120px;
  }
}

@media screen and (min-width: 1680px) {
  .inner_circle{
    margin-top: 24px;
    margin-left: 24px;
    height: 120px;
    width: 120px;
  }
}

@media screen and (max-width: 750px) {
  .inner_circle{
    margin-top: 15px;
    margin-left: 15px;
    height: 80px;
    width: 80px;
  }
}

.col_pie_chart{
  padding-top: 50px;
}

.circle {
  background: #456BD9;
  border-radius: 50%;
  color: #fff;
  height: 8.4em;
  position: relative;
  width: 8.4em;
}

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

@media screen and (max-width: 1279px) {
  .pie_chart{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .pie_chart{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1680px) {
  .pie_chart{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .pie_chart{
    display: flex;
    align-items: left;
    justify-content: left;
  }
}

.bottom_pie_chart{
  padding-bottom: 50px;
}

/* Text on the right pie charts */
.right_txt_pie_chart{
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .right_txt_pie_chart{
    justify-content: right;
  }
}

@media screen and (max-width: 750px) {
  .right_txt_pie_chart{
    justify-content: right;
  }
}

/*  image in bought art row
------------------------------------------------------------*/
.no_image{
  display:flex;
  justify-content: center;
  opacity: 0.5;
  align-items: center;
  height: 80%;
  width: 80%;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(245, 245, 245, 1) 4px, rgba(245, 245, 245, 1) 6px );
}

@media screen and (max-width: 1279px) {
  .no_image{
    font-size: 8px;
    border: 1px dashed #ccc;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .no_image{
    font-size: 15px;
    border: 2px dashed #ccc;
  }
}

@media screen and (min-width: 1680px) {
  .no_image{
    font-size: 15px;
    border: 2px dashed #ccc;
  }
}

@media screen and (max-width: 750px) {
  .no_image{
    font-size: 8px;
    border: 1px dashed #ccc;
  }
}


.txt--blue {
  color: #3cccd4;
  font-size: 1.5rem;
}
.txt--red {
  color: #f15058;
}

.certificate_info {
  background: url("/assets/img/index/icon_info.png") no-repeat center center;
  padding-left: 30px;
  background-size: 20px 20px;
  font-size: 20px !important;
}

.list-certificate {
  display: flex;
  margin-top: 20px;
}

.c-list06_btn_certificate {
  padding: 5px 0;
  color: #000 !important;
  opacity: 0.2;
  background-color: #FFF !important;
  border: 1px solid rgba(0,0,0,0.2);
}
.c-list06_btn_certificate:hover {
  color: #FFF !important;
  background-color: #000 !important;
}
@media screen and (max-width: 750px) {
  .c-list06_btn_certificate {
    margin-left: 30px;
  }
}
.certificate_share {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.share-label {
  font-size: 1.3rem;
  margin-right: 8px;
  letter-spacing: 1px;
  font-weight: 600;
}

.certificate_share a {
  margin: 0 8px;
  width: 25px;
  height: 20px;
  text-align: center;
}

.certificate_share img {
  height: 20px;
}

#certificate_print {
  margin: 0 8px;
  width: 25px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}

.atmodal__certificate {
  max-width: 1000px;
  padding: 4px;
  border-radius: 20px;
  background: #000;
}

@media screen and (max-width: 750px) {
  .atmodal__certificate {
    max-width: 750px;
  }
}

.certificate-iframe {
  width: 100%;
  height: 100%;
}

.avatar {
  display: flex;
}

.avatar__selected {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: none;
}

.arts-label {
  display: flex;
  align-items: center;
}

.arts-label-sort {
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .arts-label-sort {
    flex-direction: column;
    align-items: flex-end;
  }
}

.arts-label__title {
  font-size: 2rem;
  background: #000;
  color: #FFF;
  padding: 10px 20px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .arts-label__title {
    font-size: 1.5rem;
    width: 50%;
    text-align: center;
  }
}

.arts-label__notes {
  margin-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .arts-label__notes {
    font-size: 1rem;
  }
}

.exhibit-header {
  background: #000;
  color: #FFF;
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .exhibit-header {
    font-size: 1.5rem;
  }
}

/**
Collection
 */
.art-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 10% 0;
}
.list-filter {
  display: flex;
  width: 50%;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .art-list__header {
    margin: 20px 0 0;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 20px;
  }
  .list-filter {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

.list-filter__btn {
  border-radius: 30px;
  border: 1px solid #E5E8EB;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
  margin-left: 8px;
  width: 30%
}
.list-filter__btn:hover {
  background: #000;
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .list-filter__btn {
    width: 48%;
    margin-left: 0;
  }
}
.filter-active {
  background: #000;
  color: #FFF;
}

.view-switch {
  border: 1px solid #B4B4B4;
  border-radius: 30px;
  display: flex;
  height: 40px;
  width: 120px;
}


.view-switch__icon {
  cursor: pointer;
}

.view-switch__active {
  background: #000;
}

.view-switch__list {
  flex: 1;
  background-image: url("/assets/img/common/icon_list.png");
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px 0 0 30px;
}
.view-switch__list.view-switch__active {
  background-image: url("/assets/img/common/icon_list_active.png");
}
.view-switch__grid {
  flex: 1;
  background-image: url("/assets/img/common/icon_grid.png");
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 30px 30px 0;
}
.view-switch__grid.view-switch__active {
  background-image: url("/assets/img/common/icon_grid_active.png");
}

.grid_frame {
  max-width: 200px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .grid_frame {
    max-width: 100%;
  }
}

.grid-item {
  border-radius: 5px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 8px 10px;
}

@media screen and (max-width: 750px) {
  .grid-item {
    margin: 0 auto;
  }
}

.bought_arts_list {
  display: grid;
  row-gap: 20px;
  grid-template-columns: repeat(6, minmax(200px, 1fr));
  /* width: 100%; */
  place-items: flex-start;
  justify-content: center;
  margin: 0 10%;
}
@media screen and (max-width: 750px) {
  .bought_arts_list {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    margin: initial;
  }
}
.grid-item__link {
  width: 200px;
  height: 200px;
}

.grid-item__img {
  width: 190px;
  height: 190px;
  object-fit: contain;
}

@media screen and (max-width: 750px) {
  .grid-item__link {
    width: 100%;
    height: 100%;
  }
  
  .grid-item__img {
    width: 100%;
    height: 200px;
  }
}

.grid-item__artist-name {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  text-align: center;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.grid-item__art-title {
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.grid-item__amount {
  margin-top: 20px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.amount__item {
  padding: 0 10px;
}

.amount__item:last-child {
  border-left: 1px solid #ccc;
}
.grid-item__trade-box {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
  align-items: center;
  margin: 20px 0;
}
.grid-list-certificate {
  display: flex;
}
.grid-item__trade-btn {
  text-align: center;
  color: #FFF;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 5px;
  background: #000;
  border: 1px solid #000;
  width: 162px;
  padding: 13px 33px 14px;
  font-size: 1.43rem;
}

.atmodal__certificate .atmodal__close {
  position: initial !important;
  width: initial !important;
  text-align: end !important;
  margin-right: 10px !important;
  margin-top: 0 !important;
  line-height: initial !important;
  font-size: initial !important;
  background: #000 !important;
  border-radius: 20px;
}

.atmodal__close img {
  width: 20px !important;
}

#dev-art-image {
  width: 100%;
  max-height: 700px;
}

.wallet-connect-address {
  font-size: 1.5rem;
}

.wallet-link-container {
  margin-top: 10px;
}

.wallet-link-btn {
  height: 46px;
  width: 180px;
  padding: 10px 16px;
  border-radius: 100px;
  border: 1px solid #9577F0;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 20px auto 0;
  transition: 0.3s;
}

.wallet-link-btn__label {
    padding: 10px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-left: 20px;
}

.wallet-link-btn__icon {
    height: 20px;
    width: 20px;
}

.atmodal__certificate .atmodal__close {
  background-color: #000;
}
