@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Potta+One&display=swap");
* {
  box-sizing: border-box;
}

.yuuyake_body {
  max-width: 1920px;
  min-width: 960px;
  width: 100%;
  font-size: 18px;
  color: #333333;
}
.yuuyake_body section > div {
  width: 960px;
  margin: 0 auto;
}
.yuuyake_body .bk_orange {
  position: relative;
  /* backdrop-filterの基準にする */
}
.yuuyake_body .bk_gradation-orange {
  background-image: linear-gradient(to bottom, #f58631, #ffffff);
}
.yuuyake_body .bk_gradation-ivory {
  background-image: linear-gradient(to bottom, #ffffff, #dcd3b2);
}
.yuuyake_body .bk_color-ivory {
  background-image: url("/radio/yuuyake/images/yuuyake2025_bk-w1920.png"), linear-gradient(to bottom, #dcd3b2, #dcd3b2);
  background-size: cover;
}
.yuuyake_body .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/radio/yuuyake/images/yuuyake2025_img-w1920.jpg");
  /* 背景画像 */
  background-size: cover;
  background-position: center;
  filter: blur(5px);
  /* ぼかしを適用 */
  z-index: -1;
  /* 前景画像より後ろに配置 */
}
.yuuyake_body .foreground-image {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.yuuyake_body .backdrop-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1;
  /* keyvs-boxの上に表示 */
  isolation: isolate;
  /* ぼかし効果をこの要素のみに限定 */
}
.yuuyake_body img.keyvs {
  display: block;
  width: 960px;
}
.yuuyake_body .bold {
  font-weight: bold;
}
.yuuyake_body .small {
  font-size: 0.9em;
  font-weight: 500;
  padding: 2em;
  width: 75%;
  margin: 1em auto;
  border: #f58631 dotted 2px;
  border-radius: 3em;
}
.yuuyake_body .small span {
  color: #f58631;
  font-size: 1.1em;
  font-weight: bold;
}
.yuuyake_body h3 {
  font-family: "Potta One", system-ui;
  font-weight: 400;
  text-align: center;
  font-size: 2em;
  letter-spacing: 5px;
  color: #f6fa02;
  position: relative;
  padding: 0.1em 0.5em;
  background: linear-gradient(to right, rgb(232, 96, 37), transparent);
  margin: 0 0 1.5em 0;
}
.yuuyake_body .flex {
  display: flex;
  justify-content: center;
}
.yuuyake_body .info p {
  font-size: 1.2em;
  padding: 0 0 2em 0;
  line-height: 1.75em;
  letter-spacing: 0px;
}
.yuuyake_body .info p.time {
  font-family: "Potta One", system-ui;
  font-weight: 400;
  font-size: 2em;
  color: red;
  text-align: center;
  padding: 0 0 1em 0;
  text-shadow: 3px 3px 5px #fff;
}
.yuuyake_body .info p.time span.border-circle {
  background-color: yellow;
  border-radius: 1em;
  padding: 0 0.75em;
  margin: 0 1em 0 0;
  color: red;
}
.yuuyake_body .info p.time span.time-border {
  background-color: yellow;
}
.yuuyake_body .personality {
  position: relative;
  z-index: -2;
}
.yuuyake_body .personality .personality_box {
  padding: 0 0 3em 0;
}
.yuuyake_body .personality .personality_img-size img {
  max-width: 300px;
}
.yuuyake_body .personality .personality_flex-item1 {
  order: 0;
}
.yuuyake_body .personality .personality_flex-item2 {
  order: 1;
}
.yuuyake_body .personality .personality_text-size {
  width: 32%;
  padding: 2em;
}
.yuuyake_body .personality .personality_neme {
  font-size: 1.25em;
  position: relative;
  color: #fff;
  display: inline-block;
  margin: 50px 0;
  text-shadow: 0 0 2px white;
}
.yuuyake_body .personality .personality_neme:before {
  content: "";
  position: absolute;
  background: #f26427;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.yuuyake_body .request-wrap {
  padding: 0 0 3em 0;
}

.yuuyake_body section .box {
  width: 900px;
}

.yuuyake_body section .request {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3em 2em;
  border-radius: 2em;
  box-sizing: border-box;
}

.yuuyake_body section .request .form {
  width: 48%;
  float: left;
  margin: 0 0 1em;
}

.yuuyake_body section .request .form .note {
  font-size: 0.8em;
  text-align: center;
  margin: 0.25em 0 0;
}

.yuuyake_body section .request .form .app {
  width: 450px;
}

.yuuyake_body section .request div#app-dl_box {
  width: 48%;
  float: right;
}

.yuuyake_body section .request .others {
  width: 48%;
  float: left;
}

.yuuyake_body section .request .method {
  margin: 0 0 0.5em;
}

/*========== 応募フォームボタン Start. ==========*/
.yuuyake_body .request .btn_form a {
  display: block;
  color: #ffffff;
  text-align: center;
  background: #f26427;
  padding: 0.5em 0;
  border-radius: 100vh;
  transition: 0.5s;
}

.yuuyake_body .request .btn_form a:hover {
  text-decoration: none;
  opacity: 1;
  color: #333333;
  background: #f6fa02;
}

/*========== 応募フォームボタン end. ==========*/
/*========== BSNアプリダウンロードリンク Start. ==========*/
div#app-dl_box p.app-dl_head {
  background-color: #0052a4;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0.5em;
  border-radius: 100vh;
  padding: 0.5em 0;
}

div#app-dl_box ul.app-dl_link {
  display: flex;
}

div#app-dl_box ul.app-dl_link a {
  display: block;
}

div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
  margin: 0 0.5em;
}

div#app-dl_box ul.app-dl_process {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 1em auto 0.5em;
}

div#app-dl_box ul.app-dl_process li {
  text-align: center;
  line-height: 1.25em;
  font-size: 0.9em;
}

div#app-dl_box ul.app-dl_process li.app-btn1 {
  width: 38%;
}

div#app-dl_box ul.app-dl_process li.right-arrow {
  width: 10%;
  padding: 0 0.5em 1em;
}

div#app-dl_box ul.app-dl_process li.app-btn2 {
  width: 52%;
}

div#app-dl_box ul.app-dl_process li.app-btn1 img,
div#app-dl_box ul.app-dl_process li.app-btn2 img {
  filter: drop-shadow(1px 1px 2px #333333);
}

div#app-dl_box ul.app-dl_process li.app-btn2 img {
  margin: 0 0 0.5em;
}

div#app-dl_box .note {
  font-size: 0.8em;
  text-align: center;
}

.request-flex {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 0.75em 0;
}
.request-flex .left {
  margin: 0 2em 0 0;
}
.request-flex .btn-sns_bottom {
  display: flex;
  padding: 0.6rem 1rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  width: 15rem;
  color: white;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  align-items: center;
}
.request-flex .btn-x_bottom {
  background-color: #111319;
}
.request-flex .btn-sns_bottom svg {
  fill: #fff;
}
.request-flex .btn-sns_bottom span {
  display: inline-block;
  width: 6rem;
  text-align: center;
  padding-left: 5px;
}
.request-flex a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.btn-sns {
  display: flex;
  font-size: 1.5em;
  padding: 0.6rem 1rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  width: 20rem;
  color: white;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  align-items: center;
  margin: 0 auto 3em;
}

.btn-x {
  background-color: #111319;
}

.btn-sns svg {
  fill: #fff;
}

.btn-sns span {
  display: inline-block;
  width: 6rem;
  text-align: center;
  padding-left: 5px;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

/*========== BSNアプリダウンロードリンク end. ==========*/
@media screen and (max-width: 899px) {
  .yuuyake_body {
    max-width: 100%;
    min-width: 100%;
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
  }
  .yuuyake_body section > div {
    width: 100%;
  }
  .yuuyake_body .foreground-image {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .yuuyake_body img.keyvs {
    display: block;
    width: 100%;
  }
  .yuuyake_body .flex {
    display: block;
  }
  .yuuyake_body .info p {
    padding: 15px;
  }
  .yuuyake_body .btn-sns {
    width: 10rem;
  }
  .yuuyake_body .small {
    width: 95%;
  }
  .yuuyake_body .personality .personality_text-size {
    width: 100%;
    text-align: center;
  }
  .yuuyake_body .personality .personality_flex-item1,
  .yuuyake_body .personality .personality_flex-item2 {
    margin: 0 auto;
  }
  .yuuyake_body .personality .personality_flex-item1 img,
  .yuuyake_body .personality .personality_flex-item2 img {
    display: block;
    margin: 0 auto;
  }
  .yuuyake_body .request-flex .btn-sns_bottom {
    width: 9rem;
  }
  .yuuyake_body section .box {
    width: 100%;
  }
  .yuuyake_body section .request {
    width: 90%;
    margin: 0 auto;
  }
  .yuuyake_body section .request .form {
    width: 100%;
    margin: 0 0 1em;
  }
  .yuuyake_body section .request div#app-dl_box {
    width: 100%;
  }
  .yuuyake_body section .request .form,
  div#app-dl_box,
  .yuuyake_body section .request .others {
    width: auto;
  }
  .yuuyake_body section .request .form,
  div#app-dl_box,
  .yuuyake_body section .request .others {
    float: none;
  }
}/*# sourceMappingURL=yuuyake202503.css.map */