@charset "UTF-8";

/* リソネット拡張 */

.theme-main:first-child {
  padding-block-end: 0;
}

.theme-main__title-main {
  background-color: #fff;
}

.theme-main.chance h2 {
  margin-block-start: 30px !important;
  margin-block-end: 30px;
}

:where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h2:not([class^=mod-], [class^=unq-])::after,
:where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h3:not([class^=mod-], [class^=unq-])::after {
  background-color: #2E2821;
}

.theme-main.chance .mod-button__link {
  border: 2px solid #2E2821;
  color: #2E2821;
}

.theme-main.chance .mod-button__link::before {
  background-color: #2E2821;
}

.theme-main.chance .mod-button__link:hover {
  color: #fff;
}

.theme-main.chance .mod-button__link:hover::before {
  background-color: #fff;
}

.theme-main.chance .mod-button__link--emphasis::before {
  background-color: #fff;
}

.theme-main.chance .mod-button__link--emphasis:hover {
  color: #2E2821;
}

.theme-main.chance .mod-button__link--emphasis:hover::before {
  background-color: #2E2821;
}

.mv-img {
  padding: 34px 0 25px;
  text-align: center;
  background: top center / cover url(/mball/osakanajinrou/2nd_ticket_precam/img/kv_bg.png) no-repeat;
}
.mv-img img{
  max-width: 1350px;
}

.img-03 {
  text-align: center;
}

:where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h2.hdg-lv2:not([class^=mod-], [class^=unq-]) {
  padding: 15px 10px;
  font-size: 1.9rem;
}

:where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h2#entry {
  margin-block-start: 0 !important;
}

.mod-box-full-width.cp-hdg {
  margin-block-start: 0;
  padding-top: 0;
  padding-block-end: 0;
  background-color: transparent;
}

.hdg-lv2 {
  margin-inline: calc(50% - 50vw);
  padding: 30px calc(50vw - 50%);
  position: relative;
  background: #2E2E2E;
  color: #fff;
  text-align: center;
}

:where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h2.hdg-lv2::after {
  content: "";
  margin: auto;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 15px solid #cf2a76;
  border-bottom: 0;
  border-radius: 0;
}

.mod-box-full-width.cp-box {
  margin-block-start: 0;
  padding: 35px 15px 30px;
  background: unset;
}

.mod-box-03__content-head {
  color: #000;
  background-color: #F9E4E8;
}

.mod-box-03--step .mod-box-03__content:not(:last-child)::before {
  margin: auto;
  background: url(/mball/osakanajinrou/2nd_ticket_precam/img/icon_arrow_01.png) no-repeat;
  mask-image: none;
  transform: none;
  -webkit-mask-image: none;
  background-position: top center;
  inline-size: 36px;
  block-size: 20px;
  left: 0;
  right: 0;
  inset-block-end: -30px;
}

.txt-agree {
  background-color: #fff;
}

:where(.theme-main__contents) p.txt-agree:not([class^=mod-], [class^=unq-]) {
  margin: 40px 0 50px;
}

.theme-main.chance .mod-button__link--emphasis.mod-button__link--emphasis {
  background-color: #2E2821;
  border-color: #2E2821;
  color: #fff;
}

.theme-main.chance .mod-button__link--emphasis.mod-button__link--emphasis:focus-visible {
  background-color: #fff;
  color: #2E2821
}

.theme-main.chance .mod-button__link--emphasis.mod-button__link--emphasis:focus-visible::before {
  background-color: #2E2821;
}

.theme-main.chance .mod-button__link--emphasis.mod-button__link--emphasis:hover {
  background-color: #fff;
  ;
  color: #2E2821;
}

ul.mod-list-link>li:not([class^=mod-], [class^=unq-])::before {
  background-color: #2E2821;
}

ul.mod-list-link>li:not([class^=mod-], [class^=unq-]) a:focus-visible {
  color: #2E2821;
}

.mod-list-description-02 {
  background-color: #fff;
}

.mod-list-description-02__item>dt {
  inline-size: 100%;
}

:where(.theme-main__contents) ul:not([class^=mod-], [class^=unq-], [class^=mf_])>li::before {
  background-color: #2E2821;
}

.mod-box-full-width:not(:root)+* {
  margin-block-start: 0;
}

.mod-box-full-width:not(:root)+.mod-box-03 {
  margin-block-start: 30px;
}

.cp-terms.mod-box-full-width:not(:root)+* {
  margin-block-start: 30px;
}

:where(.theme-main__contents) a:not([class^=mod-], [class^=unq-], [class^=mf_]):focus-visible {
  color: #2E2821;
}

.mod-box-03 .mod-box-03 .mod-box-03__content-head{
  background-color: #d32a76;
  color: #fff;
}

:where(.theme-main__contents) img:not([class^=mod-], [class^=unq-], [class^=mf_]){
  margin-block-start: 0;
}

.mod-layout-image__content .mod-box-02__content{
  font-size: 1.3rem;
  text-align: center;
}
.mod-box-03__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mod-box-03__content-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mod-box-03__content-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.mod-box-03__content-body-inner .mod-box-02 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cmp-emphasis{
  font-size: 2rem;
}

.mod-checkbox-wrap{
  margin-top: 50px;
}
.mod-checkbox{
  margin: auto;
  display: table;
}
.mod-checkbox__label{
  display: inline-block;
}
.mod-button__link[disabled]{
  pointer-events: none;
}

.mod-box-03__content-body-inner > .mt-13{
  margin-block-start: 13px !important;
}

.mod-box-03 > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.mod-box-03 > a:hover {
  opacity: .7;
}

@media (hover: hover) {
  .mod-accordion__trigger:where(:any-link, :enabled, summary):hover {
    background-color: #f3ced5;
  }

  .mod-button__link--emphasis.mod-button__link--emphasis:where(:any-link, :enabled, summary):hover::before {
    background-color: #2E2821;
  }

  :where(.theme-main__contents) a:not([class^=mod-], [class^=unq-], [class^=mf_]):where(:any-link, :enabled, summary):hover {
    color: #19438A;
  }

  ul.mod-list-link>li:not([class^=mod-], [class^=unq-]) a:where(:any-link, :enabled, summary):hover {
    color: #19438A;
  }
}

@media screen and (min-width: 769px) {
  .theme-main:first-child {
    padding-block-end: 0;
  }

  .theme-main__inner {
    row-gap: 0;
  }

  :where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h2.hdg-lv2:not([class^=mod-], [class^=unq-]) {
    padding: 30px 10px;
    font-size: 3.6rem;
  }

  :where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h2.hdg-lv2::after {
    bottom: -29px;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-top: 30px solid #2E2E2E;
  }

  .mod-box-03--step .mod-box-03__content:not(:last-child)::before {
    inset-block-end: -40px;
  }

  .mod-box-full-width.cp-box {
    padding: 40px calc(50vw - 50%);
  }

  .mod-box-full-width>.img-03 {
    margin-block-start: 30px !important;
  }

  .mod-list-description-02__item>dt {
    inline-size: 182px;
  }

  .mod-list-description-02__item>dd {}

  :where(.theme-main__contents) ol:not([class^=mod-], [class^=unq-], [class^=mf_]) {
    padding-inline-start: 30px;
  }

  :where(.theme-main__contents) ol:not([class^=mod-], [class^=unq-], [class^=mf_])>li:nth-child(-n+9)::before {
    inset-inline-start: -23px;
  }

  .mod-accordion__trigger {
    font-size: 2.4rem;
    justify-content: center;
  }

  .mod-box-full-width:not(:root)+* {
    margin-block-start: 0;
  }

  .mod-box-full-width:not(:root)+.mod-box-03 {
    margin-block-start: 60px;
  }

  .mod-box-full-width.cp-hdg.cp-terms {
    padding-block-end: 60px;
  }

  .cp-terms.mod-box-full-width:not(:root)+* {
    margin-block-start: 0;
  }

  .mod-list-description-02__item {
    align-items: inherit;
  }
  .mod-layout__inner{
    gap: 10px;
  }
  .mod-box-02{
    padding: 20px 10px;
  }
  .mod-layout[data-col-wide="3"] .mod-layout__content {
    inline-size: calc(33.33333% - 6.66667px);
  }
}

@media screen and (max-width: 1331px) {
  .mv-img img{
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .theme-main__inner {
    row-gap: 0;
  }
  .mv-img {
    padding: 0;
  }
  :where(.theme-main:not(.theme-main--shift-heading) .theme-main__contents) h2.hdg-lv2::after{
    border-top-color: #2E2E2E;
  }
}