@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #f2f2f2;
  background: linear-gradient(to bottom, #f2f2f2 0%, #eaedf2 100%);
}
a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
button {
  display: block;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
  color: #000;
}
img {
  display: block;
  width: 100%;
}

._none {
  display: none !important;
}
._hidden {
  visibility: hidden !important;
}

.pc {
  display: block !important;
}
.tab {
  display: none !important;
}
.sp {
  display: none !important;
}

.mb40 {
  margin-bottom: 40px;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* ヘッダー */
header {
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 100;
}

/* メイン */
/** kv */
.kv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;
  background-image: url(../img/kv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.kv-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  padding: 0 120px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255, 0.2);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  border: solid 3px rgb(255, 255, 255, 0.5);
  backdrop-filter: blur(10px) brightness(1.3);
}

/** contents */
.contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 80px;
}
/*** btn */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 20px;
  padding: 25px 70px;
  border-radius: 9999px;
  background-color: #0033a0;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
}
.btn-arrow {
  display: block;
  width: 22px;
  filter: invert(100%) sepia(1%) saturate(7492%) hue-rotate(21deg)
    brightness(110%) contrast(110%);
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  rotate: -90deg;
}
/*** menu */
.menu {
  display: flex;
  justify-content: center;
}
.menu-list {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background-color: #fff;
  padding: 10px 0;
}
.menu-list-item {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  border-right: solid 2px #000;
  background: url(../img/arrow.svg) no-repeat 50% 93%;
}
.menu-list-item:last-child {
  border-right: none;
}
.menu-list-item a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 5px 35px 20px 35px;
}
.menu-arrow {
  width: 14px;
}
/*** about */
.about {
  color: #000;
}
.about-ttl {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
.about-txt {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: center;
}
/*** info */
.info-box {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
  padding: 20px 30px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
}
.info-box_resale {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 900px;
  margin-bottom: 60px;
  padding: 20px 30px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
}
.info-icon {
  flex-shrink: 0;
  width: 60px;
}
.info-txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}
/*** section */
section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
}
.section-ttl {
  font-size: 40px;
  letter-spacing: 0.04em;
  text-align: center;
}
.section-ttl span {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.section-ttl span:nth-child(2) {
  font-size: 16px;
}
.section-contents-box {
  width: 95%;
  max-width: 940px;
  margin-top: 60px;
  padding: 60px 40px;
  border-radius: 8px;
  background-color: #fff;
  border: solid 1px rgb(255, 255, 255, 0.5);
}
/*** process-box */
.process-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.process-box._first {
  margin-top: 0;
}
.process-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93%;
  height: 70px;
  margin: 0 auto 80px;
  border-radius: 8px;
  background-color: #e2e2e2;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
}
.process-subttl {
  margin-bottom: 60px;
  font-size: 26px;
  letter-spacing: -0.02em;
}
.process-subttl._first {
  margin-top: -20px;
}
.process-notice {
  width: 93%;
  margin-top: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.process-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 93%;
}
.process-list-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 15px 0;
}
.process-list-item._flex-top {
  align-items: start;
}
.process-list-item._overlay {
  flex-direction: column;
  justify-content: center;
  gap: 45px;
  width: 100%;
  position: relative;
  left: 50%;
  translate: -50% 0;
  align-items: center;
}
.process-gray-list-txt {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
}
.process-sub-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: calc(100% - 80px);
  background-color: #f6f6f6;
}
.process-sub-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93%;
  padding: 15px 0;
}
.process-description {
  display: flex;
  align-items: center;
  gap: 30px;
  width: fit-content;
}
.process-list-item._flex-top .process-description {
  align-items: start;
}
.process-img {
  max-width: 351px;
  width: 100%;
}
.process-img img{
  width: 100%;
}
.process-num {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 75px;
  color: #0033a0;
  font-family: "NumFont", sans-serif;
  font-size: 160px;
  letter-spacing: -0.02em;
}
.process-num._two-digits {
  justify-content: end;
  letter-spacing: -0.16em;
}
.process-description-txt {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 300;
}
.process-description-summary {
  font-size: 30px;
  line-height: 1.5;
}
.process-description-detail {
  line-height: 1.75;
}
.process-description-detail a {
  color: #0033a0;
  text-decoration: underline;
}

.process-description-detail a.link-black {
  color: #000;
  text-decoration: underline;
}

.process-description-detail > span {
  display: block;
  padding-left: 1em;
}
.process-description-subdetail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.process-description-subdetail:first-child {
  margin-top: 0;
}
.process-description-subdetail-txt span {
  display: block;
}
/* .process-description-subdetail-txt .ttl._line {
  color: #00b900;
}
.process-description-subdetail-txt .ttl._mail {
  color: #0074af;
}
.process-description-subdetail-txt .ttl._other {
  color: #909090;
} */
.process-description-subdetail-txt .txt {
  padding-left: 1em;
}
.process-description-subdetail-caution {
  font-size: 14px;
  letter-spacing: -0.03em;
}
.process-description-caution {
  font-size: 14px;
  line-height: 1.75;
}
.process-sub-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 93%;
  margin: 60px auto 0;
  padding: 40px;
  border-radius: 8px;
  background-color: #f6f6f6;
}
.process-list-item > .process-sub-box {
  width: 100%;
  margin-top: 0;
}
.process-sub-box-ttl {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.process-sub-box-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.process-sub-box-txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.process-sub-box-summary {
  font-size: 30px;
  font-weight: 300;
}
.process-sub-box-detail {
  line-height: 1.75;
}
.process-sub-box-caution {
  font-size: 14px;
  line-height: 1.75;
}
.process-sub-box-txt a {
  text-decoration: underline;
  font-weight: 600;
}
/*** flow-box */
.flow-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.flow-box._first {
  margin-top: 0;
}
.flow-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93%;
  height: 70px;
  margin-bottom: 65px;
  border-radius: 8px;
  background-color: #e2e2e2;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.flow-subttl {
  margin-bottom: 60px;
  font-size: 26px;
  letter-spacing: -0.02em;
}
.flow-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 93%;
}
.flow-list-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 15px 0;
}
.flow-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 300;
}
.flow-description-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 300;
}
.flow-description-summary {
  font-size: 30px;
}
.flow-description-detail {
  line-height: 1.75;
}
.flow-description-detail span {
  display: block;
}
.flow-description-detail span.txt {
  padding-left: 1em;
}
.flow-description-subdetail {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.flow-description-subdetail span {
  display: block;
}
.flow-description-subdetail-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flow-description-subdetail-box-txt {
  padding-left: 2em;
}
.flow-img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.flow-sub-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 93%;
  margin: 60px auto 0;
  padding: 40px;
  border-radius: 8px;
  background-color: #e2e2e2;
  font-weight: 300;
}
.flow-list-item > .flow-sub-box {
  width: 100%;
  margin: 0;
}
.flow-sub-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.flow-sub-box-inner._myticket {
  flex-direction: row;
}
.flow-sub-box-detail {
  line-height: 1.75;
}
.flow-sub-box-imgs {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
/**** switch-btn */
.switch-btn-area {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin-top: 60px;
}
.switch-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 416px;
  height: 162px;
  padding: 20px 0;
  border-radius: 8px;
  box-shadow: inset 2px 2px 16px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  opacity: 0.5;
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.switch-btn .process-description-caution {
  position: absolute;
  top: -3rem;
  left: 0;
  color: #fff;
}
.switch-btn-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #0033a0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.switch-btn-arrow {
  width: 20px;
}
.switch-btn._active {
  border-color: #0033a0;
  background-color: #fff;
  box-shadow: none;
  border: solid 4px #0033a0;
  opacity: 1;
}
.switch-btn._active .switch-btn-txt {
  background-color: #0033a0;
  color: #fff;
}
.switch-btn._active .switch-btn-arrow img {
  filter: invert(8%) sepia(100%) saturate(6000%) hue-rotate(225deg)
    brightness(76%) contrast(110%);
}
/**** login */
.login {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: -20px;
  padding: 40px;
  background-color: #f6f6f6;
}
.login-txt {
  font-size: 26px;
  font-weight: 300;
}
.login-caution {
  font-size: 18px;
  font-weight: 300;
}
.login-caution span {
  display: block;
  line-height: 1.2;
}
.login-flow {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.login-flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-flow-arrow {
  margin-top: -25px;
}
.login-flow-txt {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.process-list-note {
  width: 86%;
  margin-left: auto;
  padding-right: 3%;
  line-height: 1.8;
}

.myticket-txt-box {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.myticket-flow-text {
  line-height: 1.8;
  padding-top: 20px;
}

.myticket-txt {
  font-size: 3rem;
}

.attention {
  max-width: 862px;
  margin: 40px auto 0;
  padding: 30px;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
}
.attention-wrap._text {
  display: block;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 300;
}

/* footer */
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.copyright {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 2;
}

@media (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }

  header {
    width: 200px;
    top: 10px;
    left: -40px;
  }
  .kv {
    height: 250px;
  }
  .kv-ttl {
    width: calc(100% - 20px);
    max-width: 500px;
    height: 60px;
    padding: 0 20px;
    font-size: 20px;
  }

  .contents {
    max-width: 700px;
    padding: 30px 10px 40px;
  }
  .btn {
    padding: 15px 40px;
    font-size: 16px;
  }
  .btn-arrow {
    width: 16px;
    right: 10px;
  }

  .menu-list-item {
    font-size: 12px;
    width: 25%;
    border-right: solid 1px #000;
  }
  .menu-list .menu-list-item {
    flex: 1;
  }

  .menu-list-item a {
    padding: 10px 10px 20px 10px;
  }

  .about-ttl {
    font-size: 2.4rem;
  }
  .about-txt {
    font-size: 1.2rem;
  }

  .info-box {
    margin-top: 30px;
    padding: 10px;
    gap: 10px;
  }
   .info-box_resale {
    margin-top: 30px;
    padding: 10px;
    gap: 10px;
  }
  .info-icon {
    width: 40px;
  }
  .info-txt {
    font-size: 12px;
  }

  section {
    padding-top: 40px;
  }
  .section-ttl {
    font-size: 2.4rem;
  }
  .section-ttl span {
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .section-ttl span:nth-child(2) {
    font-size: 1rem;
  }
  .section-contents-box {
    width: 100%;
    margin-top: 30px;
    padding: 30px 15px;
  }

  .login {
    margin-top: -10px;
    padding: 20px;
  }
  .login-txt {
    font-size: 16px;
  }
  .login-caution {
    font-size: 14px;
  }

  .process-box {
    margin-top: 30px;
  }
  .process-ttl {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .process-subttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .process-subttl._first {
    margin-top: -10px;
  }
  .process-list {
    gap: 20px;
  }
  .process-list-item {
    gap: 10px;
  }
  .process-list-item._overlay {
    gap: 20px;
  }
  .process-gray-list-txt {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .process-sub-list {
    gap: 20px;
    width: calc(100% - 30px);
  }
  .process-sub-list-item {
    gap: 10px;
  }
  .process-num {
    width: 40px;
    font-size: 8rem;
  }
  .process-description {
    gap: 20px;
    width: 100%;
  }
  .process-description-txt {
    gap: 10px;
  }
  .process-description-summary {
    font-size: 2rem;
  }
  .process-description-detail {
    font-size: 1.2rem;
  }
  .process-description-caution {
    font-size: 1rem;
  }
  .process-img {
    width: 100%;
  }
  .process-sub-box {
    gap: 20px;
    margin-top: 20px;
    padding: 20px;
  }
  .process-sub-box-ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
  .process-sub-box-inner {
    flex-direction: column;
    gap: 10px;
  }
  .process-sub-box-summary {
    font-size: 2rem;
  }
  .process-sub-box-detail {
    font-size: 1.2rem;
  }
  .process-sub-box-caution {
    font-size: 1.2rem;
  }
  .process-sub-box-img {
    width: 100%;
  }

  .flow-box {
    margin-top: 30px;
  }
  .flow-ttl {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .flow-subttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .flow-list {
    gap: 20px;
  }
  .flow-list-item {
    gap: 10px;
  }
  .flow-description {
    gap: 10px;
    width: 100%;
  }
  .flow-description-summary {
    font-size: 2rem;
  }
  .flow-description-detail,
  .flow-description-subdetail {
    font-size: 1.2rem;
  }
  .flow-description-subdetail-box-img {
    width: calc(50% - 5px);
  }
  .flow-img-box {
    gap: 15px;
    width: 100%;
  }
  .flow-img {
    width: 100%;
  }
  .flow-sub-box {
    gap: 20px;
    margin-top: 20px;
    padding: 20px;
  }
  .flow-sub-box-inner {
    flex-direction: column;
    gap: 20px;
  }
  .flow-sub-box-inner._myticket {
    flex-direction: column;
    gap: 20px;
  }

  .flow-sub-box-detail {
    font-size: 1.2rem;
  }
  .flow-sub-box-imgs {
    flex-direction: column;
    gap: 15px;
  }
  .flow-sub-box-img {
    width: 100%;
  }

  .switch-btn-area {
    gap: 20px;
    margin-top: 30px;
  }
  .switch-btn {
    width: calc(50% - 10px);
    margin: 0 auto;
    font-size: 26px;
  }
  .switch-btn .process-description-caution {
    top: -2rem;
  }
  .switch-btn-txt {
    padding: 10px;
    font-size: 16px;
  }

  .faq {
    padding: 30px 10px 30px;
  }
  .faq-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .faq-wrap-content-title {
    font-size: 2rem;
    padding-bottom: 20px;
  }
  .faq-wrap-content-info .toggle-arrow {
    padding: 20px;
    font-size: 1.6rem;
    width: 100%;
    background-size: 14px auto;
    line-height: 1.3;
  }
  .faq-wrap-content-info .toggle-arrow.-open {
    width: 100%;
    background-size: 14px auto;
  }
  .faq-wrap-content-info .toggle-target {
    padding: 10px 20px 20px 20px;
    width: 100%;
  }

  .myticket-txt {
    font-size: 1.8rem;
  }
  .myticket-flow-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .myticket-txt-box {
    width: 100%;
  }

  .attention {
    margin-top: 0px;
  }

  .copyright {
    font-size: 10px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .kv-ttl {
    max-width: fit-content;
  }

  .contents {
    max-width: 600px;
  }

  .login-flow {
    flex-direction: column;
  }
  .login-flow-item:nth-child(2) {
    height: 90px;
  }
  .login-flow-img {
    width: 100%;
  }
  .login-flow-arrow {
    width: 60px;
    margin-top: 0;
    rotate: 90deg;
  }

  .process-list-item,
  .process-sub-list-item {
    flex-direction: column;
  }

  .flow-list-item {
    flex-direction: column;
  }
  .flow-description-subdetail-box {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .flow-description-subdetail-box-txt {
    padding-left: 0;
  }
  .flow-description-subdetail-box-img {
    width: 100%;
  }

  .process-list-note {
    line-height: normal;
    margin-left: 0;
    width: 100%;
    font-size: 1.2rem;
  }

  .switch-btn-area {
    flex-direction: column;
  }
  .switch-btn {
    width: 100%;
    max-width: 320px;
  }
  .process-img {
    max-width: 100%;
    width: 100%;
  }
}
