@charset "UTF-8";
body:has(#realtime-message) {
  padding-bottom: 2.8888888889em;
}

/* =================================================================
 マイページ
================================================================= */
#mypage {
  /* マイページメニュー
  -------------------------------------------------------------*/
  /* 特典GET
  -------------------------------------------------------------*/
  /* 履歴メニュー
  -------------------------------------------------------------*/
  /* スまいる獲得キャンペーン
  -------------------------------------------------------------*/
}
#mypage .mypage-menus {
  display: flex;
  align-items: stretch;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 2.2222222222em;
  margin-top: 2.7777777778em;
}
@media screen and (max-width: 767px) {
  #mypage .mypage-menus {
    gap: 26px;
    margin-top: 28px;
  }
}
#mypage .mypage-menu {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1em;
  padding: 0.8333333333em 1em 1em 1.6666666667em;
  border: solid 1px #000;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  #mypage .mypage-menu {
    display: flex;
    align-items: stretch;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 14px 16px 16px;
    width: 100%;
  }
}
#mypage .mypage-menu dt {
  font-size: 20px;
  line-height: 1.5;
}
@media print, screen and (max-width: 1180px) {
  #mypage .mypage-menu dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #mypage .mypage-menu dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #mypage .mypage-menu dt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #mypage .mypage-menu dd .button {
    margin: 0 auto;
  }
}
#mypage .mypage-menu .course-name {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.75em;
  text-decoration: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #mypage .mypage-menu .course-name {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
  }
}
#mypage .mypage-menu .course-name::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  min-width: 2em;
  height: auto;
  background-image: url(../media/images/2025/common/icon_flag.png);
}
#mypage #benefits {
  margin: 6.5555555556em auto 0;
  padding: 2.2222222222em 1.4444444444em 1.1111111111em;
  max-width: 900px;
  background: #fcf9cf;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mypage #benefits {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  #mypage #benefits {
    margin: 60px 0 0 -20px;
    padding: 28px 20px 16px;
    width: calc(100% + 40px);
    border-radius: 0;
  }
}
#mypage #benefits .benefits-title {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.3846153846em;
  padding: 0 1em 0.15em;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffe813;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  white-space: nowrap;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 1180px) {
  #mypage #benefits .benefits-title {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #mypage #benefits .benefits-title {
    font-size: 16px;
  }
}
#mypage #benefits .benefits-title em {
  font-size: 1.15em;
  position: relative;
  top: 0.07em;
}
@media screen and (max-width: 767px) {
  #mypage #benefits .benefits-title em {
    top: 0.035em;
  }
}
#mypage #benefits .benefits-title::before, #mypage #benefits .benefits-title::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 37/63;
  width: 0.5384615385em;
  height: auto;
  position: relative;
  top: 0.15em;
}
#mypage #benefits .benefits-title::before {
  background-image: url(../media/images/2025/common/icon_comment_l.png);
}
#mypage #benefits .benefits-title::after {
  background-image: url(../media/images/2025/common/icon_comment_r.png);
}
#mypage #benefits .benefit-list {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.8888888889em;
}
@media screen and (max-width: 767px) {
  #mypage #benefits .benefit-list {
    gap: 8px;
  }
}
#mypage #benefits .benefit-list .benefit-box {
  width: calc(25% - 3 * 0.8888888889em / 4);
}
@media screen and (max-width: 767px) {
  #mypage #benefits .benefit-list .benefit-box {
    width: calc(50% - 4px);
  }
}
#mypage #benefits .benefit-list .benefit-box .benefit-button {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.25em;
  min-height: 5em;
  border: solid 2px #FFF;
  background: #f28e00;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 6px 0 #f28e00;
}
@media print, screen and (max-width: 1180px) {
  #mypage #benefits .benefit-list .benefit-box .benefit-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #mypage #benefits .benefit-list .benefit-box .benefit-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #mypage #benefits .benefit-list .benefit-box .benefit-button {
    border-radius: 5px;
  }
}
@media print, screen and (max-width: 1180px) {
  #mypage #benefits .benefit-list .benefit-box .benefit-button {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #mypage #benefits .benefit-list .benefit-box .benefit-button {
    box-shadow: 0 3px 0 #f28e00;
  }
}
#mypage #benefits .benefit-list .benefit-box .benefit-button .sub {
  font-size: 0.8em;
}
#mypage #benefits .benefit-list .benefit-box .icon-get {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  aspect-ratio: 1;
  min-width: 3.25em;
  height: auto;
  color: #f28e00;
  font-size: 0.8em;
  position: relative;
  transform: rotate(-15deg);
  z-index: 1;
}
#mypage #benefits .benefit-list .benefit-box .icon-get::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  background-image: url(../media/images/2025/common/bg_get.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#mypage #benefits .benefit-list .benefit-box.get .benefit-button {
  background: transparent;
  color: #000;
  box-shadow: none;
}
#mypage #benefits .benefit-list .benefit-box.get .icon-get {
  color: #FFF;
  transform: rotate(0);
}
#mypage #benefits .benefit-list .benefit-box.get .icon-get::before {
  background-image: url(../media/images/2025/common/bg_getted.png);
}
#mypage #benefits .notice {
  display: block;
  margin: 1.25em auto 0;
}
#mypage #benefits + .content-nav {
  margin-top: 5.5555555556em;
}
@media screen and (max-width: 767px) {
  #mypage #benefits + .content-nav {
    margin-top: 50px;
  }
}
#mypage .history-menus {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 3.3333333333em;
  margin: 8.3333333333em auto 0;
}
@media screen and (max-width: 767px) {
  #mypage .history-menus {
    display: flex;
    align-items: stretch;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 75px;
  }
}
#mypage .history-menu {
  display: flex;
  align-items: stretch;
  flex-flow: column nowrap;
  justify-content: center;
  width: calc(50% - 1 * 3.3333333333em / 2);
  border: solid 1px #000;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  #mypage .history-menu {
    width: 100%;
  }
}
#mypage .history-menu .history-title {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.4666666667em;
  padding: 0.2em 0.6666666667em;
  min-height: 2.8666666667em;
  border-bottom: solid 1px #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media print, screen and (max-width: 1180px) {
  #mypage .history-menu .history-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #mypage .history-menu .history-title {
    font-size: 20px;
  }
}
#mypage .history-menu .history-detail {
  flex: 1;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 1.6666666667em 1.1111111111em 2.2222222222em;
}
@media screen and (max-width: 767px) {
  #mypage .history-menu .history-detail {
    padding: 15px 15px 20px;
  }
}
#mypage .history-menu .history-detail .detail-inner {
  flex: 1;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
}
#mypage .history-menu .history-detail .detail-inner + .button-area {
  margin-top: 2.2222222222em;
}
@media screen and (max-width: 767px) {
  #mypage .history-menu .history-detail .detail-inner + .button-area {
    margin-top: 20px;
  }
}
#mypage .history-menu .history-detail .current-status {
  display: flex;
  align-items: baseline;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.3333333333em;
  line-height: 1;
}
#mypage .history-menu .history-detail .current-status dt {
  font-size: 20px;
  position: relative;
  top: -0.25em;
}
@media print, screen and (max-width: 1180px) {
  #mypage .history-menu .history-detail .current-status dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #mypage .history-menu .history-detail .current-status dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #mypage .history-menu .history-detail .current-status dt {
    top: -2px;
  }
}
#mypage .history-menu .history-detail .current-status dd {
  font-size: 60px;
}
@media print, screen and (max-width: 1180px) {
  #mypage .history-menu .history-detail .current-status dd {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  #mypage .history-menu .history-detail .current-status dd {
    font-size: 28px;
  }
}
#mypage .history-menu .history-detail .current-status dd .sub {
  font-size: 0.43em;
}
#mypage .history-menu .history-detail .total-status {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.5555555556em;
  margin: 1.3333333333em auto 0;
  padding: 0.1em 0.7777777778em;
  min-height: 1.9444444444em;
  background: #FFF;
  line-height: 1.3;
}
#mypage .history-menu .history-detail .total-status dt {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.5555555556em;
  font-weight: 400;
}
#mypage .history-menu .history-detail .total-status dt::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.1111111111em;
  background: #000;
}
#mypage .history-menu.smile-menu .history-title::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 2.0666666667em;
  height: auto;
  background-image: url(../media/images/2025/common/icon_smile.svg);
}
#mypage #smile-campaign .campaign-menu {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 0.6666666667em 1.3333333333em;
  margin-top: 8.3333333333em;
  padding: 1.3333333333em 2.2222222222em 1.3333333333em 13.6666666667em;
  min-height: 8.3333333333em;
  background: #fcf9cf;
  border: solid 1px #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mypage #smile-campaign .campaign-menu {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    margin-top: 75px;
    padding: 15px 15px 101px;
  }
}
#mypage #smile-campaign .campaign-menu::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 401/359;
  width: 11.1666666667em;
  height: auto;
  background-image: url(../media/images/2025/common/img_illust_smile.png);
  position: absolute;
  bottom: 0;
  left: 1.4444444444em;
}
@media screen and (max-width: 767px) {
  #mypage #smile-campaign .campaign-menu::before {
    width: 101px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#mypage #smile-campaign .campaign-menu dt {
  font-size: 30px;
  line-height: 1.5;
}
@media print, screen and (max-width: 1180px) {
  #mypage #smile-campaign .campaign-menu dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #mypage #smile-campaign .campaign-menu dt {
    font-size: 20px;
  }
}
#mypage #smile-campaign .campaign-menu dd .button {
  width: 22.2222222222em;
}
@media print, screen and (max-width: 900px) {
  #mypage #smile-campaign .campaign-menu dd .button {
    width: 16.6666666667em;
  }
}

/* =================================================================
 セミナー情報、セミナー申し込み、オンラインセミナー
================================================================= */
#seminar .lead + .event-days-wrap {
  margin-top: 5em;
}
@media print, screen and (max-width: 900px) {
  #seminar .lead + .event-days-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #seminar .lead + .event-days-wrap {
    margin-top: 45px;
  }
}
#seminar .event-days-wrap {
  margin: 3.3333333333em auto 0;
  max-width: 1100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #seminar .event-days-wrap {
    margin-top: 30px;
  }
}
#seminar .event-days-wrap .select-wrap {
  display: none;
}
@media print, screen and (max-width: 900px) {
  #seminar .event-days-wrap .select-wrap {
    display: block;
    width: 100%;
    background: #f2f2f2;
  }
  #seminar .event-days-wrap .select-wrap::before {
    background: #FFF;
  }
}
@media print, screen and (max-width: 900px) {
  #seminar .event-days-wrap .select-wrap .event-day-select {
    padding-left: 12px;
    width: 100%;
    min-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  #seminar .event-days-wrap .select-wrap .event-day-select {
    font-size: 15px;
  }
}
#seminar .event-days-wrap .event-days {
  margin-top: 0;
}
@media print, screen and (max-width: 900px) {
  #seminar .event-days-wrap .event-days {
    display: none;
  }
}
#seminar .event-days {
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 1180px) {
  #seminar .event-days .event-day {
    font-size: 14px;
  }
}
#seminar .event-days .event-day .day {
  margin-right: 0.3333333333em;
  padding-right: 0.8888888889em;
  font-size: 0.9em;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
}
#seminar .event-days .event-day .day::after {
  content: "";
  display: block;
  width: 1px;
  height: 3em;
  background: #f28e00;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
@media print, screen and (max-width: 1180px) {
  #seminar .event-days .event-day .day::after {
    height: 32px;
  }
}
@media print, screen and (max-width: 1180px) {
  #seminar .event-days .event-day .day {
    font-size: 16px;
  }
}
#seminar .event-days .event-day.current .day::after {
  background: #000;
}
#seminar .seminar-schedule {
  display: none;
  margin-top: 3.3333333333em;
  padding-top: 1.6666666667em;
  position: relative;
}
@media print, screen and (max-width: 900px) {
  #seminar .seminar-schedule {
    margin-top: 20px;
    padding-top: 0;
  }
}
#seminar .seminar-schedule .bg-wrap {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#seminar .seminar-schedule .bg-wrap .bg {
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 900px) {
  #seminar .seminar-schedule .bg-wrap .bg {
    display: none;
  }
}
#seminar .seminar-schedule .bg-wrap .bg:nth-child(odd) {
  background: #f7f7f7;
}
#seminar .seminar-schedule .room-list {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
@media print, screen and (max-width: 900px) {
  #seminar .seminar-schedule .room-list {
    gap: 10px;
  }
}
#seminar .seminar-schedule .room-list .room-box {
  flex: 1;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.4117647059em;
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  pointer-events: none;
}
@media print, screen and (max-width: 1180px) {
  #seminar .seminar-schedule .room-list .room-box {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  #seminar .seminar-schedule .room-list .room-box {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 900px) {
  #seminar .seminar-schedule .room-list .room-box {
    min-height: 50px;
    border: solid 2px #f28e00;
    font-size: 18px;
    font-weight: 700;
    color: #f28e00;
    border-radius: 10px;
    pointer-events: auto;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  #seminar .seminar-schedule .room-list .room-box {
    padding: 0.7em 0;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 5px;
  }
}
#seminar .seminar-schedule .room-list .room-box::before, #seminar .seminar-schedule .room-list .room-box::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 10px;
  min-width: 10px;
  height: auto;
  border: solid 1px #000;
  background: #ffff10;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #seminar .seminar-schedule .room-list .room-box::before, #seminar .seminar-schedule .room-list .room-box::after {
    width: 6px;
    min-width: 6px;
  }
}
@media print, screen and (max-width: 900px) {
  #seminar .seminar-schedule .room-list .room-box::before, #seminar .seminar-schedule .room-list .room-box::after {
    content: none;
  }
}
@media print, screen and (max-width: 900px) {
  #seminar .seminar-schedule .room-list .room-box.current {
    background: #f28e00;
    color: #FFF;
  }
}
@media screen and (min-width: 901px) {
  #seminar .seminar-schedule .seminar-list .seminar-box {
    display: flex !important;
  }
}
#seminar .seminar-schedule .seminar-list .seminar-box-dummy {
  border-width: 0;
}
#seminar .seminar-schedule .seminar-list .seminar-box-dummy + .seminar-box:not(.seminar-box-dummy) {
  border-width: 1px;
}
#seminar .seminar-schedule .seminar-list:has(.seminar-box.full) .seminar-box-dummy {
  display: none !important;
}
#seminar .seminar-schedule.order-each-track .room-list {
  gap: 1.6666666667em;
}
@media print, screen and (max-width: 1180px) {
  #seminar .seminar-schedule.order-each-track .room-list {
    gap: 16px;
  }
}
@media print, screen and (max-width: 900px) {
  #seminar .seminar-schedule.order-each-track .room-list {
    gap: 10px;
  }
}
@media print, screen and (max-width: 1180px) {
  #seminar .seminar-schedule.order-each-track .seminar-list-wrap {
    gap: 16px;
  }
}
@media print, screen and (max-width: 900px) {
  #seminar .seminar-schedule.order-each-track .seminar-list-wrap {
    gap: 1.6666666667em;
  }
}
#seminar .seminar-schedule.order-each-track .seminar-lists {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
}
#seminar .seminar-schedule.order-each-track .seminar-lists .seminar-list {
  display: flex;
  align-items: stretch;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 1.6666666667em;
  padding: 0 0.8333333333em;
  width: 33.3%;
}
@media print, screen and (max-width: 1180px) {
  #seminar .seminar-schedule.order-each-track .seminar-lists .seminar-list {
    gap: 16px;
    padding: 0 8px;
  }
}
@media print, screen and (max-width: 900px) {
  #seminar .seminar-schedule.order-each-track .seminar-lists .seminar-list {
    gap: 1.6666666667em;
    padding: 0;
    width: 100%;
  }
}
#seminar .seminar-schedule.order-each-track .seminar-lists .seminar-list .seminar-box {
  width: 100%;
  border-width: 1px;
}
@media print, screen and (max-width: 1180px) {
  #seminar .seminar-schedule.order-each-track .seminar-lists .seminar-list .seminar-box .box-detail {
    padding: 20px 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  #seminar .seminar-schedule.order-each-track .seminar-lists .seminar-list .seminar-box .box-detail {
    padding: 20px;
  }
}
#seminar .seminar-schedule.order-each-track .seminar-box .time {
  font-size: 16px;
}
@media print, screen and (max-width: 1180px) {
  #seminar .seminar-schedule.order-each-track .seminar-box .time {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #seminar .seminar-schedule.order-each-track .seminar-box .time {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 1180px) {
  #seminar .seminar-schedule.order-each-track .seminar-box .time {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 1180px) {
  #seminar .seminar-schedule.order-each-track .seminar-box .button-area .button {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #seminar .seminar-schedule.order-each-track .seminar-box .button-area .button {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 1180px) {
  #seminar .seminar-schedule.order-each-track .seminar-box .wish {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #seminar .seminar-schedule.order-each-track .seminar-box .wish {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 1380px) {
  #seminar.with-newyear-seminar .seminar-schedule .room-list .room-box {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 1180px) {
  #seminar.with-newyear-seminar .seminar-schedule .room-list .room-box {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 900px) {
  #seminar.with-newyear-seminar .seminar-schedule .room-list .room-box {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #seminar.with-newyear-seminar .seminar-schedule .room-list .room-box {
    font-size: 14px;
  }
}
#seminar.with-newyear-seminar .seminar-schedule .seminar-list .seminar-box {
  width: 25%;
}
#seminar.with-newyear-seminar .seminar-schedule .seminar-list .seminar-box:nth-child(3n+1) {
  border-left-width: 0;
}
#seminar.with-newyear-seminar .seminar-schedule .seminar-list .seminar-box:nth-child(4n+1) {
  border-left-width: 1px;
}
@media print, screen and (max-width: 1380px) {
  #seminar.with-newyear-seminar .seminar-schedule .seminar-list .seminar-box .time {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 1180px) {
  #seminar.with-newyear-seminar .seminar-schedule .seminar-list .seminar-box .time {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 1380px) {
  #seminar.with-newyear-seminar .seminar-schedule .seminar-list .seminar-box .kind {
    padding-left: 15px;
    font-size: 15px;
  }
}
@media print, screen and (max-width: 1180px) {
  #seminar.with-newyear-seminar .seminar-schedule .seminar-list .seminar-box .kind {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 1180px) {
  #seminar.with-newyear-seminar .seminar-schedule .seminar-list .seminar-box .seminar-title {
    font-size: 17px;
  }
}
@media print, screen and (max-width: 1180px) {
  #seminar.with-newyear-seminar .seminar-schedule .seminar-list .seminar-box:not(.full) .time {
    width: 86px;
  }
}
@media print, screen and (max-width: 900px) {
  #seminar.with-newyear-seminar .seminar-schedule .seminar-list .seminar-box:not(.full) .time {
    width: auto;
  }
}
#seminar.with-newyear-seminar .seminar-schedule .seminar-list .seminar-box.full {
  width: 75%;
}
#seminar.with-newyear-seminar .seminar-schedule.order-each-track .seminar-lists .seminar-list {
  width: 25%;
}
@media print, screen and (max-width: 900px) {
  #seminar.with-newyear-seminar .seminar-schedule.order-each-track .seminar-lists .seminar-list {
    width: 100%;
  }
}
#seminar.with-newyear-seminar .seminar-schedule.order-each-track .seminar-lists .seminar-list .seminar-box {
  border-left-width: 1px;
}

/* =================================================================
 閲覧履歴
================================================================= */
@media screen and (max-width: 767px) {
  #history .history-table-wrap {
    overflow-x: auto;
  }
  @-moz-document url-prefix() {
    #history .history-table-wrap {
      scrollbar-width: 0.3333333333em;
      scrollbar-color: #aaa #f2f2f2;
    }
  }
  #history .history-table-wrap::-webkit-scrollbar {
    background: #f2f2f2;
    width: 0.3333333333em;
    border-radius: 999px;
  }
  #history .history-table-wrap::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 999px;
  }
  #history .history-table-wrap::-webkit-scrollbar {
    width: auto;
    height: 0.3333333333em;
  }
}
#history .history-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #history .history-table {
    min-width: 640px;
  }
}
#history .history-table thead tr {
  border: solid 1px #000;
}
#history .history-table thead th {
  padding: 0.3333333333em 1em;
  background: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}
@media print, screen and (max-width: 1180px) {
  #history .history-table thead th {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #history .history-table thead th {
    font-size: 15px;
  }
}
#history .history-table thead th.completion-date {
  text-align: center;
}
#history .history-table tbody tr {
  border: solid 1px #000;
  border-width: 0 0 1px;
}
#history .history-table tbody td {
  padding: 0.6875em 0;
  font-size: 16px;
  vertical-align: middle;
}
@media print, screen and (max-width: 1180px) {
  #history .history-table tbody td {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #history .history-table tbody td {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #history .history-table tbody td {
    font-size: 14px;
  }
}
#history .history-table tbody td.detail {
  padding-right: 1.125em;
  width: 100%;
}
#history .history-table tbody td.detail .detail-inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 1.25em;
}
@media screen and (max-width: 767px) {
  #history .history-table tbody td.detail .detail-inner {
    gap: 0.78125em;
  }
}
#history .history-table tbody td.detail .title {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 0.1666666667em;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
@media print, screen and (max-width: 1180px) {
  #history .history-table tbody td.detail .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #history .history-table tbody td.detail .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #history .history-table tbody td.detail .title {
    font-size: 15px;
  }
}
#history .history-table tbody td.detail .title .sub {
  font-size: 16px;
  font-weight: 400;
}
@media print, screen and (max-width: 1180px) {
  #history .history-table tbody td.detail .title .sub {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #history .history-table tbody td.detail .title .sub {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #history .history-table tbody td.detail .title .sub {
    font-size: 14px;
  }
}
#history .history-table tbody td.view-detail {
  padding-right: 1.125em;
}
#history .history-table tbody td.completion-date .completion-date-inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1.125em;
}
@media screen and (max-width: 767px) {
  #history .history-table tbody td.completion-date .completion-date-inner {
    gap: 0.703125em;
  }
}
#history .history-table tbody td.completion-date .completion-date-inner:not(:has(.status-icon))::before {
  content: "";
  display: block;
}
#history .history-table tbody td.completion-date .date {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.5em;
  width: 12.625em;
}
#history .history-table tbody td.completion-date .date .time {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.25em;
  position: relative;
}
#history .history-table tbody td.completion-date .date .time::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  min-width: 0.9375em;
  height: auto;
  background-image: url(../media/images/2025/common/icon_time_blk.png);
  position: relative;
  top: 0.05em;
}
#history .history-table tbody:has(.view-detail) td.detail {
  width: 50%;
}
#history .history-table tbody:has(.view-detail) td.view-detail {
  width: 50%;
}
#history .history-table .exhibitor-icon {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  min-width: 7.625em;
  min-height: 2.5em;
  border: solid 1px #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  border-radius: 4px;
}
@media print, screen and (max-width: 1180px) {
  #history .history-table .exhibitor-icon {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #history .history-table .exhibitor-icon {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #history .history-table .exhibitor-icon {
    border-radius: 2px;
  }
}
@media screen and (max-width: 767px) {
  #history .history-table .exhibitor-icon {
    min-height: 30px;
    font-size: 0.95em;
  }
}
#history .history-table .exhibitor-icon.keynote {
  background: #fcf9cf;
}
#history .history-table .exhibitor-icon.exhibitor {
  background: #d0eaea;
}
#history .history-table .exhibitor-icon.insurance {
  background: #d4edbc;
}
#history .history-table .exhibitor-icon.investment {
  background: #fee3bc;
}
#history .history-table .exhibitor-icon.guest {
  background: #ffe813;
}
#history .history-table .exhibitor-icon.newyear {
  background: #fedee6;
}
#history .history-table .status-icon {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  min-width: 7.625em;
  min-height: 1.75em;
  background: #000;
  color: #FFF;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 4px;
}
@media print, screen and (max-width: 1180px) {
  #history .history-table .status-icon {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #history .history-table .status-icon {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #history .history-table .status-icon {
    border-radius: 2px;
  }
}
@media screen and (max-width: 767px) {
  #history .history-table .status-icon {
    font-size: 0.95em;
  }
}
#history .history-table .status-icon:empty {
  background: none;
}

/* =================================================================
 会場ガイド
================================================================= */
#real-guide {
  /* ご参加可能なセミナー
  -------------------------------------------------------------*/
  /* 会場へのアクセス
  -------------------------------------------------------------*/
}
#real-guide section:first-of-type .large-title {
  margin-top: 1.4705882353em;
}
@media screen and (max-width: 767px) {
  #real-guide section:first-of-type .large-title {
    margin-top: 40px;
  }
}
#real-guide #reserved-seminar.non-reserve {
  margin: 0 auto;
  max-width: 900px;
}
#real-guide #reserved-seminar.non-reserve .notice {
  margin-top: 4.7777777778em;
}
@media screen and (max-width: 767px) {
  #real-guide #reserved-seminar.non-reserve .notice {
    margin-top: 15px;
  }
}
#real-guide #access {
  margin: 0 auto;
  max-width: 900px;
}
#real-guide #access .access-information dt {
  margin-bottom: 0.5555555556em;
}
#real-guide #access .access-information dd {
  font-size: 16px;
}
@media print, screen and (max-width: 1180px) {
  #real-guide #access .access-information dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #real-guide #access .access-information dd {
    font-size: 15px;
  }
}
#real-guide #access .access-information dd.address {
  margin-top: 1em;
}
#real-guide #access .access-information dd .sub {
  font-size: 0.9em;
}

/* リアルタイムメッセージ
-------------------------------------------------------------*/
#realtime-message {
  margin: 2.7777777778em auto 0;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  border-top: solid 1px #000;
  width: 100%;
  min-height: 2.8888888889em;
  background: #fcf9cf;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
}
#realtime-message .realtime-message {
  margin: 0;
  padding-left: 100%;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  animation: flowing 15s linear infinite;
}
@media print, screen and (max-width: 1180px) {
  #realtime-message .realtime-message {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #realtime-message .realtime-message {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #realtime-message .realtime-message {
    font-size: 14px;
  }
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* =================================================================
 登録情報確認
================================================================= */
#profile .content-box {
  margin-top: 8.3333333333em;
}
@media screen and (max-width: 767px) {
  #profile .content-box {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  #profile + .content-nav {
    margin-top: 120px;
  }
}

/* =================================================================
 出展社・投信運用会社・保険会社一覧
================================================================= */
#booth {
  /* ピックアップ
  -------------------------------------------------------------*/
  /* 紹介ブロック
  -------------------------------------------------------------*/
}
#booth #pickup-company-list {
  padding: 2.7777777778em;
  background: #fcf9cf;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #booth #pickup-company-list {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  #booth #pickup-company-list {
    margin: 0 0 0 -20px;
    padding: 30px 0;
    width: calc(100% + 40px);
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  #booth #pickup-company-list .company-slider {
    overflow: hidden;
  }
  #booth #pickup-company-list .company-slider .slider-inner {
    max-width: calc(100% - 40px);
    overflow: visible;
  }
}
#booth #pickup-company-list .company-box .img-box {
  aspect-ratio: 250/120;
}
#booth #pickup-company-list .company-box .text-box {
  background: #fcf9cf;
}
#booth #pickup-company-list + #company-list .large-title {
  margin-top: 2.7058823529em;
}
@media screen and (max-width: 767px) {
  #booth #pickup-company-list + #company-list .large-title {
    margin-top: 50px;
  }
}
#booth a:has(#introduction) {
  text-decoration: none;
}
#booth #introduction {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1em;
  padding: 1.1111111111em;
  background: #fcf9cf;
  border: solid 1px #000;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #booth #introduction {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  #booth #introduction {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
}
#booth #introduction .movie-box {
  width: calc(53.84% - 1 * 1em / 2);
}
@media screen and (max-width: 767px) {
  #booth #introduction .movie-box {
    width: 100%;
  }
}
#booth #introduction .text-box {
  padding-top: 0.9444444444em;
  width: calc(46.15% - 1 * 1em / 2);
}
@media screen and (max-width: 767px) {
  #booth #introduction .text-box {
    padding-top: 0;
    width: 100%;
  }
}
#booth #introduction .movie {
  margin: 0;
}
#booth #introduction .introduction-title {
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (max-width: 1180px) {
  #booth #introduction .introduction-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  #booth #introduction .introduction-title {
    font-size: 17px;
  }
}
#booth #introduction .highlight {
  margin: 2.4444444444em auto 0;
  padding: 1.7777777778em 1.3888888889em 0.8888888889em;
  border: solid 1px #000;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #booth #introduction .highlight {
    border-radius: 5px;
  }
}
#booth #introduction .highlight.keynote {
  background: #fcf9cf;
}
#booth #introduction .highlight.exhibitor {
  background: #d0eaea;
}
#booth #introduction .highlight.insurance {
  background: #d4edbc;
}
#booth #introduction .highlight.investment {
  background: #fee3bc;
}
#booth #introduction .highlight.guest {
  background: #ffe813;
}
#booth #introduction .highlight.newyear {
  background: #fedee6;
}
#booth #introduction .highlight dt {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0 0.6666666667em 0.2em 3em;
  min-height: 1.9444444444em;
  border: solid 1px #000;
  font-weight: 400;
  line-height: 1;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: -1px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  #booth #introduction .highlight dt {
    border-radius: 2px;
  }
}
#booth #introduction .highlight dt.insurance {
  background: #73bb2b;
}
#booth #introduction .highlight dt.investment {
  background: #f28e00;
}
#booth #introduction .highlight dt::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 96/86;
  width: 2.6666666667em;
  height: auto;
  background-image: url(../media/images/2025/common/img_illust_004.png);
  position: absolute;
  left: 0.5555555556em;
  bottom: 0;
}
#booth #introduction .highlight dd {
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 1180px) {
  #booth #introduction .highlight dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #booth #introduction .highlight dd {
    font-size: 15px;
  }
}
#booth #introduction + #company-list .large-title {
  margin-top: 2.7058823529em;
}
@media screen and (max-width: 767px) {
  #booth #introduction + #company-list .large-title {
    margin-top: 50px;
  }
}

/* =================================================================
 視聴ページ
================================================================= */
#view {
  padding: 1.1111111111em 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #view {
    padding-top: 0;
  }
}
#view::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1900/400;
  width: 100%;
  height: auto;
  background-image: url(../media/images/2025/common/img_keyvisual_simple.jpg);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #view::before {
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  #view::after {
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    background: #d0eaea;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#view #breadcrambs {
  margin-top: 0;
}
#view #view-area {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #view #view-area {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
}
#view #view-area .movie-box {
  flex: 1;
  width: 72.72%;
}
@media screen and (max-width: 767px) {
  #view #view-area .movie-box {
    width: 100%;
  }
}
#view #view-area .movie-box .movie {
  margin: 0;
  border-radius: 0;
}
#view #view-area .chat-box {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  width: 27.27%;
  border: solid 1px #000;
  border-left-width: 0;
}
@media screen and (max-width: 767px) {
  #view #view-area .chat-box {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    border-top-width: 0;
    border-left-width: 1px;
  }
}
#view #view-area .chat-box .chat {
  flex: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#view #view-area .chat-box .chat iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#view #view-area .chat-box .chat img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#view #view-area .chat-box .chat-note {
  padding: 0.3333333333em 0.4444444444em;
  background: #f2f2f2;
}
#view #view-area .chat-box .chat-note .notice {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
@media print, screen and (max-width: 1180px) {
  #view #view-area .chat-box .chat-note .notice {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #view #view-area .chat-box .chat-note .notice {
    font-size: 13px;
  }
}
#view #view-area .seminar-information-box {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 1.1111111111em 0;
  width: 100%;
  border: solid 1px #000;
  border-top-width: 0;
}
@media screen and (max-width: 767px) {
  #view #view-area .seminar-information-box {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 0 16px;
  }
}
#view #view-area .seminar-information-box .seminar-information {
  padding: 0 1.1111111111em;
  width: 72.72%;
}
@media screen and (max-width: 767px) {
  #view #view-area .seminar-information-box .seminar-information {
    padding: 20px 0 16px;
    width: 100%;
  }
}
#view #view-area .seminar-information-box .seminar-information .icon-list {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 0.4444444444em 0.8333333333em;
  margin-bottom: 0.6666666667em;
}
@media screen and (max-width: 767px) {
  #view #view-area .seminar-information-box .seminar-information .icon-list {
    margin-bottom: 8px;
  }
}
#view #view-area .seminar-information-box .seminar-information .icon {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 0 1em 0.1em;
  min-height: 2.1428571429em;
  min-width: 7.8571428571em;
  border: solid 1px #000;
  background: #fcf9cf;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 4px;
}
@media print, screen and (max-width: 1180px) {
  #view #view-area .seminar-information-box .seminar-information .icon {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #view #view-area .seminar-information-box .seminar-information .icon {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #view #view-area .seminar-information-box .seminar-information .icon {
    border-radius: 2px;
  }
}
#view #view-area .seminar-information-box .seminar-information .icon.keynote {
  background: #fcf9cf;
}
#view #view-area .seminar-information-box .seminar-information .icon.exhibitor {
  background: #d0eaea;
}
#view #view-area .seminar-information-box .seminar-information .icon.insurance {
  background: #d4edbc;
}
#view #view-area .seminar-information-box .seminar-information .icon.investment {
  background: #fee3bc;
}
#view #view-area .seminar-information-box .seminar-information .icon.guest {
  background: #ffe813;
}
#view #view-area .seminar-information-box .seminar-information .icon.newyear {
  background: #fedee6;
}
#view #view-area .seminar-information-box .seminar-information .seminar-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 1180px) {
  #view #view-area .seminar-information-box .seminar-information .seminar-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  #view #view-area .seminar-information-box .seminar-information .seminar-title {
    font-size: 17px;
  }
}
#view #view-area .seminar-information-box .seminar-information .speaker-list {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  margin: 0.2777777778em 0 0;
}
#view #view-area .seminar-information-box .seminar-information .speaker-list .company-name {
  font-size: 16px;
  font-weight: 700;
}
@media print, screen and (max-width: 1180px) {
  #view #view-area .seminar-information-box .seminar-information .speaker-list .company-name {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #view #view-area .seminar-information-box .seminar-information .speaker-list .company-name {
    font-size: 15px;
  }
}
#view #view-area .seminar-information-box .buttons {
  flex: 1;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 0.5555555556em;
  padding: 0 1.1111111111em;
  border-left: solid 1px #000;
}
@media screen and (max-width: 767px) {
  #view #view-area .seminar-information-box .buttons {
    padding: 16px 0 20px;
    width: 100%;
    border-top: solid 1px #000;
    border-left: 0;
  }
}
#view #view-area .seminar-information-box .buttons .button {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0.1em 0.6em;
  border-width: 0;
  width: 100%;
  max-width: 100%;
  min-width: auto;
  font-size: 15px;
  text-align: left;
  border-radius: 4px;
  box-shadow: none;
}
@media print, screen and (max-width: 1180px) {
  #view #view-area .seminar-information-box .buttons .button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #view #view-area .seminar-information-box .buttons .button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #view #view-area .seminar-information-box .buttons .button {
    border-radius: 2px;
  }
}
@media screen and (max-width: 767px) {
  #view #view-area .seminar-information-box .buttons .button {
    padding: 0.1em 0.8em 0.1em 1em;
    width: 295px;
  }
}
#view #view-area .seminar-information-box .buttons .button.link::after, #view #view-area .seminar-information-box .buttons .button.next::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 2em;
  height: auto;
  background-image: url(../media/images/2025/common/icon_link_next_wht.png);
  position: relative;
  top: auto;
  right: auto;
  transform: none;
}
#view #view-area .seminar-information-box .buttons .button.download::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 1.7333333333em;
  height: auto;
  background-image: url(../media/images/2025/common/icon_download.png);
}
#view #view-area + .button-area {
  margin-top: 1.8888888889em;
}
#view #view-area + .button-area .back {
  margin-top: 0;
}

/* =================================================================
 スまいる利用
================================================================= */
#smile {
  /* スまいる情報
  -------------------------------------------------------------*/
  /* 賞品
  -------------------------------------------------------------*/
  /* 抽選メール送信履歴
  -------------------------------------------------------------*/
}
#smile #smile-information {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: flex-start;
  margin: 8.3333333333em auto 0;
  padding: 3.3333333333em 3.3333333333em 3.6666666667em;
  max-width: 38.8888888889em;
  background: #fcf9cf;
  border: solid 1px #000;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #smile #smile-information {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  #smile #smile-information {
    margin-top: 65px;
    padding: 20px 20px 72px;
  }
}
#smile #smile-information::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 75/199;
  width: 4.1666666667em;
  height: auto;
  background-image: url(../media/images/2025/common/img_illust_001.png);
  position: absolute;
  top: 50%;
  left: 3.3333333333em;
  transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #smile #smile-information::before {
    top: auto;
    bottom: -54px;
    left: calc(50% - 12px);
    width: 38px;
    transform: translate(-100%, 0);
  }
}
#smile #smile-information::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 82/203;
  width: 4.5555555556em;
  height: auto;
  background-image: url(../media/images/2025/common/img_illust_002.png);
  position: absolute;
  top: 50%;
  right: 3.1666666667em;
  transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #smile #smile-information::after {
    top: auto;
    bottom: -54px;
    left: calc(50% + 12px);
    right: auto;
    width: 41px;
    transform: translate(0, 0);
  }
}
#smile #smile-information .current-status {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.3333333333em;
  line-height: 1;
  position: relative;
}
#smile #smile-information .current-status::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 0.4444444444em;
  aspect-ratio: 1;
  width: 3.4444444444em;
  height: auto;
  background-image: url(../media/images/2025/common/icon_smile.svg);
}
@media screen and (max-width: 767px) {
  #smile #smile-information .current-status::before {
    width: 50px;
  }
}
#smile #smile-information .current-status dt {
  font-size: 20px;
  position: relative;
  top: 0.3em;
}
@media print, screen and (max-width: 1180px) {
  #smile #smile-information .current-status dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #smile #smile-information .current-status dt {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 1180px) {
  #smile #smile-information .current-status dt {
    top: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #smile #smile-information .current-status dt {
    top: auto;
  }
}
#smile #smile-information .current-status dd {
  font-size: 60px;
  position: relative;
  top: -0.0833333333em;
}
@media print, screen and (max-width: 1180px) {
  #smile #smile-information .current-status dd {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  #smile #smile-information .current-status dd {
    font-size: 28px;
  }
}
#smile #smile-information .total-status {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.5555555556em;
  margin: 0.7777777778em auto 0;
  padding: 0.1em 0.7777777778em;
  min-height: 1.9444444444em;
  background: #FFF;
  line-height: 1.3;
}
#smile #smile-information .total-status dt {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0.5555555556em;
  font-weight: 400;
}
#smile #smile-information .total-status dt::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.1111111111em;
  background: #000;
}
#smile #smile-information .button-area {
  margin-top: 2.2222222222em;
}
@media screen and (max-width: 767px) {
  #smile #smile-information .button-area {
    margin-top: 24px;
  }
}
#smile #prize {
  margin: 8.3333333333em auto 0;
}
@media screen and (max-width: 767px) {
  #smile #prize {
    margin-top: 115px;
  }
}
#smile #prize .callout {
  margin-bottom: 1.3333333333em;
}
@media screen and (max-width: 767px) {
  #smile #prize .callout {
    font-size: 17px;
  }
}
#smile #prize .common-table tbody td.detail {
  padding-right: 1em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #smile #prize .common-table tbody td.detail {
    padding-right: 0;
  }
}
#smile #prize .common-table tbody td.detail:has(.chance) {
  padding-top: 0.625em;
  padding-bottom: 0.6875em;
}
@media screen and (max-width: 767px) {
  #smile #prize .common-table tbody td.detail:has(.chance) {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#smile #prize .common-table tbody td.detail .data-inner.chance {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.9375em;
}
#smile #prize .common-table tbody td.detail .data-inner.chance img {
  width: 4.875em;
  height: auto;
}
@media screen and (max-width: 767px) {
  #smile #prize .common-table tbody td.detail .data-inner.chance img {
    width: 64px;
  }
}
#smile #prize .common-table tbody td.detail .data-inner.chance .period {
  display: inline-block;
  padding: 0.1em 0.375em;
  min-height: 1.625em;
  border: solid 1px #000;
  background: #ffe813;
  line-height: 1.3;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  #smile #prize .common-table tbody td.detail .data-inner.chance .period {
    border-radius: 2px;
  }
}
#smile #prize .common-table tbody td.use-smile {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #smile #prize .common-table tbody td.use-smile {
    white-space: unset;
  }
}
#smile #prize .common-table tbody td.use-smile .data-inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 4.6875em;
}
@media screen and (max-width: 767px) {
  #smile #prize .common-table tbody td.use-smile .data-inner {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 12px;
    padding-bottom: 15px;
  }
}
#smile #prize .common-table tbody td.use-smile .data-inner .text {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #smile #prize .common-table tbody td.use-smile .data-inner .button {
    margin-left: auto;
    margin-right: auto;
  }
}
#smile #prize .common-table .smile {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.625em;
}
#smile #prize .common-table .smile img {
  width: 2.8125em;
  height: auto;
}
#smile #lottery-history .common-table tbody td.detail {
  width: 100%;
}
#smile #lottery-history .common-table tbody td.datetime {
  white-space: nowrap;
}
#smile #lottery-history .common-table tbody td.datetime .data-inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.5555555556em;
}
#smile #lottery-history .common-table tbody td.datetime .time {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.25em;
  position: relative;
}
#smile #lottery-history .common-table tbody td.datetime .time::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  min-width: 0.9375em;
  height: auto;
  background-image: url(../media/images/2025/common/icon_time_blk.png);
  position: relative;
  top: 0.05em;
}

/* =================================================================
 おすすめナビ詳細
================================================================= */
#navi-detail .recommend-list {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 1.7777777778em 0;
}
@media screen and (max-width: 767px) {
  #navi-detail .recommend-list {
    gap: 20px;
  }
}
#navi-detail .recommend-list .recommend-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #navi-detail .recommend-list .recommend-box {
    width: 100%;
  }
}
#navi-detail .recommend-list .recommend-box + .recommend-box {
  border-left-width: 0;
}
@media screen and (max-width: 767px) {
  #navi-detail .recommend-list .recommend-box + .recommend-box {
    border-left-width: 1px;
  }
}
#navi-detail .recommend-list .recommend-box + .recommend-box:nth-child(2n+1) {
  border-left-width: 1px;
}
#navi-detail .recommend-box {
  border: solid 1px #000;
}
#navi-detail .recommend-box .box-inner {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
}
#navi-detail .recommend-box .img-box {
  aspect-ratio: 1100/581;
  width: 100%;
  overflow: hidden;
}
#navi-detail .recommend-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#navi-detail .recommend-box .recommend-header {
  width: 100%;
  border: solid 1px #000;
  border-left-width: 0;
  border-right-width: 0;
}
#navi-detail .recommend-box .recommend-detail {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 1.3333333333em 1.6666666667em 1.6666666667em;
  width: 100%;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  #navi-detail .recommend-box .recommend-detail {
    padding: 15px 20px 20px;
  }
}
#navi-detail .recommend-box .recommend-title {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 0.2727272727em;
  padding: 0.7272727273em 0.9090909091em 0.8181818182em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 1180px) {
  #navi-detail .recommend-box .recommend-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  #navi-detail .recommend-box .recommend-title {
    font-size: 17px;
  }
}
#navi-detail .recommend-box .recommend-title .sub {
  font-size: 0.8em;
}
#navi-detail .recommend-box .explanation {
  font-size: 16px;
}
@media print, screen and (max-width: 1180px) {
  #navi-detail .recommend-box .explanation {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #navi-detail .recommend-box .explanation {
    font-size: 15px;
  }
}
#navi-detail .recommend-box .highlight {
  margin-top: 1.3333333333em;
  padding: 1em 1.3333333333em 1em calc(1.3333333333em + 5.3888888889em + 1.3333333333em);
  min-height: 9.3333333333em;
  width: 100%;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  #navi-detail .recommend-box .highlight {
    padding: 15px 15px 15px 94px;
  }
}
#navi-detail .recommend-box .highlight::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 194/249;
  width: 5.3888888889em;
  height: auto;
  background-image: url(../media/images/2025/common/img_illust_008.png);
  position: absolute;
  top: calc(50% + 0.4444444444em);
  left: 1.3333333333em;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  #navi-detail .recommend-box .highlight::before {
    width: 64px;
    left: 15px;
  }
}
#navi-detail .recommend-box .highlight dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 1180px) {
  #navi-detail .recommend-box .highlight dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #navi-detail .recommend-box .highlight dt {
    font-size: 16px;
  }
}
#navi-detail .recommend-box .highlight dd {
  margin: 0.5714285714em 0 0;
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media print, screen and (max-width: 1180px) {
  #navi-detail .recommend-box .highlight dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #navi-detail .recommend-box .highlight dd {
    font-size: 13px;
  }
}
#navi-detail .recommend-box .link-list {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 0.1666666667em;
  margin-top: 1.3333333333em;
}
#navi-detail .recommend-box:not(:has(.recommend-detail)) .recommend-header {
  border-bottom-width: 0;
}

/* =================================================================
 新産業ナビゲーション
================================================================= */
#mirai-navigation #main-movie .movie {
  margin-top: 2.2222222222em;
  max-width: 960px;
}

/* =================================================================
 スタンプラリー
================================================================= */
#stamprally {
  margin-top: 8.3333333333em;
}
@media screen and (max-width: 767px) {
  #stamprally {
    margin-top: 65px;
  }
}
#stamprally .content-box {
  margin-top: 3.7777777778em;
  padding: 5.5555555556em 1.6666666667em 0;
}
#stamprally .small-content-box .comment.small {
  margin-top: 0;
  font-weight: 700;
}
#stamprally .small-content-box .comment.small::before, #stamprally .small-content-box .comment.small::after {
  top: 50%;
}
#stamprally .small-content-box .stamp-list {
  margin-top: 0.6666666667em;
  padding: 0;
  border: 0;
}
#stamprally .stamp-sheet {
  margin-top: 5em;
  padding-top: 3.4444444444em;
  position: relative;
}
#stamprally .stamp-sheet::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: auto;
  height: 5.5555555556em;
  background-image: url(../media/images/2025/common/icon_complete.png);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#stamprally .stamp-sheet.get::before {
  aspect-ratio: 216/200;
  background-image: url(../media/images/2025/common/icon_completed_with_text.png);
}
#stamprally .stamp-sheet:first-of-type {
  margin-top: 0;
}
#stamprally .stamp-sheet .large-title {
  margin-top: 0;
}
#stamprally .stamp-sheet .lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
}
@media print, screen and (max-width: 1180px) {
  #stamprally .stamp-sheet .lead {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  #stamprally .stamp-sheet .lead {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #stamprally .stamp-sheet .lead {
    margin-left: 0;
    font-size: 15px;
  }
}
#stamprally .stamp-sheet .lead .sub {
  display: inline-block;
  font-size: 0.72em;
  font-weight: 400;
}
#stamprally .stamp-sheet .lead *:first-child {
  margin-left: 0;
}
#stamprally .complete-sheet {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 0.6666666667em;
  margin: 1.6666666667em 0 0 -1.6666666667em;
  padding: 2.7777777778em 3.1111111111em;
  width: calc(100% + 1.6666666667em * 2);
  background: #fcf9cf;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  #stamprally .complete-sheet {
    border-radius: 0 0 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  #stamprally .complete-sheet {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 20px;
    padding: 26px 26px 32px;
  }
}
#stamprally .complete-sheet .complete-title {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.3529411765em;
  padding-left: 0.3529411765em;
  font-size: 34px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1180px) {
  #stamprally .complete-sheet .complete-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  #stamprally .complete-sheet .complete-title {
    font-size: 20px;
  }
}
#stamprally .complete-sheet .complete-title .complete-icon {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 216/200;
  width: 3.1764705882em;
  height: auto;
  background-image: url(../media/images/2025/common/icon_completed_with_text.png);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#stamprally .complete-sheet .complete-detail {
  padding: 1.5555555556em 1.3888888889em 1.9444444444em;
  width: 30.5555555556em;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #stamprally .complete-sheet .complete-detail {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  #stamprally .complete-sheet .complete-detail {
    padding: 15px 20px 20px;
    width: 100%;
  }
}
#stamprally .complete-sheet .complete-detail .lead {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
}
@media print, screen and (max-width: 1180px) {
  #stamprally .complete-sheet .complete-detail .lead {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  #stamprally .complete-sheet .complete-detail .lead {
    font-size: 17px;
  }
}
#stamprally .complete-text {
  display: inline-block;
  margin: 0 0.5454545455em;
  padding: 0 2.4545454545em 0.1em 0.7272727273em;
  background: #ffe813;
  border-radius: 999px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #stamprally .complete-text {
    padding-top: 0.05em;
    padding-bottom: 0;
  }
}
#stamprally .complete-text::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 56/65;
  width: 1.2727272727em;
  height: auto;
  background-image: url(../media/images/2025/common/icon_complete_s.png);
  position: absolute;
  top: 50%;
  right: 0.7272727273em;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  #stamprally .complete-text::after {
    width: 18px;
  }
}
#stamprally .stamp-list-wrap {
  margin-top: 1.1111111111em;
  padding: 1.1111111111em 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
#stamprally .stamp-list-wrap .stamp-list {
  margin-top: 0;
}
@media print, screen and (max-width: 1180px) {
  #stamprally .stamp-list-wrap .stamp-list {
    max-width: 881px;
  }
}
#stamprally .stamp-list-wrap .stamp-list.investment {
  max-width: 43.8888888889em;
}

/* =================================================================
 スタンプラリー
================================================================= */
#campaign {
  margin-top: 7.7777777778em;
}
@media screen and (max-width: 767px) {
  #campaign {
    margin-top: 60px;
  }
}
#campaign > .lead {
  margin-top: 0.3846153846em;
  font-size: 26px;
  line-height: 1.75;
}
@media print, screen and (max-width: 1180px) {
  #campaign > .lead {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #campaign > .lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #campaign > .lead {
    text-align: center;
  }
}
#campaign > .lead em {
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  #campaign > .lead em {
    font-size: 1.2em;
  }
}
#campaign .content-box {
  margin-top: 1.2222222222em;
  padding: 1.5555555556em 1.6666666667em 1.6666666667em;
  border: 0;
}
#campaign .content-box + .content-box {
  margin-top: 1.6666666667em;
}
#campaign .content-box .content-header {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 9.7222222222em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #campaign .content-box .content-header {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 16px;
  }
}
#campaign .content-box .content-header .lead {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.6363636364em;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 1180px) {
  #campaign .content-box .content-header .lead {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  #campaign .content-box .content-header .lead {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #campaign .content-box .content-header .lead {
    margin-left: 0;
    font-size: 15px;
  }
}
#campaign .content-box .content-header .lead .no {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  aspect-ratio: 1;
  padding-bottom: 0.125em;
  min-width: 1.4285714286em;
  height: auto;
  background: #000;
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  border-radius: 4px;
}
@media print, screen and (max-width: 1180px) {
  #campaign .content-box .content-header .lead .no {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  #campaign .content-box .content-header .lead .no {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #campaign .content-box .content-header .lead .no {
    border-radius: 2px;
  }
}
#campaign .content-box .content-header::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 350/340;
  width: 9.7222222222em;
  height: auto;
  background-image: url(../media/images/2025/campaign/illust_smile_orange.png);
  position: absolute;
  bottom: 5.1666666667em;
  right: 10.3333333333em;
  transform: translate(0, 100%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #campaign .content-box .content-header::after {
    width: 110px;
    bottom: 58px;
  }
}
#campaign .content-box.orange {
  background: #fee3bc;
}
#campaign .content-box.orange .content-header::after {
  background-image: url(../media/images/2025/campaign/illust_smile_orange.png);
}
#campaign .content-box.orange .smile-text::after {
  background-image: url(../media/images/2025/campaign/icon_smile_orange.png);
}
#campaign .content-box.orange .stamp-list .stamp-box:not(.goal).get::after {
  background-image: url(../media/images/2025/campaign/icon_stamp_orange.png);
}
#campaign .content-box.blue {
  background: #d0eaeb;
}
#campaign .content-box.blue .content-header::after {
  background-image: url(../media/images/2025/campaign/illust_smile_blue.png);
}
#campaign .content-box.blue .smile-text::after {
  background-image: url(../media/images/2025/campaign/icon_smile_blue.png);
}
#campaign .content-box.blue .stamp-list .stamp-box:not(.goal).get::after {
  background-image: url(../media/images/2025/campaign/icon_stamp_blue.png);
}
#campaign .content-box.yellow {
  background: #fcf9cf;
}
#campaign .content-box.yellow .content-header::after {
  background-image: url(../media/images/2025/campaign/illust_smile_yellow.png);
}
#campaign .content-box.yellow .smile-text::after {
  background-image: url(../media/images/2025/campaign/icon_smile_yellow.png);
}
#campaign .content-box.yellow .stamp-list .stamp-box:not(.goal).get::after {
  background-image: url(../media/images/2025/campaign/icon_stamp_yellow.png);
}
#campaign .content-box.green {
  background: #d4edbc;
}
#campaign .content-box.green .content-header::after {
  background-image: url(../media/images/2025/campaign/illust_smile_green.png);
}
#campaign .content-box.green .smile-text::after {
  background-image: url(../media/images/2025/campaign/icon_smile_green.png);
}
#campaign .content-box.green .stamp-list .stamp-box:not(.goal).get::after {
  background-image: url(../media/images/2025/campaign/icon_stamp_green.png);
}
#campaign .content-box.white {
  background: #e7e7e7;
}
#campaign .content-box.white .content-header::after {
  background-image: url(../media/images/2025/campaign/illust_smile_white.png);
}
#campaign .content-box.white .smile-text::after {
  background-image: url(../media/images/2025/campaign/icon_smile_white.png);
}
#campaign .content-box.white .stamp-list .stamp-box:not(.goal).get::after {
  background-image: url(../media/images/2025/campaign/icon_stamp_white.png);
}
#campaign .content-box.white .stamp-sheet .smile-text::after {
  background-image: url(../media/images/2025/campaign/icon_smile_white_s.png);
}
#campaign .smile-text {
  display: inline-block;
  padding-right: 2em;
  position: relative;
}
#campaign .smile-text::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 1.3846153846em;
  height: auto;
  background-image: url(../media/images/2025/common/icon_smile.svg);
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.3076923077em;
}
#campaign .campaign-period {
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-top: auto;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #campaign .campaign-period {
    margin-left: auto;
  }
}
#campaign .campaign-period dt {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0.6em 0.6875em;
  background: #000;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px 0 0 4px;
}
@media print, screen and (max-width: 1180px) {
  #campaign .campaign-period dt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #campaign .campaign-period dt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #campaign .campaign-period dt {
    border-radius: 2px 0 0 2px;
  }
}
#campaign .campaign-period dd {
  padding: 0.4em 0.5333333333em;
  background: #FFF;
  font-size: 15px;
  line-height: 1.3;
  border-radius: 0 4px 4px 0;
}
@media print, screen and (max-width: 1180px) {
  #campaign .campaign-period dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #campaign .campaign-period dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #campaign .campaign-period dd {
    border-radius: 0 2px 2px 0;
  }
}
#campaign .campaign-period dd em {
  font-size: 1.46em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #campaign .campaign-period dd em {
    font-size: 1.2em;
  }
}
#campaign .campaign-period dd .hyphen {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin: 0 0.2em;
  width: 0.6666666667em;
  height: 2px;
  background: #000;
  position: relative;
  top: -0.4em;
}
@media screen and (max-width: 767px) {
  #campaign .campaign-period dd .hyphen {
    width: 8px;
    height: 1px;
  }
}
#campaign .stamp-sheet {
  margin-top: 1em;
  padding-top: 1.1111111111em;
  position: relative;
  z-index: 1;
}
#campaign .stamp-sheet p {
  font-size: 16px;
}
@media print, screen and (max-width: 1180px) {
  #campaign .stamp-sheet p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #campaign .stamp-sheet p {
    font-size: 15px;
  }
}
#campaign .stamp-sheet p em {
  font-size: 1.125em;
}
#campaign .stamp-sheet p .smile-text {
  padding-right: 2.125em;
}
#campaign .stamp-sheet p .smile-text::after {
  width: 1.625em;
  right: 0.25em;
}
#campaign .stamp-list-wrap {
  margin-top: 1.1111111111em;
  padding: 1.1111111111em 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
#campaign .stamp-list-wrap .stamp-list {
  margin-top: 0;
}
@media print, screen and (max-width: 1180px) {
  #campaign .stamp-list-wrap .stamp-list {
    max-width: 881px;
  }
}
#campaign .stamp-list-wrap .stamp-list.investment {
  max-width: 43.8888888889em;
}

/* =================================================================
 Breakout Sessions
================================================================= */
#breakout .main-information .main-title img {
  width: 100%;
  height: auto;
}
#breakout .main-information .lead {
  margin-top: 2.1666666667em;
  font-size: 24px;
  font-weight: 700;
}
@media print, screen and (max-width: 1180px) {
  #breakout .main-information .lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .main-information .lead {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .main-information .lead {
    margin-top: 24px;
    font-size: 14px;
  }
}
#breakout .session-area {
  margin-top: 2.6666666667em;
}
@media screen and (max-width: 767px) {
  #breakout .session-area {
    margin-top: 32px;
  }
}
#breakout .session-area .movie-area {
  margin: 0 auto;
  max-width: 960px;
}
#breakout .session-area .movie-area .movie {
  margin: 0;
}
#breakout .session-area .movie-area .movie-title {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.38em;
  margin-top: 0.6153846154em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1180px) {
  #breakout .session-area .movie-area .movie-title {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .session-area .movie-area .movie-title {
    font-size: 16px;
  }
}
#breakout .session-area .session-list {
  margin-top: 3.4444444444em;
  border: solid 1px #000;
  border-width: 1px 0 0 1px;
}
@media screen and (max-width: 767px) {
  #breakout .session-area .session-list {
    margin-top: 32px;
  }
}
#breakout .session-area .session-box {
  border: solid 1px #000;
  border-width: 0 1px 1px 0;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  #breakout .session-area .session-box:hover {
    opacity: 0.8;
  }
}
#breakout .session-area .session-box .box-inner {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1.6666666667em;
  padding: 1.6666666667em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #breakout .session-area .session-box .box-inner {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 15px;
    padding: 20px;
  }
}
#breakout .session-area .session-box .img-box {
  width: 46.15%;
  border: solid 1px #000;
}
@media screen and (max-width: 767px) {
  #breakout .session-area .session-box .img-box {
    width: 100%;
  }
}
#breakout .session-area .session-box .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
#breakout .session-area .session-box .text-box {
  flex: 1;
}
#breakout .session-area .session-box .status {
  margin: 0 0 1.2222222222em;
}
@media screen and (max-width: 767px) {
  #breakout .session-area .session-box .status {
    margin-bottom: 15px;
  }
}
#breakout .session-area .session-box .status.play {
  display: block;
}
#breakout .session-area .session-box .status.playing {
  display: none;
}
#breakout .session-area .session-box .status img {
  display: block;
  width: 6.1111111111em;
  height: auto;
}
#breakout .session-area .session-box .session-title {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.38em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 1180px) {
  #breakout .session-area .session-box .session-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .session-area .session-box .session-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .session-area .session-box .session-title {
    font-size: 16px;
  }
}
#breakout .session-area .session-box .explanation {
  margin-top: 1em;
  font-size: 16px;
}
@media print, screen and (max-width: 1180px) {
  #breakout .session-area .session-box .explanation {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .session-area .session-box .explanation {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .session-area .session-box .explanation {
    margin-top: 12px;
  }
}
#breakout .session-area .session-box .link-list {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 0.1875em;
  margin-top: 0.25em;
  font-size: 14px;
}
@media print, screen and (max-width: 1180px) {
  #breakout .session-area .session-box .link-list {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .session-area .session-box .link-list {
    font-size: 13px;
  }
}
#breakout .session-area .session-box.playing {
  background: #fcf9cf;
}
#breakout .session-area .session-box.playing .status.play {
  display: none;
}
#breakout .session-area .session-box.playing .status.playing {
  display: block;
}
#breakout .speaker-area .speaker-list {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 1.6666666667em;
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-list {
    display: flex;
    align-items: flex-start;
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
}
#breakout .speaker-area .speaker-list .speaker-box {
  width: calc(50% - 1 * 1.6666666667em / 2);
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-list .speaker-box {
    width: 100%;
  }
}
#breakout .speaker-area .speaker-list .speaker-box.full {
  width: 100%;
}
#breakout .speaker-area .speaker-box {
  border: solid 2px #000;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box {
    border-radius: 5px;
  }
}
#breakout .speaker-area .speaker-box .speaker-header {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0.9444444444em 5em 1.1111111111em;
  min-height: 7.2222222222em;
  border-bottom: solid 2px #000;
  background: #fcf9cf;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .speaker-header {
    padding: 10px 65px 8px;
    min-height: 90px;
  }
}
#breakout .speaker-area .speaker-box .speaker-header.missionary::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 126/172;
  width: 3.5em;
  height: auto;
  background-image: url(../media/images/2025/breakout/icon_speaker_missionary.png);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 1.1111111111em;
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .speaker-header.missionary::before {
    width: 40px;
    left: 15px;
  }
}
#breakout .speaker-area .speaker-box .speaker-header.brave::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 126/172;
  width: 3.5em;
  height: auto;
  background-image: url(../media/images/2025/breakout/icon_speaker_brave.png);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 1.1111111111em;
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .speaker-header.brave::before {
    width: 40px;
    left: 15px;
  }
}
#breakout .speaker-area .speaker-box .speaker-header.boss {
  background: #d0eaeb;
}
#breakout .speaker-area .speaker-box .speaker-header.boss::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 126/172;
  width: 3.5em;
  height: auto;
  background-image: url(../media/images/2025/breakout/icon_speaker_boss.png);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 1.1111111111em;
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .speaker-header.boss::before {
    width: 40px;
    left: 15px;
  }
}
#breakout .speaker-area .speaker-box .speaker-header.satan {
  background: #d0eaeb;
}
#breakout .speaker-area .speaker-box .speaker-header.satan::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 126/172;
  width: 3.5em;
  height: auto;
  background-image: url(../media/images/2025/breakout/icon_speaker_satan.png);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 1.1111111111em;
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .speaker-header.satan::before {
    width: 40px;
    left: 15px;
  }
}
#breakout .speaker-area .speaker-box .speaker-detail {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 1.6666666667em;
  padding: 1.6666666667em 2.2222222222em 1.8888888889em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .speaker-detail {
    gap: 20px;
    padding: 25px 20px 20px;
  }
}
#breakout .speaker-area .speaker-box .speaker-detail .img-box {
  width: 13.3888888889em;
  height: auto;
  border: solid 1px #000;
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .speaker-detail .img-box {
    width: 160px;
  }
}
#breakout .speaker-area .speaker-box .speaker-detail .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
#breakout .speaker-area .speaker-box .speaker-detail .text-box {
  flex: 1;
}
#breakout .speaker-area .speaker-box .job {
  margin: 0 auto 0.125em;
  padding: 0.05em 0.3em 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25em;
  min-height: 1.625em;
  background: #FFF;
  font-size: 16px;
  line-height: 1.3;
  border: solid 1px #000;
  border-radius: 999px;
}
@media print, screen and (max-width: 1180px) {
  #breakout .speaker-area .speaker-box .job {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .job {
    font-size: 15px;
  }
}
#breakout .speaker-area .speaker-box .name {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1180px) {
  #breakout .speaker-area .speaker-box .name {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .name {
    font-size: 18px;
  }
}
#breakout .speaker-area .speaker-box .name .sub {
  display: block;
  font-size: 0.615em;
}
#breakout .speaker-area .speaker-box .about-title {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.4285714286em;
  padding: 0.2857142857em 1.7857142857em 0.3571428571em 0.5714285714em;
  font-size: 28px;
  background: #59c3e2;
  color: #FFF;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 0 999px 999px 0;
  position: absolute;
  top: 0.8928571429em;
  left: 0;
}
@media print, screen and (max-width: 1180px) {
  #breakout .speaker-area .speaker-box .about-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .about-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .about-title {
    padding: 10px 16px 10px 15px;
    font-size: 15px;
  }
}
#breakout .speaker-area .speaker-box .about-title::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 1.25em;
  height: auto;
  background-image: url(../media/images/2025/breakout/icon_hint.png);
}
#breakout .speaker-area .speaker-box .explanation-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 1180px) {
  #breakout .speaker-area .speaker-box .explanation-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .explanation-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .explanation-title {
    font-size: 16px;
  }
}
#breakout .speaker-area .speaker-box .explanation-title .sub {
  display: block;
  font-size: 0.75em;
}
#breakout .speaker-area .speaker-box .explanation-title + .explanation {
  margin-top: 1.125em;
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .explanation-title + .explanation {
    margin-top: 12px;
  }
}
#breakout .speaker-area .speaker-box .explanation {
  margin: 0;
  font-size: 16px;
}
@media print, screen and (max-width: 1180px) {
  #breakout .speaker-area .speaker-box .explanation {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box .explanation {
    font-size: 15px;
  }
}
#breakout .speaker-area .speaker-box.full .speaker-detail {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 2.2222222222em;
  padding-bottom: 2.2222222222em;
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box.full .speaker-detail {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 20px;
    padding-bottom: 20px;
  }
}
#breakout .speaker-area .speaker-box.full .speaker-detail:has(.about-title) {
  padding-top: 6.1111111111em;
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box.full .speaker-detail:has(.about-title) {
    padding-top: 72px;
  }
}
#breakout .speaker-area .speaker-box.full .job {
  margin-bottom: 0.1875em;
}
#breakout .speaker-area .speaker-box.full .name {
  font-size: 36px;
}
@media print, screen and (max-width: 1180px) {
  #breakout .speaker-area .speaker-box.full .name {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box.full .name {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #breakout .speaker-area .speaker-box.full .name {
    font-size: 18px;
  }
}