@charset "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;
}

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;
  }
}

/*------------------------------------------------------------
Top
------------------------------------------------------------*/

.p-top {
  margin: 0 auto 50px;
}

@media screen and (max-width: 1279px) {
  .p-top {
    padding: 65px 2.5% 0;
    width: 100%;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top {
    padding: 71px 35px 0;
    width: 100%;
    max-width: 1404px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top {
    width: 1663px;
    padding: 78px 43px 0;
  }
}

@media screen and (max-width: 750px) {
  .p-top {
    width: 100%;
    padding: 48px 20px 0;
  }
}

/* p-top01
------------------------------------------------------------*/

.p-top01 {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .p-top01 {
    padding-top: 37px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01 .c-title01 {
    padding-left: 6px;
  }
}

.p-top01__fixed {
  z-index: 99;
}

@media screen and (max-width: 1279px) {
  .p-top01__fixed {
    width: 100%;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__fixed {
    margin-top: 26px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__fixed {
    margin-top: 28px;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__fixed {
    max-width: 100%;
    margin-top: 22px;
  }
}

.p-top01__fixed.is-fixed {
  position: fixed;
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .p-top01__fixed.is-fixed {
    top: 41px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__fixed.is-fixed {
    top: 45px;
    right: 50%;
    transform: translateX(50%);
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__fixed.is-fixed {
    top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__fixed.is-fixed {
    top: 27px;
    left: 20px;
    max-width: calc(100% - 40px);
    transform: translateX(0%);
  }
}

.p-top01__tokun {
  margin-left: auto;
  display: flex;
  background: #FFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1279px) {
  .p-top01__tokun {
    width: 557px;
    padding: 7px 8px 7px 0;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__tokun {
    width: 612px;
    padding: 8px 10px 8px 0;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__tokun {
    width: 667px;
    padding: 9px 10px 7px 0;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__tokun {
    width: 100%;
    flex-wrap: wrap;
    padding: 7px 8px 7px 0;
  }
}

.p-top01__tokun li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 1279px) {
  .p-top01__tokun li {
    font-size: 2rem;
    line-height: 2.4rem;
    width: 127px;
    padding: 3px 0 0 10px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__tokun li {
    font-size: 2.2rem;
    line-height: 2.64rem;
    width: 139px;
    padding: 3px 0 0 10px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__tokun li {
    font-size: 2.4rem;
    line-height: 2.88rem;
    width: 150px;
    padding: 3px 0 0 15px;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__tokun li {
    font-size: 2rem;
    line-height: 1;
    padding: 4px 0 0 15px;
    width: 120px;
  }
}

.p-top01__tokun li:nth-of-type(2) {
  border-left: 1px solid #ccc;
  color: #3cccd4;
}

@media screen and (max-width: 1279px) {
  .p-top01__tokun li:nth-of-type(2) {
    width: 126px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__tokun li:nth-of-type(2) {
    width: 138px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__tokun li:nth-of-type(2) {
    width: 151px;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__tokun li:nth-of-type(2) {
    font-size: 1.5rem;
    width: calc(100% - 120px);
    padding: 4px 0 0 15px;
  }
}

.p-top01__tokun li:nth-of-type(3),
.p-top01__tokun li:nth-of-type(4) {
  padding: 0;
}

@media screen and (max-width: 1279px) {
  .p-top01__tokun li:nth-of-type(3),
  .p-top01__tokun li:nth-of-type(4) {
    width: 144px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__tokun li:nth-of-type(3),
  .p-top01__tokun li:nth-of-type(4) {
    width: 158px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__tokun li:nth-of-type(3),
  .p-top01__tokun li:nth-of-type(4) {
    width: 173px;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__tokun li:nth-of-type(3),
  .p-top01__tokun li:nth-of-type(4) {
    width: 50%;
    padding: 16px 0 0 8px;
  }
}

.p-top01__tokun li:nth-of-type(4) {
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  .p-top01__tokun li:nth-of-type(4) {
    margin-left: 0;
  }
}

.p-top01__tokun li span.topics_small {
  display: block;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

@media screen and (max-width: 1279px) {
  .p-top01__tokun li span.topics_small {
    font-size: 1.1rem;
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__tokun li span.topics_small {
    font-size: 1.21rem;
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__tokun li span.topics_small {
    font-size: 1.22rem;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__tokun li span.topics_small {
    display: inline-block;
    font-size: 0.9rem;
    margin-right: 5px;
  }
}


.c-text-inline{
  display: inline !important;
}


/* p-top01__box
------------------------------------------------------------*/

/* Box contains inline text and number*/
.p-top01__box {
  display: flex;
  height: 25px;
  font-size: 1.9rem;
}

.p-top01__box--center {
  align-items: center;
}

.p-top01__box--baseline {
  align-items: baseline;
}

.p-top01__box--flex-end {
  align-items: flex-end;
}

/* p-top01__ratio
------------------------------------------------------------*/

.p-top01__ratio--up { color: #3cccd4; }
.p-top01__ratio--normal { color: #000; }
.p-top01__ratio--down { color: #f15058; }

/* Claimation mark image */
/* .claim-mark-img{
  background: url("/assets/img/index/icon_info.png") no-repeat center center;
  padding-left: 50px;
  background-size: 20px 20px;
  font-size: 20px !important;
} */

@media screen and (max-width: 750px) {
  /* .claim-mark-img{
    padding-left: 30px;
    background-size: 18px 18px;
    font-size: 18px !important;
  } */

  .p-top01__ratio{
    font-size: 20px;
  }
}

/**
 * Popup
 * Hide the popup content as default state
 */

 /* popup content */

.p-top01__popup {
  visibility: hidden;
  width: 200px;
  color: #000;
  text-align: center;
  font-size: 1.22rem !important;
  font-weight: normal !important;
  line-height: 1.22;
  padding: 5px;
  font-family: "Noto Sans JP", sans-serif;
  background: #f2f2f2;

  /* Position of the popup */
  position: absolute;
  top: 40px;
  left: 10px;
  z-index: 9999;
}

.p-top01__popup_r {
    visibility: hidden;
    width: 200px;
    color: #000;
    text-align: center;
    font-size: 1.22rem !important;
    font-weight: normal !important;
    line-height: 1.22;
    padding: 5px;
    font-family: "Noto Sans JP", sans-serif;
    background: #f2f2f2;

    /* Position of the popup */
    position: absolute;
    top: 40px;
    /* right: 10px; */
    z-index: 9999;
  }

.p-top01__popup_owner {
    width: 300px;
}

.p-top01__popup_owner .p-top01__popup_owner_icon {
    padding: 0 3px 25px 3px;
}

.p-top01__popup_owner .p-top01__popup_owner_icon ul {
    justify-content: space-between;
}

.p-top01__popup_owner .p-top01__popup_owner_icon li {
    width: 54px;
}

.p-top01__popup_owner .p-top01__popup_owner_title {
    font-weight: 700;
    font-size: 1.45rem !important;
    padding: 15px 0;
}

.p-top01__popup_owner .p-top01__popup_owner_text {
    font-size: 1.10rem !important;
    padding-bottom: 10px;
}


/**
 * Hover action for PC and click action for SP
 * As mouse over the claimation mark icon, the popup will show up in PC mode
 * Or Click to the icon, the popup will show up in SP mode
 */

/* .p-top01__extra--info:active .p-top01__popup, */
/* .p-top01__extra--info:hover .p-top01__popup {
  visibility: visible;
} */
.p-top01__extra--info {
  position: relative;
}
.p-top01__extra--info:hover .p-top01__popup_r {
    visibility: visible;
}
.p-top01__extra--info:hover .p-top01__popup {
  visibility: visible;
}

@media screen and (max-width: 750px) {
  .p-top01__popup {
    /* width: 170px; */
    width: 140px;
    font-size: 1.0rem;
    /* padding: 0px; */
    top: 40px;
    /* left: 0px; */
  }

  .p-top01__popup_r {
    width: 170px;
    font-size: 1.0rem;
    padding: 0px;
    top: 40px;
    right: 0px;
  }

    .p-top01__popup_owner {
        width: 290px;
    }

    .p-top01__popup_owner .p-top01__popup_owner_icon {
        padding: 0 3px 25px 3px;
    }

    .p-top01__popup_owner .p-top01__popup_owner_icon ul {
        justify-content: space-between;
    }

    .p-top01__popup_owner .p-top01__popup_owner_icon li {
        width: 54px;
    }

    .p-top01__popup_owner img {
        width: 100%;
    }
}

/**
 * Popup arrow
 * Draw the arrow for the popup
 */

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

/* this border color controls the outside, thin border */
.p-top01__popup:before {
  border-color: transparent transparent #f2f2f2 transparent ;
  border-width: 10.5px;
  left: 4.5px;
  /* right: 4.5px; */
}

/* forms the triangles */
.p-top01__popup:after,
.p-top01__popup:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: 100%;
}

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

  /* this border color controls the outside, thin border */
  .p-top01__popup_r:before {
    border-color: transparent transparent #f2f2f2 transparent ;
    border-width: 10.5px;
    right: 4.5px;
  }

  /* forms the triangles */
  .p-top01__popup_r:after,
  .p-top01__popup_r:before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      bottom: 100%;
  }


/* p-top01__inner
------------------------------------------------------------*/

.p-top01__indent--left { padding-left: 15px; }

.p-top01__inner {
  display: flex;
}

@media screen and (max-width: 1279px) {
  .p-top01__inner {
    margin-top: 33px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__inner {
    margin-top: 36px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__inner {
    margin-top: 40px;
    padding-left: 6px;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__indent--left {
    padding-left: 5px;
  }
  .p-top01__inner {
    margin-top: 0;
    flex-direction: column;
  }
}

.p-top01__info {
  width: 49%;
  padding-left: 100px;
  margin-top: -3px;
}

@media screen and (min-width: 1680px) {
  .p-top01__info {
    width: 49.6%;
    padding-left: 16%;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__info {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
    order: 2;
  }
}

.p-top01__info ul li {
  border-bottom: 1px solid #ccc;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1279px) {
  .p-top01__info ul li {
    font-size: 1.9rem;
    padding-bottom: 11px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__info ul li {
    font-size: 2rem;
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__info ul li {
    font-size: 2.2rem;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 1279px) {
  .p-top01__info ul li:not(:first-child) {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__info ul li:not(:first-child) {
    padding-top: 10px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__info ul li:not(:first-child) {
    padding-top: 10px;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__info ul li:not(:first-child) {
    padding-top: 10px;
  }
}
.p-top01__info ul li:last-child {
  border-bottom: none;
}

.p-top01__info ul li span {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1279px) {
  .p-top01__info ul li span {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__info ul li span {
    font-size: 1.21rem;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__info ul li span {
    font-size: 1.32rem;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__info ul li span {
    margin-bottom: -2px;
  }
}

.p-top01__info ul li p {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1279px) {
  .p-top01__info ul li p {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__info ul li p {
    font-size: 1.43rem;
    line-height: 2.42rem;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__info ul li p {
    font-size: 1.56rem;
    line-height: 2.64rem;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__info ul li p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 1279px) {
  .p-top01__info ul li p + p {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__info ul li p + p {
    margin-top: 17px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__info ul li p + p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__info ul li p + p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1279px) {
  .p-top01__img-frame {
    width: 51.4%;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__img-frame {
    width: 50%;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__img-frame {
    width: 50.4%;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__img-frame {
    width: 100%;
    order: 1;
    margin-top: 0;
    /*padding: 0 12.7% 32px;*/
  }
}

.p-top01__img {
  position: relative;
}

/*.p-top01__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}*/

.p-top01__img img,
.p-top01__img video {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1279px) {
  .p-top01__img img,
  .p-top01__img video {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    /*height: 100%;*/
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__img img,
  .p-top01__img video {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    /*height: 100%;*/
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__img img,
  .p-top01__img video {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    /*height: 100%;*/
  }
}

@media screen and (max-width: 750px) {
  .p-top01__img img,
  .p-top01__img video {
    width: 100%;
  }
}

.p-top01__img-default {
  position: relative;
  text-align: center;
}

.p-top01__img-default img {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 40%;
}

@media screen and (max-width: 750px) {
  .p-top01__img-default img {
    width: 65%;
  }
}

.p-top01__zoom {
  background: url("/assets/img/common/icon_zoom.png") no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

@media screen and (max-width: 1279px) {
  .p-top01__zoom {
    width: 33px;
    height: 33px;
    left: -33px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__zoom {
    width: 33px;
    height: 33px;
    left: -33px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__zoom {
    width: 33px;
    height: 33px;
    left: -33px;
  }
}

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

.p-top01__img-thumbnail {
  display: flex;
  justify-content: center;
}

.p-top01__img-thumbnail a {
  display: block;
  margin: 10px;
}

@media screen and (max-width: 1279px) {
  .p-top01__img-thumbnail a {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__img-thumbnail a {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__img-thumbnail a {
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__img-thumbnail a {
    margin-top: 20px;
  }
}

.p-top01__img-thumbnail img,
.p-top01__img-thumbnail video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 1279px) {
  .p-top01__img-thumbnail img,
  .p-top01__img-thumbnail video {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01__img-thumbnail img,
  .p-top01__img-thumbnail video {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01__img-thumbnail img,
  .p-top01__img-thumbnail video {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 750px) {
  .p-top01__img-thumbnail img,
  .p-top01__img-thumbnail video {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 1279px) {
  .p-top01 .c-owenrs {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01 .c-owenrs {
    margin-top: 44px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01 .c-owenrs {
    margin-top: 48px;
  }
}

@media screen and (max-width: 750px) {
  .p-top01 .c-owenrs {
    margin-top: 36px;
  }
}

@media screen and (max-width: 1279px) {
  .p-top01 .c-owenrs__limit img {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top01 .c-owenrs__limit img {
    width: 44px;
    height: 44px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top01 .c-owenrs__limit img {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 750px) {
  .p-top01 .c-owenrs__limit img {
    width: 30px;
    height: 30px;
  }
}

.round-image-red {
    display: inline-block;
    padding: 2px;
    background: url(/assets/img/common/bg_icon_circle_red.png) 50% / contain no-repeat;
}

.round-image-black {
    display: inline-block;
    padding: 2px;
    background: url(/assets/img/common/bg_icon_circle_black.png) 50% / contain no-repeat;
}

.round-image-gold {
    display: inline-block;
    padding: 2px;
    background: url(/assets/img/common/bg_icon_circle_gold.png) 50% / contain no-repeat;
}

.round-image-silver {
    display: inline-block;
    padding: 2px;
    background: url(/assets/img/common/bg_icon_circle_silver.png) 50% / contain no-repeat;
}

.c-owenrs__left ul li {
    width: 44px;
    height: 44px;
}

@media screen and (max-width: 750px) {
    .c-owenrs__left ul li {
        width: 34px;
        height: 34px;
    }
}


/* p-top02
------------------------------------------------------------*/

.p-top02 {
  display: flex;
}

@media screen and (max-width: 1279px) {
  .p-top02 {
    padding-top: 93px;
    padding-bottom: 124px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top02 {
    padding-top: 102px;
    padding-bottom: 136px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top02 {
    padding-top: 112px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 750px) {
  .p-top02 {
    padding-top: 49px;
    padding-bottom: 70px;
  }
}

.p-top02__inner {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1680px) {
  .p-top02__inner {
    margin-top: 96px;
  }
}

@media screen and (max-width: 750px) {
  .p-top02__inner {
    margin-top: 43px;
  }
}

.p-top02__trend {
  width: 90%;
  margin: 0 auto
}

@media screen and (max-width: 750px) {
  .p-top02__trend {
    width: 85%;
    padding-right: 0;
    border-right: 0;
  }
}

.p-top02__trend img {
  width: 100%;
}

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

.p-top02__trend.pc1680 {
  display: none;
}

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

.p-top02__info {
  width: 50%;
}

@media screen and (max-width: 1279px) {
  .p-top02__info {
    padding-top: 26px;
    padding-left: 34px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top02__info {
    padding-top: 28px;
    padding-left: 37px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top02__info {
    padding-top: 31px;
    padding-left: 43px;
  }
}

@media screen and (max-width: 750px) {
  .p-top02__info {
    width: 100%;
    padding-top: 44px;
    padding-left: 0;
  }
}

/* p-top03
------------------------------------------------------------*/

.p-top03 {
  border-top: 1px solid #CCC;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans CJK JP";
}

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

@media screen and (max-width: 1279px) {
  .p-top03 .c-tabs {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top03 .c-tabs {
    margin-top: 88px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top03 .c-tabs {
    margin-top: 96px;
  }
}

@media screen and (max-width: 750px) {
  .p-top03 .c-tabs {
    margin-top: 46px;
  }
}

/* p-top04
------------------------------------------------------------*/

.p-top04 {
  border-top: 1px solid #000;
}

@media screen and (max-width: 1279px) {
  .p-top04 {
    padding-top: 93px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .p-top04 {
    padding-top: 102px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top04 {
    padding-top: 112px;
  }
}

@media screen and (max-width: 750px) {
  .p-top04 {
    padding-top: 54px;
    padding-bottom: 57px;
  }
}

@media screen and (max-width: 750px) {
  .p-top04 .c-title02 {
    line-height: 2.6rem;
  }
}

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

.p-top04 .c-list01 {
  margin-top: 83px;
  margin-bottom: 83px;
}

@media screen and (max-width: 750px) {
  .p-top04 .c-list01 {
    margin-top: 53px;
    margin-bottom: 26px;
  }
}

/* p-top05
------------------------------------------------------------*/

.p-top05 {
  border-top: 1px solid #000;
  padding-top: 93px;
  padding-bottom: 66px;
}

@media screen and (min-width: 1680px) {
  .p-top05 {
    padding-top: 112px;
    padding-bottom: 87px;
  }
}

@media screen and (max-width: 750px) {
  .p-top05 {
    padding-top: 58px;
    padding-bottom: 14px;
  }
}

.p-top05 .c-list01 {
  margin-top: 113px;
}

@media screen and (min-width: 1680px) {
  .p-top05 .c-list01 {
    margin-top: 126px;
  }
}

@media screen and (max-width: 750px) {
  .p-top05 .c-list01 {
    margin-top: 66px;
  }
}

.p-top05 .c-list01__text {
  padding-top: 52px;
}

@media screen and (min-width: 1680px) {
  .p-top05 .c-list01__text {
    padding-top: 71px;
  }
}

@media screen and (max-width: 750px) {
  .p-top05 .c-list01__text {
    padding-top: 23px;
  }
}

.art_detail h3,
.art_detail .c-tabs__img,
.art_detail .c-tabs__img03
{
    display: none;
}

.btn-deal-box {
    margin: 0 auto;
    float: left;
    width : 100%;
    margin-top: 20px;
}
.btn-deal-fix {
    margin : 5px 10px 0px;
}
.btn-deal-fix:hover {

}
.btn-deal-fix a:hover {
  color: #000;
  background-color: #FFF;
  opacity: 1;
}
.btn-deal-fix a {
    cursor: pointer;
    display: block;
    color: #FFF;
    font-size: 1.3rem;
    line-height: 2.4rem;
    text-decoration: none;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 10px 0px;
    border-radius: 30px;
    border: 1px solid #000;
    background: #000;
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {

    .btn-deal-fix {
        margin : 5px 10px 0px;
    }

    .btn-deal-fix a {
        width: 100%;
        padding: 10px 0px;
    }
  }

.text-purchase-box {
  width: 100%;
  background-color: #F5F5F6;
  border-radius: 10px;
  padding: 20px 0;
  position: relative;
}

@media screen and (max-width: 750px) {

    .btn-deal-fix {
        margin : 5px 0px 0px;
    }
    .btn-deal-fix a {
        font-size: 1.2rem;
        padding: 10px 0px;
        width: 100%;
    }
}
@media screen and (max-width: 320px) {

    .btn-deal-fix {
        margin : 5px 0px 0px;
    }
    .btn-deal-fix a {
        font-size: 1.2rem;
        padding: 10px 0px;
        width: 100%;
    }
}

.btn-sell {
  top: -100px;
  position: relative;
  z-index: 99999;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.artist_detail {
    border-bottom: 1px solid #ccc;
}
.text_detail_short {
    height: auto;
    max-height: 400px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}
.text_detail_full {
    height: auto;
}
.btn_more {
    border: unset;
    padding : 10px 20px;
    margin : 5px 0px;
    cursor: pointer;
    text-align: center;
}
.btn_more_close {
    border: unset;
    padding : 10px 20px;
    margin : 5px 0px;
    display: none;
    cursor: pointer;
    text-align: center;
}

.c-list02__txt02.sp-only {
    display : none
}

.market-info {
  margin: 20px 0;
  border: 1px solid #E6E6E6;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 750px) {
  .market-info {
    padding: 20px;
  }
}
.market_price {
    display: flex;
    align-items: center;
}

.market-price {
    display: flex;
    align-items: flex-end;
}

.current-market-price {
    width: 55%;
}
@media screen and (max-width: 750px) {
  .current-market-price {
    width: initial;
  }
}
.start-market-price {
    margin-left: 40px;
    font-size: 1em;
}

.token-info {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 750px) {
  .token-info {
    justify-content: space-around;
  }
}
.total-token {
    margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .total-token {
    margin-left: 0;
  }
}
.total-token__box {
  display: flex;
  position: relative;
}
.deal-info {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.published-rate {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 40px;
}

@media screen and (max-width: 750px) {
    .published-rate {
        margin-left: 20px;
    }
}

.published-rate__box {
    display: flex;
    position: relative;
    font-size: 1.5rem;
}

.published-rate__label {
    margin-bottom: 4px;
    font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
}

.published-rate__icon {
    top: -15px;
}

.start-token-price {
  margin-left: 40px;
  font-size: 1em;
}

@media screen and (max-width: 750px) {
  .start-token-price {
    margin-left: 20px;
  }
  .start-market-price {
    margin-left: 20px;
  }
}

.art-btn-next {
  position: fixed;
  opacity: 0;
  top: 50%;
  right: 2%;
  cursor: pointer;
  padding: 20px 0;
}

.art-btn-next:hover {
  transform:translate(10%);
}

.art-btn-prev {
  position: fixed;
  opacity: 0;
  top: 50%;
  left: 2%;
  transform: scale(-1, 1);
  cursor: pointer;
  padding: 20px 0;
}

.art-btn-prev:hover {
  transform:scale(-1, 1) translate(10%);
}

.c-half-arrow {
  background: url(/assets/img/art/arrow_right.svg) no-repeat center;
  background-size: cover;
  width: 58px;
  height: 8px;
}

@media screen and (max-width: 750px) {
  .c-half-arrow {
    background-size: 45px;
    width: 45px;
  }
}

.published-info {
  display: flex;
  align-items: center;
  padding: 15px 0 !important;
  justify-content: center;
}

.released_at {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.released_at__label {
  width: 70px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}

.released_at__value {
  font-size: 1.6rem;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .released_at__value {
    font-size: 1.5rem;
  }
}
.released_at__container {
  display: flex;
  align-items: center;
}
.share {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .share {
  }
}

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

.share a {
  margin: 0 8px;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #F5F5F6;
  display: flex;
  border-radius: 10px;
}

.share img {
  height: 25px;
  width: 25px;
  margin: auto;
}

.copy-prohibited {
  color: #999;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  .copy-prohibited {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}

.img-default {
  text-align: center;
}

.img-default img {
  width: 60%;
}

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

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

/* 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;
}

.highlighter-tooltip-line{
  right : -15px;
}

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

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

.trading-info .accordion-button {
  letter-spacing: 0.5px;
  text-align: end;
  font-size: 1.4rem;
  /* margin-top: 13px; */
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .trading-info .accordion-button {
    font-size: 1.1rem;
  }
}

.trading-chart-icon img {
    width: 32px;
}

@media screen and (max-width: 750px) {
  .trading-chart-icon img {
      width: 23px;
  }
}

.trading-info__label-container {
  display: flex;
  align-items: center;
  /* position: absolute; */
}

.trading-info__label {
    font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 10px;
}
.trading-info__value {
    flex-grow: 1;
    text-align: center;
}
.artist_img {
  float: right;
  margin-left: 40px;
}

.artist_img img {
  max-height: 320px;
}

.current-price__label {
    display: flex;
    align-items: center;
    justify-content: center;
}
.current-price {
  font-size: 3rem;
  text-align: center;
}
/* displayed-area
------------------------------------------------------------*/

.displayed-area {
    margin-bottom: 75px;
}

.displayed-area-wrapper__item {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 0 0.5rem;
    margin-top: 75px;
}
.displayed-area-wrapper__item:nth-child(even) {
    flex-direction: row-reverse;
}
.displayed-area-wrapper__item__img {
    margin: auto;
    width: 50%;
}
.displayed-area-wrapper__item__img img {
    display: block;
    margin: auto;
}
.displayed-area-wrapper__item .swiper-slide {
    margin: auto;
    max-height: 373px;
}
.displayed-area-wrapper__item .swiper-slide img {
    object-fit: cover;
    width: 100%;
}
.displayed-area-wrapper__item__copy {
    width: 50%;
    padding: 2.0rem;
    display: flex;
    flex-wrap: wrap;
}
.displayed-area-wrapper__item__copy__title {
    width: 100%;
    font-size: 2.24rem;
    font-weight: 500;
}
.displayed-area-wrapper__item__copy__detail {
    width: 100%;
    margin-top: 0.3rem;
    font-size: 1.36rem;
}

@media screen and (max-width: 750px) {
    .displayed-area-wrapper__item {
        display: flex;
        flex-wrap: wrap;
    }
    .displayed-area-wrapper__item:nth-child(even) {
        flex-direction: row;
    }
    .displayed-area-wrapper__item__img {
        width: 100%;
    }
    .displayed-area-wrapper__item .swiper-slide {
        margin: auto;
    }
    .displayed-area-wrapper__item .swiper-slide img {
        object-fit: cover;
    }
    .displayed-area-wrapper__item__copy {
        margin: 20px auto;
        width: 90%;
        padding: 0.3rem;
    }
    .displayed-area-wrapper__item__copy__title {
        width: 100%;
        font-size: 1.42rem;
        font-weight: 700;
    }
    .displayed-area-wrapper__item__copy__detail {
        width: 100%;
        font-size: 1.1rem;
    }
}

.title-area {
  width: 100%;
}


@media screen and (max-width: 750px) {
  .title-area {
    margin-top: 20px;
    order: 2;
  }
}

.art-title {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.nft {
  display: flex;
}

.nft-logo {
  max-height: 24px;
}

.nft-info .claim-mark-img {
  height: 20px;
}

@media screen and (max-width: 750px) {
  .nft-info .claim-mark-img {
    margin-top: 2px !important;
  }
}

.before_ratio {
  font-size: 15px !important;
}

@media screen and (max-width: 750px) {
  .before_ratio {
    font-size: 11px !important;
  }
}

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

.art-info {
  flex: 1;
}

.art-info__label {
  font-size: 1.5rem;
}
.art-info__value {
  font-size: 1.4rem;
  word-break: break-all;
  opacity: 0.7;
}
.provenance {
  margin-top: 20px;
}

.art-exhibition {
  margin-top: 20px;
}

.artist-info {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .artist-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
}
.artist-info__name {
  font-size: 1.4rem;
  font-weight: bold;
}
.artist-info__label {
  font-size: 1.5rem;
}
.artist-info__value {
  font-size: 1.4rem;
  opacity: 0.7;
}
.artist-detail {
  margin-top: 20px;
}
.artist-detail .artist-info__value {
  margin-top: 10px;
}
.artist-exhibition {
  margin-top: 20px;
}
.transaction-info {
  padding-top: 44.5px;
  padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .transaction-info {
    padding-top: 22px;
    padding-bottom: 15px;
  }
}

.transaction-info .transaction-info__table {
  border-collapse: collapse;
  width: 100%;
}

.transaction-info__caption {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .transaction-info .transaction-info__caption {
    font-size: 1.4rem;
  }
}

.transaction-info .transaction-info__head {
  border-bottom: 1px solid #ccc;
}

.transaction-info .transaction-info__table .price-label {
  font-weight: bold;
}

.transaction-info .transaction-info__table th {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 26px 0 21px;
}

@media screen and (max-width: 750px) {
  .transaction-info .transaction-info__table th {
    padding-bottom: 3%;
  }
}

.transaction-info .transaction-info__table td {
  font-size: 1.2rem;
  text-align: center;
  padding: 11px 0 6px;
}

@media screen and (max-width: 750px) {
  .transaction-info .transaction-info__table td {
    font-size: 1rem;
  }
}

.transaction-info .transaction-info__table th:nth-of-type(1) {
  width: 35%;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .transaction-info .transaction-info__table th:nth-of-type(1) {
    width: 40%;
  }
}

.transaction-info .transaction-info__table th:nth-of-type(2) {
  font-weight: bold;
  text-align: center;
  width: 25%;
}

@media screen and (max-width: 750px) {
  .transaction-info .transaction-info__table th:nth-of-type(2) {
    width: 15%;
  }
}

.transaction-info .transaction-info__table th:nth-of-type(3) {
  width: 30%;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .transaction-info .transaction-info__table th:nth-of-type(3) {
    width: 35%;
  }
}

.transaction-info .transaction-info__table th:nth-of-type(4) {
  background: url("/assets/img/index/icon_info.png") no-repeat center;
  background-size: 20px 20px;
  width: 5%;
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  .transaction-info .transaction-info__table th:nth-of-type(4) {
    width: 5%;
    background-size: 15px 15px;
  }
}

.transaction-info .transaction-info__table tr:nth-of-type(2) {
  padding-top: 20px;
}

.transaction-info .transaction-info__table .offer-value {
  display: flex;
  justify-content: center;
}

.transaction-info .transaction-info__table .offer-value__token {
  width: 30%;
}

.transaction-info .transaction-info__table .offer-value__share {
  width: 30%;
  text-align: left;
}

.transaction-info .transaction-info__table .price-value {
  font-weight: bold;
}

.etherscan-btn {
  border: solid 1px #F0F0F0;
  border-radius: 30px;
  box-shadow: 0 1px rgb(0 0 0 / 16%);
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 200px;
  padding: 10px 20px;
  margin-top: 20px;
  text-decoration: none;
}

.etherscan-btn__label {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 20px;
}

.img-nft {
  border-radius: 10px;
}

.utility-container {
  margin-top: 40px;
}

.utility {
  margin-top: 20px;
  font-size: 1.4rem;
}
.utility_short {
  height: auto;
  max-height: 100px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.utility_full {
  height: auto;
}

.created__container {
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
  display: flex;
}
.created {
  display: flex;
  column-gap: 10px;
  align-items: end;
}
.created-icon {
  height: 20px;
  width: 20px;
}
.created-info {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.created-label {
  font-size: 1.2rem;
}

.created-value {
  font-size: 1.4rem;
  font-weight: bold;
}

.detail__container {
  display: flex;
  column-gap: 100px;
}
@media screen and (max-width: 750px) {
  .detail__container {
    flex-direction: column;
  }
}
.share__container {
  cursor: pointer;
}
.share-background {
  background: rgba(255, 255, 255, 0.4);
}

.share-modal {
  background: #FFF !important;
  border-radius: 10px;
  box-shadow: 0 0 6px rgb(0 0 0 / 50%);
  max-width: 350px !important;
  padding: 35px;
  margin-bottom: 0;
}

.share-info {
  display: flex;
  align-items: center;
}

.share-art__img img {
  max-width: 80px;
  border-radius: 10px;
}

.share-info__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.6rem;
  text-align: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-left: 20px;
}

.share-info__artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.share-info__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-weight: bold;
  font-size: 2rem;
}

/*==========================================
  2023/04/20~ スタイル追加
==========================================*/
@media screen and (max-width: 750px) {}
@media screen and (min-width: 751px) {}
img,
video {
  backface-visibility: hidden;
  border: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.p-product a {
  text-decoration: none;
  display: inline-block;
}

/*-------------------- Layout --------------------*/
.l-section {
  margin-top: 120px;
}

@media screen and (max-width: 750px) {
  .l-section {
    margin-top: 80px;
  }
}

.l-section__inner {
  padding: 0 20px 0 33px;
}

@media screen and (min-width: 751px) {
  .l-section__inner {
    max-width: 1253px;
    min-width: 980px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .l-section__inner {
    padding: 0 0 80px;
  }
}


/*-------------------- Component --------------------*/
.c-ttl--h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.42857143;
}

@media screen and (max-width: 750px) {
  .c-ttl--h2 {
    font-size: 19px;
    line-height: 1.44736842;
  }
}

.c-ttl--h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.45455;
}

@media screen and (max-width: 750px) {
  .c-ttl--h3 {
    font-size: 16px;
    line-height: 1.4375;
  }
}

/* user icon */
.c-icon {
  aspect-ratio: 1 / 1;
  display: block;
  position: relative;
}

.c-icon img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;

  position: absolute;
  left: 0;
  top: 0;
}

/* title icon */
.c-icon--title {
  position: relative;
}

.p-privilege .c-icon--title,
.p-description .c-icon--title,
.p-caution .c-icon--title {
  cursor: pointer;
}

.c-icon--title::before,
.c-icon--title::after {
  content: "";
  display: inline-block;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-icon--title::before {
  width: 32px;
  left: 0;
}
：
@media screen and (max-width: 750px) {
  .c-icon--title::before {
    width: 24px;
  }
}

.c-icon--title::after {
  background: url("/assets/img/common/icon_arrow_down.svg") center / contain no-repeat;
  width: 14px;
  height: 8px;
  transition: transform .3s;
  right: 20px;
}

@media screen and (max-width: 750px) {
  .c-icon--title::after {
    width: 13px;
    height: 7px;
    right: 14px;
  }
}

.p-privilege.is-open .c-icon--title::after,
.p-description.is-open .c-icon--title::after,
.p-caution.is-open .c-icon--title::after {
  transform: translateY(-50%) rotate(-180deg);
}

.c-icon--title-arrow-none.c-icon--title::after {
  display: none;
}

.p-etherscan .c-icon--title::before {
  background: url("/assets/icon_etherscan.svg") center / contain no-repeat;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 750px) {
  .p-etherscan .c-icon--title::before {
    width: 20px;
    height: 20px;
  }
}


/*-------------------- Utility --------------------*/
.u-border--top {
  border-top: 1px solid #ccc;
}
.u-border--bottom {
  border-bottom: 1px solid #ccc;
}

.u-flex {
  display: flex;
}

.u-align--center {
  align-items: center;
}

.u-justify--center {
  justify-content: center;
}

/*--------------------
  wrapper (包括要素)
--------------------*/
.p-product {
  font-family: "Noto Sans CJK JP";
}

@media screen and (max-width: 750px) {
  .p-product {}
}

@media screen and (min-width: 751px) {
  .p-product__inner {
    display: grid;
    grid-template-columns: 49.5% 43%;
    grid-template-rows: max-content 1fr max-content;
    grid-template-areas:
    "gridA gridB"
    "gridC gridB"
    "gridD gridB"
    ;
    gap: 0 7.5%;
  }
}

/*--------------------
  display (商品画像)
--------------------*/
@media screen and (min-width: 751px) {
  .p-product__display {
    grid-area: gridA;
    position: sticky;
    top: 0;
    margin-bottom: 120px;
  }
}

.p-product__display-content {
  position: relative;
  text-align: center;
}


/*--------------------
  info (作品詳細情報)
--------------------*/
.p-product__info {
  position: relative;
}

@media screen and (min-width: 751px) {
  .p-product__info {
    grid-area: gridB;
  }
}

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


/* ----- Title Area ----- */
.p-title__artist {
  width: calc(100% - 164px - 6px);
}

.p-title__art {
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-weight: 500;
  line-height: 1.40909091;
  margin-top: 7px;
}

@media screen and (max-width: 750px) {
  .p-title__art {
    font-size: 16px;
    line-height: 1.4375;
    margin-top: 2px;
  }
}


/* ----- Icon Area (shareボタン/nftアイコン/会員券ラベル) ----- */
.p-icon {
  margin-top: 4px;

  position: absolute;
  top: 0;
  right: 0;
}

.p-icon__list {
  display: flex;
}

.p-icon__item {
  min-width: 0;
}

.p-icon__item+.p-icon__item {
  padding-left: 1.28571429vw;
}

@media screen and (max-width: 750px) {
  .p-icon__item+.p-icon__item {
    padding-left: 20px;
  }
}

.p-icon__item--sales-type {
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.41666667;
  min-width: 67px;
  padding: 6px 5px 8px;

  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .p-icon__item--sales-type {
    display: none;
  }
}

.p-icon__item--share,
.p-icon__item--nft {
  height: auto;

  display: flex;
}

.p-icon__item--share picture,
.p-icon__item--nft picture {
  height: auto;

  display: flex;
  align-items: center;
  flex-grow: 1;
}

.p-icon__item--nft img {
  width: 45px;
}

@media screen and (max-width: 750px) {
  .p-icon__item--share img {
    width: 12px;
  }

  .p-icon__item--nft img {
    width: 33px;
  }
}


/* ----- Created Area ----- */

@media screen and (min-width: 751px) {
  .p-created {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .p-created {
    width: 50%;
  }
}

.p-created__inner {
  display: flex;
  align-items: center;
}

.p-created__icon {
  width: 40px;
  height: 40px;
}

.p-created__text-area {
  margin-left: 10px;
}

.p-created__text-area p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.41666667;
}

@media screen and (max-width: 750px) {
  .p-created__text-area p {
    font-size: 11px;
    line-height: 1.45454545;
  }
}

.p-created__text-area span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.42857143;
}

@media screen and (max-width: 750px) {
  .p-created__text-area span {
    font-size: 15px;
    line-height: 1.46666667;
  }
}


/* ----- Token Area ----- */
.p-token {
  margin-top: 16px;
  padding-bottom: 17px;
}

@media screen and (max-width: 750px) {
  .p-token {
    margin-top: 21px;
    padding-bottom: 12px;
  }
}

.p-token__inner {
  display: flex;
  align-items: center;
}

.p-token__total-amount {
  width: 50%;
  min-width: 0;
}

.p-token__total-amount .title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.41666667;
  margin-bottom: 3px;
}

@media screen and (max-width: 750px) {
  .p-token__total-amount .title {
    font-size: 11px;
    line-height: 1.81818182;
    margin-bottom: 2px;
  }
}

.p-token__total-amount .maximum {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.33333333;
}

@media screen and (max-width: 750px) {
  .p-token__total-amount .maximum {
    font-size: 19px;
  }
}

.p-token__total-amount .maximum .text-03 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42857143;
  margin-left: 10px;
}

@media screen and (min-width: 751px) {
  .p-token__total-amount .maximum .text-03 {
    vertical-align: middle;
  }
}

@media screen and (max-width: 750px) {
  .p-token__total-amount .maximum .text-03 {
    font-size: 12px;
    margin-left: 4px;
  }
}

.p-token__total-amount .icon {
  cursor: pointer;
  padding: 0 9px;

  position: relative;
}

@media screen and (max-width: 750px) {
  .p-token__total-amount .icon {
    padding: 0 4px;
  }
}

.p-token__total-token {
  min-width: 0;
  margin-left: 26px;
}

@media screen and (max-width: 750px) {
  .p-token__total-token {
    margin-left: 16px;
  }
}

.p-token__total-token .u-flex {
  margin-bottom: 3px;
}

@media screen and (max-width: 750px) {
  .p-token__total-token .u-flex {
    margin-bottom: 2px;
  }
}

.p-token__total-token .title {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.41666667;
}

@media screen and (max-width: 750px) {
  .p-token__total-token .title {
    font-size: 11px;
  }
}

.p-token__total-token .change {
  color: #3cccd4;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42857143;
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  .p-token__total-token .change {
    font-size: 13px;
    margin-left: 2px;
  }
}

.p-token__total-token .icon {
  cursor: pointer;
  padding: 0 9px;

  position: relative;
}

@media screen and (max-width: 750px) {
  .p-token__total-token .icon {
    padding: 0 4px;
  }
}

.p-token__total-token .eth {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.33333333;
}

@media screen and (max-width: 750px) {
  .p-token__total-token .eth {
    font-size: 19px;
  }
}

/* !マーク hoverアニメーション */
.p-top01__popup {
  right: 5px;
}

@media screen and (max-width: 750px) {
  .p-top01__popup {
    right: 50%;
    transform: translateX(50%);
    left: -60px;
  }
}

.p-token .icon.claim-mark-img:hover .p-top01__popup {
  display: block;
}


/* ----- Public Area ----- */
.p-public {
  margin-top: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 750px) {
  .p-public {
    margin-top: 20px;
    padding-bottom: 21px;
  }
}

@media screen and (max-width: 750px) {
  .p-public__inner {
    display: flex;
    align-items: center;
  }
}

.p-public__box {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .p-public__box {
    margin-left: 25px;
  }
}

.p-public__box p {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45454545;
}

@media screen and (max-width: 750px) {
  .p-public__box p {
    font-size: 10px;
    line-height: 1.45;
  }
}

.p-public__box span {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.3334;
  margin-left: 15px;
}

@media screen and (max-width: 750px) {
  .p-public__box span {
    margin-left: 9px;
  }
}


/* ----- Chart Area ----- */
.p-chart {}

.p-chart .p-top02 {
  justify-content: space-between;
}

.p-chart .accordion-button {
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: end;
}

.p-chart .accordion-button.is-open {
  height: auto;
}

.p-top02.trading-info {
  padding-top: 20px;
  padding-bottom: 20px;
}


/* ----- Detail Area ----- */
.p-detail {
  margin-top: 20px;
}

.p-detail p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .p-detail p {
    font-size: 15px;
    line-height: 1.46666667;
  }
}

@media screen and (min-width: 751px) {}


/* ----- Privilege Area ----- */
.p-description {
  padding-top: 14px;
  padding-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .p-description {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-description__head {
  display: flex;
  align-items: center;
}
.p-description__icon {
  max-width: 20px;
}
.p-description__title {
  padding-left: 19px;
  padding-right: 34px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .p-description__title {
    padding-left: 43px;
  }
}

.p-description__content {
  margin-top: 17px;
}

@media screen and (max-width: 750px) {
  .p-description__content {
    margin-top: 13px;
  }
}

.p-description p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .p-description p {
    font-size: 15px;
    line-height: 1.46666667;
  }
}


/* ----- Caution Area ----- */
.p-caution {
  padding-top: 16px;
  padding-bottom: 19px;
}

@media screen and (max-width: 750px) {
  .p-caution {
    padding-bottom: 18px;
  }
}

.p-caution__title {
  padding-left: 59px;
  padding-right: 34px;
}

@media screen and (max-width: 750px) {
  .p-caution__title {
    padding-left: 43px;
  }
}

.p-caution p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .p-caution p {
        font-size: 15px;
        line-height: 1.46666667;
    }
}

/* ----- Etherscan Area ----- */
.p-etherscan {}

.p-etherscan__title {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  margin-top: 39px;
  padding-left: 50px;
}

@media screen and (max-width: 750px) {
  .p-etherscan__title {
    font-size: 11px;
    line-height: 1.81818182;
    margin-top: 30px;
    padding-left: 34px;
  }
}

/*--------------------
  owners ()
--------------------*/
.p-product__owners {
  margin: 40px 0;
}

@media screen and (min-width: 751px) {
  .p-product__owners {
    grid-area: gridC;
  }
}

@media screen and (max-width: 750px) {
  .p-product__owners {
    margin-top: 42px;
  }
}

.owner-link {
  display: flex !important;
  align-items: center !important;
}
/* ----- Table Layout ----- */
.p-table {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .p-table {
    margin-top: 18px;
    padding-bottom: 14px;
    overflow-x: auto;
  }
}

.p-table__inner {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .p-table__inner {
    border-radius: 10px;
    min-width: 335px;
  }
}

/* colgroup */
.p-table .owner {
  width: 27%;
}

.p-table .price_quantity{
  width: 21.305%;
}

.p-table .transaction{
  width: 25.12%;
}

/* table */
.p-table table {
  border-collapse: collapse;
  font-family: "Noto Sans CJK JP";
  width: 100%;
  table-layout: fixed;
}

/* tr */
.p-table tr {
  border-bottom: 1px solid #E6E6E6;
}

.p-table tr:last-child {
  border-bottom: 0;
}

/* th td 共通 */
.p-table th,
.p-table td {
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
}

@media screen and (max-width: 750px) {
  .p-table th,
  .p-table td {
    font-size: 15px;
    line-height: 1.46666667;
  }
}

/* th */
.p-table th {
  background-color: #eaeaea;
  padding: 12px 34px 11px 20px;
}

@media screen and (max-width: 750px) {
  .p-table th {
    padding: 4px 22px 4px 10px;
  }
}

.p-table th:not(:first-child) {
  border-left: 1px solid #E6E6E6;
  cursor: pointer;
}

.p-table th:first-child {
  border-radius: 20px 0 0 0;
}

.p-table th:last-child {
  border-radius: 0 20px 0 0;
}

@media screen and (max-width: 750px) {
  .p-table th:first-child {
    border-radius: 10px 0 0 0;
  }

  .p-table th:last-child {
    border-radius: 0 10px 0 0;
  }
}

.p-table .sort {
  position: relative;
}

.p-table .sort::after {
  content: "";
  background: url("/assets/img/common/icon_arrow_down.svg") center / contain no-repeat;
  display: inline-block;
  width: 12px;
  height: 7px;

  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .p-table .sort::after {
    width: 12px;
    height: 7px;

    right: 10px;
  }
}
.p-table .order-desc::after {
    transform: translateY(-50%) scale(1, -1) !important;
}

/* td */
.p-table td {
  padding: 10px;
}

@media screen and (max-width: 750px) {
  .p-table td {
    padding: 10px;
  }
}

.p-table .td-icon {
  width: 30px;
  height: 30px;
}

.p-table .td-01 div {
  display: flex;
  align-items: center;
}

.p-table .td-01 p {
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
}

@media screen and (max-width: 750px) {
  .p-table .td-01 p {
    margin-left: 8px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 751px) {
  .p-table .td-04 div {
    min-width: 118px;
    margin: 0 auto;
  }
}

.p-table .td-04 a {
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.42857143;
  width: 100%;
  min-height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.p-table .td-04 a[data-disabled="true"] {
  opacity: 0.5;
}
@media screen and (max-width: 751px) {
  .p-table .td-04 a {
    font-size: 1rem;
    min-height: 30px;
  }
}
/* ----- Pager Layout ----- */
.p-pager__list {
  border-top: 1px solid #E6E6E6;
  padding: 24px 20px 22px;

  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .p-pager__list {
    padding: 28px 10px;

    justify-content: space-between;
  }
}

.p-pager__item a {
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.42857143;
  min-width: 36px;
  min-height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .p-pager__item a {
    font-size: 13px;
    line-height: 1.42307692;
    min-width: 33px;
    min-height: 33px;
  }
}

.p-pager__item a:hover {
  opacity: .6;
}

.p-pager__item a.p-event--none {
  pointer-events: none;
}

.p-pager__item img {
  max-width: 8px;
}

.p-pager__item .prev.disabled svg {
  fill: #ccc;
}

.p-pager .next {}

.p-pager .disabled {
  pointer-events: none;
}

.p-pager .current {
  border: 1px solid #E6E6E6;
  pointer-events: none;
}
.owner-pager,
.activity-pager {
    display: flex;
}
.page {
    cursor: pointer;
}
/*--------------------
  activity ()
--------------------*/
.p-product__activity {
  margin: 40px 0;
}

@media screen and (min-width: 751px) {
  .p-product__activity {
    grid-area: gridD;
  }
}

@media screen and (max-width: 750px) {
  .p-product__activity {
    margin-top: 40px;
  }
}


/* ----- List Layout ----- */

.p-list__wrap {
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
}

@media screen and (max-width: 750px) {
  .p-list__wrap {
    margin-top: 15px;
    padding-bottom: 21px;
    overflow-x: auto;
    border-radius: 10px;
    min-width: 335px;
  }
}

.p-list__item {
  padding: 10px 20px;

  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .p-list__item {
    padding: 10px 7px 10px 10px;
  }
}

.p-list__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.p-list__item-icon {
  min-width: 30px;
  min-height: 30px;
}

.p-list__item-text,
.p-list__item-span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42857;
}

@media screen and (max-width: 750px) {
  .p-list__item-text,
  .p-list__item-span {
    font-size: 15px;
    line-height: 1.46666667;
  }
}

.p-list__item-text {
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  .p-list__item-text {
    margin-right: 12px;
    margin-left: 9px;
  }
}

.p-list__item-span {
  margin-left: auto;
  white-space: nowrap;
}

.remodal {
    border-radius: 10px;
}

.art-image {
  width: 70%
}

.content-tab__container {
  margin-top: 40px;
  display: flex;
  column-gap: 10px;
  border-bottom: 1px #ccc solid;
  justify-content: space-between;

  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.content-tab__container::-webkit-scrollbar{
  display:none;
}
@media screen and (max-width: 750px) {
  .content-tab__container {
    column-gap: 8px;
    overflow-x: scroll;
  }
}
.content-tab {
  font-size: 1.5rem;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .content-tab {
    font-size: 1.2rem;
    padding: 4px;
    flex: 0 0 auto;
  }
}
.content-tab.active {
  border-bottom: 2px solid #000;
}
.content-tab img {
  height: 15px;
  width: auto;
}
.content__info {
  margin-top: 40px;
}
.content__container {
  margin: 20px 0;
}
@media screen and (max-width: 750px) {
  .content__container {
    padding: 0 20px;
  }
}
.content-detail {
  display: none;
}

.content-detail.active {
  display: initial;
}

.content-detail,
.content-detail p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.sales-info__container {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.sales-type__container {
  display: flex;
  align-items: center;
  position: relative;
}

.sales-type {
  border: 1px solid #9c72f9;
  color: #9c72f9;
  background: #FFF;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 4px 9px;
  border-radius: 5px;
}

.p-top01__extra--info:hover .sales-info__popup {
  visibility: visible;
}

.sales-info__popup {
  visibility: hidden;
  width: 250px;
  color: #000;
  font-size: 1.22rem !important;
  font-weight: normal !important;
  line-height: 1.22;
  padding: 5px;
  font-family: "Noto Sans JP", sans-serif;
  background: #f2f2f2;
  position: absolute;
  top: 40px;
  left: -100px;
  z-index: 9999;
}

.sales-info__popup:before {
  left: 115px;
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  bottom: 100%;
  border-color: transparent transparent #f2f2f2 transparent ;
  border-width: 10.5px;
}
.works-image {
  text-align: center;
}
.sales-info__popup img {
  max-width: 200px;
  margin-top: 10px;
}

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