@charset "UTF-8";
/* lus_20250823 森永さんセミナーLPのスタイルシート */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

button.to-form {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  background-color: #77A89E;
  background-image: none;
  width: 180px;
  height: 40px;
  font-size: 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 3px rgba(55, 71, 75, 0.31);
          box-shadow: 0 0 10px 3px rgba(55, 71, 75, 0.31);
  z-index: 5000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button.to-form::before {
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 9px solid #FFF;
  border-bottom: 0;
  content: "";
}
button.to-form:active {
  background-color: #ffc247;
}
body:not(.is-sp) button.to-form:hover {
  background-color: #ffc247;
}
.is-sp button.to-form {
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

/* エリア別 ************************************/
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.header-line {
  width: 100vw;
  min-width: 1200px;
  margin: 0 auto;
  padding: 10px 13px 20px;
}
.header-line img {
  width: 255px;
  height: auto;
}
.is-sp .header-line {
  min-width: 0;
  padding: 10px 10px 20px;
  text-align: center;
}
.is-sp .header-line img {
  width: 200px;
}

.section {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100%;
}
.section .section-inner {
  width: 1160px;
  padding: 0 226px;
}
.section p {
  font-size: 1.6rem;
}
.section .section-title {
  position: relative;
}
.section .section-title:before, .section .section-title:after {
  text-align: center;
  font-family: Cormorant;
  font-size: 126px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 12.674px;
  color: #BDAA6A;
}
.section .section-title:before {
  display: block;
  color: transparent !important;
  margin-bottom: 30px;
}
.section .section-title:after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 3.2rem;
  font-family: "noto serif jp";
  font-weight: bold;
  color: #BDAA6A;
  margin-bottom: 25px;
  position: relative;
}
.section h2:before, .section h2:after {
  content: "";
  width: 54px;
  height: 3px;
  display: block;
  background: #BDAA6A;
}
.section h2:after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.section h2 span::after {
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/h2_gold.svg) no-repeat center, #FFF;
  width: 58px;
  height: 9px;
}
.section h2 span.navy::after {
  background: url(../img/h2_navy.svg) no-repeat center, #f9e8ea;
}
.section h2 span.white::after {
  background: url(../img/h2_white.svg) no-repeat center, #2b3238;
}
.section .serif {
  font-family: "noto serif jp";
}
.is-sp .section {
  padding: 64px 0;
}
.is-sp .section .section-inner {
  width: 100%;
  padding: 0 5%;
}
.is-sp .section .section-title::before, .is-sp .section .section-title:after {
  font-size: 6rem;
  letter-spacing: 0.1em;
}
.is-sp .section .section-title::before {
  margin-bottom: 10px;
}
.is-sp .section .section-title h2 {
  font-size: 2.4rem;
}
.is-sp .section .section-title h2::before, .is-sp .section .section-title h2::after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.is-sp .section .section-title h2 span {
  line-height: 1.5;
  text-align: center;
}
.is-sp .section .section-title h2 span::after {
  content: none;
}

/* MV *************/
#mv {
  position: relative;
  width: 100%;
  min-width: 1920px;
  background-image: url(../img/mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#mv .mv__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 30;
}
#mv .mv__title img {
  width: 100%;
}
#mv .mv__title .mv__profile-wrapper {
  width: 520px;
}
#mv .mv__title .mv__profile-wrapper img {
  width: 100%;
  height: auto;
}
.is-sp #mv {
  height: auto;
  min-width: 0;
}
.is-sp #mv::before {
  display: none;
}
.is-sp #mv .mv__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          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;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.is-sp #mv .mv__title .mv__profile-wrapper::before {
  position: absolute;
  bottom: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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;
}

/* story *************/
#story p {
  text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}
/* contents *************/
#speaker {
  background: radial-gradient(233.11% 125.44% at 6.68% 8.85%, #585F64 0%, #0D131A 60.34%);
  background-blend-mode: multiply;
  width: auto;
}
#speaker .section-inner {
  color: #FFF;
}
#speaker .section-inner .section-title:before, #speaker .section-inner .section-title:after {
  content: "Speaker";
}
#speaker .section-inner .section-title h2 {
  color: #FFF;
}
#speaker .section-inner .section-title h2::before, #speaker .section-inner .section-title h2::after {
  background-color: #FFF;
}
#speaker .section-inner .speaker-profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
#speaker .section-inner .speaker-profile:after {
  content: "SAKITOU YOSHIAKI";
  color: #778289;
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 5.4rem;
  line-height: 1;
  font-family: Cormorant;
  font-style: normal;
  font-weight: 500;
}
#speaker .section-inner .speaker-profile p {
  margin-bottom: 16px;
}
#speaker .section-inner .speaker-profile .text h3 {
  font-size: 3.6rem;
  font-family: "noto serif jp";
  font-weight: bold;
}
#speaker .section-inner .speaker-profile .text h3 span {
  font-size: 2.4rem;
}
#speaker .section-inner .speaker-profile .img img {
  width: 400px;
}
.is-sp #speaker .speaker-profile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-sp #speaker .speaker-profile:after {
  bottom: -26px;
  font-size: 4rem;
}
.is-sp #speaker .speaker-profile .text h3 {
  font-size: 2.7rem;
}
.is-sp #speaker .speaker-profile .text h3 span {
  font-size: 1.8rem;
}
.is-sp #speaker .speaker-profile .text p {
  margin-bottom: 0;
}
.is-sp #speaker .speaker-profile .img {
  margin-bottom: 10px;
}
.is-sp #speaker .speaker-profile .img img {
  width: 100%;
}

#program {
  background: url(../img/program_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#program .section-title::before, #program .section-title::after {
  content: "Program";
  color: #1B2743;
}
#program .section-title h2 {
  color: #1B2743;
}
#program .section-title h2::before, #program .section-title h2::after {
  background-color: #1B2743;
}
#program .program__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  gap: 20px;
}
#program .program__detail::before {
  top: 18px;
  height: 100%;
  left: 30px;
}
#program .program__detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  font-weight: 600;
}
#program .program__detail li .time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  font-size: 24px;
}
#program .program__detail li .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
#program .program__detail li .cont h4 {
  font-size: 24px;
  font-weight: 600;
}
#program .program__detail li .cont p {
  font-size: 18px;
}
.is-sp #program .program__detail li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
}
.is-sp #program .program__detail li .time {
  width: 54px;
  font-size: 1.8rem;
}
.is-sp #program .program__detail li .cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
.is-sp #program .program__detail li .cont h4 {
  font-size: 1.8rem;
}
.is-sp #program .program__detail li .cont p {
  font-size: 1.3rem;
}

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

#seminar-overview {
  background-image: url(../img/overview_bg.png), -webkit-gradient(linear, right top, left top, color-stop(-1.58%, #0D131A), to(#585F64));
  background-image: url(../img/overview_bg.png), linear-gradient(270deg, #0D131A -1.58%, #585F64 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  padding: 100px 0;
}
#seminar-overview .section-inner {
  padding: 80px;
  max-width: 900px;
  background: #FFF;
}
#seminar-overview .section-inner .section-title::before, #seminar-overview .section-inner .section-title::after {
  content: "Overview";
  color: #ACACAC;
}
#seminar-overview .section-inner .table-wrapper {
  width: 100%;
  background-color: #FFF;
}
.is-sp #seminar-overview {
  padding: 64px 5%;
}
.is-sp #seminar-overview .section-inner {
  padding: 40px 5%;
}
.is-sp #seminar-overview .section-inner .table-wrapper {
  padding: 0;
}

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