@charset "UTF-8";

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

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;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

/*==========================================
 font
===========================================*/
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "TBSGothic";
  src: url("/common-static/font/2e0869c1-da33-42ae-9828-55499bd42a69.otf") format("opentype");
  /*  font-display: swap;*/
}

@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: "TBSGothic";
  src: url("/common-static/font/044de588-d2c9-4010-86b0-1c026db099a2.otf") format("opentype");
  /*  font-display: swap;*/
}

html {
  font-weight: normal;
  font-size: 62.5%;
  font-family: "TBSGothic", sans-serif;
}

/* link */
a img {
  transition: .3s;
}

a:hover img {
  transform: scale(1.1);
}

/*==========================================
 body
===========================================*/
html {
  overflow: auto;
  background: #fff;
}

body {
  position: relative;
  display: flex;
  flex-flow: column;
  min-width: 1100px;
  min-height: 100vh;
  color: #3b3f4a;
  font-size: 1.6rem;

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

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

main {
  flex: 1;
  width: 100%;
}

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

a {
  color: #0050ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .spblock {
    display: block;
  }
}

.title1 {
  margin-bottom: 32px;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
}

.title2 {
  margin-bottom: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

.txt {
  font-size: 1.4rem;
}

.share .txt {
  margin-bottom: 40px;
}

hr {
  appearance: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}

.border {
  margin: 32px auto;
  height: 1px;
  border-top: 1px solid #e5e6e9;
}

.center {
  margin: 32px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

main {
  padding-top: 113px;
}

@media screen and (max-width: 767px) {
  .title1 {
    font-size: 2.2rem;
  }

  .title2 {
    font-size: 1.8rem;
  }
}

.error404 {
  margin-bottom: 16px;
  color: #0050ff;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
}

.error404-txt {
  margin-bottom: 32px;
  color: #0050ff;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .error404-txt {
    font-size: 1.8rem;
  }
}

.wrap {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wrap {
    max-width: 1000px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wrap {
    padding: 0 20px;
    max-width: 100%;
  }
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 73px;
  border-bottom: 1px solid #e5e6e9;
  background-color: #fff;
}

.header-logo {
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .header-logo {
    padding-left: 20px;
  }
}

.header-logo-r {
  padding-right: 24px;
}

@media screen and (max-width: 767px) {
  .header-logo-r {
    padding-right: 16px;
  }
}

.header-logo-r a:hover img {
  transform: none;
}

.header-logo-r img {
  max-height: 18px;
}

.header-logo span {
  margin-left: 8px;
  color: #81899c;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.6rem;
}

.header-logo a:hover img {
  transform: none;
}

.header-logo a img {
  max-height: 24px;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 1400px;
  height: 100%;
}

.menu-list {
  display: flex;
  margin: auto;
  margin-top: 76px;
  width: -moz-fit-content;
  width: fit-content;
}

.menu-list ul {
  margin-bottom: 40px;
}

.menu-subtitle {
  padding-bottom: 4px;
  color: #81899c;
  font-weight: 500;
  font-size: 1.4rem;
}

.menu-l {
  margin-right: 80px;
}

.menu-link {
  display: block;
  padding: 20px 0;
  padding-left: 8px;
  width: 363px;
  border-bottom: 1px solid #e5e6e9;
  background-image: url(../img/common/arrow-right-b.svg);
  background-position: right center;
  background-repeat: no-repeat;
  color: #3b3f4a;
  font-weight: 700;
  font-size: 1.4rem;
}

.menu-margin {
  margin-top: 20px;
}

.humberger {
  position: relative;
  z-index: 10;
  display: block;
  margin-left: auto;
  width: 104px;
  height: 72px;
  border: none;
  background-color: #fff;
}

.humberger.-active .humberger__line {
  background-color: transparent;
}

.humberger.-active .humberger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.humberger.-active .humberger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.humberger__line {
  position: absolute;
  top: 34px;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #0050ff;
  transition: .4s;
  transform: translateX(-50%);
}

.humberger__line:before,
.humberger__line:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0050ff;
  transition: inherit;
}

.humberger__line:before {
  top: -8px;
}

.humberger__line:after {
  top: 8px;
}

.humberger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.header__nav-area {
  position: fixed;
  top: 73px;
  left: 0;
  z-index: 9;
  visibility: hidden;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  background-color: #f9f9fc;
}

.header__nav-area.-active {
  visibility: visible;
}

.global-navigation {
  padding-bottom: 120px;
}

.global-navigation__list>li {
  padding-bottom: 20px;
  border-bottom: 2px solid #e7e9ee;
}

.global-navigation__list>li+li {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .humberger {
    width: 72px;
  }

  .menu-list {
    display: block;
    margin: auto;
    margin-top: 28px;
    width: 88%;
  }

  .menu-list ul {
    margin-bottom: 40px;
  }

  .menu-subtitle {
    padding-bottom: 4px;
    color: #81899c;
    font-weight: 500;
    font-size: 1.4rem;
  }

  .menu-l {
    margin-right: 0;
  }

  .menu-link {
    display: block;
    padding: 20px 0;
    padding-left: 8px;
    width: 100%;
    border-bottom: 1px solid #e5e6e9;
    background-image: url(../img/common/arrow-right-b.svg);
    background-position: right center;
    background-repeat: no-repeat;
    color: #3b3f4a;
    font-weight: 700;
    font-size: 1.4rem;
  }

  .menu-margin {
    margin-top: 20px;
  }
}

/*==========================================
   TBSチケットの時
  ===========================================*/
.footer {
  margin-top: 120px;
  padding: 48px 0 32px;
  background-color: rgba(235, 235, 245, .3);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 48px;
    text-align: center;
  }
}

.footer-logo img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(66%) saturate(5590%) hue-rotate(223deg) brightness(103%) contrast(108%);
}

.footer-copy {
  color: #81899c;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .footer-copy {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .footer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }
}

.footer-nav {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    text-align: center;
  }

  .footer-nav a {
    display: block;
    margin: 0 auto 12px;
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
    font-size: 1.2rem;
  }

  .footer-nav a:last-child {
    border-right: none;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav a {
    display: inline-block;
    border-right: 1px solid #81899c;
    color: #000;
    font-size: 1.2rem;
  }

  .footer-nav a:last-child {
    border-right: none;
  }
}

.footer-nav a {
  padding: 0 34px 0 20px;
  background-image: url(./img/common/open_in_new-d.svg);
  background-position: right 20px center;
  background-size: 12px;
  background-repeat: no-repeat;
}

::-moz-placeholder {
  color: #acacac;
}

::placeholder {
  color: #acacac;
}

.btn-01 {
  padding: 23px 0;
  max-width: 260px;
  width: 100%;
  border: 2px solid #0050ff;
  border-radius: 100px;
  background-color: #fff;
  background-image: url(../img/common/arrow-right-b.svg);
  background-position: right 16px center, center;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #0050ff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  transition: .3s;
}

.btn-01:hover {
  display: block;
  background-color: #f9f9fb;
  background-position: right 12px center;
  text-decoration: none;
}

.btn-02 {
  padding: 23px 0;
  max-width: 260px;
  width: 100%;
  border-radius: 100px;
  background-color: #0050ff;
  background-image: url(../img/common/arrow-right-w.svg);
  background-position: right 16px center, center;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  transition: .3s;
}

.btn-02:hover {
  background-position: right 12px center;
  text-decoration: none;
  filter: grayscale(30%);
}

@media screen and (max-width: 767px) {
  .btn-01 {
    display: block;
    margin: 24px auto;
    padding: 17px 0;
    width: 260px;
  }

  .btn-02 {
    display: block;
    margin: 24px auto;
    padding: 17px 0;
    width: 260px;
  }
}

.main-link {
  padding: 14px 34px;
  border-radius: 100px;
  background-color: #0050ff;
  background-image: url(../img/common/arrow-right-w.svg);
  background-position: right 16px center, center;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  transition: .3s;
}

.main-link:hover {
  background-position: right 12px center;
  text-decoration: none;
  filter: grayscale(.3);
}

@media screen and (max-width: 767px) {
  .main-link {
    padding: 10px 20px;
    background-position: right 4px center, center;
  }

  .main-link:hover {
    background-position: right 2px center;
  }
}

.btn {
  display: block;
  overflow: hidden;
  margin: 40px auto 0;
  padding: 23px 58px;
  min-width: 260px;
  max-width: 600px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  background-color: #0050ff;
  background-image: url(../img/common/arrow-right-w.svg);
  background-position: right 16px center, center;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  transition: .3s;
}

.btn:hover {
  background-position: right 12px center;
  text-decoration: none;
  filter: grayscale(30%);
}

.btn.white {
  box-sizing: border-box;
  margin: auto;
  padding: 23px 58px;
  border: 2px solid #0050ff;
  background-color: #fff;
  background-image: url(../img/common/arrow-right-b.svg);
  color: #0050ff;
}

.btn.white.back {
  margin: 24px auto 0;
  background-image: url(../img/common/arrow-left-b.svg);
  background-position: left 16px center, center;
}

.btn.white.back:hover {
  background-color: #f9f9fb;
  background-position: left 12px center;
  text-decoration: none;
}

.btn.back {
  box-sizing: border-box;
  background-image: url(../img/common/arrow-left-w.svg);
  background-position: left 16px center, center;
}

.btn.back:hover {
  background-position: left 12px center;
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 16px 24px;
    max-width: 270px;
    font-size: 1.6rem;
  }

  .btn.white {
    padding: 16px 0;
    font-size: 1.6rem;
  }

  .btn.second {
    margin-top: 24px;
  }
}

.second-link {
  position: relative;
  z-index: 0;
  display: block;
  padding-right: 24px;
  width: -moz-fit-content;
  width: fit-content;
  background-image: url(../img/common/arrow-right-b.svg);
  background-position: right 8px center, center;
  background-size: 16px;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: 1.4rem;
  transition: .3s;
}

.second-link.target {
  background-image: url(../img/common/open_in_new-b.svg);
  background-position: right 6px center, center;
}

.second-link:hover {
  background-position: right center;
}

.second-link.target:hover {
  background-position: right 6px center;
}

.second-link.checked {
  background-image: url(../img/common/arrow-right-g.svg);
  color: #81899c;
}

.txt-link {
  display: block;
  margin: 0 auto 24px;
  width: -moz-fit-content;
  width: fit-content;
  color: #3b3f4a;
  text-align: center;
  text-decoration: underline;
  font-size: 1.2rem;
}

.btn2 {
  display: block;
  overflow: hidden;
  margin: 40px auto;
  padding: 14px 40px;
  min-width: 260px;
  max-width: 600px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #0050ff;
  border-radius: 100px;
  background-color: #fff;
  background-image: url(../img/common/arrow-right-b.svg);
  background-position: right 16px center, center;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #0050ff;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .btn2 {
    margin: 40px auto 8px;
    padding: 11px 30px;
    max-width: 270px;
    background-size: 13px;
    white-space: normal;
    line-height: 1.3;
  }
}

.btn2:hover {
  background-color: #f9f9fb;
  background-position: right 12px center;
  text-decoration: none;
}

/*==========================================
 お知らせ
===========================================*/
.top-news {
  padding: 56px 0;
}

.top-news-sec {
  display: flex;
}

.top-news-all {
  margin: 40px 0;
}

.top-news-time {
  margin-right: 12px;
  color: #81899c;
  font-size: 1.2rem;
  line-height: 2;
}

.top-news-link {
  display: inline-flex;
  align-items: flex-start;
}

.top-news-link:hover {
  text-decoration: none;
}

.top-news-link:hover .top-news-item-txt {
  color: #0050ff;
  text-decoration: underline;
}

.top-news-item {
  padding: 20px 0;
  width: 775px;
  border-bottom: 1px solid #e5e6e9;
}

.top-news-item:last-child {
  border-bottom: none;
}

.top-news-item-tag {
  margin-right: 16px;
  padding: 6px 0;
  min-width: 84px;
  border-radius: 2px;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

.top-news-item-txt {
  color: #3b3f4a;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .top-news {
    position: relative;
    padding: 48px 0 112px;
  }

  .top-news-sec {
    display: block;
  }

  .top-news-all {
    position: absolute;
    bottom: 64px;
    left: 50%;
    display: block;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.4rem;
    transform: translateX(-50%);
  }

  .top-news-list {
    margin-top: 8px;
  }

  .top-news-link {
    flex-wrap: wrap;
  }

  .top-news-item {
    padding: 24px 0;
    width: 100%;
  }

  .top-news-item:last-child {
    border-bottom: 1px solid #e5e6e9;
  }

  .top-news-item-txt {
    margin-top: 12px;
  }
}

/*==========================================
   キャンペーン
  ===========================================*/
.top-campaign {
  margin: 64px auto;
}

.top-campaign-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 24px;
}

.top-campaign-link:hover .top-campaign-item-txt {
  color: #0050ff;
}

.top-campaign-item {
  width: 306px;
}

.top-campaign-item-title {
  overflow: hidden;
  width: 306px;
}

.top-campaign-item-txt {
  margin-top: 12px;
  color: #3b3f4a;
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .top-campaign {
    margin: 64px auto;
  }

  .top-campaign-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
  }

  .top-campaign-link:hover {
    text-decoration: none;
  }

  .top-campaign-item {
    width: 100%;
  }

  .top-campaign-item img {
    width: 100%;
  }

  .top-campaign-item-title {
    width: 100%;
  }

  .top-campaign-item-txt {
    margin-top: 12px;
    color: #3b3f4a;
    font-weight: 700;
    font-size: 1.4rem;
  }
}

/*==========================================
  必須・任意・要確認・確認済タグ
===========================================*/
.required {
  margin-left: 12px;
  padding: 3px 4px;
  border-radius: 2px;
  background-color: #ff3c1e;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

.any {
  margin-left: 12px;
  padding: 3px 4px;
  border: 1px solid #e5e6e9;
  border-radius: 2px;
  color: #81899c;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

.confirm,
.confirm2 {
  margin-right: 8px;
  padding: 5px 4px 5px 19px;
  border-radius: 2px;
  background-color: #ff3c1e;
  background-image: url(../../img/common/confirm.svg);
  background-position: left 4px center;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.confirm.checked,
.confirm2.checked {
  border: 1px solid #e5e6e9;
  background-color: #fff;
  background-image: url(../../img/common/checked.svg);
  color: #81899c;
}

.confirm.checked.still,
.confirm2.checked.still {
  background-image: url(../../img/common/error_icon_gray.svg);
}

.loginnow {
  margin-right: 8px;
  padding: 5px 4px;
  border: 1px solid #e5e6e9;
  border-radius: 2px;
  background-color: #fff;
  color: #81899c;
  font-size: 1.2rem;
  line-height: 1;
}

.loginnow.checked {
  border: 1px solid #0050ff;
  color: #0050ff;
}

.lock {
  padding: 5px 4px 5px 19px;
  border: 1px solid #0050ff;
  border-radius: 2px;
  background-color: #fff;
  background-image: url(../../img/common/lock.svg);
  background-position: left 4px center;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #0050ff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.lock.all {
  display: block;
  margin-bottom: 24px;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .lock.all {
    margin-left: 8px;
  }
}

.lock:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

/*==========================================
  フォーム
===========================================*/
.form-area {
  margin: auto;
  padding: 48px 64px;
  width: 728px;
  border-radius: 5px;
  background-color: rgba(235, 235, 245, .3019607843);
}

.form-set {
  justify-content: space-between;
  margin-bottom: 32px;
  width: 100%;
}


.form-set-area {
  width: calc(50% - 6px);
}

.form-memo {
  margin: 40px auto;
  width: -moz-fit-content;
  width: fit-content;
}

.form-memo-btn {
  margin: 20px auto;
  width: -moz-fit-content;
  width: fit-content;
}

.form-alert {
  margin: 40px auto;
  padding: 16px 16px 16px 44px;
  width: 100%;
  border: 1px solid #ff3c1e;
  border-radius: 5px;
  background-color: rgba(255, 60, 30, .0509803922);
  background-image: url(../../img/common/error_icon.svg);
  background-position: left 16px center;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #ff3c1e;
  font-size: 14px;
}

.form-check {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.form-check-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e6e9;
}

.form-check-title {
  font-weight: 700;
  font-size: 1.4rem;
}

.form-check-txt {
  font-size: 1.6rem;
}

.form-kiyaku {
  margin: 40px auto;
  width: -moz-fit-content;
  width: fit-content;
}

.form-quit {
  margin: 40px auto 24px;
  padding: 24px;
  border-radius: 5px;
  background-color: #fff;
}

.form-quit-title {
  margin-bottom: 24px;
  text-align: center;
}

.form-quit-list {
  list-style-position: inside;
  list-style-type: disc;
}

.form-quit-list li {
  margin-bottom: 16px;
  padding-left: 20px;
  text-indent: -18px;
  font-size: 1.4rem;
}

.form-quit-list li span {
  display: block;
  margin-top: 4px;
  margin-left: 18px;
  font-size: 1.2rem;
}

.form-quit-list li span a {
  text-decoration: underline;
}

.form-quit-box {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.form-quit-btn {
  margin: 24px auto 0;
}

.form-kikan {
  margin-top: 32px;
}

.noclick {
  filter: opacity(.5);
  pointer-events: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel] {
  padding: 12px;
  width: 100%;
  height: 54px;
  border: 1px solid #81899c;
  border-radius: 6px;
  font-size: 1.6rem;
  font-family: "TBSGothic", sans-serif;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus {
  padding: 12px 11px;
  outline: none;
  border: 2px solid #0050ff;
}

input[type=text].name {
  max-width: 100%;
}

select {
  appearance: none;
  position: relative;
  padding: 0 12px;
  height: 54px;
  border: 1px solid #81899c;
  border-radius: 6px;
  background: #fff url(../../img/common/polygon.svg) no-repeat right 10px center/10px auto;
  color: #333;
  font-size: 1.6rem;
  font-family: "TBSGothic", sans-serif;

  -webkit-appearance: none;
  -moz-appearance: none;
}

select.pref {
  width: 174px;
}

select.birthday-year {
  width: 84px;
}

select.birthday-month,
select.birthday-day {
  width: 64px;
}

select:focus {
  outline: none;
  border: 2px solid #0050ff;
}

input[type=text].zip {
  width: 104px;
}

.ajaxzip3 {
  margin-left: 4px;
  padding: 17px 16px;
  border-radius: 5px;
  background-color: #0050ff;
  color: #fff;
}

.label {
  margin-top: 32px;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}

.label-caution {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1;
}

.label-sub {
  margin-bottom: 6px;
  font-size: 1.4rem;
  line-height: 1;
}

.label.first {
  margin-top: 40px;
}

/* チェックボックス */
.noclick {
  color: #81899c;
  pointer-events: none;
}

.noclick input[type=checkbox] {
  visibility: hidden;
}

.noclick label {
  padding: 5px 0;
}

.noclick label::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -24px;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #e5e6e9;
  border-radius: 2px;
  background-color: #fff;
}

.checkbox {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-top: 8px;
  padding: 5px 4px;
  cursor: pointer;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #e5e6e9;
  border-radius: 2px;
  background: #fff;
}

input[type=checkbox]:checked {
  background-color: #0050ff;
}

input[type=checkbox]:checked+.checkbox {
  color: #3b3f4a;
}

input[type=checkbox]:checked+.checkbox::after {
  opacity: 1;
}

/* ラジオボタン */
input[type=radio] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #81899c;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: sub;

  -webkit-appearance: none;
  -moz-appearance: none;
}

.radio {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 4px;
  width: auto;
  line-height: 1;
  cursor: pointer;
}

.radio-btn {
  display: inline-block;
  margin-right: 22px;
}

input[type=radio]:checked {
  border: 5px solid #0050ff;
}

/* エラーメッセージのスタイル */
.error {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  color: #ff3c1e;
  font-size: 1.4rem;
}

.error-list {
  margin: 40px auto;
  max-width: 600px;
  list-style-type: decimal;
  font-size: 1.4rem;
}

.error-list li {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .error-list {
    padding: 0 0 0 20px;
  }
}

input[type=password].error-bord,
select.error-bord,
input[type=tel].error-bord,
input[type=text].error-bord {
  outline: none;
  border: 1px solid #ff3c1e;
}

input:invalid {
  border: 2px solid #ff3c1e;
}

@media screen and (max-width: 767px) {
  .form-area {
    margin: auto;
    padding: 40px 20px;
    width: calc(100% - 40px);
    border-radius: 5px;
    background-color: rgba(235, 235, 245, .2);
  }

  .form-set {
    display: block;
    margin-bottom: 32px;
    width: 100%;
  }

  .form-set-area {
    width: 100%;
  }

  .form-memo {
    width: -moz-fit-content;
    width: fit-content;
  }

  .form-memo-btn {
    margin: 16px auto;
    width: -moz-fit-content;
    width: fit-content;
  }

  .form-quit {
    margin: 32px auto 24px;
    padding: 16px;
  }

  .label {
    margin-top: 32px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
  }

  .label-sub {
    margin-top: 12px;
  }

  .label-caution {
    line-height: 1.4;
  }

  input[type=text].name {
    width: 100%;
  }

  .radio-btn {
    display: block;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 320px) {
  .form-area {
    padding: 40px 5%;
  }

  .btn {
    min-width: 100%;
  }
}

.token-btn {
  margin-bottom: 16px;
}

.token-btn label {
  padding-left: 8px;
  line-height: 1;
}

.token-btn:last-child {
  margin-bottom: 0;
}

.token-box {
  margin: auto;
  margin-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
}


/*==========================================
  規約
===========================================*/

.list-l {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 32px 0 40px;
}

h2 {
  margin: 64px 0 40px;
  font-size: 1.8rem;
}

h4 {
  margin: 20px 0 12px;
}

.list-l p {
  margin-bottom: 12px;
}

.list-l-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-m {
  display: flex;
  flex-direction: column;
}

.list-s {
  /* display: flex;
  flex-direction: column; */
  list-style: none;
  counter-reset: list-counter;
  margin-top: .5em;
}

.list-m-item {
  padding-left: 18px;
  color: #3b3f4a;
  list-style-position: inside;
  list-style-type: decimal;
  text-indent: -18px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
}

.list-s-item {
  position: relative;
  padding-left: 25px;
  color: #3b3f4a;
  text-indent: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  line-height: 1.5;
}

.list-s-item:before {
  content: counter(list-counter);
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 1px solid;
  border-radius: 50%;
  counter-increment: list-counter;
  line-height: 1;
}

.list-uls {
  margin-bottom: 20px;
}

.list-uls-item {
  padding-left: 18px;
  list-style-position: inside;
  list-style-type: disc;
}


.finish {
  margin-top: 40px;
  text-align: right;
  font-size: 1.4rem;
}

@media screen and (max-width: 320px) {
  h2 {
    margin: 48px 0 32px;
  }
}

/* 202406 TBS-IDプライバシーポリシー変更対応 */

@counter-style kakko {
  system: fixed;
  symbols: "1";
  prefix: "（";
  suffix: "）";
}

.list-l .list-l-item h3 {
  line-height: 1.4;
}

.list-m-item + .list-m-item {
  margin-top: 2em;
}

.list-s-item + .list-s-item {
  margin-top: .5em;
}

.list-m.kakko .list-m-item {
  list-style-type: kakko;
  text-indent: -2.7em;
  padding-left: 2.7em;
}

.list-m.kakko .list-m-item h4 {
  text-indent: 0;
  line-height: 1.4;
  margin-top: 1.2em;
  margin-left: 0;
  margin-bottom: .4em;
}

.list-m.kakko .list-m-item p {
  display: inline-block;
  text-indent: 0;
  line-height: 1.4;
  margin-bottom: 0;
}

.list-m.kakko .list-m-item .list-uls {
  margin-left: .5em;
  margin-bottom: 0;
}

.list-m.kakko .list-m-item .list-uls.inline {
  margin-top: 1em;
  margin-bottom: 1em;
}

.list-m.kakko .list-m-item .list-uls .list-uls-item {
  text-indent: -18px;
}

/* 202505 TBS-IDプライバシーポリシー変更対応 */

@counter-style kome {
  system: fixed;
  symbols: "1";
  prefix: "※";
  suffix: "";
}

.list-s.kome {
  list-style: none;
  counter-reset: kome-counter;
  margin-top: .5em;
}

.list-s.kome .list-s-item {
  position: relative;
  padding-left: 38px;
  color: #3b3f4a;
  text-indent: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  line-height: 1.5;
  list-style: none;
}

.list-s.kome .list-s-item:before {
  content: '※'counter(kome-counter);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: unset;
  height: unset;
  border: none;
  counter-increment: kome-counter;
  line-height: inherit;
}
.list-s.kome + .txt {
  margin-top: 1em;
}
