/* ===============
       * Google Fonts *
      =============== */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");

.rd-event_body {
  background-image: url(https://www.ohbsn.com/radio/sns/images/20240103_sns-cp_bkimg_1920x1080.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (min-width: 900px) {
  .rd-event_body {
    background-attachment: fixed;
  }

  .rd-event_body .sp {
    display: none;
  }

  .rd-event_body section.header-img {
    padding: 45px 15px;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
  }

  .rd-event_body section {
    width: 960px;
    margin: 0 auto 120px;
  }

  .rd-event_body section .bg_area h2 {
    text-align: center;
    font-size: 50px;
    color: #f42632;
    filter: drop-shadow(3px 3px 0 #ffffff);
    margin: 0 0 30px;
  }

  .rd-event_body section .bg_area .attention {
    position: relative;
    display: inline-block;
    padding: 0 0.6em 0 0.75em;
    font-weight: 900;
  }

  .rd-event_body section .bg_area .attention:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 10px;
    height: 100%;
    background: #f42632;
    border-radius: 100vh;
    transform: rotate(-40deg);
  }

  .rd-event_body section .bg_area .attention:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #f42632;
    border-radius: 100vh;
    transform: rotate(40deg);
  }

  .rd-event_body section .bg_area .detail {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
  }

  .rd-event_body section .bg_area .detail p.setsumei {
    filter: drop-shadow(3px 3px 5px #eee);
    margin: 0 0 15px;
  }

  .rd-event_body section .bg_area .detail .bd_area {
    border-top: 5px dashed #f42632;
    border-bottom: 5px dashed #f42632;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 30px 0 60px;
  }

  .rd-event_body section .bg_area .detail .bd_area .iioto {
    font-size: 48px;
    font-weight: 800;
    color: #f42632;
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
    filter: drop-shadow(0.1em 0.1em 0 #ffffff);
  }

  .rd-event_body section .bg_area .detail .bd_area .pre {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 30px 30px 0;
    background-color: rgba(231, 193, 17, 0.5);
    border-radius: 1em;
    padding: 0 0 30px;
  }

  .rd-event_body section .bg_area .detail .bd_area .pre li {
    margin: 0 15px;
    width: 480px;
  }

  .rd-event_body section .bg_area .detail .bd_area .ab {
    position: absolute;
  }

  .rd-event_body section .bg_area .detail .bd_area .pre_ss,
  .rd-event_body section .bg_area .detail .bd_area .pre_wd {
    top: 360px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.75);
    padding: 0.25em;
    border-radius: 100vh;
    font-size: 27px;
    color: #f42632;
  }

  .rd-event_body section .bg_area .detail .bd_area .pre_ss {
    left: 100px;
  }

  .rd-event_body section .bg_area .detail .bd_area .pre_wd {
    right: 190px;
  }

  .rd-event_body section .bg_area .detail .bd_area .nm_ss,
  .rd-event_body section .bg_area .detail .bd_area .nm_wd {
    top: 420px;
    font-size: 30px;
    /* line-height: 1.2em; */
  }

  .rd-event_body section .bg_area .detail .bd_area .nm_ss span,
  .rd-event_body section .bg_area .detail .bd_area .nm_wd span {
    font-size: 60px;
    font-weight: 800;
    color: #f42632;
  }

  .rd-event_body section .bg_area .detail .bd_area .nm_ss {
    left: 210px;
  }

  .rd-event_body section .bg_area .detail .bd_area .nm_wd {
    right: 210px;
  }

  .rd-event_body section .bg_area .detail .bd_area .note {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0.5em;
  }

  .rd-event_body section .bg_area .detail .bd_area .kome {
    font-size: 24px;
    margin-top: 0.5em;
  }

  .rd-event_body section .bg_area .detail .bd_area .link {
    margin-top: 1em;
  }

  .rd-event_body section .bg_area .detail .bd_area .link .note a {
    text-decoration: underline;
  }

  .rd-event_body section .bg_area .detail .bd_area .period {
    position: absolute;
    bottom: -1.5em;
    display: flex;
    border: 3px solid #f42632;
    border-radius: 100vh;
    font-size: 30px;
    left: 0;
    right: 0;
    margin: auto;
    background: #f42632;
    width: 700px;
  }

  .rd-event_body section .bg_area .detail .bd_area .period li {
    padding: 0.5em 1em;
  }

  .rd-event_body section .bg_area .detail .bd_area .period li:nth-of-type(1) {
    background: #ffffff;
    border-radius: 100vh 0 0 100vh;
  }

  .rd-event_body section .bg_area .detail .bd_area .period li:nth-of-type(2) {
    color: #ffffff;
    border-radius: 0 100vh 100vh 0;
  }

  .rd-event_body section .bg_area .detail .bd_area2 {
    border-top: 5px dashed #e0b73d;
    border-bottom: 5px dashed #e0b73d;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 15px 0;
  }

  .rd-event_body section .bg_area .detail .bd_area2 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px;
    align-items: stretch;
    gap: 30px;
    justify-content: space-between;
  }

  .rd-event_body section .bg_area .detail .bd_area2 li {
    width: 48%;
    background: #fff;
    padding: 15px;
    border-radius: 30px;
    border: #e1b93d solid 5px;
    filter: drop-shadow(5px 5px 2px #bbb);
    box-sizing: border-box;
  }

  .rd-event_body section .bg_area .detail .bd_area2 li .two-sns {
    display: flex;
    justify-content: space-evenly;
  }

  .rd-event_body section .bg_area .detail .bd_area2 li .sns {
    background: #281a19;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    padding: 0.25em 1em;
    border-radius: 15px;
    margin: 0 0 5px;
  }

  .rd-event_body section .bg_area .detail .bd_area2 li .sns.insta {
    background: #CF2E92;
  }

  .rd-event_body section .bg_area .detail .bd_area2 li .sns-link a {
    font-size: 42px;
    color: #0052a4;
  }

  .rd-event_body section .bg_area .detail .bd_area2 li .p-name {
    margin: 15px 0 0;
    font-size: 24px;
  }

  .rd-event_body section .bg_area .detail .bd_area2 li .p-img {
    margin: 10px 0 0;
  }

  /* .rd-event_body section .bg_area .detail .bd_area2 li:nth-of-type(even) {
    margin: 0 20px 30px 0;
  }

  .rd-event_body section .bg_area .detail .bd_area2 li:nth-of-type(odd) {
    margin: 0 0 30px 20px;
  } */

  .rd-event_body section .bg_area .detail .bd_area2 li:nth-of-type(1) {
    width: 100%;
    margin: 0 0 30px 0;
  }

  /* .rd-event_body section .bg_area .detail .bd_area2 li:nth-of-type(8) {
    margin: 0 0 0 20px;
  } */

  .pg_ft {
    background: #f42632;
    color: #ffffff;
    padding: 1em 0;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
  }
}

@media screen and (max-width: 899px) {
  .rd-event_body {
    background-size: contain;
    background-repeat: repeat-y;
  }

  .rd-event_body .pc {
    display: none;
  }

  .rd-event_body section.header-img {
    padding: 6vw 0 0;
    margin: 0 auto 4vw;
  }

  .rd-event_body section.header-img img {
    max-width: 95%;
    margin: 0 auto;
    display: block;
  }

  .rd-event_body section {
    margin: 0 0.5em 12vw;
  }

  .rd-event_body section h2 {
    text-align: center;
    font-size: 5.5vw;
    color: #f42632;
    filter: drop-shadow(3px 3px 0 #ffffff);
    margin: 0 0 4vw;
  }

  .rd-event_body section .bg_area .attention {
    position: relative;
    display: inline-block;
    padding: 0 2em;
    font-weight: 900;
  }

  .rd-event_body section .bg_area .attention:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1.5vw;
    height: 100%;
    background: #f42632;
    border-radius: 100vh;
    transform: rotate(-25deg);
  }

  .rd-event_body section .bg_area .attention:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1.5vw;
    height: 100%;
    background: #f42632;
    border-radius: 100vh;
    transform: rotate(25deg);
  }

  .rd-event_body section .bg_area .detail {
    text-align: center;
    font-size: 4vw;
    font-weight: 600;
  }

  .rd-event_body section .bg_area .detail p.setsumei {
    filter: drop-shadow(3px 3px 5px #eee);
    margin: 0 0 2vw;
  }

  .rd-event_body section .bg_area .detail p.setsumei span {
    font-size: 4.25vw;
  }

  .rd-event_body section .bg_area .detail .bd_area {
    border-top: 5px dashed #f42632;
    border-bottom: 5px dashed #f42632;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 6vw 0;
  }

  .rd-event_body section .bg_area .detail .bd_area .iioto {
    font-size: 6vw;
    font-weight: 800;
    color: #f42632;
    filter: drop-shadow(0.1em 0.1em 0 #fff);
    position: absolute;
    top: 0.5em;
    left: 0;
    right: 0;
  }

  .rd-event_body section .bg_area .detail .bd_area .pre {
    margin: 0;
    background: rgba(231, 193, 17, 0.5);
    border-radius: 1em;
    padding: 0 0 1em 0;
  }

  .rd-event_body section .bg_area .detail .bd_area .pre li img {
    width: 75%;
  }

  .rd-event_body section .bg_area .detail .bd_area .pre_ss,
  .rd-event_body section .bg_area .detail .bd_area .pre_wd {
    font-weight: 800;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 100vh;
    font-size: 6vw;
    color: #f42632;
    width: 15em;
    margin: 0 auto;
  }

  .rd-event_body section .bg_area .detail .bd_area .nm_ss,
  .rd-event_body section .bg_area .detail .bd_area .nm_wd {
    font-size: 6vw;
  }

  .rd-event_body section .bg_area .detail .bd_area .nm_ss span,
  .rd-event_body section .bg_area .detail .bd_area .nm_wd span {
    font-size: 12vw;
    font-weight: 800;
    color: #f42632;
  }

  .rd-event_body section .bg_area .detail .bd_area .note {
    text-align: center;
    font-size: 4vw;
    font-weight: 600;
    margin: 2vw 0 0;
  }

  .rd-event_body section .bg_area .detail .bd_area .kome {
    font-size: 4vw;
  }

  .rd-event_body section .bg_area .detail .bd_area .period {
    display: flex;
    border: 3px solid #f42632;
    border-radius: 100vh;
    font-size: 4vw;
    left: 0;
    right: 0;
    margin: 4vw auto 0;
    background: #f42632;
  }

  .rd-event_body section .bg_area .detail .bd_area .period li {
    text-align: center;
    padding: 0.5em 1em;
  }

  .rd-event_body section .bg_area .detail .bd_area .period li:nth-of-type(1) {
    background: #ffffff;
    border-radius: 100vh 0 0 100vh;
    width: 25%;
  }

  .rd-event_body section .bg_area .detail .bd_area .period li:nth-of-type(2) {
    color: #ffffff;
    border-radius: 0 100vh 100vh 0;
    width: 75%;
  }

  .rd-event_body section .bg_area .detail .bd_area2 {
    border-top: 5px dashed #e0b73d;
    border-bottom: 5px dashed #e0b73d;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 15px 0;
  }

  .rd-event_body section .bg_area .detail .bd_area2 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 4vw 2vw;
  }

  .rd-event_body section .bg_area .detail .bd_area2 ul li {
    width: 90%;
    background: #fff;
    padding: 0.5em 1em;
    border-radius: 6vw;
    border: #e1b93d solid 5px;
    filter: drop-shadow(3px 3px 1px #bbb);
    margin: 0 auto 6vw;
  }

  .rd-event_body section .bg_area .detail .bd_area2 ul li .sns {
    background: #00acee;
    color: #fff;
    display: inline-block;
    font-size: 4.5vw;
    font-weight: 500;
    padding: 0.25em 1em;
    border-radius: 4vw;
    margin: 0 0 0.25em;
  }

  .rd-event_body section .bg_area .detail .bd_area2 ul li .sns.insta {
    background: #CF2E92;
  }

  .rd-event_body section .bg_area .detail .bd_area2 ul li .sns-link a {
    font-size: 8vw;
    color: #0052a4;
  }

  .rd-event_body section .bg_area .detail .bd_area2 ul li .p-name {
    margin: 0.5em 0 0;
    font-size: 5vw;
  }

  .rd-event_body section .bg_area .detail .bd_area2 ul li .p-img {
    margin: 0.5em 0 0;
  }

  .rd-event_body section .bg_area .detail .bd_area2 ul li:nth-of-type(9) {
    margin: 0;
  }

  .rd-event_body .pg_ft {
    background: #c12b2c;
    color: #ffffff;
    padding: 1em 0;
    text-align: center;
    font-size: 5vw;
    font-weight: 600;
  }
}

/*# sourceMappingURL=20240930snscp.css.map */