@charset "UTF-8";
/* lus_20251122 岡田さんセミナーLPのスタイルシート */
button.to-form {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 310px;
  background-color: #E73D7E;
  background-image: url(../img/arrow_down.svg);
  background-position: 253px;
  background-repeat: no-repeat;
  background-size: 48px auto;
  height: 80px;
  padding-right: 66px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px 0 0 8px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  z-index: 5000;
  transition: 0.3s;
}
button.to-form::before {
  position: absolute;
  top: 0;
  right: 70px;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 100%;
  border-right: dotted 2px #AC0042;
  opacity: 0.4;
  content: "";
}
button.to-form::after {
  position: absolute;
  top: 0;
  right: -9px;
  width: 10px;
  height: 100%;
  background-image: url(../img/ticket_side.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  content: "";
}
button.to-form:active {
  opacity: 0.5;
}
body:not(.is-sp) button.to-form:hover {
  opacity: 0.7;
}
.is-sp button.to-form {
  right: 50%;
  transform: translateX(50%);
  width: 270px;
  height: 60px;
  padding-right: 44px;
  border-radius: 7px 0 0 7px;
  font-size: 16px;
  background-size: 40px auto;
  background-position: 220px center;
}
.is-sp button.to-form::before {
  right: 58px;
}

/* 大枠 ************************************/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 16px;
}
body .is-sp {
  font-size: 14px;
}

/* 共通部品 ************************************/
.common-heading {
  position: relative;
  display: inline-block;
  padding: 14px 0 0 14px;
  min-width: 220px;
  min-height: 59px;
  background-color: #E73D7E;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.common-heading::before {
  position: absolute;
  top: 0;
  right: -96px;
  transform: translateX(-50%);
  display: block;
  width: 76px;
  height: 100%;
  background-image: url(../img/heading_after.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  content: "";
}
.is-sp .common-heading {
  font-size: 20px;
  text-align: left !important;
  min-width: 170px;
  min-height: 36px;
  padding: 7px 0 0 10px;
}

/* エリア別 ************************************/
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.header-line {
  width: 100vw;
  min-width: 1200px;
  margin: 0 auto;
  padding: 10px 13px;
}
.header-line img {
  width: 160px;
  height: auto;
}
.is-sp .header-line {
  display: block !important;
  text-align: left;
}
.is-sp .header-line img {
  width: 120px;
}

.section {
  width: 100%;
}
.section .section-inner {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
}
.is-sp .section .section-inner {
  width: calc(100% - 20px) !important;
  margin-left: auto;
  margin-right: auto;
}

/* MV *************/
#mv {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  background-image: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#mv::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  min-width: 1200px;
  background-image: url(../img/mv_footer_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
  content: "";
}
#mv .mv__title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  max-width: 1080px;
  margin: 0 auto;
  z-index: 30;
}
#mv .mv__title img {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1200px;
  z-index: 1;
}
.is-sp #mv {
  height: auto;
  min-width: 0;
  padding-bottom: 50px;
  background-color: #1b1b1b;
}
.is-sp #mv::after {
  min-width: 0;
  height: 35px;
}
.is-sp #mv .mv__title {
  align-items: center;
  flex-direction: column;
  gap: 0;
}
.is-sp #mv .mv__title::before {
  content: none;
}
.is-sp #mv .mv__title.disp-pc {
  display: none !important;
}
.is-sp #mv .mv__title .mv__title__img-wrapper {
  order: 2;
  width: 100%;
  padding: 0;
  text-align: center;
}
.is-sp #mv .mv__title .mv__title__img-wrapper img {
  position: relative;
  width: 100%;
  margin-left: -6px;
  z-index: 2;
  margin: 0;
}
.is-sp #mv .mv__title .mv__profile-wrapper {
  position: relative;
  width: calc(100% - 10px);
  max-width: 350px;
  order: 1;
}
.is-sp #mv .mv__title .mv__profile-wrapper::before {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 1920px solid transparent;
  border-bottom: 127px solid #738fa9;
  content: "";
}
.is-sp #mv .mv__title .mv__profile-wrapper img {
  position: relative;
  z-index: 20;
}

/* contents *************/
#speaker {
  position: relative;
  width: 100%;
  padding: 50px 0 160px 0;
  background-color: #B9D42E;
  background-image: url(../img/spaeker_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 3;
}
#speaker::after {
  position: absolute;
  bottom: -130px;
  left: 0;
  display: block;
  width: 100%;
  height: 130px;
  min-width: 1200px;
  background-image: url(../img/speaker_footer_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
  content: "";
}
#speaker .section-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
#speaker .section-inner .access-cont {
  width: 80%;
  max-width: 800px;
  height: auto;
  margin-bottom: 84px;
}
#speaker .section-inner .access-cont img {
  width: 100%;
}
#speaker .section-inner .access-cont p {
  font-size: 16px;
}
#speaker .section-inner .section-title {
  position: relative;
  width: 100%;
}
#speaker .section-inner .section-title::before {
  position: absolute;
  top: -34px;
  right: 60px;
  display: block;
  width: 726px;
  height: 127px;
  background-image: url(../img/speaker-bg-text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  content: "";
}
#speaker .section-inner .speaker__flex-cont {
  width: calc(100% - 20px);
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 64px;
  margin-top: 64px;
}
#speaker .section-inner .speaker__flex-cont img {
  width: 400px;
  height: auto;
}
#speaker .section-inner .speaker__flex-cont .speaker-profile {
  justify-content: flex-start;
  align-items: baseline;
  margin: 20px 0 10px;
  font-weight: 600;
  gap: 20px;
}
#speaker .section-inner .speaker__flex-cont .speaker-profile p {
  font-size: 24px;
}
#speaker .section-inner .speaker__flex-cont .speaker-profile h3 {
  font-size: 36px;
  color: #5E4A3F;
}
#speaker .section-inner .speaker__flex-cont .speaker-profile h3 span {
  font-size: 28px;
}
#speaker .section-inner .speaker__flex-cont .speaker-profile .cont {
  margin-top: 24px;
  font-size: 16px;
}
.is-sp #speaker {
  z-index: 50;
  padding: 40px 0;
}
.is-sp #speaker::after {
  min-width: 0;
  height: 35px;
  bottom: -34px;
}
.is-sp #speaker .section-inner::before {
  top: -10px;
  left: 50%;
  transform: translateX(-200%) rotate(-90deg);
  transform-origin: 0 0;
  width: 50px;
  height: 200px;
}
.is-sp #speaker .section-inner .section-title::before {
  display: none;
}
.is-sp #speaker .section-inner .access-cont {
  width: 100%;
}
.is-sp #speaker .section-inner .access-cont img {
  width: 100%;
}
.is-sp #speaker .section-inner .access-cont p {
  margin-top: 20px;
}
.is-sp #speaker .section-inner .speaker__flex-cont {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.is-sp #speaker .section-inner .speaker__flex-cont .speaker-img {
  position: relative;
  width: 180px;
}
.is-sp #speaker .section-inner .speaker__flex-cont .speaker-img img {
  width: 100%;
  height: auto;
}
.is-sp #speaker .section-inner .speaker__flex-cont .speaker-img::before, .is-sp #speaker .section-inner .speaker__flex-cont .speaker-img::after {
  position: absolute;
  top: 50%;
  font-size: 70px;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: 50% 50%;
  color: #fff;
  opacity: 0.5;
  display: block;
}
.is-sp #speaker .section-inner .speaker__flex-cont .speaker-img::before {
  content: "Ologun";
  left: -134px;
}
.is-sp #speaker .section-inner .speaker__flex-cont .speaker-img::after {
  content: "Bobby";
  right: -146px;
}
.is-sp #speaker .section-inner .speaker-profile {
  flex-direction: column;
}
.is-sp #speaker .section-inner .speaker-profile:after {
  bottom: -26px;
  font-size: 4rem;
}
.is-sp #speaker .section-inner .speaker-profile .text p:first-child {
  font-size: 16px;
  line-height: 1;
}
.is-sp #speaker .section-inner .speaker-profile .text h3 {
  font-size: 28px;
}
.is-sp #speaker .section-inner .speaker-profile .text h3 span {
  font-size: 18px;
}
.is-sp #speaker .section-inner .cont {
  font-size: 14px !important;
  line-height: 1.6;
}

/* story *************/
#story {
  position: relative;
  background-color: #413B3A;
  background-image: url(../img/story_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 160px 0 220px;
  z-index: 2;
}
#story::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 130px;
  min-width: 1200px;
  background-image: url(../img/story_footer_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
  content: "";
}
#story .section-inner {
  position: relative;
  padding-top: 120px;
}
#story .section-inner .section-title {
  position: relative;
  width: 100%;
}
#story .section-inner .story-detail p {
  position: relative;
  width: calc(100% - 20px);
  max-width: 800px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 55px;
}
#story .section-inner .story-detail p::before {
  position: absolute;
  top: -140px;
  right: -283px;
  display: block;
  width: 210px;
  height: 468px;
  background-image: url(../img/story-bg-text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#story .section-inner img {
  width: 954px;
  height: auto;
  transform: translateX(-60px);
}
.is-sp #story {
  padding: 70px 0 20px;
}
.is-sp #story::before {
  display: none;
}
.is-sp #story::after {
  min-width: 0;
  height: 40px;
}
.is-sp #story .section-inner {
  padding-top: 0;
}
.is-sp #story .section-inner p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}
.is-sp #story .section-inner p .yellow {
  font-size: 15px;
}
.is-sp #story .section-inner img {
  width: 100%;
  transform: translateX(-40px);
}

#program {
  position: relative;
  padding: 20px 0 200px;
  background-repeat: no-repeat;
  background-image: url(../img/program_bg.jpg);
  background-size: cover;
  background-position: center;
}
#program::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, transparent, #fff);
  content: "";
}
#program::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 130px;
  min-width: 1200px;
  background-image: url(../img/program_footer_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
  content: "";
}
#program .section-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#program .section-inner .section-title {
  width: 550px;
  height: 145px;
  background-image: url(../img/program_title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
}
#program .program__detail {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 32px;
  width: calc(100% - 20px);
  max-width: 470px;
  margin: 0 auto;
  margin-top: 40px;
}
#program .program__detail::before {
  position: absolute;
  top: 0;
  left: 72px;
  width: 3px;
  height: 100%;
  background-color: #B9D42E;
  content: "";
}
#program .program__detail li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 63px;
  font-weight: 600;
}
#program .program__detail li > div {
  height: 100%;
}
#program .program__detail li .time {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 24px;
  font-weight: 700;
  background-color: #B9D42E;
}
#program .program__detail li .cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding-left: 20px;
  color: #fff;
  background-color: #5E4A3F;
}
#program .program__detail li .cont h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}
#program .program__detail li .cont p {
  font-size: 14px;
  font-weight: 400;
}
.is-sp #program {
  padding: 20px 0 70px;
}
.is-sp #program::after {
  min-width: 0;
  height: 35px;
}
.is-sp #program .section-inner {
  width: 100% !important;
  background-position: center 10px;
}
.is-sp #program .section-inner::before {
  height: 500px;
  top: -500px;
  right: -10px;
  background-position: right top;
  opacity: 0.3;
}
.is-sp #program .section-inner .section-title {
  width: 100%;
  height: 83px;
}
.is-sp #program .section-inner .section-title::before {
  font-size: 50px;
  top: 0;
}
.is-sp #program .section-inner .section-title h2 {
  font-size: 20px;
  margin: 14px 0;
}
.is-sp #program .program__detail {
  max-width: 300px;
}
.is-sp #program .program__detail li {
  height: 56px;
}
.is-sp #program .program__detail li .time {
  width: 90px;
  font-size: 20px;
}
.is-sp #program .program__detail li .cont {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding-left: 20px;
}
.is-sp #program .program__detail li .cont h4,
.is-sp #program .program__detail li .cont p {
  line-height: 1.2;
}
.is-sp #program .program__detail li .cont h4 {
  font-size: 14px;
}
.is-sp #program .program__detail li .cont p {
  font-size: 11px;
}

#venue2 {
  margin-top: 80px;
}
.is-sp #venue2 {
  margin-top: 0;
}

#seminar-overview {
  position: relative;
  padding: 80px 0;
  background-image: url(../img/overview_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#seminar-overview h1 {
  width: 571px;
  height: 145px;
  background-image: url(../img/overview_title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
}
#seminar-overview .table-wrapper {
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin-top: 60px;
}
#seminar-overview .table-wrapper table tr {
  display: flex;
  border-bottom: none;
  height: 105px;
  justify-content: flex-start;
  align-items: stretch;
}
#seminar-overview .table-wrapper table tr td {
  border-bottom: 1px solid #fff;
  display: flex;
  padding: 0;
}
#seminar-overview .table-wrapper table tr td:first-child {
  flex-shrink: 0;
  width: 130px;
  font-size: 20px;
  font-weight: 700;
  color: #1C4B9F;
  justify-content: center;
  align-items: center;
  background-color: #B9D42E;
  color: #5E4A3F;
}
#seminar-overview .table-wrapper table tr td:nth-child(2) {
  flex: 1;
  font-size: 18px;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  color: #fff;
}
#seminar-overview .table-wrapper table tr td a {
  font-size: 16px;
  color: #73E6FF;
}
#seminar-overview .table-wrapper table tr:last-child td {
  border-bottom: none;
}
#seminar-overview .section-inner {
  padding: 80px;
}
.is-sp #seminar-overview {
  padding: 30px 0 15px;
}
.is-sp #seminar-overview h1 {
  width: 100%;
  height: 80px;
}
.is-sp #seminar-overview h1::before {
  font-size: 50px;
}
.is-sp #seminar-overview h1::after {
  top: 8px;
  width: 239px;
}
.is-sp #seminar-overview .table-wrapper {
  margin-top: 30px;
  padding: 0 10px;
}
.is-sp #seminar-overview .table-wrapper table tr {
  flex-direction: column;
  gap: 10px;
  height: auto;
  padding: 20px 0;
}
.is-sp #seminar-overview .table-wrapper table tr td {
  padding-left: 0;
  font-size: 14px;
  border: none;
}
.is-sp #seminar-overview .table-wrapper table tr td:first-child {
  width: 100px;
}
.is-sp #seminar-overview .table-wrapper table tr a {
  font-size: 14px;
}

/*フッター ************************************/
.l-footer {
  width: 100%;
}/*# sourceMappingURL=lus_20260314_bobby.css.map */