@charset "UTF-8";
.flex-stretch {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-mv {
  background-image: url(/lineup/tokusuru-support/images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bg-vivid-orange {
  background-color: #FF7232;
}

.bg-shuchu {
  background-image: url(/lineup/tokusuru-support/images/bg_shuchu.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .bg-shuchu {
    background-size: auto 90%;
  }
}

.mv-pc {
  -webkit-transform: translateY(6%);
          transform: translateY(6%);
}

.mv-sp {
  -webkit-transform: translateY(3.5%);
          transform: translateY(3.5%);
}

.box-orange-borader {
  border: solid 3px #FF6C44;
  border-radius: 20px;
}

.slider-osusume {
  position: relative;
}
.slider-osusume .swiper-pagination {
  bottom: -30px;
}
.slider-osusume .swiper-pagination-bullet-active {
  background-color: #FF7232;
}

.ttl-s, .ttl-m, .ttl-l, .ttl-big {
  font-weight: bold;
}
.ttl-s {
  font-size: min(5vw, 22px);
}
.ttl-m {
  font-size: min(5.5vw, 28px);
}
.ttl-l {
  font-size: min(6vw, 36px);
}
.ttl-big {
  font-size: min(8vw, 42px);
}
.ttl-icon {
  width: 2em;
}
.ttl-balloon {
  position: relative;
  margin-bottom: 2em;
  padding: 0.5em;
  border-radius: 20px;
  background-color: #fff;
}
.ttl-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  border: solid 0.5em transparent;
  border-top: solid 0.75em #fff;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.ttl-bg-gray, .ttl-bg-lightgray, .ttl-bg-orange {
  padding: 0.5em;
  display: inline-block;
}
.ttl-bg-gray {
  color: #fff;
  background-color: #737373;
}
.ttl-bg-lightgray {
  background-color: #D9D9D9;
}
.ttl-bg-orange {
  color: #fff;
  background-color: #FF7232;
}
.ttl-corner-c {
  padding: 0.5em 1.5em;
  border-radius: 999px;
}
.ttl-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
}
.ttl-border::before, .ttl-border::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: solid 3px #000;
}

.text-orange {
  color: #FF6C44;
}
.text-larger {
  font-size: 1.5em;
}
.text-shadow {
  text-shadow: 0.1em 0.1em 0.25em rgba(0, 0, 0, 0.6);
}
.text-shadow-none {
  text-shadow: none;
}

.line-hight-thin {
  line-height: 1.2;
}

.position-sup {
  position: relative;
}
.position-sup sup {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.border-b {
  border-bottom: solid 2px #C2C2C2;
}
.border-b-dot {
  border-bottom: dotted 1px #C2C2C2;
}

.box-orange {
  border: none;
  background-color: #FFDDCE;
}

.tsumiki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tsumiki-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tsumiki-100per {
  min-width: 100%;
}
.tsumiki-100per .tsumiki-icon {
  width: calc(15% - 0.25em);
}
.tsumiki-box {
  padding: 0.75em 0.5em;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
}
.tsumiki-icon {
  margin-right: 10px;
  width: 30%;
  max-width: 50px;
}
.tsumiki-and {
  position: relative;
}
.tsumiki-and::before {
  content: "＆";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  line-height: 2;
  display: block;
  color: #FF6C44;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #FFDDCE;
  -webkit-transform: translate(-70%, -50%);
          transform: translate(-70%, -50%);
}
.tsumiki-plus {
  position: relative;
}
.tsumiki-plus::before {
  content: "＋";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2em;
  line-height: 2;
  display: block;
  color: #FFDDCE;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #FF6C44;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}

.accordion-ex .accordion-title {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  border: none;
  background: none;
}
.accordion-ex .accordion-icon {
  position: static;
  margin-left: 1em;
  width: 0.75em;
  height: 0.75em;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  -webkit-transform: translate(0, 80%) rotate(45deg);
          transform: translate(0, 80%) rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion-ex .is-active .accordion-icon {
  -webkit-transform: translate(0, 120%) rotate(225deg);
          transform: translate(0, 120%) rotate(225deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dl-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background-color: #fff;
}
.dl-table-bg-gray {
  background-color: #D8D8D8;
}
.dl-table dt, .dl-table dd {
  padding: 10px;
}
.dl-table dt {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.dl-table dd {
  width: 70%;
}

.grid {
  display: -ms-grid;
  display: grid;
  gap: 40px 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.grid-img {
  height: 100px;
}
.grid-img img {
  width: auto;
  height: 100%;
}

.list-bg-gray {
  padding: 0.5em;
  background-color: #efefef;
}
.list-bg-gray li:last-of-type {
  margin-bottom: 0;
}

.l-footer-fixed {
  z-index: 10;
}
@media (max-width: 768px) {
  .l-footer-fixed {
    bottom: 65px;
  }
}

.l-footer {
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .l-footer {
    padding-bottom: 130px;
  }
}

.shortcutmenu {
  bottom: 95px;
}
@media (max-width: 768px) {
  .shortcutmenu {
    bottom: 135px;
  }
}
.shortcutmenu.is-absolute {
  bottom: 220px;
}
@media (max-width: 768px) {
  .shortcutmenu.is-absolute {
    bottom: 205px;
  }
}

.gotop {
  bottom: 105px;
}
@media (max-width: 768px) {
  .gotop {
    bottom: 135px;
  }
}