@charset "UTF-8";
#footer .footer-inner, div.wrap .row-fluid {
  min-width: 0 !important;
}

#header {
  min-width: 0 !important;
}

.l-wrapper {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}

.mainvisual {
  position: relative;
  padding: 100px 50px 0;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    padding: 65px 20px 0;
  }
}
.mainvisual::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34.93%;
  max-width: 503px;
  height: 100%;
  background: url(//www.obc.co.jp/hubfs/obc/v1/images/bcd/osaka/mv_bg.svg) no-repeat right bottom;
  z-index: 1;
  mix-blend-mode: color-dodge;
  background-size: contain;
}
.mainvisual_img {
  position: fixed;
  top: -50%;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.mainvisual_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mainvisual_img img {
    width: auto;
    height: 100%;
    max-width: initial;
  }
}
.mainvisual_title {
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .mainvisual_title {
    padding: 40px 0 30px;
    height: 200px;
  }
}
.mainvisual_title .sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .mainvisual_title .sp {
    display: block;
  }
}
.mainvisual_title h1 {
  max-width: 560px;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .mainvisual_title h1 {
    max-width: initial;
    width: 70%;
  }
}
.mainvisual_text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  font-size: min(2.3vw, 30px);
  margin-top: 10px;
}
.mainvisual_text span {
  color: #F8D47A;
}
@media screen and (max-width: 768px) {
  .mainvisual_text {
    font-size: 18px;
    line-height: 1.8;
  }
}
.mainvisual_content {
  position: relative;
  padding: 40px 0 60px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mainvisual_content {
    padding: 30px 0;
  }
}
.mainvisual_content:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: url(//www.obc.co.jp/hubfs/obc/v1/images/bcd/osaka/content_bg.webp) repeat;
  transform: translateX(-50%);
}
.mainvisual_date {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mainvisual_date {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.mainvisual_date picture {
  width: 20.08%;
  max-width: 241px;
  display: block;
}
@media screen and (max-width: 768px) {
  .mainvisual_date picture {
    width: 30%;
    max-width: initial;
  }
}
.mainvisual_date-place {
  padding-top: 2%;
  font-weight: 500;
}
.mainvisual_date-place p {
  font-size: min(2vw, 26px) !important;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .mainvisual_date-place p {
    font-size: 16px !important;
  }
}
.mainvisual_date-place time {
  margin-right: 20px;
}
.mainvisual_date-place time img {
  max-width: 24px;
  width: 10%;
  margin-bottom: 1.5%;
  margin-right: 2%;
}
.mainvisual_detail {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
.mainvisual_detail-img {
  display: flex;
  justify-content: space-between;
  width: 19%;
  max-width: 248px;
}
.mainvisual_detail-img picture {
  display: block;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .mainvisual_detail-img {
    position: absolute;
    bottom: calc(100% + 100px);
    right: 0;
    width: 30%;
  }
}
.mainvisual_detail-note p {
  font-size: min(2vw, 20px) !important;
  line-height: 1.6;
  margin-top: -1.5%;
}
@media screen and (max-width: 768px) {
  .mainvisual_detail-note p {
    font-size: 14px !important;
  }
}
.mainvisual_detail-note span {
  color: #F8D47A;
  font-size: min(2.3vw, 30px);
}
@media screen and (max-width: 768px) {
  .mainvisual_detail-note span {
    font-size: 20px !important;
  }
}
.mainvisual_kyozo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  max-width: 625px;
  width: 52.08%;
  opacity: 0;
  animation: slideInRight 1s ease-out forwards;
}
.mainvisual_kyozo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mainvisual_kyozo img {
    height: 160px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual_kyozo {
    bottom: initial;
    top: 40px;
    right: -30px;
    width: auto;
    animation: slideInRight2 1s ease-out forwards;
  }
}

@keyframes slideInRight {
  from {
    right: -5%;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes slideInRight2 {
  from {
    right: 0%;
    opacity: 0;
  }
  to {
    right: -30px;
    opacity: 1;
  }
}
.vfes {
  background: url(//www.obc.co.jp/hubfs/obc/v1/images/bcd/osaka/content_bg.webp) repeat;
  padding: 0 80px 80px;
}
@media screen and (max-width: 768px) {
  .vfes {
    padding: 0 20px 80px;
  }
}
.vfes h2 {
  font-size: min(2.3vw, 36px);
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 2%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .vfes h2 {
    font-size: 22px;
    padding-left: 10px;
  }
}
.vfes h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, #D8A042 0%, #ECAC42 34.13%, #F9E8CC 100%);
}
.vfes h2 span {
  font-size: min(2.3vw, 16px);
  font-weight: normal;
  display: inline-block;
  color: #D8A042;
  background: #fff;
  padding: 2px 10px 4px;
  margin-left: 2%;
}

.bgglay {
  background: #F3F5F7;
}

.bgwhite {
  background: #fff;
}
.bgwhite h2 span {
  background: #FFF6E6;
}

.p-overview {
  padding: 6% 5%;
}
@media screen and (max-width: 768px) {
  .p-overview {
    padding: 60px 5%;
  }
}
.p-overview_box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-overview_box {
    flex-direction: column;
  }
}
.p-overview_box picture {
  display: block;
  max-width: 419px;
  width: 39.53%;
}
@media screen and (max-width: 768px) {
  .p-overview_box picture {
    width: 100%;
    max-width: 100%;
  }
  .p-overview_box picture img {
    width: 100%;
  }
}
.p-overview_text p {
  font-size: min(1.3vw, 16px) !important;
  line-height: 1.8 !important;
}
@media screen and (max-width: 768px) {
  .p-overview_text p {
    font-size: 16px !important;
  }
}

.p-timetable {
  padding: 6% 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-timetable {
    padding: 60px 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-timetable-details {
    gap: 10px 10px;
  }
}
.p-timetable-chara {
  position: absolute;
  top: -50px;
  right: 5%;
  max-width: 110px;
  width: 9.17%;
  background: url(//www.obc.co.jp/hubfs/obc/v1/images/bcd/osaka/chara_bg.svg) no-repeat bottom center;
  padding-bottom: 20px;
}
.p-timetable-chara img {
  transform-origin: bottom center; /* 足を支点に回転させる */
  animation: wobbleHead 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .p-timetable-chara {
    width: 22%;
    top: -30px;
  }
}
.p-timetable_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-timetable_wrap {
    overflow-x: scroll;
    margin-bottom: 0;
  }
  .p-timetable_wrap picture {
    width: 700px;
    display: block;
  }
}
.p-timetable_notice {
  margin: 10px 0 80px;
}
.p-timetable_notice p {
  font-size: 16px !important;
}
.p-timetable-summary {
  background: #D8A042;
}
@media screen and (max-width: 768px) {
  .p-timetable-summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-timetable-contents__detail dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-timetable-contents__detail .room time {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-timetable-contents__detail .room span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-timetable-contents__detail .lecturer {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-timetable-contents__detail p {
    font-size: 16px !important;
  }
}

@keyframes wobbleHead {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(8deg);
  }
  75% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.p-feature {
  position: relative;
}
.p-feature-chara {
  position: absolute;
  top: -50px;
  right: 3%;
  max-width: 127px;
  width: 12.58%;
  background: url(//www.obc.co.jp/hubfs/obc/v1/images/bcd/osaka/chara_bg.svg) no-repeat bottom center;
  padding-bottom: 20px;
}
.p-feature-chara img {
  width: 100%;
  transform-origin: bottom center; /* 足を支点に回転させる */
  animation: wobbleHead 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .p-feature-chara {
    width: 26%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature {
    padding: 60px 0;
  }
}
.p-feature__detail {
  border: 1px solid #dfdfdf;
  align-items: flex-start;
  padding: 20px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-feature__detail {
    gap: 20px;
  }
}
.p-feature__detail dt {
  border: none;
  width: 16%;
}
@media screen and (max-width: 768px) {
  .p-feature__detail dt {
    width: 50%;
    margin: 0 auto;
  }
}
.p-feature__detail dt.logo {
  border: none;
}
@media screen and (max-width: 768px) {
  .p-feature__detail .room time {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__detail .room span {
    font-size: 16px !important;
  }
}
.p-feature__detail dd {
  border: none;
  width: auto;
  flex: 1;
  padding: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .p-feature__detail dd {
    padding: 0 0 20px 0;
  }
}
.p-feature__detail dd h3 {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-feature__detail dd h3 {
    font-size: 20px;
  }
}
.p-feature__detail dd small {
  font-size: min(2.3vw, 14px);
  display: block;
}
@media screen and (max-width: 768px) {
  .p-feature__detail dd small {
    font-size: 14px;
  }
}
.p-feature__detail dd p {
  font-size: min(2.3vw, 16px);
}
@media screen and (max-width: 768px) {
  .p-feature__detail dd p {
    font-size: 16px !important;
  }
}

.p-information {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-information {
    padding: 60px 0;
  }
}
.p-information-chara {
  position: absolute;
  top: -50px;
  left: 100%;
  max-width: 73px;
  width: 12.58%;
}
.p-information-chara img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-information-chara {
    display: none;
  }
}
.p-information__detail dt {
  background: #FFF6E6;
  color: #D8A042;
}
@media screen and (max-width: 768px) {
  .p-information__detail dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-information__detail p {
    font-size: 16px !important;
  }
  .p-information__detail p.c-notice {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .c-button {
    font-size: 16px;
    height: 60px;
  }
}

.p-exhibit {
  padding: 6% 5%;
}
@media screen and (max-width: 768px) {
  .p-exhibit {
    padding: 60px 5%;
  }
}
.p-exhibit h3 {
  font-size: min(2.3vw, 20px);
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-exhibit h3 {
    font-size: 18px;
  }
}
.p-exhibit h3:before {
  content: "";
  width: 20px;
  height: 100%;
  background: url(//www.obc.co.jp/hubfs/obc/v1/images/bcd/osaka/arrow.svg) no-repeat left center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-exhibit ul {
  background: #FFF;
  padding: 3%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2% 40px;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .p-exhibit ul {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    gap: 20px 15px;
  }
}
.p-exhibit ul:last-child {
  margin-bottom: 0;
}
.p-exhibit ul li {
  text-align: center;
  line-height: 1.6;
}
.p-exhibit ul h4 {
  font-size: min(1.4vw, 16px);
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-exhibit ul h4 {
    font-size: 12px;
  }
}
.p-exhibit ul h4::before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, #D8A042 0%, #ECAC42 42.31%, #FDDE87 100%);
}
.p-exhibit ul p {
  font-size: min(1.4vw, 16px) !important;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-exhibit ul p {
    font-size: 14px !important;
  }
}

.p-cta {
  background: url(//www.obc.co.jp/hubfs/obc/v1/images/bcd/osaka/mainvisual.webp) bottom center;
  background-size: 100%;
  position: relative;
}
.p-cta .inner {
  position: relative;
  z-index: 1;
}
.p-cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.p-cta h3 {
  font-size: 2.22222vw;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-cta h3 {
    font-size: min(4.8vw, 28px);
  }
}