body {
  color: #4a499b;
  font-size: 16px;
  font-weight: 500;
  font-family: "noto sans jp", sans-serif;
}
body .pc-only {
  display: block;
}
body .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  body .pc-only {
    display: none;
  }
  body .sp-only {
    display: block;
  }
}
body .gradation {
  background-image: linear-gradient(#4a499b, #00b3ec);
}
body #main {
  padding: 80px 16px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body #main {
    padding: 50px 14px;
  }
}
body .main-inner {
  background-color: #ffffff;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
body .main-inner .inner-border {
  border: 2px solid #4a499b;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  body .main-inner .inner-border {
    padding: 24px 16px;
    gap: 40px;
  }
}
body .main-inner .pic01 {
  max-width: 200px;
  position: absolute;
  right: -20px;
  top: -55px;
}
@media screen and (max-width: 768px) {
  body .main-inner .pic01 {
    max-width: 112px;
    right: 20px;
    top: -40px;
  }
}
body .main-inner .pic08 {
  max-width: 230px;
  position: absolute;
  left: -160px;
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  body .main-inner .pic08 {
    display: none;
  }
}
body .main-inner .lead-txt {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body .main-inner .lead-txt {
    font-size: 18px;
    line-height: 2;
  }
}
body .main-inner .contest {
  background-color: #ffea69;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body .main-inner .contest {
    padding: 32px 16px;
    margin-top: -40px;
  }
}
body .main-inner .contest .pic02 {
  position: absolute;
  top: -90px;
  right: -200px;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  body .main-inner .contest .pic02 {
    max-width: 112px;
    right: -42px;
    top: 50px;
  }
}
body .main-inner .contest .pic03 {
  position: absolute;
  bottom: -40px;
  left: -240px;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  body .main-inner .contest .pic03 {
    display: none;
  }
}
body .main-inner .contest h2 {
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.3;
}
body .main-inner .contest h2 span {
  color: #eb6d73;
}
@media screen and (max-width: 500px) {
  body .main-inner .contest h2 span {
    display: block;
  }
}
body .main-inner .contest p {
  font-weight: 700;
}
body .main-inner .contest p span {
  display: block;
  padding-top: 10px;
}
body .main-inner .contest .contest-inner {
  margin-left: 210px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body .main-inner .contest .contest-inner {
    margin-left: 0;
    margin-bottom: 32px;
  }
}
body .main-inner .contest .contest-inner .contest-img {
  max-width: 340px;
  width: 100%;
  position: absolute;
  top: -70px;
  left: -374px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  body .main-inner .contest .contest-inner .contest-img {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin: 0 auto;
  }
}
body .main-inner .contest .contest-entry {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background-image: linear-gradient(90deg, #4a499b, #00b3ec);
  font-size: 40px;
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  transform: translateY(0px);
}
body .main-inner .contest .contest-entry:hover {
  transform: translateY(-5px);
}
body .main-inner .contest .contest-entry::after {
  content: "";
  position: absolute;
  bottom: -32px;
  right: -20%;
  width: 200px;
  height: 180px;
  background-image: url(../img/click.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  body .main-inner .contest .contest-entry {
    font-size: 24px;
    text-align: left;
    padding: 10px 24px;
    max-width: 400px;
    margin-bottom: 0;
  }
  body .main-inner .contest .contest-entry::after {
    width: 114px;
    height: 104px;
    bottom: -6px;
    right: -10px;
  }
}
@media screen and (max-width: 380px) {
  body .main-inner .contest .contest-entry::after {
    width: 100px;
    height: 90px;
    bottom: 0;
  }
}
body .main-inner .picup {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 2px;
  background-color: #4a499b;
}
@media screen and (max-width: 900px) {
  body .main-inner .picup {
    grid-template-columns: 1fr;
    width: clamp(300px, 50vw, 500px);
    margin: 0 auto;
  }
}
body .main-inner .picup .picup-item {
  background-color: #ffffff;
  padding: 0 20px;
}
body .main-inner .picup .picup-item:last-child {
  padding-right: 0;
}
body .main-inner .picup .picup-item:first-child {
  padding-left: 0;
}
@media screen and (max-width: 900px) {
  body .main-inner .picup .picup-item {
    padding: 20px 0;
  }
}
body .main-inner .picup .picup-item h3 {
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 900;
  margin-bottom: 24px;
  padding-left: 74px;
  position: relative;
  line-height: 1.2;
  z-index: 1;
}
body .main-inner .picup .picup-item h3::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 77px;
  background-image: url(../img/flag.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
body .main-inner .picup .picup-item h3::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 22px;
  background-image: url(../img/marker.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -10px;
  left: 80px;
  z-index: -1;
}
body .main-inner .program {
  position: relative;
}
body .main-inner .program h2 {
  margin-bottom: 50px;
}
body .main-inner .program h2 img {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 680px) {
  body .main-inner .program h2 img {
    max-width: 220px;
  }
}
body .main-inner .program .pic04 {
  position: absolute;
  right: -150px;
  top: -60px;
  max-width: 180px;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  body .main-inner .program .pic04 {
    right: -25px;
    top: -30px;
  }
}
@media screen and (max-width: 680px) {
  body .main-inner .program .pic04 {
    max-width: 120px;
  }
}
@media screen and (max-width: 480px) {
  body .main-inner .program .pic04 {
    max-width: 84px;
  }
}
body .main-inner .program .program-list {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
body .main-inner .program .program-item {
  padding: 20px;
  border-radius: 20px;
  display: flex;
}
body .main-inner .program .program-item .number {
  color: #a5daf6;
  font-weight: 900;
  font-size: 36px;
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body .main-inner .program .program-item .number {
    font-size: 28px;
  }
}
body .main-inner .program .program-item h3 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  body .main-inner .program .program-item h3 {
    font-size: 24px;
  }
}
body .main-inner .program .bg02 {
  background-color: #d9f2ff;
}
body .main-inner .program .bg02 h3 {
  color: #00b3ec;
}
body .main-inner .program .am {
  color: #ffffff;
  background-color: #00b3ec;
  position: relative;
}
body .main-inner .program .am::before {
  background-image: url(../img/am.png);
}
body .main-inner .program .am .pic06 {
  position: absolute;
  max-width: 135px;
  bottom: -10px;
  right: 10px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  body .main-inner .program .am .pic06 {
    bottom: -28px;
  }
}
@media screen and (max-width: 768px) {
  body .main-inner .program .am .pic06 {
    max-width: 100px;
    right: -10px;
  }
}
body .main-inner .program .am .am-inner {
  display: flex;
  gap: 20px;
}
body .main-inner .program .am .am-inner .am-01,
body .main-inner .program .am .am-inner .am-02 {
  max-width: 260px;
}
body .main-inner .program .am .am-inner .am-01 {
  border-right: 2px solid #ffffff;
  padding-right: 20px;
}
body .main-inner .program .am .am-inner .am-02 h3 {
  position: relative;
}
body .main-inner .program .am .am-inner .am-02 h3::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 83px;
  background-image: url(../img/pic05.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -70px;
  bottom: 30px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body .main-inner .program .am .am-inner .am-02 h3 {
    margin-top: 0;
  }
  body .main-inner .program .am .am-inner .am-02 h3::before {
    display: none;
  }
}
body .main-inner .program .am .am-inner .am-02 h3::after {
  display: none;
}
@media screen and (max-width: 768px) {
  body .main-inner .program .am .am-inner .am-02 h3::after {
    display: block;
    content: "";
    position: absolute;
    width: 80px;
    height: 62px;
    background-image: url(../img/pic05_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -90px;
    bottom: 8px;
  }
}
@media screen and (max-width: 900px) {
  body .main-inner .program .am .am-inner {
    flex-direction: column;
    width: 100%;
  }
  body .main-inner .program .am .am-inner .am-01,
  body .main-inner .program .am .am-inner .am-02 {
    max-width: 100%;
  }
  body .main-inner .program .am .am-inner .am-01 {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 20px;
    border-right: none;
    padding-right: 0;
  }
}
body .main-inner .program .pm {
  color: #00b3ec;
  position: relative;
}
body .main-inner .program .pm::before {
  background-image: url(../img/pm.png);
}
body .main-inner .program .pm .pic07 {
  position: absolute;
  max-width: 160px;
  bottom: -50px;
  right: -180px;
}
@media screen and (max-width: 768px) {
  body .main-inner .program .pm .pic07 {
    display: none;
  }
}
body .main-inner .program .am,
body .main-inner .program .pm {
  position: relative;
  padding-left: 135px;
}
body .main-inner .program .am::before,
body .main-inner .program .pm::before {
  content: "";
  position: absolute;
  width: 104px;
  height: 104px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -32px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  body .main-inner .program .am,
  body .main-inner .program .pm {
    padding-left: 20px;
  }
  body .main-inner .program .am::before,
  body .main-inner .program .pm::before {
    width: 60px;
    height: 60px;
  }
}
body .main-inner .program .item03 {
  background-image: linear-gradient(90deg, #73c7dc, #00b3ec);
  color: #ffffff;
  position: relative;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 600px) {
  body .main-inner .program .item03 {
    padding: 0;
  }
}
body .main-inner .program .item03 .item03-inner {
  width: 100%;
  z-index: 1;
  padding-left: 205px;
  padding-bottom: 8px;
  box-sizing: border-box;
}
body .main-inner .program .item03 .item03-inner h3 {
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  body .main-inner .program .item03 .item03-inner {
    padding: 20px;
    width: 100%;
  }
  body .main-inner .program .item03 .item03-inner h3 {
    display: flex;
  }
}
body .main-inner .program .item03 .guest02 {
  position: absolute;
  max-width: 380px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  body .main-inner .program .item03 .guest02 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    top: 15px;
    max-width: 100%;
  }
}
body .main-inner .program .item04 {
  color: #00b3ec;
  padding-bottom: 30px;
}
body .main-inner .program .item04 h3 {
  font-feature-settings: "palt";
  letter-spacing: 1.5px;
}
body .main-inner .program .item04 h3 span {
  font-size: 18px;
  display: block;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  body .main-inner .program .item04 {
    flex-direction: column;
  }
  body .main-inner .program .item04 h3 span {
    font-size: 16px;
  }
}
body .main-inner .note {
  color: #333333;
}
@media screen and (max-width: 768px) {
  body .main-inner .note {
    font-size: 14px;
  }
}
body .booth_syutten {
  width: min(1000px, 100%);
  margin: 0 auto;
  background-color: #ffffff;
  margin-top: 50px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}
body .booth_syutten .booth_syutten_inner {
  border: 2px solid #eb6d73;
  padding: 50px 24px;
}
body .booth_syutten h3 {
  font-size: 2rem;
  color: #eb6d73;
  margin-bottom: 24px;
  font-weight: 900;
}
body .booth_syutten .btn {
  background-image: linear-gradient(90deg, #4a499b, #00b3ec);
  padding: 8px 20px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
  display: block;
  width: min(500px, 100%);
  margin: 0 auto;
  border-radius: 32px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  transform: translateY(0px);
}
body .booth_syutten .btn:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 768px) {
  body .booth_syutten .booth_syutten_inner {
    padding: 32px 16px;
  }
  body .booth_syutten h3 {
    font-size: 1.5rem;
  }
  body .booth_syutten .btn {
    font-size: 1.25rem;
  }
}
