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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #0F1110;
  height: 100%;
}

html[lang=en] {
  font-size: 13px;
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
  }

  html[lang=en] {
    font-size: 14px;
  }
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  background-color: #0F1110;
  color: #fefffe;
}

h1,
h2,
h3,
h4 {
  line-height: 1;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #2FBA27;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

a:not(.button):focus {
  text-decoration: underline;
}

a.disabled {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  opacity: 0.5;
}

header a,
footer a {
  text-decoration: none;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 100%;
}

/*画像の余白*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/** end **/
/*汎用的なcss */
li {
  display: inline-block;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

p {
  font-size: 0.875em;
}

p+p {
  margin-top: 15px;
}

a.link-arrow {
  position: relative;
  padding-right: 10px;
}

a.link-arrow::after {
  content: "";
  background-image:
    /*savepage-url=/assets/link-arrow-4e1c6d16898d70b467aa4f930f20a7003c860e425861bdcdcea0becc8536a70b.png*/
    var(--savepage-url-11);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}

.text-underline {
  text-decoration: underline;
}

.word-break {
  word-break: break-all;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.orange-text {
  color: #ff8800;
}

.red-text {
  color: #da2521;
}

.grey-text {
  color: #889188;
}

.grey-light-text {
  color: #889188;
}

.green-text {
  color: #2FBA27;
}

.yellow-text {
  color: #FFE200;
}

.white-text {
  color: #fefffe;
}

.small-text {
  font-size: 0.75em;
}

.small-text_12 {
  font-size: 0.875em;
}

.font-size-normal {
  font-size: 1em !important;
}

.font-10 {
  font-size: 10px;
}

.font-14 {
  font-size: 1em;
}

.font-18 {
  font-size: 1.125em;
}

.font-20 {
  font-size: 20px !important;
}

.font-bold {
  font-weight: bold;
}

.font-normal {
  font-weight: normal !important;
}

.clearfix {
  display: block;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-weight {
  font-weight: bold;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.mt00 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt01em {
  margin-top: 1em !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px;
}

.xs-hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .xs-hidden {
    display: block !important;
  }
}

.xs-visible {
  display: block !important;
}

@media (min-width: 768px) {
  .xs-visible {
    display: none !important;
  }
}

.disabledBox {
  opacity: 0.4;
  pointer-events: none;
}

.tag {
  padding: 5px 10px;
  font-size: 0.75em;
  vertical-align: middle;
  margin-right: 10px;
}

.tag.green-color {
  background-color: #2FBA27;
  color: #fefffe;
}

.content-alignment {
  margin: auto;
  max-width: 900px;
  box-sizing: border-box;
}

.content-alignment .notes-text,
.content-alignment .bundle-copyright {
  margin-left: 4%;
  margin-right: 4%;
}

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

  .content-alignment .notes-text,
  .content-alignment .bundle-copyright {
    margin-left: 0;
    margin-right: 0;
  }
}

.content-alignment .form-table {
  margin-left: 4%;
  margin-right: 4%;
}

@media only screen and (max-width: 480px) {
  .content-alignment .form-table {
    margin-left: 0;
    margin-right: 0;
  }
}

.content-alignment .form-table .form-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}

.content-alignment .form-header {
  margin-left: 4%;
  margin-right: 4%;
}

@media only screen and (max-width: 480px) {
  .content-alignment .form-header {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.content-alignment .step-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.dropdown-wrapper {
  vertical-align: text-top;
}

@media (min-width: 401px) {
  .dropdown-wrapper {
    position: relative;
  }
}

.dropdown-wrapper .dropdown-link {
  font-size: 0.875em;
}

.dropdown-wrapper .dropdown-box {
  position: absolute;
  top: 26px;
  padding: 5px 0;
  background-color: #070907;
  box-shadow: 0 1px 2px rgba(1, 1, 1, 0.2);
  min-width: 240px;
  display: none;
}

@media (max-width: 400px) {
  .dropdown-wrapper .dropdown-box {
    left: 0;
    margin-top: 10px;
    border-radius: 0;
    top: initial;
    border-right: none;
    border-left: none;
  }
}

.dropdown-wrapper .dropdown-box.open {
  display: block;
  z-index: 10;
}

.dropdown-wrapper .dropdown-box .dropdown-item {
  display: block;
  font-size: 14px;
}

.dropdown-wrapper .dropdown-box .dropdown-item.underline {
  border-bottom: 1px solid rgba(136, 145, 136, 0.5);
  padding-bottom: 5px;
}

.dropdown-wrapper .dropdown-box .dropdown-item.underline+li {
  padding-top: 5px;
}

.dropdown-wrapper .dropdown-box .dropdown-item a {
  padding: 8px 4%;
  display: block;
  color: #fefffe;
  font-weight: normal;
}

@media only screen and (max-width: 480px) {
  .dropdown-wrapper .dropdown-box .dropdown-item a {
    padding: 8px 10px;
  }
}

@media (min-width: 768px) {
  .dropdown-wrapper .dropdown-box .dropdown-item a {
    padding: 8px 17px;
  }
}

.dropdown-wrapper .dropdown-box .dropdown-item a:focus,
.dropdown-wrapper .dropdown-box .dropdown-item a:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  text-decoration: none;
}

.dropdown-wrapper.dropdown-right .dropdown-box {
  right: 0;
}

.button {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
  padding: 10px;
  font-weight: normal;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #fefffe;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 120px;
  text-decoration: none;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .button {
    padding: 10px 20px;
    font-size: 1rem;
  }
}

.button:focus,
.button:hover {
  opacity: 0.8;
}

.button>.button-icon {
  width: auto;
  height: 18px;
  vertical-align: text-top;
  margin-right: 6px;
}

.button.bundle-disneyplus-color {
  background: -webkit-gradient(linear, left bottom, right top, from(#3DE132), color-stop(100%, #136878));
  background: -webkit-linear-gradient(left, #3DE132 0%, #136878 78.5%);
  background: linear-gradient(to right, #3DE132 0%, #136878 78.5%);
}

.button.default-green-color {
  background-color: #2FBA27;
  border: 1px #2FBA27 solid;
}

.button.green-color {
  background: -webkit-gradient(linear, left bottom, right top, from(#208d38), color-stop(100%, #2fba27));
  background: -webkit-linear-gradient(left, #208d38 0%, #2fba27 100%);
  background: linear-gradient(to right, #208d38 0%, #2fba27 100%);
}

.button.grey-color {
  background-color: #889188;
  border: 1px #889188 solid;
}

.button.white-color {
  color: #889188;
  border: 1px #889188 solid;
}

.button.red-color {
  color: #fefffe;
  border: 1px #da2521 solid;
  background-color: #da2521;
}

.button.black-color {
  background-color: #444;
}

.button.disneyplus-color {
  background: -webkit-gradient(linear, left bottom, right top, from(#029dab), color-stop(100%, #02d6e8));
  background: -webkit-linear-gradient(left, #029dab 0%, #02d6e8 100%);
  background: linear-gradient(to right, #029dab 0%, #02d6e8 100%);
  color: #02172A;
}

.button.oragne-line {
  border: 1px #ff8800 solid;
  color: #ff8800;
}

.button.middle-button {
  width: auto;
  font-size: 0.875em;
  padding: 10px 18px;
}

.button.middle-button>.button-icon {
  height: 14px;
}

.button.small-button {
  width: auto;
  font-size: 0.85em;
  padding: 6px 14px;
}

.button.small-button>.button-icon {
  height: 14px;
}

.button.large-button {
  font-size: 1.3em;
  padding: 10px 10px;
}

@media (min-width: 768px) {
  .button.large-button {
    font-size: 1.65em;
    padding: 16px 40px;
  }
}

.button.long-button {
  width: 100%;
  display: block;
}

.button.long-button+.long-button {
  margin-left: 0;
}

.button.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.button+.button {
  margin-left: 10px;
}

.button.lineID,
.button.linepay,
.button.twitter,
.button.yahoojapan,
.button.docomo,
.button.kddi,
.button.cableID {
  color: #fefffe;
  font-weight: bold;
}

.button.lineID,
.button.linepay {
  border: 2px solid #00b900;
}

.button.lineID.fill-lineID,
.button.lineID.fill-linepay,
.button.linepay.fill-lineID,
.button.linepay.fill-linepay {
  background-color: #00b900;
  color: #fefffe;
}

.button.twitter {
  border: 2px solid #1da1f2;
}

.button.yahoojapan {
  border: 2px solid #ff0027;
}

.button.docomo {
  border: 2px solid #cc0033;
}

.button.docomo.fill-docomo {
  background-color: #cc0033;
  color: #fefffe;
}

.button.kddi {
  border: 2px solid #f76b1f;
}

.button.kddi.fill-kddi {
  background-color: #f76b1f;
  color: #fefffe;
}

.button.cableID {
  border: 2px #acacac solid;
}

.content-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
}

.content-wrapper h3 {
  font-size: 1.15em;
}

.content-wrapper h3 span {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  margin-bottom: 0.75em;
}

@media (min-width: 768px) {
  .content-wrapper {
    padding-top: 60px;
  }

  .content-wrapper h3 {
    font-size: 1.25em;
  }
}

.content-wrapper {
  min-height: 100vh;
}

@media (min-width: 768px) {
  .content-wrapper {
    min-height: calc(100vh - 118px);
  }
}

ul.description-list li {
  position: relative;
  padding-left: 1em;
}

ul.description-list li:before {
  content: "・";
  position: absolute;
  line-height: 1.5;
  left: 0;
}

.definition-list {
  font-size: 0.875em;
}

@media (min-width: 768px) {
  .definition-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .definition-list>dt {
    width: 25%;
  }

  .definition-list>dt:not(:nth-last-of-type(1)) {
    margin-bottom: 10px;
  }
}

.definition-list>dd {
  box-sizing: border-box;
  font-weight: bold;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .definition-list>dd {
    padding-left: 20px;
    width: 75%;
  }

  .definition-list>dd:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .definition-list>dd+dt {
    margin-top: 15px;
  }
}

.definition-list+.definition-list {
  margin-top: 10px;
}

.account-table dt {
  vertical-align: top;
  font-weight: bold;
}

@media (min-width: 768px) {
  .account-table dt {
    float: left;
    width: 32%;
  }

  .account-table dt:not(:nth-last-of-type(1)) {
    margin-bottom: 10px;
  }
}

.account-table dt>div+* {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .account-table dt>div+* {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .account-table dd {
    margin-left: 10px;
    overflow: hidden;
  }
}

.account-table dd:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .account-table dd:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px rgba(136, 145, 136, 0.5) dotted;
  }
}

@media (min-width: 768px) {
  .account-table dd {
    width: calc(68% - 5px);
  }
}

.account-table dd a {
  display: inline-block;
  line-height: 1;
}

.hint-button {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  display: inline-block;
}

.hint-button>img {
  width: 16px;
  height: 16px;
}

.hint-button:focus {
  opacity: 0.8;
}

.error-img {
  display: block;
  margin: 0 auto 20px;
  height: auto;
}

@media (min-width: 768px) {
  .error-img {
    margin: 0 auto 30px;
  }
}

.error-img.img-404 {
  width: 147px;
}

@media (min-width: 768px) {
  .error-img.img-404 {
    width: 295px;
  }
}

.error-img.img-500 {
  width: 149px;
}

@media (min-width: 768px) {
  .error-img.img-500 {
    width: 299px;
  }
}

.error-img.img-403 {
  width: 121px;
}

@media (min-width: 768px) {
  .error-img.img-403 {
    width: 241px;
  }
}

.error-img.img-500_mainte {
  width: 148px;
}

@media (min-width: 768px) {
  .error-img.img-500_mainte {
    width: 296px;
  }
}

body.is-ios header,
body.is-ios footer,
body.is-android header,
body.is-android footer,
body.is-fireTablet header,
body.is-fireTablet footer {
  display: none;
}

body.is-ios .webview-hidden,
body.is-fireTablet .webview-hidden {
  display: none;
}

body.is-ios .webview-visible,
body.is-fireTablet .webview-visible {
  display: block !important;
}

.contentPadding {
  padding: 0 4%;
}

@media only screen and (max-width: 480px) {
  .contentPadding {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .contentPadding {
    padding: 0 30px;
  }
}

.attention-text-block {
  margin-left: 4%;
  margin-right: 4%;
}

@media (max-width: 480px) {
  .attention-text-block {
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

.account-attention {
  background-color: #fefffe;
  padding: 15px 4%;
  color: #070907;
}

@media only screen and (max-width: 480px) {
  .account-attention {
    padding: 15px 10px;
  }
}

@media only screen and (min-width: 1500px) {
  .account-attention {
    padding: 15px 60px;
  }
}

.account-attention+header {
  border-top: 1px rgba(136, 145, 136, 0.5) solid;
}

.account-attention+.account-attention {
  padding-top: 0px;
}

.account-attention .account-attention-inner {
  position: relative;
  background-color: #fefffe;
}

@media (max-width: 767px) {
  .account-attention .account-attention-inner {
    padding-right: 25px;
  }
}

@media (min-width: 768px) {
  .account-attention .account-attention-inner {
    display: flex;
    align-items: center;
  }
}

.account-attention .account-attention-inner em {
  font-style: normal;
  font-weight: bold;
  font-size: 0.86em;
  margin-right: 10px;
  position: relative;
  padding-left: 22px;
  line-height: 1.3;
  display: block;
}

@media (min-width: 768px) {
  .account-attention .account-attention-inner em {
    max-width: 22%;
  }
}

.account-attention .account-attention-inner em::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  margin-top: -7px;
}

.account-attention .account-attention-inner p {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .account-attention .account-attention-inner p {
    max-width: 76%;
  }
}

.account-attention .account-attention-inner .close-button {
  margin-left: auto;
  cursor: pointer;
}

@media (min-width: 768px) {
  .account-attention .account-attention-inner .close-button {
    max-width: 2%;
  }
}

@media (max-width: 767px) {
  .account-attention .account-attention-inner .close-button {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
  }
}

.account-attention .account-attention-inner .close-button:focus {
  box-shadow: 0 0 0 2px #2FBA27;
}

.account-attention .account-attention-inner .close-button>img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.account-attention[class*=-type01] .account-attention-inner em {
  color: #ff8800;
}

.account-attention[class*=-type01] .account-attention-inner em::before {
  background-image:
    /*savepage-url=/assets/icon-attention-type01-185679d77d2da62e15b81757ea3b6050958ad11edc0c44ff27263de429ebb5df.png*/
    url();
}

.account-attention[class*=-type02] .account-attention-inner em {
  color: #2FBA27;
}

.account-attention[class*=-type02] .account-attention-inner em::before {
  background-image:
    /*savepage-url=/assets/icon-attention-type02-80761a98cf8d674d8bf792d51a0d64d80515c4a6fb7a9e7b21bf130c7074e9a9.png*/
    url();
}

.account-attention[class*=-type03] .account-attention-inner em {
  color: #23977f;
}

.account-attention[class*=-type03] .account-attention-inner em::before {
  background-image:
    /*savepage-url=/assets/icon-attention-type03-9ac4dd71ae02e1050065bc1782120315898cce77c24ceecf1622172fad884567.png*/
    url();
}

header {
  background-color: #070907;
  position: relative;
  z-index: 2;
  padding: 7px 4%;
  height: 41px;
}

@media only screen and (max-width: 480px) {
  header {
    padding: 7px 10px;
  }
}

@media only screen and (min-width: 768px) {
  header {
    padding: 14px 4%;
    height: 56px;
  }
}

@media only screen and (min-width: 1500px) {
  header {
    padding: 14px 60px;
  }
}

header .logo {
  background:
    /*savepage-url=/assets/logo_hulu-a0bdc1299d4803c50c363cf0bfa02e972c66d5b9567f7cfb125786dcb79150a3.svg*/
    var(--savepage-url-2) no-repeat center;
  background-size: contain;
  width: 64px;
  height: 21px;
  display: block;
  margin: 0 auto;
  position: relative;
}

header .logo>a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 100%;
}

header .logo>a:focus {
  outline: 0;
}

header .login-header {
  display: flex;
  align-items: center;
}

header .login-header .logo {
  margin-left: 0;
}

header .login-header .profile-menu .user-account {
  max-width: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 23px;
  height: 23px;
}

@media (min-width: 768px) {
  header .login-header .profile-menu .user-account {
    max-width: 400px;
  }
}

header .login-header .profile-menu .user-account span {
  display: block;
  width: 38px;
  height: 23px;
  background-image:
    /*savepage-url=/assets/profile-25a44532bd22acaafc9ce05a2c4d05208898e5bc6ea9d25867d74fc5fbb21590.svg*/
    url();
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: left;
}

header .login-header .profile-menu .user-account:focus,
header .login-header .profile-menu .user-account:hover {
  opacity: 0.8;
}

header.bundle-header {
  padding-top: 0;
  padding-bottom: 0;
  height: 63px;
}

header.bundle-header .logo.disneyplus {
  background:
    /*savepage-url=/assets/logo_disneyplus-cd1fe1b5ff4cb41f857dfee103ab8fc9529ac76483fd510f42c60ded0394e7fc.svg*/
    url() no-repeat center;
  height: 63px;
  width: 180px;
  background-size: contain;
}

@media (max-width: 767px) {
  header .dropdown-wrapper {
    position: static;
  }

  header .dropdown-wrapper .dropdown-box {
    width: 100%;
    min-width: auto;
    margin-top: 0;
  }
}

header .profile-menu .dropdown-wrapper .dropdown-box {
  top: 40px;
}

@media (min-width: 768px) {
  header .profile-menu .dropdown-wrapper .dropdown-box {
    top: 39px;
  }
}

header .dropdown-wrapper .dropdown-box {
  top: 40px;
}

@media (max-width: 767px) {
  header .dropdown-wrapper .dropdown-box {
    left: 0;
  }
}

@media (min-width: 768px) {
  header .dropdown-wrapper .dropdown-box {
    top: 36px;
  }
}

footer {
  background-color: #0F1110;
}

footer .footer-inner {
  border-top: 1px rgba(136, 145, 136, 0.5) solid;
}

footer .footer-inner+.footer-inner {
  border-top: none;
}

@media (min-width: 768px) {
  footer .footer-inner {
    padding: 2% 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .footer-inner>.fL,
  footer .footer-inner>.fR {
    float: none;
  }

  footer .footer-inner>.fR {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1500px) {
  footer .footer-inner {
    padding: 15px 60px;
  }
}

@media (min-width: 768px) {
  footer .footer-inner ul {
    display: flex;
    align-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}

footer .footer-inner ul li {
  font-size: 12px;
}

@media (min-width: 768px) {
  footer .footer-inner ul li {
    padding: 0.5rem 0;
  }
}

footer .footer-inner ul li:not(:last-child) {
  margin-right: 2.6em;
}

@media (min-width: 768px) {
  footer .footer-inner ul li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  footer .footer-inner ul li.service-code-wrapper {
    padding: 10px 4%;
  }
}

@media (max-width: 768px) {
  footer .footer-inner ul li.service-code-wrapper {
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
  footer .footer-inner ul li.service-code-wrapper>.small-button {
    width: 100%;
    margin: auto;
    display: block;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  footer .footer-inner ul li.service-code-wrapper .service-code {
    width: 100%;
    margin: auto;
    display: block;
    max-width: 300px;
  }
}

footer .footer-inner ul li.separate {
  position: relative;
}

@media (min-width: 768px) {
  footer .footer-inner ul li.separate {
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  footer .footer-inner ul li.separate:after {
    content: "|";
    position: absolute;
    right: 0;
    color: rgba(136, 145, 136, 0.5);
  }

  body.edge footer .footer-inner ul li.separate:after {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

footer .footer-inner ul li>a {
  color: #fefffe;
  font-weight: normal;
}

footer .footer-inner ul li.hulu-japan {
  color: #889188;
}

footer .footer-inner ul li .small-button {
  border-color: #889188;
  font-size: 1em;
  background-color: transparent;
}

@media (max-width: 767px) {
  footer .footer-inner ul li {
    border-bottom: 1px hsla(0, 0%, 100%, 0.08) solid;
  }
}

footer .footer-inner .sns-link li a {
  display: block;
}

footer .footer-inner .sns-link li a>img {
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {

  footer .footer-inner .fL,
  footer .footer-inner .fR {
    float: none;
  }
}

footer .footer-inner.footer-nav_hulu {
  background: linear-gradient(to bottom, #f9f9f9, #fefffe);
  background-color: #fefffe;
}

@media (max-width: 767px) {
  footer .footer-inner.footer-nav_hulu ul {
    letter-spacing: -0.4em;
  }

  footer .footer-inner.footer-nav_hulu ul li {
    letter-spacing: normal;
    text-align: center;
    border-color: #fefffe;
    border: none;
    width: 50%;
  }

  footer .footer-inner.footer-nav_hulu ul li:not(:last-child) {
    margin: 0;
  }

  footer .footer-inner.footer-nav_hulu ul li>a:not(.button) {
    display: block;
    padding: 7px 4%;
  }

  footer .footer-inner.footer-nav_hulu ul.fR li:first-child {
    padding: 10px 4%;
  }

  footer .footer-inner.footer-nav_hulu ul.fR li .button {
    min-width: auto;
    width: 100%;
  }
}

footer .footer-inner.footer-nav {
  background-color: #070907;
  border-top: none;
}

@media (min-width: 768px) {
  footer .footer-inner .copyright .xs-hidden {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  footer .footer-inner:not(.footer-nav_hulu) ul:not(.sns-link) li {
    display: block;
    margin: 0;
  }

  footer .footer-inner:not(.footer-nav_hulu) ul:not(.sns-link) li>a:not(.button) {
    display: block;
    padding: 10px 4%;
  }

  footer .footer-inner:not(.footer-nav_hulu) .sns-link {
    padding: 1.3em 4%;
    text-align: center;
  }

  footer .footer-inner:not(.footer-nav_hulu) .sns-link li {
    border: none;
  }

  footer .footer-inner.footer-nav ul li {
    border-color: #fefffe;
  }

  footer .footer-inner .copyright li {
    border: none;
    text-align: right;
    padding: 10px 4%;
  }
}

@media (min-width: 768px) {
  footer.bundle-footer .footer-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#serviceCode {
  font-size: 1.45em;
  text-align: center;
  padding: 4px 14px;
  border-radius: 4px;
  background-color: #f1f1f1;
  display: none;
  min-width: 100px;
  font-weight: bold;
  color: #070907;
}

.devices-wrapper {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .devices-wrapper {
    margin-top: 60px;
  }
}

.devices-wrapper p {
  font-size: 1.4em;
}

@media (min-width: 768px) {
  .devices-wrapper p {
    font-size: 1.625em;
  }
}

.devices-wrapper p+p {
  margin-top: 0;
}

.devices-wrapper>img {
  max-width: 830px;
  width: 90%;
  display: block;
  padding: 0 20px;
  margin: auto;
}

@media (min-width: 768px) {
  .devices-wrapper>img {
    width: 100%;
  }
}

.footer-fixed-scroll {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 1000;
  padding: 1em 4% 2em;
  border-top: 1px #889188 solid;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: transform;
}

.footer-fixed-scroll.hidden {
  opacity: 0;
  pointer-events: none;
}

.footer-fixed-scroll .footer-fixed-inner {
  margin: auto;
  max-width: 700px;
}

.footer-fixed-scroll .footer-fixed-inner .form-button {
  align-items: stretch;
  padding: 0;
}

.footer-fixed-scroll .footer-fixed-inner .form-button>.button {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

.footer-fixed-scroll .footer-fixed-inner .form-button>.button>span {
  display: block;
  font-size: 10px;
  width: 100%;
  font-weight: normal;
}

.footer-fixed-scroll .footer-fixed-inner p {
  margin: auto;
}

.footer-fixed-scroll .footer-fixed-inner .title {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.footer-fixed-scroll .footer-fixed-inner .orange-text {
  font-weight: bold;
  text-align: center;
}

.form-header {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .form-header {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .form-header.xs-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .form-header.xs-flex .form-header_attachment {
    margin-top: 0;
  }
}

.form-header .h3_header_logo {
  height: 26px;
  width: auto;
  margin-right: 10px;
}

.form-header .form-header_attachment {
  margin-left: auto;
}

@media (max-width: 767px) {
  .form-header .form-header_attachment {
    margin-top: 5px;
  }
}

.form-header .form-header_attachment:not(.button) {
  font-size: 0.875em;
  display: inline-block;
}

.form-header .form-header_attachment.button {
  margin-right: 0;
}

.form-header .form-header_attachment>img {
  height: 18px;
  display: inline-block;
  width: 14px;
  margin-right: 10px;
}

.form-header.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.form-header.display-flex .form-header_attachment {
  margin: auto 0 0 auto;
}

.form-header .ssl-key {
  width: 15%;
  flex-shrink: 0;
  margin-left: auto;
}

.form-header .ssl-key>img {
  height: 1.5rem;
  width: auto;
  margin-left: auto;
  display: block;
}

.bundle-copyright+.form-header,
.form-table-bottom+.form-header,
.form-table+.form-header {
  margin-top: 40px;
}

@media (min-width: 768px) {

  .bundle-copyright+.form-header,
  .form-table-bottom+.form-header,
  .form-table+.form-header {
    margin-top: 60px;
  }
}

.form-table.table-error+.form-header {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .form-table.table-error+.form-header {
    margin-top: 45px;
  }
}

.bundle-copyright,
.form-table+.form-table {
  margin-top: 40px;
}

.bundle-copyright {
  font-size: 10px;
  color: #889188;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .bundle-copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bundle-copyright.account {
  margin-top: 10px;
}

.payment-method>img {
  width: auto;
  max-width: 160px;
  height: auto;
  max-height: 20px;
  vertical-align: middle;
}

.step-wrapper {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .step-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .step-wrapper {
    max-width: 40em;
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

.step-wrapper>div {
  font-size: 0.75em;
  overflow: hidden;
  width: 33.3333333333%;
  color: #889188;
  padding: 0 0.5rem;
}

@media (min-width: 768px) {
  .step-wrapper>div {
    font-size: 0.875em;
  }
}

.step-wrapper>div .step-mark {
  position: relative;
  width: 2.8em;
  height: 2.8em;
  margin: 0 auto 0.5em;
}

@media (min-width: 768px) {
  .step-wrapper>div .step-mark {
    width: 2.6em;
    height: 2.6em;
    margin-bottom: 1em;
  }
}

.step-wrapper>div .step-mark::after,
.step-wrapper>div .step-mark::before {
  content: "";
  height: 2px;
  width: 400%;
  position: absolute;
  background-color: #5d5d5d;
  top: 0;
  bottom: 0;
  margin: auto;
}

.step-wrapper>div .step-mark::before {
  right: 0;
}

.step-wrapper>div .step-mark::after {
  left: 0;
}

.step-wrapper>div .step-mark>div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px #5d5d5d solid;
  background-color: #0F1110;
  z-index: 1;
  position: relative;
}

.step-wrapper>div:last-child .step-mark:after {
  display: none;
}

.step-wrapper>div:first-child .step-mark:before {
  display: none;
}

.step-wrapper>div.checked .step-mark::before,
.step-wrapper>div.checked .step-mark::after {
  background-color: #2FBA27 !important;
}

.step-wrapper>div.checked .step-mark>div {
  border-color: #2FBA27 !important;
  background-color: #2FBA27 !important;
}

.step-wrapper>div.checked .step-mark>div::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fefffe;
  border-right: 3px solid #fefffe;
}

@media (min-width: 768px) {
  .step-wrapper>div.checked .step-mark>div::after {
    top: 5px;
    left: 10px;
  }
}

.step-wrapper>div.checked+.active .step-mark::before {
  background-color: #2FBA27 !important;
}

.step-wrapper>div.active {
  color: #fefffe;
}

.step-wrapper>div.active .step-mark>div {
  border-color: #2FBA27 !important;
}

.step-wrapper__common {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 1em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 480px) {
  .step-wrapper__common {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .step-wrapper__common {
    margin-top: 2em;
    margin-bottom: 3em;
  }
}

.step-wrapper__common-step {
  font-size: 0.857em;
  font-weight: bold;
  width: 15%;
  flex-shrink: 0;
}

.step-wrapper__common-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-wrapper__common-bar>div {
  width: 2em;
  height: 4px;
  background-color: #889188;
}

.step-wrapper__common-bar>div.active {
  background-color: #2FBA27;
}

.step-wrapper__common-bar>div:not(:last-child) {
  margin-right: 4px;
}

.step-wrapper__common-key {
  width: 15%;
  flex-shrink: 0;
}

.step-wrapper__common-key>img {
  height: 1.5rem;
  width: auto;
  margin-left: auto;
  display: block;
}

.form-table {
  padding: 15px 10px;
  background-color: #0F1110;
}

@media (min-width: 481px) {
  .form-table {
    padding: 25px;
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .form-table {
    padding: 30px;
  }
}

.form-table:not(.no-border) {
  border-top: 1px rgba(136, 145, 136, 0.5) solid;
  border-bottom: 1px rgba(136, 145, 136, 0.5) solid;
}

@media (min-width: 481px) {
  .form-table:not(.no-border) {
    border: 1px rgba(136, 145, 136, 0.5) solid;
  }
}

.form-table.no-border:not(.no-backcolor) {
  border-radius: 10px;
  background-color: #1E201D;
}

.form-table.no-border.no-backcolor {
  padding: 0 !important;
}

@media (max-width: 767px) {

  #cancelMagazineArea.form-table .form-description .orange-text,
  #cancelQuestionArea.form-table .form-description .orange-text {
    color: #fefffe;
  }
}

#cancelMagazineArea.form-table {
  margin-top: 10px;
}

@media (min-width: 768px) {
  #cancelMagazineArea.form-table {
    margin-top: 30px;
  }
}

.form-content+.form-content {
  padding-top: 20px;
  border-top: 1px rgba(136, 145, 136, 0.5) solid;
}

@media (min-width: 768px) {
  .form-content+.form-content {
    padding-top: 30px;
  }
}

.form-content+.form-content.noBorder {
  border-top: none;
  padding-top: 0;
}

.form-content .form-content_thanks_title {
  font-size: 1.1em;
  margin: 0 0 1em -2px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .form-content .form-content_thanks_title.text-center {
    text-align: left !important;
  }
}

.form-content .form-content_sns-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-content .form-content_sns-logo a {
  height: 2.5rem;
  display: block;
}

.form-content .form-content_sns-logo a.sns-x {
  height: 2rem;
}

@media (min-width: 768px) {
  .form-content .form-content_sns-logo a.sns-x {
    height: 2.2rem;
  }
}

.form-content .form-content_sns-logo a.sns-yt {
  height: 1.5rem;
}

@media (min-width: 768px) {
  .form-content .form-content_sns-logo a.sns-yt {
    height: 2rem;
  }
}

.form-content .form-content_sns-logo a.sns-yt.icon {
  height: 2.5rem;
}

@media (min-width: 768px) {
  .form-content .form-content_sns-logo a.sns-yt.icon {
    height: 3rem;
  }
}

.form-content .form-content_sns-logo a:not(:last-child) {
  margin-right: 1.5rem;
}

@media (min-width: 768px) {
  .form-content .form-content_sns-logo a:not(:last-child) {
    margin-right: 2rem;
  }
}

.form-content .form-content_sns-logo a>img {
  width: auto;
  height: 100%;
  display: block;
}

.form-content .form-content_service-logo {
  margin-right: 20px;
  display: inline-block;
}

.form-content .form-content_service-logo>img {
  height: 20px;
  vertical-align: middle;
}

.form-content .form-content_service-logo>img[src*=logo_gls_3] {
  height: 30px;
}

.form-content .form-content_service-logo>img[src*=logo_disneyplus] {
  height: 40px;
}

.form-content .form-content_service-logo__name {
  margin-top: 10px;
  font-size: 0.875em;
  display: block;
}

.form-content>.form-button {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.form-content>.form-button>a {
  margin-top: 1em;
  font-weight: normal;
}

.form-content+* {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .form-content+* {
    margin-top: 30px;
  }
}

.form-content+.form-header {
  margin-top: 50px;
}

.form-content .error-message>p {
  display: none;
}

.form-content .error-message>p.js-current-lang.js-visible {
  display: block;
}

.form-content .form-error-text {
  color: #ff8800;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1em;
}

.form-content .form-error-text.error-icon:before {
  content: "";
  background-image:
    /*savepage-url=/assets/icon-error-337a9af47b316a466cbf6093e1c3f63b560cbbdf1ec3bf60db568db39b30b2e4.png*/
    var(--savepage-url-10);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -4px;
}

@media (max-width: 767px) {
  .form-content .form-description .font-18 {
    font-size: 1em;
  }
}

.form-content .form-description .form-error-text {
  margin-bottom: 0;
}

.form-content .form-description+* {
  margin-top: 20px;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .form-content .form-description+* {
    margin-top: 30px;
    padding-top: 0;
  }
}

.form-content .form-label {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  font-size: 0.95em;
}

.form-content .form-label.small-label {
  font-size: 0.875em;
  margin-bottom: 5px;
  font-weight: normal;
}

.form-content .form-label+.store-payment_credit {
  font-size: 0.75em;
  margin: -5px 0 10px;
  display: block;
  color: #ff8800;
}

.form-content .form-label .help-block {
  margin-left: 5px;
}

.form-content .form-group {
  position: relative;
}

.form-content .form-group:not(:last-child) {
  margin-bottom: 2.5em;
}

.form-content .form-group .required {
  background-color: #2FBA27;
  padding: 2px 6px;
  font-size: 0.65em;
  color: #fefffe;
  margin-left: 6px;
  vertical-align: 2px;
  display: inline-block;
  min-width: 34px;
  text-align: center;
  font-weight: normal;
  flex-shrink: 0;
}

.form-content .form-group textarea,
.form-content .form-group select,
.form-content .form-group input {
  border: 1px #889188 solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: 0.95em;
  background-color: #1E201D;
  color: #fefffe;
}

.form-content .form-group textarea:disabled,
.form-content .form-group select:disabled,
.form-content .form-group input:disabled {
  opacity: 1;
}

.form-content .form-group textarea:required,
.form-content .form-group select:required,
.form-content .form-group input:required {
  box-shadow: none;
}

.form-content .form-group textarea.focus,
.form-content .form-group textarea:focus,
.form-content .form-group select.focus,
.form-content .form-group select:focus,
.form-content .form-group input.focus,
.form-content .form-group input:focus {
  border-color: #2FBA27;
}

.form-content .form-group textarea::placeholder,
.form-content .form-group select::placeholder,
.form-content .form-group input::placeholder {
  color: #889188;
}

.form-content .form-group textarea {
  resize: vertical;
  min-height: 150px;
}

@media (min-width: 768px) {
  .form-content .form-group input {
    padding: 17px 15px;
  }
}

.form-content .form-group .disabled-email {
  text-align: center;
  font-size: 1.4em;
}

.form-content .form-group .help-block {
  font-size: 0.75em;
  line-height: 1.5;
}

.form-content .form-group *+.help-block {
  margin-top: 5px;
}

.form-content .form-group p.help-block {
  color: #889188;
}

.form-content .form-group p.help-block.hulu-infotext {
  margin-top: 0;
  font-size: 0.875em;
  color: #fefffe;
}

.form-content .form-group .password-input-wrapper {
  position: relative;
}

.form-content .form-group .password-input-wrapper input {
  padding-right: 40px;
}

.form-content .form-group .password-input-wrapper .password-switch {
  position: absolute;
  top: 16px;
  right: 10px;
  cursor: pointer;
  width: 22px;
  height: 16px;
  border-radius: 50%;
}

.form-content .form-group .password-input-wrapper .password-switch.hidden:before,
.form-content .form-group .password-input-wrapper .password-switch.show:before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  left: 1px;
}

.form-content .form-group .password-input-wrapper .password-switch.hidden:before {
  width: 20px;
  height: 14px;
  background-image:
    /*savepage-url=/assets/icon-eye_show-339241b0ebe8545bd87eb62f1b34599d5743771448c8621a7c848d06dd0fc9e7.png*/
    url();
}

.form-content .form-group .password-input-wrapper .password-switch.show:before {
  width: 20px;
  height: 14px;
  background-image:
    /*savepage-url=/assets/icon-eye_hidden-be4a566f660ad90d0128665e904110aab85dc6aaece7ef9d29e0157eb45ee63b.png*/
    url();
}

.form-content .form-group .password-input-wrapper .password-switch:focus {
  border-color: #2FBA27;
}

.form-content .form-group .row:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.form-content .form-group .row .form-col:nth-of-type(even) {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .form-content .form-group .row .form-col.pt10 {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .form-content .form-group .row .form-col {
    width: 50%;
    float: left;
  }

  .form-content .form-group .row .form-col:nth-of-type(odd) {
    padding-right: 5px;
  }

  .form-content .form-group .row .form-col:nth-of-type(even) {
    padding-top: 0;
    padding-left: 5px;
  }
}

@media (min-width: 375px) {
  .form-content .form-group .row .form-col .row .form-col {
    width: 50%;
    float: left;
  }

  .form-content .form-group .row .form-col .row .form-col:nth-of-type(even) {
    padding-top: 0;
  }
}

.form-content .form-group input.error {
  border: 1px #ff8800 solid;
  background-color: #1E201D;
}

.form-content .form-group input.error.focus,
.form-content .form-group input.error:focus {
  border-color: #ff8800;
}

.form-content .form-group input.error::placeholder {
  color: #e28200;
}

.form-content .form-group .error-text {
  color: #ff8800;
  margin-top: 5px;
  padding-left: 20px;
  font-size: 0.75em;
  font-weight: bold;
  position: relative;
}

.form-content .form-group .error-text::before {
  content: "";
  background-image:
    /*savepage-url=/assets/icon-error-337a9af47b316a466cbf6093e1c3f63b560cbbdf1ec3bf60db568db39b30b2e4.png*/
    var(--savepage-url-10);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 14px;
}

.form-content .form-group .select-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.form-content .form-group .select-wrapper.select-col3 {
  width: calc(33.3333333333% - 4px);
}

.form-content .form-group .select-wrapper.select-col2 {
  width: calc(50% - 3px);
}

.form-content .form-group .select-wrapper::before {
  content: "";
  background-image:
    /*savepage-url=/assets/dropdown-arrow-1fa6af5270c132988875820910cdf0eea697a34511f353c13b5e9eacdb4e0b55.png*/
    var(--savepage-url-8);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 22px;
  right: 6px;
  width: 9px;
  height: 6px;
  z-index: 1;
  pointer-events: none;
}

.form-content .form-group .select-wrapper select {
  padding-right: 18px;
  cursor: pointer;
  position: relative;
  background-color: #070907;
  padding: 15px;
}

@-moz-document url-prefix() {
  .form-content .form-group .select-wrapper select:invalid {
    box-shadow: none;
  }
}

@-moz-document url-prefix() {
  .form-content .form-group .select-wrapper select:focus {
    box-shadow: 0 0 0 1px #2FBA27;
  }

  .form-content .form-group .select-wrapper select:focus option {
    color: #070907;
  }
}

@media (min-width: 768px) {
  .form-content .form-group .select-wrapper select {
    padding: 17px 15px;
  }
}

.form-content .form-group .select-wrapper select::-ms-expand {
  display: none;
}

.form-content .form-group .select-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #070907;
}

.form-content .form-group .select-wrapper select.error {
  border-color: #ff8800;
}

body.edge .form-content .form-group .select-wrapper select {
  line-height: 1.6;
}

.form-content .form-group .radio-box-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.form-content .form-group .radio-box-input-wrapper .radio-box-inner {
  position: relative;
  border: 1px #889188 solid;
  color: #fefffe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-content .form-group .radio-box-input-wrapper .radio-box-inner:nth-of-type(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-content .form-group .radio-box-input-wrapper .radio-box-inner:nth-of-type(1) .radio-box-input+label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.form-content .form-group .radio-box-input-wrapper .radio-box-inner:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.form-content .form-group .radio-box-input-wrapper .radio-box-inner:last-child .radio-box-input+label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.form-content .form-group .radio-box-input-wrapper .radio-box-inner:not(:last-child) {
  border-right: 0;
}

.form-content .form-group .radio-box-input-wrapper .radio-box-inner.error {
  border-color: #ff8800;
  background-color: #1E201D;
  color: #fefffe;
}

.form-content .form-group .radio-box-input-wrapper .radio-box-inner .radio-box-input {
  opacity: 0;
  position: absolute;
}

.form-content .form-group .radio-box-input-wrapper .radio-box-inner .radio-box-input+label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  font-size: 0.95em;
  display: block;
  padding: 14px 9px;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  .form-content .form-group .radio-box-input-wrapper .radio-box-inner .radio-box-input+label {
    padding: 16px 9px;
  }
}

.form-content .form-group .radio-box-input-wrapper .radio-box-inner .radio-box-input.focus+label,
.form-content .form-group .radio-box-input-wrapper .radio-box-inner .radio-box-input:focus+label {
  box-shadow: 0 0 0 1px #2FBA27;
  z-index: 1;
}

.form-content .form-group .radio-box-input-wrapper .radio-box-inner .radio-box-input:checked.focus+label,
.form-content .form-group .radio-box-input-wrapper .radio-box-inner .radio-box-input:checked:focus+label {
  box-shadow: 0 0 0 1px #2FBA27 inset;
  z-index: 1;
}

.form-content .form-group .radio-box-input-wrapper .radio-box-inner .radio-box-input:checked+label {
  background: -webkit-gradient(linear, left bottom, right top, from(#208D38), color-stop(100%, #2FBA27));
  background: -webkit-linear-gradient(left, #208D38 0%, #2FBA27 100%);
  background: linear-gradient(to right, #208D38 0%, #2FBA27 100%);
  color: #fefffe;
}

.form-content .form-group .radio-box-input-wrapper.radio-col2 .radio-box-inner {
  width: 50%;
}

.form-content .form-group .radio-box-input-wrapper.radio-col3 .radio-box-inner {
  width: 33.3333333333%;
}

.form-content .form-group .radio-box-input-wrapper.radio-col4 .radio-box-inner {
  width: 25%;
}

.form-content .form-group .select-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.form-content .form-group .select-input-wrapper .select-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  color: #fefffe;
}

.form-content .form-group .select-input-wrapper .select-inner:nth-of-type(1) {
  margin-right: 5px;
}

.form-content .form-group .select-input-wrapper .select-inner:nth-of-type(2) {
  margin-left: 5px;
}

.form-content .form-group .select-input-wrapper .select-inner.error {
  border-color: #ff8800;
  background-color: #1E201D;
  color: #fefffe;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input {
  opacity: 0;
  position: absolute;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  font-size: 0.95em;
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  border: 3px #889188 solid;
  border-radius: 8px;
  height: 100%;
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label {
    padding: 1em;
  }
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__title {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__title {
    font-size: 1.7em;
  }
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list {
  margin: 1em 0;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 3px;
  background-color: #889188;
  font-size: 10px;
  gap: 5px;
}

@media (max-width: 767px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item {
    padding: 0.5em;
    font-size: 0.875em;
  }
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item.hidden {
  opacity: 0.4;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item:not(:last-child) {
  margin-bottom: 1px;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  width: auto;
  gap: 5px;
}

@media (max-width: 480px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item__in {
    min-width: auto;
  }
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item__in {
    font-size: 12px;
    min-width: 143px;
  }
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item__tag>div {
  background-color: rgba(7, 9, 7, 0.5);
  color: #889188;
  font-size: 10px;
  padding: 0 5px;
  border-radius: 2px;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item__tag>div.disabled {
  opacity: 0.5;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select__list-item__tag>div>img {
  width: 8px;
  height: 8px;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select>span {
  font-weight: bold;
  color: #889188;
  font-size: 9px;
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .st-select>span {
    font-size: 0.857em;
  }
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__title {
    margin-bottom: 1em;
    font-size: 1.7em;
  }
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__title__sub {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__title__sub {
    font-size: 18px;
  }
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__title__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2px;
  font-size: 10px;
  gap: 4px;
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__title__price {
    font-size: 14px;
    gap: 10px;
  }
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__title__price__tag {
  padding: 4px 8px;
  border-radius: 2rem;
  vertical-align: 3px;
  font-size: 10px;
  background-color: #2FBA27;
  color: #fff;
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__title__price__tag {
    padding: 5px 10px;
    vertical-align: 5px;
  }
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 15px 8px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 10px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__list-item {
    padding: 0.5em;
    font-size: 0.875em;
  }
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__list-item:not(:last-child) {
  margin-bottom: 5px;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__list-item__in {
  width: 100%;
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__list-item__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__list-item__in__logo {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__list-item__in__logo {
    flex: 1.1;
  }
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__list-item__in__logo img {
  width: 52px;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__list-item__in__logo img.disneyplus {
  width: 67px;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__list-item__in__list {
  text-align: left;
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__list-item__in__list {
    border-left: 1px #9e9e9e solid;
    padding-left: 15px;
    flex: 2;
  }
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__list-item__in__list>span {
  display: block;
  font-size: 10px;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select__list-item__in__list>span:not(.font-bold) {
  font-weight: normal;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select>span {
  font-weight: bold;
  color: #889188;
  font-size: 9px;
}

@media (min-width: 768px) {
  .form-content .form-group .select-input-wrapper .select-inner .select-input+label .bundle-select>span {
    font-size: 0.857em;
  }
}

.form-content .form-group .select-input-wrapper .select-inner .select-input.focus+label,
.form-content .form-group .select-input-wrapper .select-inner .select-input:focus-visible+label {
  border-color: #2FBA27;
  z-index: 1;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input:checked.focus+label,
.form-content .form-group .select-input-wrapper .select-inner .select-input:checked:focus-visible+label {
  z-index: 1;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input:checked+label {
  background: rgba(47, 186, 39, 0.3);
  border-color: #2FBA27;
  color: #fefffe;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input:checked+label .st-select__list-item {
  background-color: rgba(255, 255, 255, 0.5);
}

.form-content .form-group .select-input-wrapper .select-inner .select-input:checked+label .st-select__list-item__tag>div {
  background-color: #0E3C0B;
}

.form-content .form-group .select-input-wrapper .select-inner .select-input.d-bundle:checked+label {
  background: -webkit-gradient(linear, left bottom, right top, from(rgba(61, 225, 50, 0.5)), color-stop(100%, rgba(19, 104, 120, 0.5)));
  background: -webkit-linear-gradient(left, rgba(19, 104, 120, 0.5) 0%, rgba(61, 225, 50, 0.5) 100%);
  background: linear-gradient(225deg, rgba(19, 104, 120, 0.5) 19.5%, rgba(61, 225, 50, 0.5) 100%);
}

.form-content .form-group .select-input-wrapper .select-inner .select-input.d-bundle:checked+label .st-select__list-item {
  background-color: rgba(255, 255, 255, 0.5);
}

.form-content .form-group .select-input-wrapper .select-inner .select-input.d-bundle:disabled+label {
  opacity: 0.3;
  pointer-events: none;
}

.form-content .form-group .select-input-wrapper.radio-col2 .radio-box-inner {
  width: 50%;
}

.form-content .form-group .select-input-wrapper.radio-col3 .radio-box-inner {
  width: 33.3333333333%;
}

.form-content .form-group .select-input-wrapper.radio-col4 .radio-box-inner {
  width: 25%;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner {
  position: relative;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input+label {
  position: relative;
  cursor: pointer;
  font-size: 0.875em;
  padding: 5px 10px 5px 38px;
  font-weight: bold;
  display: inline-block;
  border-radius: 4px;
  margin-left: -6px;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input+label:not(:last-child) {
  margin-bottom: 10px;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input+label::before,
.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input+label::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: -25px;
  left: 16px;
  background-color: rgba(136, 145, 136, 0.5);
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input+label .rating-0-radius,
.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input+label .radius {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  left: 10px;
  margin-left: -2px;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input+label .rating-0-radius {
  background-color: #2FBA27;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input+label .radius {
  background-color: rgba(136, 145, 136, 0.5);
  right: -5px;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input+label .setting-message {
  display: none;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input.checked+label {
  color: #2FBA27;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input.checked+label::after {
  background-color: #2FBA27;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input.checked+label .rating-0-radius,
.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input.checked+label .radius {
  background-color: #2FBA27;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input.checked+label .rating-0-radius::after,
.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input.checked+label .radius::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fefffe;
  border-right: 2px solid #fefffe;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input:checked+label .radius {
  background-color: #2FBA27;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input:checked+label .radius::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fefffe;
  border-right: 2px solid #fefffe;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input .focus+label,
.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input:focus+label {
  box-shadow: 0 0 4px #2FBA27;
  border-color: #2FBA27;
}

.form-content .form-group .radio-rating-input-wrapper .radio-rating-inner .radio-rating-input.error+label {
  border-color: #ff8800;
  background-color: #fff5e8;
}

.form-content .form-group .radio-rating-input-wrapper #rating-all+label::before,
.form-content .form-group .radio-rating-input-wrapper #rating-all+label::after,
.form-content .form-group .radio-rating-input-wrapper #rating-0+label::before,
.form-content .form-group .radio-rating-input-wrapper #rating-0+label::after {
  content: "";
  display: none;
}

.form-content .form-group #rating-text {
  margin-top: 10px;
  padding: 10px;
  background-color: #e2e2e2;
}

.form-content .form-group .radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-content .form-group .radio-input+label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  font-size: 0.875em;
  display: inline-block;
}

.form-content .form-group .radio-input+label:not(:last-child) {
  margin-right: 20px;
}

.form-content .form-group .radio-input+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(136, 145, 136, 0.5);
  border-radius: 50%;
  background-color: #F2F4F2;
}

.form-content .form-group .radio-input+label span {
  margin-left: 10px;
}

.form-content .form-group .radio-input.focus+label::before,
.form-content .form-group .radio-input:focus+label::before {
  box-shadow: 0 0 5px #2FBA27;
  border-color: #2FBA27;
}

.form-content .form-group .radio-input:checked+label::before {
  background-color: #2FBA27;
  border-color: #2FBA27;
}

.form-content .form-group .radio-input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #fefffe;
  border-radius: 50%;
}

.form-content .form-group .radio-input:focus:checked+label:before {
  border-color: rgba(255, 255, 255, 0.7);
}

.form-content .form-group .radio-input.error+label::before {
  border-color: #ff8800;
  background-color: #fff5e8;
}

.form-content .form-group .checkbox-list:not(:last-child) {
  margin-bottom: 20px;
}

.form-content .form-group .checkbox-input {
  cursor: pointer;
  font-size: 0.875em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.7;
}

.form-content .form-group .checkbox-input input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 0;
}

.form-content .form-group .checkbox-input .checkbox-parts {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}

.form-content .form-group .checkbox-input .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #889188;
  background-color: #1E201D;
  border-radius: 4px;
}

.form-content .form-group .checkbox-input>input:checked+.checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 4px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #2FBA27;
  border-right: 3px solid #2FBA27;
}

.form-content .form-group .checkbox-input>input.focus:checked+.checkbox-parts::before,
.form-content .form-group .checkbox-input>input:focus:checked+.checkbox-parts::before,
.form-content .form-group .checkbox-input>input.focus+.checkbox-parts::before,
.form-content .form-group .checkbox-input>input:focus+.checkbox-parts::before {
  box-shadow: 0 0 0 1px #2FBA27;
}

.form-content .form-group .checkbox-input .error-text {
  font-size: 0.9em;
}

.form-content .form-group .checkbox-input-disneyplus {
  cursor: pointer;
  font-size: 0.875em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.7;
}

.form-content .form-group .checkbox-input-disneyplus input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 0;
}

.form-content .form-group .checkbox-input-disneyplus .checkbox-parts {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}

.form-content .form-group .checkbox-input-disneyplus .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #889188;
  background-color: #1E201D;
  border-radius: 4px;
}

.form-content .form-group .checkbox-input-disneyplus>input:checked+.checkbox-parts::before {
  background-color: #2FBA27 !important;
  border-color: #2FBA27 !important;
}

.form-content .form-group .checkbox-input-disneyplus>input:checked+.checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 4px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fefffe;
  border-right: 3px solid #fefffe;
}

.form-content .form-group .checkbox-input-disneyplus>input.focus:checked+.checkbox-parts::before,
.form-content .form-group .checkbox-input-disneyplus>input:focus:checked+.checkbox-parts::before,
.form-content .form-group .checkbox-input-disneyplus>input.focus+.checkbox-parts::before,
.form-content .form-group .checkbox-input-disneyplus>input:focus+.checkbox-parts::before {
  box-shadow: 0 0 0 1px #2FBA27;
  border-color: #fefffe;
}

.form-content .form-group .checkbox-input-disneyplus .error-text {
  font-size: 0.9em;
}

.form-content .form-group .switch-radio {
  font-weight: bold;
  position: relative;
}

.form-content .form-group .switch-radio .switch-radio-parts {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}

.form-content .form-group .switch-radio .switch-radio-parts::before {
  content: "";
  display: block;
  left: 0;
  top: -3px;
  width: 40px;
  height: 20px;
  border-radius: 15px;
  border: 1px solid rgba(136, 145, 136, 0.5);
  position: absolute;
}

.form-content .form-group .switch-radio .switch-radio-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #889188;
  border-radius: 50%;
  transition: 0.2s;
  display: block;
}

.form-content .form-group .switch-radio .switch-radio-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

.form-content .form-group .switch-radio .switch-radio-input:focus+.switch-radio-parts::before {
  border-color: #2FBA27;
}

.form-content .form-group .switch-radio .switch-radio-input:checked+.switch-radio-parts::before {
  background: #2FBA27;
  border-color: transparent;
}

.form-content .form-group .switch-radio .switch-radio-input:checked+.switch-radio-parts::after {
  left: 21px;
  background: #fefffe;
}

.form-content .form-group .switch-radio .switch-radio-input:focus:checked+.switch-radio-parts::before {
  border-color: #2FBA27;
}

.form-content .form-group .switch-hidden-box {
  background-color: #1E201D;
  padding: 15px;
  margin-top: 10px;
  display: none;
}

.form-content .form-group .switch-hidden-box.open {
  display: block;
}

@media (min-width: 768px) {
  .form-content .form-group .switch-hidden-box {
    padding: 20px;
  }
}

.form-content .form-group .input-number-wrapper input {
  width: 44px;
  font-size: 1.15em;
  font-weight: bold;
  padding: 14px 12px;
  text-align: center;
}

.form-content .form-group .radiobox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-content .form-group .radiobox-wrapper .radiobox-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fefffe;
  padding: 1px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .form-content .form-group .radiobox-wrapper .radiobox-item {
    min-height: 65px;
  }
}

@media (max-width: 767px) {
  .form-content .form-group .radiobox-wrapper .radiobox-item {
    width: 100%;
  }
}

.form-content .form-group .radiobox-wrapper .radiobox-item .radiobox-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border: none;
}

.form-content .form-group .radiobox-wrapper .radiobox-item .radiobox-input+label {
  letter-spacing: normal;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 20px 20px 20px 40px;
  display: inline-block;
  text-align: center;
  width: 100%;
  min-height: 64px;
  background-color: #1E201D;
}

.form-content .form-group .radiobox-wrapper .radiobox-item .radiobox-input+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  border: #889188 1px solid;
  background-color: #232323;
}

.form-content .form-group .radiobox-wrapper .radiobox-item .radiobox-input:disabled+label {
  cursor: auto;
}

.form-content .form-group .radiobox-wrapper .radiobox-item .radiobox-input:disabled+label>*,
.form-content .form-group .radiobox-wrapper .radiobox-item .radiobox-input:disabled+label::before {
  opacity: 0.3;
}

.form-content .form-group .radiobox-wrapper .radiobox-item .radiobox-input:checked+label {
  box-shadow: 0 0 0 2px #2FBA27 inset;
}

.form-content .form-group .radiobox-wrapper .radiobox-item .radiobox-input:checked+label::before {
  background-color: #2FBA27 !important;
  border-color: #2FBA27 !important;
}

.form-content .form-group .radiobox-wrapper .radiobox-item .radiobox-input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  background-color: #fefffe;
  border-radius: 50%;
}

.form-content .form-group .radiobox-wrapper .radiobox-item .radiobox-input.focus+label,
.form-content .form-group .radiobox-wrapper .radiobox-item .radiobox-input:focus-visible+label {
  box-shadow: 0 0 0 2px #2FBA27;
  border-color: #2FBA27;
}

.form-content .form-group .radiobox-wrapper .radiobox-item #payment-paypal_using+label,
.form-content .form-group .radiobox-wrapper .radiobox-item #payment-softbank_ymobile_using+label {
  padding: 10px 20px 10px 40px;
}

.form-content .form-group .radiobox-wrapper .radiobox-item #payment-paypal_using+label img,
.form-content .form-group .radiobox-wrapper .radiobox-item #payment-softbank_ymobile_using+label img {
  max-height: 43px;
}

.form-content .form-group .radiobox-wrapper .radiobox-item #payment-paypal+label {
  padding: 20px 20px 16px 40px;
}

.form-content .form-group .radiobox-wrapper .radiobox-item #payment-paypal+label img {
  max-height: 26px;
}

.form-content .form-group .radiobox-wrapper .radiobox-item #payment-line_pay_using+label img,
.form-content .form-group .radiobox-wrapper .radiobox-item #payment-line_pay+label img {
  max-height: 25px;
}

.form-content .form-group .radiobox-wrapper .radiobox-item #payment-line_pay+label {
  padding: 19px 20px 20px 40px;
}

.form-content .form-group .radiobox-wrapper .radiobox-item #payment-softbank_ymobile+label,
.form-content .form-group .radiobox-wrapper .radiobox-item #payment-au+label {
  padding: 14px 20px 14px 40px;
}

.form-content .form-group .radiobox-wrapper .radiobox-item #payment-softbank_ymobile+label img,
.form-content .form-group .radiobox-wrapper .radiobox-item #payment-au+label img {
  max-height: 36px;
}

.form-content .form-group .radiobox-wrapper .radiobox-item #payment-docomo+label img,
.form-content .form-group .radiobox-wrapper .radiobox-item #payment-paypay_using+label img,
.form-content .form-group .radiobox-wrapper .radiobox-item #payment-paypay+label img {
  max-height: 24px;
}

.form-content .form-group .radiobox-wrapper .radiobox-item.col-3 {
  width: 100%;
}

@media (min-width: 481px) and (max-width: 767px) {
  .form-content .form-group .radiobox-wrapper .radiobox-item.col-3 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .form-content .form-group .radiobox-wrapper .radiobox-item.col-3 {
    width: 33.3333333333%;
  }
}

.form-content .form-group .radiobox-wrapper .radiobox-item label>img {
  width: auto;
  max-width: 160px;
  height: auto;
  max-height: 18px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .form-content .form-group .radiobox-wrapper .radiobox-item label>img {
    min-height: 18px;
    max-width: initial;
  }
}

@media (min-width: 768px) {
  .form-content .form-group .radiobox-wrapper .radiobox-item.payment-credit>label {
    padding: 19px 20px 19px 40px;
  }
}

.form-content .form-group .radiobox-wrapper .radiobox-item.payment-credit>label>img {
  max-width: 170px;
  max-height: 20px;
}

.form-content .form-group .radiobox-wrapper .radiobox-item.payment-credit>label>span {
  margin-left: 1em;
  display: inline-block;
  font-size: 1em;
}

@media (max-width: 767px) {
  .form-content .form-group .radiobox-wrapper .radiobox-item.payment-credit>label>span {
    display: block;
  }
}

.form-content .form-group .radiobox-wrapper.widthBox-100 .radiobox-item {
  width: 100% !important;
}

@media (min-width: 768px) {
  .form-content .form-group .radiobox-wrapper.widthBox-70 .radiobox-item:first-child {
    width: 66.6666666666%;
  }
}

@media (min-width: 768px) {
  .form-content .form-group .radiobox-wrapper.widthBox-50 .radiobox-item {
    width: 50%;
  }
}

.form-content .form-group .radiobox-wrapper.widthBox-50 .radiobox-item:first-child label,
.form-content .form-group .radiobox-wrapper.widthBox-70 .radiobox-item:first-child label,
.form-content .form-group .radiobox-wrapper.widthBox-100 .radiobox-item:first-child label {
  padding: 12px 20px 10px 40px;
}

@media (min-width: 768px) {

  .form-content .form-group .radiobox-wrapper.widthBox-50 .radiobox-item:first-child label,
  .form-content .form-group .radiobox-wrapper.widthBox-70 .radiobox-item:first-child label,
  .form-content .form-group .radiobox-wrapper.widthBox-100 .radiobox-item:first-child label {
    padding: 20px 20px 20px 40px;
  }
}

.form-content .form-group .radiobox-wrapper.widthBox-50 .radiobox-item:first-child label>span,
.form-content .form-group .radiobox-wrapper.widthBox-70 .radiobox-item:first-child label>span,
.form-content .form-group .radiobox-wrapper.widthBox-100 .radiobox-item:first-child label>span {
  display: block;
  font-size: 0.8em;
}

@media (min-width: 768px) {

  .form-content .form-group .radiobox-wrapper.widthBox-50 .radiobox-item:first-child label>span,
  .form-content .form-group .radiobox-wrapper.widthBox-70 .radiobox-item:first-child label>span,
  .form-content .form-group .radiobox-wrapper.widthBox-100 .radiobox-item:first-child label>span {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.5em;
  }
}

@media (max-width: 767px) {

  .form-content .form-group .radiobox-wrapper.widthBox-50 .radiobox-item:first-child label>span,
  .form-content .form-group .radiobox-wrapper.widthBox-70 .radiobox-item:first-child label>span,
  .form-content .form-group .radiobox-wrapper.widthBox-100 .radiobox-item:first-child label>span {
    font-size: 1em;
    margin-top: 0.5em;
  }
}

.form-content .form-group .radiobox-wrapper.widthBox-50 .radiobox-item:first-child label>span .small-text,
.form-content .form-group .radiobox-wrapper.widthBox-70 .radiobox-item:first-child label>span .small-text,
.form-content .form-group .radiobox-wrapper.widthBox-100 .radiobox-item:first-child label>span .small-text {
  display: block;
}

@media (max-width: 767px) {

  .form-content .form-group .radiobox-wrapper.widthBox-70+.radiobox-wrapper .radiobox-item:first-child,
  .form-content .form-group .radiobox-wrapper.widthBox-100+.radiobox-wrapper .radiobox-item:first-child {
    border-top: none;
  }
}

@media (min-width: 768px) {

  .form-content .form-group .radiobox-wrapper.widthBox-70+.radiobox-wrapper .radiobox-item:nth-of-type(-n + 3),
  .form-content .form-group .radiobox-wrapper.widthBox-100+.radiobox-wrapper .radiobox-item:nth-of-type(-n + 3) {
    border-top: none;
  }
}

.form-content .form-group .radiobox-wrapper.error .radiobox-item {
  border-color: #ff8800 !important;
}

.form-content .form-group .radiobox-wrapper.using-box .radiobox-item .radiobox-input+label {
  text-align: left;
  padding: 20px 20px 20px 70px;
}

.form-content .form-group .radiobox-wrapper.grey-style .radiobox-item {
  color: #000;
}

.form-content .form-group .radiobox-wrapper.grey-style .radiobox-item label {
  background-color: #889188;
}

.form-content .form-group .radiobox-wrapper.grey-style .radiobox-item label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  border: #889188 1px solid;
  background-color: #232323;
}

.form-content .form-group .radiobox-wrapper.grey-style .radiobox-item .radiobox-input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 26px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background-color: #fefffe;
  border-radius: 50%;
}

.form-content .form-group .radiobox-wrapper.grey-style .radiobox-item .payment-wrapper>span {
  color: #1E201D;
}

.form-content .form-group .credit-img {
  height: 20px;
  margin-bottom: 15px;
}

.form-content .form-group .terms-iframe {
  border: 1px rgba(136, 145, 136, 0.5) solid;
  width: 100%;
  height: 300px;
}

.form-content .form-group #email-redisplay-text {
  display: none;
  padding: 10px 0 0;
  text-align: center;
  margin: 0 0 5px;
  font-weight: bold;
  color: #fefffe;
}

.form-content .form-group #email-redisplay {
  display: none;
  text-align: center;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  border: 3px solid #889188;
  word-break: break-all;
  letter-spacing: 1.4px;
}

.form-content .form-group #email-redisplay.visible {
  display: block;
}

.form-content .vod-mod-recaptcha {
  text-align: center;
}

.form-content .vod-mod-recaptcha>* {
  display: inline-block;
  vertical-align: middle;
}

.form-group .form-button>.button {
  width: 40%;
}

.button-bottomLink {
  font-size: 12px;
  text-decoration: underline;
}

.form-button {
  text-align: center;
  padding: 0 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
}

@media (max-width: 480px) {
  .form-button {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .form-button {
    padding: 0 30px;
    margin-top: 30px;
  }
}

.form-button .floating-box>.button,
.form-button>.button {
  margin-left: 0;
  margin-right: 0;
}

.form-button .floating-box>.button+.button,
.form-button>.button+.button {
  margin-left: 10px;
}

@media (max-width: 767px) {

  .form-button .floating-box>.button,
  .form-button>.button {
    width: 100%;
  }
}

@media (min-width: 768px) {

  .form-button .floating-box>.button,
  .form-button>.button {
    min-width: 400px;
  }
}

.form-button .floating-box>.button .small-text,
.form-button>.button .small-text {
  font-size: 0.48485em;
  display: block;
}

.form-button+* {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .form-button+* {
    margin-top: 60px;
  }
}

#ctaFloating {
  padding: 0;
  margin: 5px 4% 0;
}

@media (max-width: 480px) {
  #ctaFloating {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#ctaFloating .floating-box {
  width: 100%;
  padding: 20px 0;
}

@media (max-width: 767px) {
  #ctaFloating:not(.stop) .floating-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #0F1110;
    padding: 20px 4%;
  }
}

@media (max-width: 480px) {
  #ctaFloating:not(.stop) .floating-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.cancel-infotext {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 50px;
  font-size: 0.8em;
}

.payment-wrapper img {
  width: auto;
  max-width: 160px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -4px;
}

.payment-wrapper img[src*=credit-visa] {
  width: 40px;
}

.payment-wrapper img[src*=credit-other] {
  width: 28px;
}

.payment-wrapper img[src*=credit-master] {
  width: 23px;
}

.payment-wrapper img[src*=credit-jcb] {
  width: 24px;
}

.payment-wrapper img[src*=credit-diners] {
  width: 28px;
}

.payment-wrapper img[src*=credit-amex] {
  width: 20px;
}

.payment-wrapper img[src*=payment-paypal] {
  width: 75px;
}

.payment-wrapper img[src*=payment-paypay] {
  width: 80px;
}

.payment-wrapper img[src*=payment-linepay] {
  width: 69px;
}

.payment-wrapper img[src*=payment-mineo] {
  width: 50px;
}

.payment-wrapper img[src*=payment-yahoo_wallet] {
  width: 40px;
}

.payment-wrapper img[src*=payment-stnet_tokushima] {
  width: 70px;
}

.payment-wrapper img[src*=payment-softbank_ymobile] {
  width: 35px;
}

.payment-wrapper img[src*=payment-qtnet] {
  width: 42px;
}

.payment-wrapper img[src*=payment-excite] {
  width: 69px;
}

.payment-wrapper img[src*=payment-eo] {
  width: 34.5px;
}

.payment-wrapper img[src*=payment-docomo] {
  width: 49px;
}

.payment-wrapper img[src*=payment-au] {
  width: 77px;
}

@media (max-width: 767px) {
  .payment-wrapper>span {
    display: block;
  }
}

.payment-wrapper .p-mark {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  vertical-align: -4px;
}

.payment-wrapper .p-mark>svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .billing-wrapper {
    margin-top: 2px;
  }
}

@media (min-width: 768px) {
  .billing-wrapper {
    margin: -10px;
  }
}

.billing-wrapper>li {
  vertical-align: top;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .billing-wrapper>li {
    display: block;
  }

  .billing-wrapper>li:not(:first-child) {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .billing-wrapper>li {
    padding: 10px;
  }
}

.billing-wrapper>li dt {
  float: none;
  margin-bottom: 5px;
}

.billing-wrapper>li dt>img {
  height: 15px;
  vertical-align: middle;
}

.billing-wrapper>li dt>img.logo_gls {
  height: 19px;
}

.billing-wrapper>li dd {
  margin: 0;
}

.billing-wrapper>li dd>p+p {
  margin-top: 3px;
}

#trial-box {
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 0.57, 0.55, 1);
  transition-timing-function: cubic-bezier(0, 0.57, 0.55, 1);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#trial-box .trial-pc,
#trial-box .trial-mb {
  position: relative;
}

#trial-box .trial-pc img.trial-img,
#trial-box .trial-mb img.trial-img {
  width: 100%;
  display: block;
}

#trial-box .trial-pc .trial-text_en,
#trial-box .trial-pc .trial-text_ja,
#trial-box .trial-mb .trial-text_en,
#trial-box .trial-mb .trial-text_ja {
  color: #ff8800;
  font-weight: bold;
  position: absolute;
  left: 0;
  text-align: center;
  margin: 0;
}

#trial-box .trial-pc .trial-text_price,
#trial-box .trial-mb .trial-text_price {
  color: #2FBA27;
  margin: 0;
  font-weight: bold;
}

#trial-box .trial-pc .trial-text,
#trial-box .trial-mb .trial-text {
  letter-spacing: -0.04em;
}

#trial-box .trial-pc {
  display: none;
}

@media (min-width: 736px) {
  #trial-box .trial-pc {
    display: block;
  }
}

#trial-box .trial-pc .trial-text_en,
#trial-box .trial-pc .trial-text_ja {
  width: 49%;
}

#trial-box .trial-pc .trial-text_en {
  bottom: 3.6em;
}

#trial-box .trial-pc .trial-text_ja {
  bottom: 0.6em;
  font-size: 1.55em;
}

#trial-box .trial-pc .trial-text_price {
  position: absolute;
  right: 0;
  width: 49%;
  text-align: center;
  top: -5px;
}

html[lang=en] #trial-box .trial-pc .trial-text_price {
  top: -5px;
}

#trial-box .trial-pc .trial-text {
  font-size: 2.4em;
  margin: 0 3px;
}

html[lang=en] #trial-box .trial-pc .trial-text {
  margin: 0 5px;
}

#trial-box .trial-mb {
  display: block;
}

@media (min-width: 736px) {
  #trial-box .trial-mb {
    display: none;
  }
}

#trial-box .trial-mb .trial-text_en,
#trial-box .trial-mb .trial-text_ja {
  width: 50%;
}

#trial-box .trial-mb .trial-text_en {
  bottom: 4em;
  font-size: 1em;
}

@media (max-width: 320px) {
  #trial-box .trial-mb .trial-text_en {
    bottom: 3em;
    font-size: 0.8em;
  }
}

@media (min-width: 321px) and (max-width: 479px) {
  #trial-box .trial-mb .trial-text_en {
    font-size: 0.8em;
    bottom: 3.5em;
  }
}

@media (min-width: 480px) {
  #trial-box .trial-mb .trial-text_en {
    font-size: 2.2vw;
  }
}

@media (min-width: 540px) {
  #trial-box .trial-mb .trial-text_en {
    bottom: 4em;
  }
}

@media (min-width: 630px) {
  #trial-box .trial-mb .trial-text_en {
    bottom: 4.5em;
  }
}

#trial-box .trial-mb .trial-text_ja {
  bottom: 0.5em;
  font-size: 1.4em;
}

@media (max-width: 320px) {
  #trial-box .trial-mb .trial-text_ja {
    font-size: 1.3em;
  }
}

@media (min-width: 376px) {
  #trial-box .trial-mb .trial-text_ja {
    bottom: 0.5em;
  }
}

@media (min-width: 414px) {
  #trial-box .trial-mb .trial-text_ja {
    font-size: 1.5em;
    bottom: 0.5em;
  }
}

@media (min-width: 480px) {
  #trial-box .trial-mb .trial-text_ja {
    bottom: 0.5em;
    font-size: 4.2vw;
  }
}

@media (min-width: 540px) {
  #trial-box .trial-mb .trial-text_ja {
    bottom: 0.6em;
  }
}

@media (min-width: 630px) {
  #trial-box .trial-mb .trial-text_ja {
    bottom: 0.8em;
  }
}

#trial-box .trial-mb .trial-text_price {
  position: absolute;
  right: 0;
  width: 35%;
  text-align: left;
  line-height: 1.4;
}

html[lang=en] #trial-box .trial-mb .trial-text_price {
  width: 36%;
}

@media (max-width: 320px) {
  #trial-box .trial-mb .trial-text_price {
    font-size: 0.8em;
  }
}

@media (max-width: 480px) {
  #trial-box .trial-mb .trial-text_price {
    font-size: 2vw;
    line-height: 1.3;
  }
}

#trial-box .trial-mb .trial-text {
  font-size: 5.4vw;
}

html[lang=en] #trial-box .trial-mb .trial-text {
  margin: 0 3px 0 0;
  font-size: 4.4vw;
}

#trial-box.open {
  opacity: 1;
  height: auto;
  margin-bottom: 30px;
}

.hidden-box {
  overflow: hidden;
  background-color: rgba(136, 136, 136, 0.1);
  opacity: 0;
  height: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 0.57, 0.55, 1);
  transition-timing-function: cubic-bezier(0, 0.57, 0.55, 1);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.hidden-box.open {
  margin-top: 10px;
  opacity: 1;
  height: auto;
  padding: 10px;
}

@media (min-width: 768px) {
  .hidden-box.open {
    padding: 20px;
  }
}

.hidden-box .form-group input {
  background-color: #0F1110;
  border-color: #889188;
}

.hidden-box .form-group input.error {
  background-color: #0F1110;
}

.hidden-box .form-group .select-wrapper select {
  background-color: #0F1110;
}

.suggest-email-area {
  position: absolute;
  border: #ccc 1px solid;
  display: none;
}

.suggest-email-area>li {
  padding: 15px;
  display: block;
  background-color: #fbfbfb;
  font-size: 0.95em;
  cursor: pointer;
  color: #070907;
  font-weight: bold;
  border-bottom: 1px dotted #cccccc;
}

.suggest-email-area>li:hover,
.suggest-email-area>li.is-selected {
  background-color: #66aa33;
  color: #fefffe;
}

.line-connection-complete-message {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

.line-connection-complete-image {
  background-position: center;
  color: #fefffe;
  font-size: 1.5em;
}

.line-connection-complete-image>img {
  width: 100%;
  max-width: 238px;
  display: block;
  margin: 0 auto 50px;
}

.line-connection-complete-button {
  margin: 0 auto 100px;
  font-size: 1em;
  max-width: 400px;
}

.bg_masthead {
  color: #fefffe;
  background-image:
    /*savepage-url=https://www.hulu.jp/images/gen/masthead/masthead_bg_2000.jpg*/
    url();
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 30px 15px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .bg_masthead {
    padding: 60px 20px 170px;
    min-height: 25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bg_masthead:not(.bundle)::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 110%;
    height: 70px;
    background-color: #0F1110;
    border-radius: 50%;
    margin-left: -55%;
  }
}

.bg_masthead.bg_store {
  background-image:
    /*savepage-url=/assets/bg_masthead_store-7b4a4da6e532d1f6603406810f37b48b8a4cbf724d6e08390235cf4067217317.png*/
    url();
}

.bg_masthead.gls_bg {
  background-image:
    /*savepage-url=/assets/bg_masthead_gls-262f29d00c78a3b83ddb2ccc528739236e063b929ebb58d9eba110d289cb254e.png*/
    url();
}

@media (min-width: 800px) {
  .bg_masthead.gls_bg .visible-gls-title {
    display: none;
  }
}

@media (max-width: 800px) {
  .bg_masthead.gls_bg h2 {
    line-height: 1.3;
  }
}

.bg_masthead.bundle.disneyplus {
  padding: 65.1162790698% 0 0;
  background-image:
    /*savepage-url=/assets/bundle/disneyplus/bg_masthead_disneyplus_mb-1dfdcf1d8ca9babc16e413fdd95d16cb15f3deadd020ebc1c6865b8ce0bddaae.jpg*/
    url();
}

@media (min-width: 768px) {
  .bg_masthead.bundle.disneyplus {
    padding: 31.25% 0 0;
    background-image:
      /*savepage-url=/assets/bundle/disneyplus/bg_masthead_disneyplus-2c3a13bd8a2c152ab06bc34b55ea53968b43fb661cedb4cd05c7077226fdb670.jpg*/
      url();
  }
}

.bg_masthead.st {
  z-index: 3;
  padding: 0;
  background-image: none;
}

.bg_masthead.st::after {
  display: none;
}

.bg_masthead.st>img {
  max-width: 1040px;
  display: block;
  width: 100%;
}

.bg_masthead.st+.content-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.bg_masthead.st+.content-wrapper .form-content>h3 {
  font-size: 24px;
  color: #2FBA27;
}

.bg_masthead h2 {
  font-size: 1.75em;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .bg_masthead h2 {
    font-size: 3.125em;
  }
}

@media (min-width: 768px) {
  .bg_masthead h2>br {
    display: none;
  }
}

.bg_masthead h2+* {
  margin-top: 20px;
}

.bg_masthead h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .bg_masthead h3 {
    font-size: 2em;
  }
}

.bg_masthead p {
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
}

@media (min-width: 768px) {
  .bg_masthead p {
    font-size: 1.625em;
  }
}

.bg_masthead .campaign-img {
  max-width: 652px;
  width: 100%;
  height: auto;
}

.bg_masthead .campaign-img-en {
  max-width: 796px;
  width: 100%;
  height: auto;
}

.bg_masthead.full-window {
  padding: 100px 20px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

.bg_masthead.full-window p {
  font-size: 1em;
}

.bg_masthead.full-window a {
  display: block;
  margin-top: 30px;
}

.bg_masthead.full-window::after {
  display: none;
}

.bg_masthead.campaign {
  background-image: none;
  background-color: #fefffe;
}

@media (min-width: 768px) {
  .bg_masthead.campaign {
    padding-bottom: 60px;
  }
}

.bg_masthead.campaign::after {
  display: none;
}

.bg_masthead.campaign .campaign_inner {
  max-width: 1300px;
  margin: auto;
}

.bg_masthead.campaign .campaign_inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.bg_masthead.campaign .campaign_inner .campaign_header {
  color: #2FBA27;
}

@media (max-width: 767px) {
  .bg_masthead.campaign .campaign_inner .campaign_header {
    margin: auto;
    max-width: 400px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .bg_masthead.campaign .campaign_inner .campaign_header {
    float: left;
    width: 48%;
    text-align: left;
  }
}

.bg_masthead.campaign .campaign_inner .campaign_header h2 {
  margin: 0 auto 30px auto;
}

@media (max-width: 767px) {
  .bg_masthead.campaign .campaign_inner .campaign_header h2 {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .bg_masthead.campaign .campaign_inner .campaign_header h2 {
    width: 78%;
  }
}

.bg_masthead.campaign .campaign_inner .campaign_header h2>img {
  width: 100%;
}

.bg_masthead.campaign .campaign_inner .campaign_header h3 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: normal;
  font-size: 1.85em;
}

@media (min-width: 768px) {
  .bg_masthead.campaign .campaign_inner .campaign_header h3 {
    font-size: 2em;
  }
}

.bg_masthead.campaign .campaign_inner .campaign_header p {
  font-size: 0.875em;
  font-weight: normal;
}

.bg_masthead.campaign .campaign_inner .campaign_header .campaign_nav {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .bg_masthead.campaign .campaign_inner .campaign_img {
    margin: 0 auto 20px;
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .bg_masthead.campaign .campaign_inner .campaign_img {
    float: right;
    width: 50%;
  }
}

.bg_masthead.campaign .campaign_inner .campaign_img>img {
  width: 100%;
}

.bg_masthead.campaign .campaign_inner .campaign_nav {
  clear: both;
}

.bg_masthead+footer {
  margin-top: 0;
}

.bg_masthead:not(.bundle)+.content-wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .bg_masthead:not(.bundle)+.content-wrapper {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .bg_masthead:not(.bundle)+.content-wrapper {
    margin-top: -170px;
  }
}

.bg_masthead+.content-wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .bg_masthead+.content-wrapper {
    min-height: calc(100vh - 820px);
  }
}

@media (min-width: 768px) {
  .bg_masthead+.content-wrapper {
    min-height: calc(100vh - 308px);
  }
}

.bg_masthead+.content-wrapper .bundle-title {
  margin-bottom: 40px;
  margin-left: 4%;
  margin-right: 4%;
}

@media (max-width: 480px) {
  .bg_masthead+.content-wrapper .bundle-title {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .bg_masthead+.content-wrapper .bundle-title {
    margin-bottom: 60px;
  }
}

.bg_masthead+.content-wrapper .bundle-title>h2 {
  font-size: 20px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .bg_masthead+.content-wrapper .bundle-title>h2 {
    font-size: 24px;
  }
}

.bg_masthead+.content-wrapper .bundle-title>p {
  font-size: 12px;
  color: #889188;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .bg_masthead+.content-wrapper .form-header.white-text {
    color: #070907;
  }
}

.bg_masthead.campaign+.content-wrapper {
  margin-top: 0;
}

@media (min-width: 768px) {
  .campaign-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.campaign-table .form-content h3 {
  font-size: 1.7em;
}

@media (min-width: 768px) {
  .campaign-table .form-button {
    margin: 0;
  }
}

.button-message {
  display: none;
}

.account-table {
  font-size: 0.875em;
}

.account-table tbody tr:not(:last-child) td:nth-of-type(2) {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .account-table tbody tr:not(:last-child) td {
    padding-bottom: 10px;
  }
}

.account-table tbody tr td:first-child {
  font-weight: bold;
}

@media (min-width: 768px) {
  .account-table tbody tr td:first-child {
    width: 260px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .account-table tbody tr td {
    display: block;
  }
}

.thanks-content .account-table dt {
  font-weight: normal;
}

.thanks-content .account-table dd {
  font-weight: bold;
  border-bottom: none;
}

.partner-steps {
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: self-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .partner-steps {
    font-size: 0.95em;
  }
}

.partner-steps .partner-steps__step1,
.partner-steps .partner-steps__step2,
.partner-steps .partner-steps__step3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.partner-steps .partner-steps__step1>h4,
.partner-steps .partner-steps__step2>h4,
.partner-steps .partner-steps__step3>h4 {
  color: #fefffe;
  padding: 7px;
  position: relative;
}

.partner-steps .partner-steps__step1>h4:after,
.partner-steps .partner-steps__step2>h4:after,
.partner-steps .partner-steps__step3>h4:after {
  content: " ";
  position: absolute;
  top: 8px;
  right: -13.5px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left-width: 7px;
  border-left-style: solid;
}

@media (min-width: 768px) {

  .partner-steps .partner-steps__step1>h4:after,
  .partner-steps .partner-steps__step2>h4:after,
  .partner-steps .partner-steps__step3>h4:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left-width: 10px;
    top: 5px;
    right: -28px;
  }
}

.partner-steps .partner-steps__step1>p,
.partner-steps .partner-steps__step2>p,
.partner-steps .partner-steps__step3>p {
  background-position: center 10px;
  background-size: 60px;
  background-repeat: no-repeat;
  padding-top: 56px;
}

@media (min-width: 768px) {

  .partner-steps .partner-steps__step1>p,
  .partner-steps .partner-steps__step2>p,
  .partner-steps .partner-steps__step3>p {
    background-size: 120px;
    padding-top: 100px;
  }
}

.partner-steps .partner-steps__step1 {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .partner-steps .partner-steps__step1 {
    margin-right: 40px;
  }
}

.partner-steps .partner-steps__step1 h4 {
  background-color: #2FBA27;
}

.partner-steps .partner-steps__step1 h4::after {
  border-left-color: #2FBA27;
}

.partner-steps .partner-steps__step1>p {
  color: #2FBA27;
  font-weight: bold;
  background-image:
    /*savepage-url=/assets/icon_step1-891182fd767cc827eaad9959007379b7a7c36e8320d46875955d93f0bfaebc45.svg*/
    url();
}

.partner-steps .partner-steps__step2 {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .partner-steps .partner-steps__step2 {
    margin-right: 40px;
  }
}

.partner-steps .partner-steps__step2 h4 {
  background-color: #2FBA27;
}

.partner-steps .partner-steps__step2 h4::after {
  border-left-color: #2FBA27;
}

.partner-steps .partner-steps__step2>p {
  color: #2FBA27;
  font-weight: bold;
  background-image:
    /*savepage-url=/assets/icon_step2-e2797799af75f7a40f7ae52e9599e49cce80cebb84e2f873375a78cf91931075.svg*/
    url();
}

.partner-steps .partner-steps__step3 h4 {
  background-color: #889188;
}

.partner-steps .partner-steps__step3 h4::after {
  display: none;
}

.partner-steps .partner-steps__step3>p {
  background-image:
    /*savepage-url=/assets/icon_step3-12c6ab1cb542692afafb00a1064d0a29f00e3a8a91b1946cc53888b356e84700.svg*/
    url();
}

.campaign_step li {
  width: 100%;
  position: relative;
}

.campaign_step li:not(:last-child) {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .campaign_step li:not(:last-child) {
    padding-bottom: 80px;
  }
}

.campaign_step li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 14px;
  border-top-style: solid;
  border-top-color: #2FBA27;
  margin-left: -14px;
}

@media (min-width: 768px) {
  .campaign_step li:not(:last-child)::after {
    bottom: 30px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top-width: 20px;
    margin-left: -20px;
  }
}

.campaign_step li>img {
  width: 100%;
}

.campaign_step li .step-text {
  margin-top: 2px;
}

@media (min-width: 768px) {
  .campaign_step li .step-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
}

.campaign_step li .step-text>h4 {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 3px;
  color: #fefffe;
  background: #2FBA27;
  padding: 7px;
}

@media (min-width: 768px) {
  .campaign_step li .step-text>h4 {
    margin-bottom: 0;
    margin-right: 13px;
    font-size: 1.25em;
    padding: 10px;
  }
}

@media (min-width: 414px) {
  .parental-control-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .parental-control-flex .form-group .input-number-wrapper,
  .parental-control-flex .form-group .form-label {
    width: 192px;
    margin-left: auto;
    margin-right: auto;
  }
}

.payment-box+.payment-box {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px rgba(136, 145, 136, 0.5) dotted;
}

@media (min-width: 768px) {
  .payment-box+.payment-box {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.payment-box .bg-inner {
  background-color: #1E201D;
  padding: 1rem;
  font-size: 0.85em;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .payment-box .bg-inner {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .payment-box .payment-box-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}

.payment-box .payment-box-inner .payment-wrapper img {
  vertical-align: middle;
}

.payment-box .payment-box-inner .payment-wrapper>span {
  margin-top: 5px;
}

.payment-box .payment-box-inner .right-wrap a,
.payment-box .payment-box-inner .right-wrap p {
  display: inline-block;
  font-size: 0.875em;
}

@media (max-width: 767px) {

  .payment-box .payment-box-inner .right-wrap a,
  .payment-box .payment-box-inner .right-wrap p {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .payment-box .payment-box-inner .right-wrap a+p {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .payment-box .payment-box-inner .right-wrap p {
    display: block;
  }
}

.point-contents {
  text-align: center;
}

.point-contents .current-point-block {
  font-weight: bold;
  margin-bottom: 8px;
}

.point-contents .current-point-block .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.point-contents .current-point-block .p-mark {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.point-contents .current-point-block .point {
  font-size: 1.24em;
  text-align: left;
  margin-left: 10px;
}

#widget .widget-container {
  z-index: 3;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}

.loader {
  color: #2FBA27;
  font-size: 5px;
  text-indent: -99999em;
  margin: 20px auto;
  position: relative;
  width: 50px;
  height: 50px;
  box-shadow: inset 0 0 0 5px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:last-child {
  margin-bottom: 0;
}

.loader:before,
.loader:after {
  position: absolute;
  content: "";
}

.loader:before {
  width: 26px;
  height: 52px;
  background: #0F1110;
  border-radius: 52px 0 0 52px;
  top: -1px;
  left: -1px;
  -webkit-transform-origin: 26px 26px;
  transform-origin: 26px 26px;
  -webkit-animation: load2 2s infinite ease -0.5s;
  animation: load2 2s infinite ease -0.5s;
}

.loader:after {
  width: 26px;
  height: 52px;
  background: #0F1110;
  border-radius: 0 52px 52px 0;
  top: -1px;
  left: 25px;
  -webkit-transform-origin: 0px 50px;
  transform-origin: 0px 26px;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.accordion-box {
  border-top: 1px rgba(136, 145, 136, 0.5) solid;
  margin-top: 1em;
}

.accordion-box__item {
  border-bottom: 1px rgba(136, 145, 136, 0.5) solid;
}

.accordion-box__item.not-open .yellow-text {
  color: #fefffe;
}

.accordion-box__item.not-open .accordion-box__item__title {
  opacity: 0.3;
  cursor: auto;
}

.accordion-box__item__title {
  font-weight: bold;
  padding: 1em 3em 1em 0;
  position: relative;
  cursor: pointer;
}

.accordion-box__item__title:hover {
  opacity: 0.6;
}

.accordion-box__item__title::after {
  content: "";
  background-image:
    /*savepage-url=/assets/arrow-a1c424cc6f4e3e664aaa52ad3494f7001b802de1b20998932bf64e2f476edfe4.png*/
    url();
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 1em;
  top: 0;
  transition: transform 300ms 0s ease;
}

.accordion-box__item__title .notes {
  position: relative;
}

.accordion-box__item__title .notes::after {
  content: "※";
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
}

.accordion-box__item__title .yellow-text {
  color: #ffe200;
}

.accordion-box__item__box {
  transition: all 300ms 0s ease;
  overflow: hidden;
  height: 0;
  opacity: 0;
}

.accordion-box__item__box img {
  display: block;
  width: 100%;
}

.accordion-box__item .accordion-box__item__title.open::after {
  transform: rotate(-180deg);
}

.accordion-box__item .accordion-box__item__title.open+.accordion-box__item__box {
  height: auto;
  padding-bottom: 1em;
  opacity: 1;
}

.license-code {
  width: 210px;
  margin: auto;
}

@media (min-width: 768px) {
  .license-code {
    width: 240px;
  }
}

.license-code>p {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
}

.license-code>p span:first-child::after {
  content: "ー";
  color: rgba(136, 145, 136, 0.5);
  margin: 0 10px;
  font-size: 0.6em;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 29px;
}

.is-modal-opened {
  overflow: hidden;
}

.is-modal-opened.is-ios-modal {
  position: fixed;
  left: 0;
  right: 0;
}

.modal-wrapper {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  overflow-y: auto;
  padding: 30px 10px;
  z-index: 100;
}

.modal-wrapper .modal-table {
  padding: 40px;
  background-color: #0F1110;
  margin: auto;
  max-width: 536px;
  min-width: 300px;
  text-align: center;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .modal-wrapper .modal-table {
    padding: 1.5em;
  }
}

.modal-wrapper .modal-table .error-img {
  width: 100px;
  height: auto;
  margin: 0 auto 20px;
}

.modal-wrapper .modal-table .title {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #2FBA27;
}

.modal-wrapper .modal-table .text {
  font-size: 0.875em;
  text-align: left;
}

.modal-wrapper .modal-table .form-content {
  text-align: left;
}

.modal-wrapper .modal-table .form-group .checkbox-input.text-center .checkbox-parts {
  margin: auto;
}

.modal-wrapper .modal-table .modal-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.modal-wrapper .modal-table .modal-button>form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.modal-wrapper .modal-table .modal-button .button {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 24px;
}

@media (max-width: 480px) {
  .modal-wrapper .modal-table .modal-button .button {
    padding: 9px 12px;
  }
}

.modal-wrapper .modal-table .modal-button .button+.button {
  margin-left: 25px;
}

@media (max-width: 480px) {
  .modal-wrapper .modal-table .modal-button .button+.button {
    margin-left: 10px;
  }
}

.modal-wrapper .modal-table .modal-button+.button {
  margin-left: 10px;
}

.modal-wrapper .modal-table ul:not(.profile-icon-list) {
  margin-top: 10px;
}

.modal-wrapper .modal-table ul:not(.profile-icon-list) li {
  display: block;
  padding-left: 10px;
  position: relative;
}

.modal-wrapper .modal-table ul:not(.profile-icon-list) li::before {
  content: "-";
  color: #889188;
  position: absolute;
  left: 0;
}

.modal-wrapper .modal-table .form-content .form-group .checkbox-input {
  display: inline-block;
}

.slideout {
  animation: slideOut 0.3s;
  animation-fill-mode: both;
}

.slideout>* {
  display: none;
}

@keyframes slideOut {
  0% {
    height: auto;
  }

  100% {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@keyframes notification-animation {
  0% {
    width: 100%;
  }

  100% {
    width: 0%;
  }
}

.notification {
  opacity: 0;
  position: fixed;
  top: 20px;
  right: -700px;
  z-index: 1000;
  background-color: #1E201D;
  color: #fefffe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 90vw;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  transition: right 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  min-height: 3em;
  -webkit-animation-duration: 0.33s;
  -moz-animation-duration: 0.33s;
  -o-animation-duration: 0.33s;
  animation-duration: 0.33s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  border-radius: 4px;
}

@media (min-width: 480px) {
  .notification {
    max-width: 80vw;
  }
}

@media (min-width: 767px) {
  .notification {
    max-width: 45em;
  }
}

.notification::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  animation-name: notification-animation;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  background-color: #2FBA27;
}

.notification.show {
  opacity: 1 !important;
}

.notification p {
  font-weight: 600;
  margin: 0;
  padding: 0.8em 1.5em 0.8em 1.5em;
}

.notification-table {
  background-color: #070907;
  padding: 0 15px;
  text-align: center;
}

.notification-table p+p {
  margin-top: 5px;
}

.notification-table>.button {
  margin-top: 15px;
}

.notification-table p:first-child {
  padding-top: 15px;
}

.notification-table p:last-child {
  padding-bottom: 15px;
}

.notification-table .button:last-child {
  margin-bottom: 15px;
}

.service-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.15rem;
  box-sizing: border-box;
  border: 1px #ff8800 solid;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .service-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.service-info img {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 1rem;
}

.service-info>span {
  color: #ff8800;
  font-weight: bold;
  display: block;
}

.service-info__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-info__inner img {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 1rem;
}

.service-info__inner span {
  display: block;
}

.service-info__inner>span {
  color: #ff8800;
  font-weight: bold;
  text-align: left;
}

.service-info__inner>span>.sub-text {
  color: #fefffe;
  font-weight: normal;
}

.service-info .button {
  margin-left: 3rem;
  min-width: 190px;
}

@media (max-width: 767px) {
  .service-info .button {
    margin: 1rem auto 0;
  }
}

*+.service-info {
  margin-top: 20px;
}

.form-label+.service-info {
  margin-top: 10px;
}

.content-wrapper>.service-info {
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .content-wrapper>.service-info {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.tabbable {
  background-color: #0F1110;
  border-top: 1px rgba(136, 145, 136, 0.5) solid;
  border-bottom: 1px rgba(136, 145, 136, 0.5) solid;
  margin-left: 4%;
  margin-right: 4%;
}

@media only screen and (max-width: 480px) {
  .tabbable {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 481px) {
  .tabbable {
    border: 1px rgba(136, 145, 136, 0.5) solid;
    border-radius: 4px;
  }
}

.tabbable .tab-list {
  padding: 16px 15px 16px;
}

@media (min-width: 730px) {
  .tabbable .tab-list {
    padding: 20px 0;
    width: 22%;
  }
}

@media (max-width: 729px) {
  .tabbable .tab-list>li {
    width: calc(50% - 5px);
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .tabbable .tab-list>li:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media (min-width: 730px) {
  .tabbable .tab-list>li {
    display: block;
  }

  .tabbable .tab-list>li:hover {
    background-color: rgba(136, 145, 136, 0.5);
  }
}

.tabbable .tab-list>li:hover>div,
.tabbable .tab-list>li:hover>a {
  opacity: 0.7;
}

.tabbable .tab-list>li.is-active {
  position: relative;
}

@media (max-width: 729px) {
  .tabbable .tab-list>li.is-active {
    border-bottom: 2px #2FBA27 solid;
  }

  .tabbable .tab-list>li.is-active:before {
    content: "";
    position: absolute;
    border-top: 5px solid transparent;
    border-left: 5px solid #2FBA27;
    border-bottom: 5px solid transparent;
    left: 0;
    top: 50%;
    margin-top: -7px;
  }
}

@media (min-width: 730px) {
  .tabbable .tab-list>li.is-active {
    background-color: rgba(136, 145, 136, 0.5);
  }

  .tabbable .tab-list>li.is-active:before {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-right: 10px solid #555;
    border-bottom: 10px solid transparent;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }

  .tabbable .tab-list>li.is-active:after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-right: 10px solid #0F1110;
    border-bottom: 10px solid transparent;
    right: -1px;
    top: 50%;
    margin-top: -10px;
  }
}

@media (min-width: 730px) {
  .tabbable .tab-list>li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.tabbable .tab-list>li div,
.tabbable .tab-list>li a {
  display: block;
  color: #fefffe;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: bold;
  cursor: pointer;
}

.tabbable .tab-list>li div:focus,
.tabbable .tab-list>li a:focus {
  background-color: rgba(255, 255, 255, 0.05);
}

@media (min-width: 730px) {

  .tabbable .tab-list>li div,
  .tabbable .tab-list>li a {
    padding: 10px 20px;
  }
}

.tabbable .tab-list>li div img,
.tabbable .tab-list>li a img {
  width: auto;
  height: 16px;
  vertical-align: middle;
}

@media (min-width: 730px) {

  .tabbable .tab-list>li div img,
  .tabbable .tab-list>li a img {
    height: 18px;
  }
}

.tabbable .tab-list>li div img.logo-gls,
.tabbable .tab-list>li a img.logo-gls {
  height: 24px;
}

@media (min-width: 730px) {

  .tabbable .tab-list>li div img.logo-gls,
  .tabbable .tab-list>li a img.logo-gls {
    height: 25px;
  }
}

.tabbable .tab-content {
  padding: 15px;
  border-top: 1px rgba(136, 145, 136, 0.5) solid;
}

@media (min-width: 730px) {
  .tabbable .tab-content {
    min-height: 400px;
    width: 78%;
    padding: 30px;
    border-top: none;
    border-left: 1px rgba(136, 145, 136, 0.5) solid;
  }
}

.tabbable .tab-content .tab-link li a {
  width: 30%;
}

.tabbable .tab-content .tab-link li a img {
  width: 100%;
}

.tabbable.switch_table .tab-content .profile-list {
  display: none;
}

.tabbable.switch_table .tab-content .profile-list.active {
  display: block;
}

@media (min-width: 730px) {
  .tabbable-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

.tabbable-num {
  border-top: 1px rgba(136, 145, 136, 0.5) solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 0.75em;
}

@media (min-width: 730px) {
  .tabbable-num {
    padding: 10px 30px;
  }
}

.tabbable+* {
  margin-top: 20px;
}

.form-content>.tabbable-num {
  padding-bottom: 0;
  margin: 15px -15px -5px;
}

@media (min-width: 481px) {
  .form-content>.tabbable-num {
    margin: 15px -25px -15px;
  }
}

@media (min-width: 768px) {
  .form-content>.tabbable-num {
    margin: 20px -30px -20px;
  }
}

table.table {
  width: 100%;
  font-size: 0.875em;
  border-collapse: separate;
}

@media (max-width: 729px) {
  table.table thead {
    display: none;
  }
}

table.table thead tr th {
  text-align: left;
  padding: 0 5px 10px;
  border-bottom: 1px rgba(136, 145, 136, 0.5) solid;
}

table.table thead tr th:first-child {
  padding-left: 0;
}

table.table thead tr th:last-child {
  padding-right: 0;
}

table.table thead tr th.date {
  width: 30%;
}

table.table thead tr th.name {
  width: 40%;
}

table.table thead tr th.price {
  width: 30%;
}

@media (max-width: 729px) {
  table.table tbody tr {
    display: block;
  }

  table.table tbody tr:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 729px) {
  table.table tbody tr:not(:last-child) {
    border-bottom: 1px rgba(136, 145, 136, 0.5) dotted;
  }

  table.table tbody tr:last-child {
    border-bottom: 1px rgba(136, 145, 136, 0.5) solid;
    padding-bottom: 20px;
  }
}

@media (min-width: 730px) {
  table.table tbody tr:not(:last-child) td {
    border-bottom: 1px rgba(136, 145, 136, 0.5) dotted;
  }
}

table.table tbody tr td {
  padding: 10px 5px;
  vertical-align: middle;
}

table.table tbody tr td:first-child {
  padding-left: 0;
}

table.table tbody tr td:last-child {
  padding-right: 0;
}

table.table tbody tr td p+p {
  margin-top: 0;
}

table.table tbody tr td p.title {
  font-size: 1em;
}

@media (min-width: 730px) {
  table.table tbody tr td p>.small-text:not(.inlineblock) {
    display: block;
  }

  table.table tbody tr td .mb-visible {
    display: none;
  }
}

@media (max-width: 729px) {
  table.table tbody tr td {
    display: block;
    padding: 0;
    font-weight: bold;
  }

  table.table tbody tr td span.mb-title {
    font-weight: normal;
  }

  table.table tbody tr td:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media (min-width: 730px) {
  table.table tbody tr td {
    font-weight: normal;
  }
}

table.table tbody tr td .payment-wrapper>span {
  display: block;
}

@media (min-width: 730px) {
  table.table tbody tr:first-child td {
    padding-top: 15px;
  }
}

table.table.ticket-table thead tr th.date {
  width: 30%;
}

table.table.ticket-table thead tr th.code {
  width: 30%;
}

table.table.ticket-table thead tr th.term {
  width: 40%;
}

table.table.tvod-table thead tr th.date,
table.table.svod-table thead tr th.date,
table.table.addon-table thead tr th.date {
  width: 28%;
}

table.table.tvod-table thead tr th.name,
table.table.svod-table thead tr th.name,
table.table.addon-table thead tr th.name {
  width: 37%;
}

table.table.tvod-table thead tr th.payment,
table.table.svod-table thead tr th.payment,
table.table.addon-table thead tr th.payment {
  width: 35%;
}

table.table.tvod-table tbody tr td.payment .label,
table.table.svod-table tbody tr td.payment .label,
table.table.addon-table tbody tr td.payment .label {
  font-size: 0.96em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

table.table.tvod-table tbody tr td.payment .label>.p-mark,
table.table.svod-table tbody tr td.payment .label>.p-mark,
table.table.addon-table tbody tr td.payment .label>.p-mark {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 0.4em;
}

table.table+*:not(.tabbable-num) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px rgba(136, 145, 136, 0.5) solid;
}

.pagenation {
  margin-top: 15px;
}

@media (min-width: 730px) {
  .pagenation {
    margin-top: 20px;
  }
}

.pagenation button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px #2FBA27 solid;
  cursor: pointer;
}

.pagenation button::before {
  content: "";
  background-image:
    /*savepage-url=/assets/link-arrow-4e1c6d16898d70b467aa4f930f20a7003c860e425861bdcdcea0becc8536a70b.png*/
    var(--savepage-url-11);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 8px;
  height: 14px;
  display: block;
  margin: auto;
}

.pagenation button.focus,
.pagenation button:focus {
  border-color: #2FBA27;
  box-shadow: 0 0 4px #2FBA27;
}

.pagenation button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.2;
  border: 1px solid #1E201D;
}

.pagenation button.disabled::before {
  background-image:
    /*savepage-url=/assets/link-arrow-disabled-c47068ee2c91d21a3a4c8c88531773961e5da8ebfdf814f78e069e63d2304858.png*/
    url();
}

.pagenation button:hover {
  opacity: 0.8;
}

.pagenation button.prev {
  float: left;
}

.pagenation button.prev::before {
  transform: rotate(180deg);
}

.pagenation button.next {
  float: right;
}

.device-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1em -1em -3em;
}

.device-list .device-item {
  width: 50%;
  text-align: center;
  padding: 1em 1em 3em;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .device-list .device-item {
    width: 33.3333333333%;
  }
}

.device-list .device-item .device-inner {
  position: relative;
  height: 100%;
  padding-bottom: 2.5em;
}

.device-list .device-item .device-inner .icon-wrapper {
  max-width: 100px;
  max-height: 100px;
  margin: auto;
}

.device-list .device-item .device-inner .icon-wrapper .icon-device {
  width: 100%;
  display: block;
}

.device-list .device-item .device-inner .device {
  margin: 1em 0 0;
  font-weight: bold;
}

.device-list .device-item .device-inner .device-name {
  margin: 0 0 1em;
  color: #889188;
}

.device-list .device-item .device-inner .button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.device-list.no-result {
  display: block;
  margin: auto;
  text-align: center;
}

.device-list.no-result .add_device {
  width: 150px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.device-list.no-result p {
  margin-bottom: 1.5em;
}
