@charset "UTF-8";
/* lus_20250419_角田さんセミナーLPのスタイルシート */
@font-face {
  font-family: "kiyosuna";
  src: url(../fonts/KiyosunaSans-B-1.0.1.woff2) format("woff"), url(../fonts/KiyosunaSans-L-1.0.1.woff2) format("woff");
}
#mv, #story, #contents, button.to-form {
  color: #333333;
  font-family: "kiyosuna", "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important;
}

button.to-form {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 30;
  background-color: #dde15e;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 15px;
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}
button.to-form:active {
  background-color: orange;
}
body:not(.is-sp) button.to-form:hover {
  background-color: orange;
}
.is-sp button.to-form {
  width: 175px;
  right: 50%;
  transform: translateX(50%);
}

/* エリア別 ************************************/
/* MV *************/
#mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/bg-sky.jpg);
  background-size: cover;
  height: 730px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
}
#mv::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-earth.svg);
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: center 330px;
  content: "";
}
#mv::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-cloud.svg);
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: center;
  content: "";
}
#mv .lus-presents {
  position: absolute;
  top: 15px;
  left: 15px;
}
#mv .mv__title__outer-wrapper {
  position: relative;
}
#mv .mv__title__outer-wrapper::before {
  position: absolute;
  top: -110px;
  left: -208px;
  width: 286px;
  height: 321px;
  background-image: url(../img/illust-plane.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#mv .mv__title__outer-wrapper .mv__title-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 72px 103px 55px;
  border-radius: 97px;
  box-shadow: 0px 4.4px 12.21px 0px rgba(0, 0, 0, 0.17);
}
#mv .mv__title__outer-wrapper .mv__title-wrapper > .first {
  font-size: 42px;
}
#mv .mv__title__outer-wrapper .mv__title-wrapper > .first .name {
  font-size: 55px;
}
#mv .mv__title__outer-wrapper .mv__title-wrapper > .second {
  position: relative;
  font-size: 66px;
  padding: 20px 0;
  margin: 20px 0;
}
#mv .mv__title__outer-wrapper .mv__title-wrapper > .second::before, #mv .mv__title__outer-wrapper .mv__title-wrapper > .second::after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 7px;
  background-image: url(../img/mv-title-dash-border.jpg);
  background-size: auto 100%;
  background-position: center;
  content: "";
}
#mv .mv__title__outer-wrapper .mv__title-wrapper > .second::before {
  top: 0;
}
#mv .mv__title__outer-wrapper .mv__title-wrapper > .second::after {
  bottom: 0;
}
#mv .mv__title__outer-wrapper .mv__title-wrapper > .third {
  font-size: 42px;
}
#mv .mv__title__outer-wrapper .mv__title-wrapper > .first,
#mv .mv__title__outer-wrapper .mv__title-wrapper > .first .name,
#mv .mv__title__outer-wrapper .mv__title-wrapper > .second,
#mv .mv__title__outer-wrapper .mv__title-wrapper > .third {
  display: flex;
  justify-self: center;
  align-items: baseline;
}
#mv .mv__title__outer-wrapper .mv__title-wrapper > .first span:nth-of-type(odd),
#mv .mv__title__outer-wrapper .mv__title-wrapper > .first .name span:nth-of-type(odd),
#mv .mv__title__outer-wrapper .mv__title-wrapper > .second span:nth-of-type(odd),
#mv .mv__title__outer-wrapper .mv__title-wrapper > .third span:nth-of-type(odd) {
  color: #C96A2B;
}
#mv .mv__title__outer-wrapper .mv__title-wrapper > .first span:nth-of-type(even),
#mv .mv__title__outer-wrapper .mv__title-wrapper > .first .name span:nth-of-type(even),
#mv .mv__title__outer-wrapper .mv__title-wrapper > .second span:nth-of-type(even),
#mv .mv__title__outer-wrapper .mv__title-wrapper > .third span:nth-of-type(even) {
  color: #4D7835;
}
#mv .mv__title__outer-wrapper .mv__title-wrapper .top {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
}
#mv .mv__title__outer-wrapper .mv__title-wrapper .date-time {
  position: absolute;
  bottom: -45px;
  left: calc(50% - 40px);
  transform: translateX(-50%);
  filter: "drop-shadow(0 5px 4px rgba(0,0,0,0.17))";
}
#mv .mv__title__outer-wrapper .mv__title-wrapper .free {
  position: absolute;
  right: -25px;
  bottom: -25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #C96A2B;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  border: solid 3px #fff;
}
#mv .mv__title__outer-wrapper .mv__title-wrapper .free p {
  font-size: 18px;
}
#mv .mv__title__outer-wrapper .mv__title-wrapper .free p:nth-child(2) {
  font-size: 30px;
}
.is-sp #mv {
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  gap: 60px;
  padding: 20px 0 100px;
  z-index: 20;
}
.is-sp #mv::before {
  background-size: 100% auto;
}
.is-sp #mv .lus-presents {
  width: 195px;
  position: static;
}
.is-sp #mv .mv__title__outer-wrapper {
  width: calc(100% - 40px);
  max-width: 335px;
}
.is-sp #mv .mv__title__outer-wrapper::before {
  top: -47px;
  left: -53px;
  width: 120px;
  height: 120px;
}
.is-sp #mv .mv__title__outer-wrapper .mv__title-wrapper {
  padding: 40px 20px;
  border-radius: 70px;
}
.is-sp #mv .mv__title__outer-wrapper .mv__title-wrapper > .first {
  font-size: 20px;
}
.is-sp #mv .mv__title__outer-wrapper .mv__title-wrapper > .first .name {
  font-size: 26px;
}
.is-sp #mv .mv__title__outer-wrapper .mv__title-wrapper > .second {
  margin: 10px 0;
  padding: 10px 0;
  font-size: 26px;
}
.is-sp #mv .mv__title__outer-wrapper .mv__title-wrapper > .second::before, .is-sp #mv .mv__title__outer-wrapper .mv__title-wrapper > .second::after {
  height: 3px;
}
.is-sp #mv .mv__title__outer-wrapper .mv__title-wrapper > .third {
  font-size: 20px;
}
.is-sp #mv .mv__title__outer-wrapper .mv__title-wrapper .top {
  top: -18px;
  width: 300px;
}
.is-sp #mv .mv__title__outer-wrapper .free {
  width: 80px;
  height: 80px;
  right: -22px;
  bottom: -16px;
}
.is-sp #mv .mv__title__outer-wrapper .free p {
  font-size: 14px;
  line-height: 1.3;
}
.is-sp #mv .mv__title__outer-wrapper .free p:nth-child(2) {
  font-size: 20px;
}
.is-sp #mv .mv__title__outer-wrapper .date-time {
  width: 235px;
  bottom: -16px;
  left: calc(50% - 36px);
}

/* story *************/
#story {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/photo_frame.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 515px;
  margin-top: -50px;
}
#story .story-inner {
  position: relative;
  width: 100%;
  max-width: 787px;
  padding: 40px 50px;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  color: #fff;
}
#story .story-inner h2 {
  color: #FFE08A;
  margin-bottom: 16px;
  font-size: 20px;
}
#story .story-inner h2 span {
  font-size: 25px;
  line-height: 1.9;
}
#story .story-inner p {
  font-size: 15px;
  line-height: 1.9;
}
#story .story-inner p span {
  color: #FFE08A;
}
#story .story-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 140px;
  height: 140px;
  background-image: url(../img/bg-compass.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
.is-sp #story {
  height: auto;
  background-image: none;
}
.is-sp #story .story-inner {
  padding: 80px 10px 50px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/photo_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.is-sp #story .story-inner h2 {
  font-size: 16px;
}
.is-sp #story .story-inner h2 span {
  font-size: 20px;
}
.is-sp #story .story-inner p {
  font-size: 14px;
}

/* contents *************/
#contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 90px 0;
  background-image: url(../img/bg-contents.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#contents .speaker {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1010px;
  gap: 40px;
  margin-right: 115px;
}
#contents .speaker img {
  position: relative;
  width: 340px;
  height: auto;
  z-index: 10;
}
#contents .speaker .detail {
  position: relative;
}
#contents .speaker .detail::before {
  position: absolute;
  top: -50px;
  left: -220px;
  display: block;
  width: 850px;
  height: 476px;
  background-image: url(../img/bg-contents-ellipse.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#contents .speaker .detail::after {
  position: absolute;
  top: -130px;
  left: 40px;
  display: block;
  width: 206px;
  height: 130px;
  background-image: url(../img/popup-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#contents .speaker .detail > * {
  position: relative;
}
#contents .speaker .detail .name {
  font-size: 25px;
  line-height: 1.9;
  color: #C96A2B;
  margin-bottom: 8px;
}
#contents .speaker .detail .name span {
  font-size: 15px;
  line-height: 1.9;
  margin-left: 10px;
}
#contents .speaker .detail .contents {
  font-size: 15px;
  line-height: 1.9;
  margin-top: 32px;
  width: 500px;
}
#contents ul.program {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  list-style-type: none;
}
#contents ul.program::before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #C96A2B;
  font-size: 25px;
  content: "ほか";
}
#contents ul.program::after {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 230px;
  height: 120px;
  background-image: url(../img/popup-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#contents ul.program li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 270px;
  height: 270px;
  background-color: #fff;
  border-radius: 50%;
  color: #5190CD;
  text-align: center;
}
#contents ul.program li:nth-child(2), #contents ul.program li:nth-child(3) {
  margin-top: 30px;
}
#contents ul.program li:not(:last-child) {
  margin-right: -30px;
}
#contents ul.program li .inner {
  font-size: 20px;
  line-height: 2;
  border-bottom: dashed 2px #F5E3B6;
}
#contents ul.program li .inner.popup {
  position: relative;
}
#contents ul.program li .inner.popup::before {
  position: absolute;
  top: -40px;
  left: -40px;
  display: block;
  width: 62px;
  height: 46px;
  background-image: url(../img/program-popup.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
#contents ul.program li .inner .large {
  font-size: 25px;
  color: #C96A2B;
}
.is-sp #contents {
  gap: 90px;
  padding: 0 0 70px;
}
.is-sp #contents .speaker {
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.is-sp #contents .speaker::before {
  display: block;
  width: 44vw;
  max-width: 156px;
  height: 130px;
  margin: 0 auto;
  background-image: url(../img/popup-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
.is-sp #contents .speaker img {
  width: 64vw;
  max-width: 220px;
  margin-top: -50px;
}
.is-sp #contents .speaker .detail {
  width: calc(100% - 20px);
  max-width: 550px;
  margin-top: -110px;
  background-color: #fff;
  padding: 70px 20px 20px;
  border-radius: 30px;
}
.is-sp #contents .speaker .detail::before {
  display: none;
}
.is-sp #contents .speaker .detail::after {
  display: none;
}
.is-sp #contents .speaker .detail .contents {
  width: 100%;
  font-size: 14px;
}
.is-sp #contents ul.program {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  width: 230px;
}
.is-sp #contents ul.program::before {
  bottom: -40px;
  font-size: 18px;
}
.is-sp #contents ul.program::after {
  width: 44vw;
  max-width: 156px;
}
.is-sp #contents ul.program li {
  width: 180px;
  height: 180px;
}
.is-sp #contents ul.program li:not(:last-child) {
  margin-right: 0;
  margin-bottom: -40px;
}
.is-sp #contents ul.program li:nth-child(2), .is-sp #contents ul.program li:nth-child(3) {
  margin-top: 0;
}
.is-sp #contents ul.program li:nth-child(even) {
  margin-right: -50px;
}
.is-sp #contents ul.program li:nth-child(odd) {
  margin-left: -50px;
}
.is-sp #contents ul.program .inner {
  font-size: 14px;
}
.is-sp #contents ul.program .inner .large {
  font-size: 20px;
}