@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
  ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
  ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

p,
ul,
ol {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

@media screen and (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .tab-only {
    display: none !important;
  }
}

.color-white {
  color: #fff !important;
}

html {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb-nav {
    margin: 3vw 3vw 3vw;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-nav li span:after {
    content: ">";
    padding: 0.5em;
  }
}

img {
  width: 100%;
  height: auto;
}

h1 {
  font-size: clamp(1.625rem, 1.4688rem + 0.5vw, 1.75rem);
  word-break: keep-all;
  text-align: center;
  line-height: 1.5;
}
h1 span {
  font-size: clamp(1.25rem, 1.0938rem + 0.5vw, 1.375rem);
}
@media screen and (max-width: 767px) {
  h1 span {
    display: block;
  }
}

#nft {
  width: 100%;
}
#nft .section-bg-wrap {
  background-color: #ffecfa;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-bottom: 60px;
}
#nft .section-wrap {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #nft .section-wrap {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 767px) {
  #nft .section-box-scroll {
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 20px;
  }
}
#nft .section-box-wrap {
  width: 100%;
  height: auto;
  margin: 0px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #nft .section-box-wrap.line {
    width: calc(400% + 40px);
  }
}
#nft .section-box-wrap .section-box-item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  #nft .section-box-wrap .section-box-item {
    width: 100%;
    padding: 0px;
  }
}
#nft .section-box-wrap .section-box-item.full {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #nft .section-box-wrap .section-box-item.full .large-text {
    font-size: 16px;
  }
}
#nft .section-box-wrap .section-box-item.full p {
  font-size: 14px;
}
#nft .section-box-wrap .section-box-item.col-3 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #nft .section-box-wrap .section-box-item.col-3 {
    width: 100%;
  }
}
#nft .section-box-wrap .section-box-item.col-7 {
  width: min(100%, 70% - 16px);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #nft .section-box-wrap .section-box-item.col-7 {
    width: 100%;
  }
}
#nft .section-box-wrap .section-box-item .detail-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
#nft .section-box-wrap .section-box-item .detail-wrap ul {
  font-size: 14px;
  margin-bottom: 8px;
}
#nft .section-box-wrap .section-box-item .detail-wrap ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}
#nft .section-box-wrap .section-box-item .detail-wrap ul .title {
  border-bottom: 1px dotted #a8a8a8;
}
#nft .section-box-wrap .section-box-item .line-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #nft .section-box-wrap .section-box-item .line-wrap {
    width: calc(400% - 40px);
    margin: 0;
  }
}
#nft .section-box-wrap .section-box-item h2 {
  font-size: 24px;
  text-align: center;
}
#nft .section-box-wrap .section-box-item h3 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #nft .section-box-wrap .section-box-item h3 {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  #nft .section-box-wrap .section-box-item h3 {
    font-size: 1rem;
    line-height: 1.6;
  }
}
#nft .section-box-wrap .section-box-item p {
  font-size: 0.8125rem;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 767px) {
  #nft .section-box-wrap .section-box-item p {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
#nft .section-box-wrap .section-box-item .item-detail00 {
  margin: 48px auto 10px;
}
@media screen and (max-width: 767px) {
  #nft .section-box-wrap .section-box-item .item-detail00 {
    margin: 0 auto 10px;
  }
}
#nft .section-box-wrap .section-box-item .item-detail00 img {
  display: block;
  margin: 0 auto;
  width: 166px;
  height: auto;
}
#nft .section-box-wrap .section-box-item .item-detail01 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#nft .section-box-wrap .section-box-item .item-detail01 img {
  transition: 1s cubic-bezier(0.2, 1, 0.2, 1);
}
#nft .section-box-wrap .section-box-item .item-detail01.col-3 {
  width: calc((100% - 20px) * 0.32);
}
@media screen and (max-width: 767px) {
  #nft .section-box-wrap .section-box-item .item-detail01.col-3 {
    width: 100%;
  }
}
#nft .section-box-wrap .section-box-item .item-detail03 {
  width: 100%;
  position: relative;
}
#nft .section-box-wrap .section-box-item .item-detail03 a {
  color: #185378;
}
#nft .section-box-wrap .section-box-item .item-detail03 .datail-info {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #c2bfc4;
  border-bottom: 1px solid #c2bfc4;
}
#nft .section-box-wrap .section-box-item .item-detail03 .mint-page {
  margin: 10px 0;
  padding: 12px 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3176470588);
  box-shadow: inset 0.5rem 0.5rem 0.75rem rgba(255, 255, 255, 0.462745098),
    inset -0.5rem -0.5rem 0.75rem rgba(0, 0, 0, 0.1);
}
#nft .section-box-wrap .section-box-item .item-detail03 .mint-page p {
  font-weight: bold;
}
#nft .section-box-wrap .section-box-item .item-detail03.col-7 {
  width: calc((100% - 40px) * 0.66);
}
@media screen and (max-width: 767px) {
  #nft .section-box-wrap .section-box-item .item-detail03.col-7 {
    width: 100%;
    margin-bottom: 20px;
  }
}
#nft .section-box-wrap .section-box-item .item-detail03 img {
  position: absolute;
  width: 80px;
  height: auto;
  top: 60px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  #nft .section-box-wrap .section-box-item .item-detail03 img {
    width: 60px;
    right: 0px;
  }
}
#nft .section-box-wrap .section-box-item .item-detail03 .event-wrap {
  padding: 0 12px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.3176470588);
}
#nft
  .section-box-wrap
  .section-box-item
  .item-detail03
  .event-wrap:nth-child(2) {
  margin-top: 16px;
  margin-bottom: 16px;
}
#nft .section-box-wrap .section-box-item .item-detail03 .event-venue {
  position: relative;
  margin: 0;
  padding: 16px 0;
}
#nft .section-box-wrap .section-box-item .item-detail03 .event-venue p {
  line-height: 2;
}
#nft .section-box-wrap .section-box-item .item-detail03 .event-venue span {
  font-size: 10px;
  position: absolute;
  color: #fff;
  background-color: #c53131;
  top: 24px;
  left: 0;
  width: 30px;
  padding: 4px 8px;
  text-align: center;
  border-radius: 4px;
}
#nft
  .section-box-wrap
  .section-box-item
  .item-detail03
  .event-venue
  .date-label {
  font-size: 12px;
  color: #c53131;
  border-bottom: dotted 1px #c2bfc4;
}
#nft .section-box-wrap .section-box-item .item-detail04 {
  width: calc((100% - 40px) / 4);
  margin: 20px 0 20px;
}
#nft .section-box-wrap .section-box-item .caption {
  min-height: 40px;
  font-size: 0.6875rem;
  color: #0c0d14;
  text-align: center;
  line-height: 1.5;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  #nft .section-box-wrap .section-box-item .caption {
    min-height: 40px;
    text-align: start;
  }
}
#nft .section-box-wrap .section-box-item-line {
  width: calc((100% - 40px) / 4);
  display: flex;
  flex-direction: column;
}
#nft .section-box-wrap .section-box-item-line .line-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
}
#nft .section-box-wrap .tra-can-title {
  width: 100%;
  padding: 8px 0;
  margin-bottom: 16px;
  background-color: rgba(29, 132, 196, 0.8823529412);
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #nft .section-box-wrap .tra-can-title {
    line-height: 1.5;
  }
}
#nft .section-box-wrap .tra-can-title h2 {
  font-size: 18px;
  color: #fff;
}
#nft .section-box-wrap .tra-can-title p {
  font-size: 13px;
  font-weight: normal;
}
#nft .notice {
  width: 100%;
}
#nft .notice p {
  margin: 5px 0 10px;
  font-size: 0.8125rem;
  color: #0c0d14;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #nft .notice p {
    font-size: 0.8125rem;
    margin-top: 7px;
  }
}
#nft .external-site {
  display: inline-block;
  background-image: url(../images/icon_exlink_black.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 5px;
  background-size: 13px;
  padding-left: 18px;
  font-weight: normal;
}

.prev-button {
  margin: 30px auto 0px;
  width: min(100% - 16px, 280px);
  box-sizing: border-box;
  border-bottom: solid 1px rgba(201, 201, 201, 0.6509803922);
  border-right: solid 1px rgba(201, 201, 201, 0.6509803922);
  color: #0c0d14;
  display: block;
  background-color: rgba(255, 255, 255, 0.5882352941);
  box-shadow: inset 0.5rem 0.5rem 0.75rem rgba(255, 255, 255, 0.462745098),
    inset -0.5rem -0.5rem 0.75rem rgba(0, 0, 0, 0.1);
  padding: 19px 0;
  border-radius: 50px;
  font-size: 1.125rem;
  text-align: center;
}

#main-visual-iroha {
  width: 100%;
  margin-top: -430px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main-visual-iroha {
    margin-top: -180px;
  }
}
#main-visual-iroha .section-wrap {
  width: min(100%, 960px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 430px;
}
@media screen and (max-width: 767px) {
  #main-visual-iroha .section-wrap {
    min-height: 180px;
    justify-content: center;
  }
}
#main-visual-iroha .section-wrap h1 {
  margin: 0;
}
#main-visual-iroha .section-wrap .logo-wrap {
  width: min(100% - 32px, 500px);
}
@media screen and (min-width: 768px) {
  #main-visual-iroha .section-wrap .logo-wrap {
    margin-top: 83px;
  }
}

#main-visual-donation {
  width: 100%;
  margin-top: -430px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main-visual-donation {
    margin-top: -243px;
  }
}
#main-visual-donation .mv-wrap {
  width: min(100%, 900px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  min-height: 430px;
}
@media screen and (max-width: 767px) {
  #main-visual-donation .mv-wrap {
    flex-direction: column;
    min-height: 180px;
  }
}
#main-visual-donation .mv-wrap h1 {
  margin: 0;
}
#main-visual-donation .mv-wrap .mv-item {
  align-self: center;
  width: 49%;
}
@media screen and (min-width: 768px) {
  #main-visual-donation .mv-wrap .mv-item {
    margin-top: 24px;
  }
}
#main-visual-donation .mv-wrap .mv-item.left {
  width: 40%;
}
#main-visual-donation .mv-wrap .mv-item.right {
  width: 56%;
}

.para-bg-main-iroha {
  z-index: -100;
  position: sticky;
  top: 0;
  width: 100%;
  height: 430px;
  background-color: #ffffff;
  background-image: url(../images/mv_iroha_1920.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .para-bg-main-iroha {
    height: 230px;
    background-image: url(../images/mv_iroha_1280_sp.jpg);
  }
}

.para-bg-main-donation {
  z-index: -100;
  position: sticky;
  top: 0;
  width: 100%;
  height: 430px;
  background: rgb(244, 97, 63);
  background: linear-gradient(
    180deg,
    rgb(244, 97, 63) 0%,
    rgb(255, 221, 88) 65%
  );
}
@media screen and (max-width: 767px) {
  .para-bg-main-donation {
    height: 180px;
  }
}

#iroha-nft {
  color: #fff;
}
#iroha-nft .section-bg-wrap {
  background-color: #0b133a;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-bottom: 60px;
}
#iroha-nft .section-wrap {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #iroha-nft .section-wrap {
    padding: 30px 0px;
  }
}
#iroha-nft .section-box-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#iroha-nft .section-box-wrap .section-box-item {
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 767px) {
  #iroha-nft .section-box-wrap .section-box-item {
    width: 100%;
    padding: 0px;
  }
}
#iroha-nft .section-box-wrap .section-box-item.full {
  width: 100%;
}
#iroha-nft .section-box-wrap .section-box-item.col-3 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #iroha-nft .section-box-wrap .section-box-item.col-3 {
    width: 100%;
  }
}
#iroha-nft .section-box-wrap .section-box-item.col-7 {
  width: min(100%, 70% - 16px);
}
@media screen and (max-width: 767px) {
  #iroha-nft .section-box-wrap .section-box-item.col-7 {
    width: 100%;
  }
}
#iroha-nft .section-box-wrap .section-box-item .detail-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#iroha-nft .section-box-wrap .section-box-item .detail-wrap .detail-item {
  width: 100%;
  background-color: #fff;
  color: #0b133a;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}
#iroha-nft
  .section-box-wrap
  .section-box-item
  .detail-wrap
  .detail-item.support {
  text-align: center;
  background-color: #ffeb3b;
}
#iroha-nft
  .section-box-wrap
  .section-box-item
  .detail-wrap
  .detail-item.support
  a {
  font-weight: bold;
  color: #007cff;
}
#iroha-nft .section-box-wrap .section-box-item .detail-wrap .detail-item.long {
  height: 300px;
  overflow: scroll;
  overflow-x: hidden;
}
#iroha-nft .section-box-wrap .section-box-item .detail-wrap ul {
  position: relative;
  font-size: 14px;
  margin-bottom: 8px;
}
#iroha-nft .section-box-wrap .section-box-item .detail-wrap ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}
#iroha-nft .section-box-wrap .section-box-item .detail-wrap ul .title {
  border-bottom: 1px dotted #a8a8a8;
}
#iroha-nft .section-box-wrap .section-box-item .line-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #iroha-nft .section-box-wrap .section-box-item .line-wrap {
    width: calc(400% - 40px);
    margin: 0;
  }
}
#iroha-nft .section-box-wrap .section-box-item h2 {
  color: pink;
  font-size: 24px;
  text-align: center;
}
#iroha-nft .section-box-wrap .section-box-item h3 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #iroha-nft .section-box-wrap .section-box-item h3 {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  #iroha-nft .section-box-wrap .section-box-item h3 {
    font-size: 1rem;
    line-height: 1.6;
  }
}
#iroha-nft .section-box-wrap .section-box-item p {
  font-size: 0.8125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #iroha-nft .section-box-wrap .section-box-item p {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
#iroha-nft .section-box-wrap .section-box-item a {
  color: #ffeb3b;
}
#iroha-nft .section-box-wrap .section-box-item .button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 248px;
  border-radius: 10px;
  color: #000;
  background-color: #ffeb3b;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  transition: 0.25s;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  #iroha-nft .section-box-wrap .section-box-item .button {
    max-width: 100%;
  }
}
#iroha-nft .section-box-wrap .section-box-item .button:hover {
  color: #000;
  background-color: #ffeb3b;
}
#iroha-nft .section-box-wrap .section-box-item .button--icon-arrowRight {
  background-image: url(https://www.his-j.com/cmn/icon/icon_arrow_right_white.svg);
  background-image: url(https://www.his-j.com/cmn/icon/icon_arrow_right.svg);
  background-position: right 8px center;
}
#iroha-nft .section-box-wrap .section-box-item .button--icon-arrowRight:hover {
  background-image: url(https://www.his-j.com/cmn/icon/icon_arrow_right_white.svg);
  background-image: url(https://www.his-j.com/cmn/icon/icon_arrow_right.svg);
  background-position: right 4px center;
}
#iroha-nft .section-box-wrap .section-box-item .button[class*="--icon-"] {
  padding-left: 28px;
  padding-right: 28px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
@media screen and (max-width: 767px) {
  #iroha-nft .section-box-wrap .section-box-item .button-wrap {
    margin: 0 auto 24px;
  }
}
#iroha-nft .section-box-wrap .section-box-item .heading-icon {
  width: min(100%, 146px);
  display: block;
  margin: 0 auto 16px;
  position: relative;
  padding-left: 20px;
}
#iroha-nft .section-box-wrap .section-box-item .heading-icon::before {
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(../images/icon-utility-white.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  left: 0px;
  top: 4px;
}
#iroha-nft .section-box-wrap .section-box-item .heading-title {
  font-size: 16px;
  padding-left: 20px;
  font-weight: bold;
}
#iroha-nft .section-box-wrap .section-box-item .number--five::before,
#iroha-nft .section-box-wrap .section-box-item .number--four::before,
#iroha-nft .section-box-wrap .section-box-item .number--three::before,
#iroha-nft .section-box-wrap .section-box-item .number--two::before,
#iroha-nft .section-box-wrap .section-box-item .number--one::before {
  width: 18px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  left: 0px;
  top: 3px;
}
#iroha-nft .section-box-wrap .section-box-item .number--one::before {
  background-image: url(../images/number_one.svg);
}
#iroha-nft .section-box-wrap .section-box-item .number--two::before {
  background-image: url(../images/number_two.svg);
}
#iroha-nft .section-box-wrap .section-box-item .number--three::before {
  background-image: url(../images/number_three.svg);
}
#iroha-nft .section-box-wrap .section-box-item .number--four::before {
  background-image: url(../images/number_four.svg);
}
#iroha-nft .section-box-wrap .section-box-item .number--five::before {
  background-image: url(../images/number_five.svg);
}
#iroha-nft .section-box-wrap .section-box-item .item-detail01 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#iroha-nft .section-box-wrap .section-box-item .item-detail01 img {
  transition: 1s cubic-bezier(0.2, 1, 0.2, 1);
}
#iroha-nft .section-box-wrap .section-box-item .item-detail01.col-3 {
  width: calc((100% - 20px) * 0.32);
}
@media screen and (max-width: 767px) {
  #iroha-nft .section-box-wrap .section-box-item .item-detail01.col-3 {
    width: 100%;
  }
}
#iroha-nft .section-box-wrap .section-box-item .caption {
  min-height: 40px;
  font-size: 0.6875rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  #iroha-nft .section-box-wrap .section-box-item .caption {
    min-height: 40px;
    text-align: start;
  }
}
#iroha-nft .section-box-wrap .section-box-item-line {
  width: calc((100% - 40px) / 4);
  display: flex;
  flex-direction: column;
}
#iroha-nft .section-box-wrap .section-box-item-line .line-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
}
#iroha-nft .section-box-wrap .sub-title {
  width: 100%;
  padding: 8px 0;
  margin: 24px auto;
  background-color: #808aba;
  font-weight: bold;
  line-height: 1.7;
  box-shadow: inset 0.5rem 0.5rem 0.75rem rgba(255, 255, 255, 0.462745098),
    inset -0.5rem -0.5rem 0.75rem rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #iroha-nft .section-box-wrap .sub-title {
    line-height: 1.5;
  }
}
#iroha-nft .section-box-wrap .sub-title h2 {
  font-size: 18px;
  color: #fff;
}
#iroha-nft .notice {
  width: 100%;
}
#iroha-nft .notice p {
  margin: 16px 0;
  font-size: 0.8125rem;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #iroha-nft .notice p {
    font-size: 0.8125rem;
    margin-top: 7px;
  }
}

.tub-wrapper {
  margin: 0 0 0 auto;
  padding: 8px;
  width: 140px;
  background-color: rgba(255, 255, 255, 0.51);
  box-shadow: inset 0.5rem 0.5rem 0.75rem rgba(255, 255, 255, 0.462745098),
    inset -0.5rem -0.5rem 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  display: flex;
}
.tub-wrapper a {
  color: #363636;
}
.tub-wrapper .js-tub {
  font-weight: bold;
  width: 49%;
  text-align: center;
}
.tub-wrapper .js-tub:nth-child(2) {
  border-left: #fff solid 2px;
}
.tub-wrapper .js-tub.open {
  color: #fff;
}

.para-bg-main {
  z-index: -100;
  position: sticky;
  top: 0;
  width: 100%;
  height: 560px;
  background-color: #363636;
  background-image: url(../images/vtuber/mv.jpg);
  background-position: center;
  background-size: cover;
  filter: brightness(85%);
}
@media screen and (max-width: 767px) {
  .para-bg-main {
    height: 389px;
    background-image: url(../images/vtuber/mv_sp.jpg);
  }
}

#main-visual {
  width: 100%;
  margin-top: -560px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main-visual {
    margin-top: -389px;
  }
}
#main-visual .section-wrap {
  width: min(100%, 960px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 560px;
}
@media screen and (max-width: 767px) {
  #main-visual .section-wrap {
    min-height: 389px;
    justify-content: center;
  }
}
#main-visual .section-wrap h1 {
  margin: 0;
}
#main-visual .section-wrap .logo-wrap {
  width: min(100% - 32px, 500px);
}
@media screen and (min-width: 768px) {
  #main-visual .section-wrap .logo-wrap {
    margin-top: 83px;
  }
}

#gotochi-v {
  width: 100%;
  background-color: #363636;
  background-image: url(../images/bg2-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#gotochi-v .section-bg-wrap .section-wrap {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #gotochi-v .section-bg-wrap .section-wrap {
    padding: 30px 0;
  }
}
#gotochi-v .section-bg-wrap .section-wrap .section-lead-box {
  width: 100%;
  margin-bottom: 20px;
}
#gotochi-v .section-bg-wrap .section-wrap .section-lead-box .detail-lead {
  color: #fff;
  line-height: 1.5;
}
#gotochi-v .section-bg-wrap .section-wrap .section-lead-box .detail-lead h2 {
  font-size: 18px;
  font-weight: normal;
}
#gotochi-v .section-bg-wrap .section-wrap .section-lead-box .detail-lead-info {
  border-radius: 8px;
  background-color: #fff;
  color: black;
  padding: 16px;
  line-height: 1.5;
}
#gotochi-v
  .section-bg-wrap
  .section-wrap
  .section-lead-box
  .detail-lead-info
  h2 {
  text-align: center;
}
#gotochi-v .section-bg-wrap .section-wrap .section-box-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  #gotochi-v .section-bg-wrap .section-wrap .section-box-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#gotochi-v .section-bg-wrap .section-wrap .section-box-wrap .section-box-item {
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
}
#gotochi-v
  .section-bg-wrap
  .section-wrap
  .section-box-wrap
  .section-box-item
  .detail {
  min-height: 100px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #gotochi-v
    .section-bg-wrap
    .section-wrap
    .section-box-wrap
    .section-box-item
    .detail {
    min-height: 81px;
  }
}
#gotochi-v
  .section-bg-wrap
  .section-wrap
  .section-box-wrap
  .section-box-item
  .detail
  .special-movie-wrap
  .movie-button {
  padding: 3px 0px;
  border-radius: 5px;
  margin: 2px auto 8px;
  width: 100%;
  text-align: center;
  border: 1px solid rgb(212, 212, 212);
  background-color: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0.5rem 0.5rem 0.75rem rgba(255, 255, 255, 0.462745098),
    inset -0.5rem -0.5rem 0.75rem rgba(0, 0, 0, 0.1);
}
#gotochi-v
  .section-bg-wrap
  .section-wrap
  .section-box-wrap
  .section-box-item
  .detail
  .special-movie-wrap
  .movie-button
  a {
  font-size: 12px;
  color: #363636;
}
#gotochi-v
  .section-bg-wrap
  .section-wrap
  .section-box-wrap
  .section-box-item
  .detail
  .special-movie-wrap
  .movie-button:hover {
  box-shadow: inset -0.5rem -0.5rem 0.75rem rgba(0, 0, 0, 0.1),
    inset 0.5rem 0.5rem 0.75rem rgba(255, 255, 255, 0.462745098);
}
#gotochi-v
  .section-bg-wrap
  .section-wrap
  .section-box-wrap
  .section-box-item
  .detail
  .special-movie-wrap
  .movie-button
  .pc-only-movie {
  display: contents;
}
@media screen and (max-width: 767px) {
  #gotochi-v
    .section-bg-wrap
    .section-wrap
    .section-box-wrap
    .section-box-item
    .detail
    .special-movie-wrap
    .movie-button
    .pc-only-movie {
    display: none;
  }
}
#gotochi-v
  .section-bg-wrap
  .section-wrap
  .section-box-wrap
  .section-box-item
  .detail
  .social-box-wrap {
  width: 100%;
  margin: auto auto 0;
  display: flex;
  justify-content: flex-end;
}
#gotochi-v
  .section-bg-wrap
  .section-wrap
  .section-box-wrap
  .section-box-item
  .detail
  .social-box-wrap.gentei {
  margin-top: 5px;
  align-items: center;
}
#gotochi-v
  .section-bg-wrap
  .section-wrap
  .section-box-wrap
  .section-box-item
  .detail
  .social-box-wrap
  a {
  color: #fff;
}
#gotochi-v
  .section-bg-wrap
  .section-wrap
  .section-box-wrap
  .section-box-item
  .detail
  .social-box-wrap
  .social-box-item {
  width: 22px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #gotochi-v
    .section-bg-wrap
    .section-wrap
    .section-box-wrap
    .section-box-item
    .detail
    .social-box-wrap
    .social-box-item {
    width: 20px;
    margin-left: 9px;
  }
}
#gotochi-v
  .section-bg-wrap
  .section-wrap
  .section-box-wrap
  .section-box-item
  .name {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #gotochi-v
    .section-bg-wrap
    .section-wrap
    .section-box-wrap
    .section-box-item
    .name {
    font-size: 14px;
  }
}
#gotochi-v
  .section-bg-wrap
  .section-wrap
  .section-box-wrap
  .section-box-item
  .name.long {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #gotochi-v
    .section-bg-wrap
    .section-wrap
    .section-box-wrap
    .section-box-item
    .name.long {
    font-size: 12px;
  }
}
#gotochi-v
  .section-bg-wrap
  .section-wrap
  .section-box-wrap
  .section-box-item
  .area {
  font-size: 13px;
  line-height: 1.4;
}
#gotochi-v .section-bg-wrap .section-wrap .sub-title {
  font-size: 22px;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 20px auto;
}
#gotochi-v .section-bg-wrap .section-wrap .sales-button {
  margin: 10px auto 30px;
  width: min(100% - 16px, 330px);
  box-sizing: border-box;
  border-bottom: solid 1px rgba(201, 201, 201, 0.6509803922);
  border-right: solid 1px rgba(201, 201, 201, 0.6509803922);
  display: block;
  background-color: rgba(255, 255, 255, 0.877);
  box-shadow: inset 0.5rem 0.5rem 0.75rem rgba(255, 255, 255, 0.462745098),
    inset -0.5rem -0.5rem 0.75rem rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  border-radius: 50px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  color: #242424;
  font-weight: bold;
}
#gotochi-v .section-bg-wrap .section-wrap .sales-button span {
  display: block;
  font-size: 0.8rem;
}
#gotochi-v .section-bg-wrap .section-wrap .prev-button {
  margin: 30px auto 0px;
  width: min(100% - 16px, 280px);
  box-sizing: border-box;
  border-bottom: solid 1px rgba(201, 201, 201, 0.6509803922);
  border-right: solid 1px rgba(201, 201, 201, 0.6509803922);
  color: #0c0d14;
  display: block;
  background-color: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0.5rem 0.5rem 0.75rem rgba(255, 255, 255, 0.462745098),
    inset -0.5rem -0.5rem 0.75rem rgba(0, 0, 0, 0.1);
  padding: 19px 0;
  border-radius: 50px;
  font-size: 1.125rem;
  text-align: center;
}
#gotochi-v .section-bg-wrap .section-wrap .notice {
  font-size: 12px;
  text-align: right;
  color: #fff;
}

.button-notice {
  color: #fff;
  text-align: center;
}

.external-link {
  display: inline-block;
  background-image: url(../images/icon_exlink_black.svg);
  background-repeat: no-repeat;
  background-position: left 5px top 5px;
  background-size: 13px;
  padding-left: 20px;
  filter: brightness(100);
  color: #fff;
}

.inline-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

iframe[src*="youtube.com"] {
  width: 100%;
  max-width: 960px;
  height: auto;
  aspect-ratio: 16/9;
}

.popup-modal-dismiss {
  margin-top: 20px;
}
.popup-modal-dismiss a {
  color: #fff;
}

.movie-content-wrap {
  position: relative;
  margin: 0 auto;
  width: min(100%, 800px);
  padding-top: 56.25%;
}

.movie-content-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: auto;
}

.movie-content-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.sp-spacer {
  display: none;
  width: 1px;
  height: 1px;
}

@media screen and (max-width: 768px) {
  .sp-spacer {
    display: block;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-top: 56%;
  margin-bottom: 1em;
}

.embed-responsive iframe,
.embed-responsive img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#sctl .section-wrap {
  margin: 0 auto 56px;
  width: min(100% - 32px, 960px);
}
#sctl .section-wrap h2 {
  font-size: 18px;
  margin: 24px 0;
}
#sctl .section-wrap h5 {
  margin-bottom: 16px;
}
#sctl .section-wrap p {
  margin-bottom: 16px;
}

.sctl-text {
  padding-top: 32px;
}
.sctl-text a {
  font-size: 14px;
  color: #fff;
}

.para-bg-main-roblox {
  z-index: -100;
  top: 0;
  width: 100%;
}
#main-visual-roblox {
  background-color: #27415e;
  width: 100%;
  padding: 0;
}
#main-visual-roblox .section-wrap {
  width: min(100%, 960px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main-visual-roblox .section-wrap {
    min-height: 180px;
    justify-content: center;
  }
}
#main-visual-roblox .section-wrap h1 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #main-visual-roblox .section-wrap .logo-wrap {
    margin-top: 24px;
  }
}

#roblox {
  color: #fff;
}
#roblox .section-bg-wrap {
  background-color: #27415e;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 60px;
}
#roblox .section-wrap {
  background-color: #3176c5;
  background-color: #27415e;
  width: min(100% - 32px, 960px);
  margin: 0 auto;
  padding: 32px 0;
}
#roblox .section-box-wrap {
  background-color: #185378;
  background-color: #27415e;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#roblox .section-box-wrap .section-box-item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item {
    width: 100%;
    padding: 0px;
  }
}
#roblox .section-box-wrap .section-box-item.full {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #roblox .section-box-wrap .section-box-item.full .large-text {
    font-size: 16px;
  }
}
#roblox .section-box-wrap .section-box-item.full p {
  font-size: 14px;
}
#roblox .section-box-wrap .section-box-item.col-3 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item.col-3 {
    width: 100%;
  }
}
#roblox .section-box-wrap .section-box-item.col-4 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item.col-4 {
    width: 100%;
  }
}
#roblox .section-box-wrap .section-box-item.col-6 {
  width: min(100%, 60% - 16px);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item.col-6 {
    width: 100%;
  }
}
#roblox .section-box-wrap .section-box-item.col-7 {
  width: min(100%, 70% - 16px);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item.col-7 {
    width: 100%;
  }
}
#roblox .section-box-wrap .section-box-item .detail-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
#roblox .section-box-wrap .section-box-item .detail-wrap ul {
  font-size: 14px;
  margin-bottom: 8px;
}
#roblox .section-box-wrap .section-box-item .detail-wrap ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}
#roblox .section-box-wrap .section-box-item .detail-wrap ul .title {
  border-bottom: 1px dotted #a8a8a8;
}
#roblox .section-box-wrap .section-box-item .line-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item .line-wrap {
    width: calc(400% - 40px);
    margin: 0;
  }
}
#roblox .section-box-wrap .section-box-item h2 {
  font-size: 24px;
  text-align: center;
}
#roblox .section-box-wrap .section-box-item h3 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #roblox .section-box-wrap .section-box-item h3 {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item h3 {
    font-size: 1rem;
    line-height: 1.6;
  }
}
#roblox .section-box-wrap .section-box-item p {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
#roblox .section-box-wrap .section-box-item .item-detail00 {
  margin: 48px auto 10px;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item .item-detail00 {
    margin: 0 auto 10px;
  }
}
#roblox .section-box-wrap .section-box-item .item-detail00 img {
  display: block;
  margin: 0 auto;
  width: 166px;
  height: auto;
}
#roblox .section-box-wrap .section-box-item .item-detail01 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#roblox .section-box-wrap .section-box-item .item-detail01 img {
  transition: 1s cubic-bezier(0.2, 1, 0.2, 1);
}
#roblox .section-box-wrap .section-box-item .item-detail01.col-3 {
  width: calc((100% - 20px) * 0.32);
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item .item-detail01.col-3 {
    width: 100%;
  }
}
#roblox .section-box-wrap .section-box-item .item-detail01 ul {
  font-size: 14px;
}
#roblox .section-box-wrap .section-box-item .item-detail01 ul li {
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}
#roblox .section-box-wrap .section-box-item .item-detail03 {
  width: 100%;
  position: relative;
}
#roblox .section-box-wrap .section-box-item .item-detail03 a {
  color: #185378;
}
#roblox .section-box-wrap .section-box-item .item-detail03 .datail-info {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #c2bfc4;
  border-bottom: 1px solid #c2bfc4;
}
#roblox .section-box-wrap .section-box-item .item-detail03 .mint-page {
  margin: 10px 0;
  padding: 12px 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3176470588);
  box-shadow: inset 0.5rem 0.5rem 0.75rem rgba(255, 255, 255, 0.462745098),
    inset -0.5rem -0.5rem 0.75rem rgba(0, 0, 0, 0.1);
}
#roblox .section-box-wrap .section-box-item .item-detail03 .mint-page p {
  font-weight: bold;
}
#roblox .section-box-wrap .section-box-item .item-detail03.col-7 {
  width: calc((100% - 40px) * 0.66);
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item .item-detail03.col-7 {
    width: 100%;
    margin-bottom: 20px;
  }
}
#roblox .section-box-wrap .section-box-item .item-detail03 img {
  position: absolute;
  width: 80px;
  height: auto;
  top: 60px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item .item-detail03 img {
    width: 60px;
    right: 0px;
  }
}
#roblox .section-box-wrap .section-box-item .item-detail03 .event-wrap {
  padding: 0 12px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.3176470588);
}
#roblox
  .section-box-wrap
  .section-box-item
  .item-detail03
  .event-wrap:nth-child(2) {
  margin-top: 16px;
  margin-bottom: 16px;
}
#roblox .section-box-wrap .section-box-item .item-detail03 .event-venue {
  position: relative;
  margin: 0;
  padding: 16px 0;
}
#roblox .section-box-wrap .section-box-item .item-detail03 .event-venue p {
  line-height: 2;
}
#roblox .section-box-wrap .section-box-item .item-detail03 .event-venue span {
  font-size: 10px;
  position: absolute;
  color: #fff;
  background-color: #c53131;
  top: 24px;
  left: 0;
  width: 30px;
  padding: 4px 8px;
  text-align: center;
  border-radius: 4px;
}
#roblox
  .section-box-wrap
  .section-box-item
  .item-detail03
  .event-venue
  .date-label {
  font-size: 12px;
  color: #c53131;
  border-bottom: dotted 1px #c2bfc4;
}
#roblox .section-box-wrap .section-box-item .item-detail04 {
  width: calc((100% - 40px) / 4);
  margin: 20px 0 20px;
}
#roblox .section-box-wrap .section-box-item .caption {
  color: #fff;
  min-height: 40px;
  font-size: 0.6875rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item .caption {
    min-height: 40px;
    text-align: start;
  }
}
#roblox .section-box-wrap .lineup {
  padding: 8px;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(128, 138, 186, 0.4039215686);
}
#roblox .section-box-wrap .lineup .section-box-item {
  border-bottom: dotted 1px #fff;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .lineup .section-box-item:nth-child(2n) {
    margin-bottom: 16px;
    border-bottom: none;
  }
}
#roblox .form-box-wrap {
  display: flex;
  flex-wrap: wrap;
}
#roblox .form-box-wrap .form-box-item {
  width: 49%;
}

.sub-title {
  font-size: 18px;
  width: 100%;
  background-color: #808aba;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 16px;
  padding: 4px;
}
