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

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

.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-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: #262143;
  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: #262143;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 60px;
}
#roblox .section-wrap {
  background-color: #262143;
  width: min(100% - 32px, 960px);
  margin: 0 auto;
  padding: 32px 0;
}
#roblox .section-box-wrap {
  background-color: #262143;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
#roblox .section-box-wrap .sub-title {
  font-size: 22px;
  width: 100%;
  background-color: #4759ac;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 16px;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .sub-title {
    font-size: 16px;
  }
}
#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 ul {
  font-size: 14px;
}
#roblox .section-box-wrap .section-box-item ul li {
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}
#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.full p span {
  font-weight: bold;
}
#roblox .section-box-wrap .section-box-item.full p.second {
  margin-top: 8px;
}
#roblox .section-box-wrap .section-box-item.col-2 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item.col-2 {
    width: 100%;
  }
}
#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.col-8 {
  background-color: #3176c5;
  width: min(100%, 70% - 16px);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item.col-8 {
    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 .game-name-link {
  text-align: center;
  line-height: 1.5;
  margin: 16px auto;
  padding: 8px;
  border-radius: 16px;
  background: #ffc741;
  color: #262143;
  font-weight: bold;
}
#roblox .section-box-wrap .section-box-item .game-name-link:hover {
  border-radius: 16px;
  background: #ffc741;
  box-shadow: inset 5px 5px 3px #c99d33, inset -5px -5px 3px #fff14f;
}
#roblox .section-box-wrap .section-box-item .movie-box {
  margin: 0 auto;
  width: min(100%, 680px);
  margin-bottom: 32px;
}
#roblox .section-box-wrap .section-box-item .rule-detail {
  background-color: rgba(255, 255, 255, 0.062745098);
  margin: 16px auto 0px;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  #roblox .section-box-wrap .section-box-item .rule-detail {
    margin: 0 auto 10px;
  }
}
#roblox .section-box-wrap .section-box-item .rule-detail h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
}
#roblox .section-box-wrap .section-box-item .info-detail {
  padding: 16px 0;
  background-color: rgba(255, 255, 255, 0.062745098);
}
@media screen and (min-width: 768px) {
  #roblox .section-box-wrap .section-box-item .info-detail {
    text-align: center;
  }
}
#roblox .section-box-wrap .section-box-item .info-detail a {
  color: #fff;
}
#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-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(255, 255, 255, 0.062745098);
}
#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 {
  width: min(100%, 960px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
#roblox .form-box-wrap .form-box-item {
  width: 49%;
  margin-bottom: 8px;
}
#roblox .form-box-wrap .form-box-item.col-3 {
  width: 29%;
}
@media screen and (max-width: 767px) {
  #roblox .form-box-wrap .form-box-item.col-3 {
    width: 100%;
  }
}
#roblox .form-box-wrap .form-box-item.col-4 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #roblox .form-box-wrap .form-box-item.col-4 {
    width: 100%;
  }
}
#roblox .form-box-wrap .form-box-item.col-6 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #roblox .form-box-wrap .form-box-item.col-6 {
    width: 100%;
  }
}
#roblox .form-box-wrap .form-box-item.col-7 {
  width: 69%;
}
@media screen and (max-width: 767px) {
  #roblox .form-box-wrap .form-box-item.col-7 {
    width: 100%;
  }
}
#roblox .form-box-wrap .form-box-item .detail-form {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  #roblox .form-box-wrap .form-box-item .detail-form {
    padding: 0;
  }
}
#roblox .form-box-wrap .form-box-item .detail-form h3 {
  font-size: 18px;
  width: 100%;
}
#roblox .form-box-wrap .form-box-item .detail-form a {
  color: #262143;
}
#roblox .form-box-wrap .form-box-item .detail-form .button {
  color: #262143;
  font-weight: bold;
  margin: 8px auto;
  padding: 8px;
  text-align: center;
  background-color: #ffc741;
  width: 100%;
  border-radius: 8px;
}
#roblox .form-box-wrap .form-box-item .detail-form .obo {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#roblox .form-box-wrap .form-box-item .detail-form .obo.en {
  display: block;
}
#roblox .form-box-wrap .form-box-item .detail-form .obo.en .datail-item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #roblox .form-box-wrap .form-box-item .detail-form .obo.en .datail-item {
    font-size: 14px;
  }
}
#roblox .form-box-wrap .form-box-item .detail-form .obo .obo-title {
  width: 100%;
}
#roblox .form-box-wrap .form-box-item .detail-form .obo .datail-item {
  width: 33%;
}
@media screen and (max-width: 767px) {
  #roblox .form-box-wrap .form-box-item .detail-form .obo .datail-item {
    font-size: 14px;
    width: 100%;
  }
}
#roblox .form-box-wrap .form-box-item .detail-form .coupon-area h4 {
  margin: 8px 0 4px;
}
#roblox .form-box-wrap .form-box-item .detail-form .form-box {
  overflow-y: scroll;
  margin-top: 8px;
  max-height: 260px;
}
#roblox
  .form-box-wrap
  .form-box-item
  .detail-form
  .form-box::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0.062745098);
}
#roblox
  .form-box-wrap
  .form-box-item
  .detail-form
  .form-box::-webkit-scrollbar-thumb {
  background-color: #4759ac;
}

.notice {
  margin-left: auto;
}
.notice p {
  font-size: 12px;
}
