@charset "utf-8";

/* ==============================
 * Google Fonts
============================== */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');

/* */
.fadeInUp {
  opacity : 0;
  transform: translateY(100px);
  transition: 2s;
}

.fadeInRight {
  opacity : 0;
  transform: translateX(100px);
  transition: 2s;
}

.fadeInLeft {
  opacity : 0;
  transform: translateX(-100px);
  transition: 2s;
}

@media screen and (max-width: 899px) {
  .layer_board_bg {
    z-index: 5000000000 !important;
  }
  .layer_board {
    z-index: 5000000001 !important;
    top: 100px !important;
  }
}

/* ==============================
 * 共通
============================== */
.ikemen-wrap {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  overflow: hidden;
}

.ikemen-wrap img {
  vertical-align: middle;
}

.ikemen-wrap h3 {
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 60px;
  font-style: italic;
}

.ikemen-wrap h3 span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}

.ikemen-wrap h3 span::before,
.ikemen-wrap h3 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 3em;
  height: 1px;
  background-color: black;
}

.ikemen-wrap h3 span::before {
  left: 100%;
}

.ikemen-wrap h3 span::after {
  right: 100%;
}

.ikemen-wrap section {
  margin: 120px 0 0;
}

.ikemen-wrap section.bg {
  background: #f8f8f8;
}

.ikemen-wrap section > div:first-child {
  width: 1080px;
  margin: 0 auto;
}

.popUpImg {
  max-width: 960px;
  margin: 0 auto 1em;
  padding: 0 1em;
}

.popUpImg img {
  display: block;
}

.popUpImg p {
  font-family: "Kiwi Maru", serif;
  background: #ec6d74;
  color: #fff;
  font-weight: 500;
  padding: 1em 0;
}

.popUpImg p span {
  font-size: 2em;
}

.popUpImg a {
  font-family: "Mochiy Pop One", sans-serif;
  background: #eb6cbe;
  display: block;
  color: #fff;
  font-size: 2em;
  padding: 0.5em;
  font-style: italic;
  opacity: 1;
}

.popUpImg a span {
  font-size: .6em;
  margin: 0 0 0 0.5em;
}

@media screen and (max-width: 899px) {

  .popUpImg p {
    padding: 0.75em 0;
  }

  .popUpImg p span {
    font-size: 1.2em;
  }

  .popUpImg a {
    font-size: 1.4em;
  }

  .popUpImg a span {

  }

  .ikemen-wrap section {
    margin: 4em 0 0;
  }

  .ikemen-wrap h3 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 0.5em;
  }

  .ikemen-wrap h3 span::before,
  .ikemen-wrap h3 span::after {
    width: 1.5em;
  }

  .ikemen-wrap section > div:first-child {
    width: auto;
    margin: 0 1em;
  }
}

/* ===========================================================================
  * HEADER IMAGE
=========================================================================== */
.ikemen-top-image {
  position: relative;
}

.ikemen-top-image-box {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.ikemen-top-image-box::before {
  content: '';
  background-image: url(/radio/ikemen/images/ikemen4_header-bg.jpg);
  background-size: cover;
  position: absolute;
  filter: blur(5px);
  z-index: -1;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}

.ikemen-top-image-box img {
  display: block;
  width: 1080px;
  margin: 0 auto;
}

/*========== メール・SNSボタン ==========*/

.snsbtn-gp {
  padding: 0 !important;
  text-align: center;
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 2em;
  display: flex;
  justify-content: end;
}

.snsbtn-gp a {
  background-color: #fff;
}

.snsbtn-gp a:hover {
  opacity: 1;
}

.snsbtn-gp li {
  margin: 0 1em 0 0;
}

.snsbtn-gp li:last-child {
  margin: 0 2em 0 0;
}

.flowbtn {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
  font-size: 48px;
  text-decoration: none;
  transition: .5s;
}

.flowbtn:hover {
  color: #fff !important;
}

.flowbtn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.flowbtn.x {
  border: solid 3px #000000;
  color: #000000;
}

.flowbtn.x:hover {
  border: solid 3px #ffffff;
  background: #000000;
}

.flowbtn.insta {
  border: solid 3px #c6529a;
  color: #c6529a;
}

.flowbtn.insta:hover {
  border: solid 3px #ffffff;
  background: #c6529a;
}

.flowbtn.ml {
  border: solid 3px #f3981d;
  color: #f3981d;
}

.flowbtn.ml:hover {
  border: solid 3px #ffffff;
  background: #f3981d;
}

@media screen and (max-width: 899px) {
  .ikemen-top-image-box {
    overflow: visible;
  }

  .ikemen-top-image-box::before {
    content: none;
  }

  .snsbtn-gp {
    position: relative;
    width: auto;
    justify-content: center;
    top: auto;
    margin: 1em 0 0;
  }

  .snsbtn-gp li:last-child {
    margin: 0;
  }

  .flowbtn {
    width: 48px;
    height: 48px;
    font-size: 30px;
    color: #ffffff !important;
  }

  .flowbtn.x {
    border: solid 3px #000000;
    background: #000000;
  }

  .flowbtn.x:hover {
    border: solid 3px #000000;
    background: #ffffff;
    color: #000000 !important;
  }

  .flowbtn.insta {
    border: solid 3px #c6529a;
    background: #c6529a;
  }

  .flowbtn.insta:hover {
    border: solid 3px #c6529a;
    background: #ffffff;
    color: #c6529a !important;
  }

  .flowbtn.ml {
    border: solid 3px #f3981d;
    background: #f3981d;
  }

  .flowbtn.ml:hover {
    border: solid 3px #f3981d;
    background: #ffffff;
    color: #f3981d !important;
  }
}

/*===================================*/

/* ===========================================================================
  * －NEWS－
=========================================================================== */
.ikemen-news-box {
  font-family: "Kiwi Maru", serif;
}

.news-image span {
  display: block;
  background: #ec6d74;
  text-align: center;
  color: #fff;
  padding: 0.5em 0;
  font-size: 2em;
  font-weight: 500;
}

.ikemen-news-box ul {
  display: flex;
  justify-content: space-around;
  margin: 2em 0 0;
}

.ikemen-news-box li {
  width: 46%;
  text-align: center;
}

.ikemen-news-box li a {
  color: #fff !important;
  display: block;
  background: #f00;
  padding: 1em;
  border-radius: 50vh;
}

.ikemen-news-box li.news-application a {
  background: #ef858c;
}

.ikemen-news-box li.news-flyer a {
  background: #f4a57a;
}

.ikemen-news-box li a em {
  font-size: 1.8em;
}

.ikemen-news-box li span {
  font-size: 1.2em;
  margin: 0.25em 0 0;
  display: block;
}

@media screen and (max-width: 899px) {
  .news-image span {
    font-size: 1.4em;
  }

  .ikemen-news-box ul {
    display: block;
    margin: 2em 1em 0;
  }

  .ikemen-news-box li {
    width: auto;
    margin: 0 0 1em;
  }

  .ikemen-news-box li a em {
    font-size: 1.2em;
  }

  .ikemen-news-box li span {
    font-size: 0.9em;
  }
}
/* ===========================================================================
  * －PROGRAM－
=========================================================================== */
.ikemen-program-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.ikemen-program-box div:nth-of-type(1) {
  min-width: 360px;
  margin: 0 30px 0 0;
}

.ikemen-program-box div:nth-of-type(2) {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.ikemen-program-box .prog-ttl {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #0c02ee;
  margin: 0 0 0.5em;
}

.ikemen-program-box .prog-ttl span:nth-of-type(1) {
  color: #ffb908;
}

.ikemen-program-box .prog-ttl span:nth-of-type(2) {
  color: #f50001;
}

.ikemen-program-box .prog-tim {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 0.5em;
}

.ikemen-program-box .prog-txt {
  line-height: 1.75em;
}

.ikemen-program-box .prog-form {
  margin: 1em 0 0;
}

.ikemen-program-box .prog-form a {
  background: rgb(245,62,180);
  background: linear-gradient(180deg, rgba(245,62,180,1) 0%, rgba(254,113,205,1) 50%, rgba(249,197,236,1) 100%);
  color: #ffffff;
  display: inline-block;
  padding: 0.5em 3em;
  border-radius: 100vh;
}

.ikemen-program-box .prog-mail {
  margin: 0.5em 0 0;
}

.ikemen-program-box .prog-mail a {
  color: #000000;
  text-decoration: underline;
}

@media screen and (max-width: 899px) {
  .ikemen-program-box {
    display: block;
  }

  .ikemen-program-box div:nth-of-type(1) {
    min-width: auto;
    margin: 0 auto 1em;
    width: 75%;
  }

  .ikemen-program-box div:nth-of-type(2) {
    font-size: 14px;
  }

  .ikemen-program-box .prog-ttl {
    font-size: 24px;
    line-height: 1.25em;
  }

  .ikemen-program-box .prog-tim {
    font-size: 18px;
  }
}

/* ===========================================================================
  * －MOVIE－
=========================================================================== */
.iframe-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/ 9;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 5px solid #0000ff;
  border-right: 5px solid #ff0000;
  border-bottom: 5px solid #000000;
  border-left: 5px solid #ffff00;
  box-sizing: border-box;
}

.ch_link {
  margin: 3em 0 0;
  text-align: center;
}

.ch_link a {
  color: #ffffff;
  background: #c4302b;
  font-size: 24px;
  padding: 0.5em;
  border: 5px solid #c4302b;
  border-radius: 0.5em;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18em;
  margin: 0 auto;
  text-decoration: none;
  transition: .5s;
}

.ch_link a:hover {
  color: #c4302b;
  background: #ffffff;

  opacity: 1;
}

.ch_link a span {
  padding: 0 0.5em;
}

.fa-youtube {
  font-size: 32px;
}

.fa-arrow-up-right-from-square {
  font-size: 21px;
}

@media screen and (max-width: 899px) {
  .ch_link a {
    font-size: 16px;
    border: 3px solid #c4302b;
  }

  .fa-youtube {
    font-size: 24px;
  }

  .fa-arrow-up-right-from-square {
    font-size: 14px;
  }
}

/* ===========================================================================
  * －SNS－
=========================================================================== */
.ikemen-sns {
  position: relative;
  padding: 60px 0;
}

.ikemen-sns-box {
  display: flex;
  justify-content: space-between;
}

.ikemen-instagram{
  width: 520px;
}

/* Instagramアイコン位置 */
.insta_btn11 .fa-instagram{
  position:relative;
  z-index:1;
}
/* Instagram紫グラデ背景色 */
.insta_btn11{
  background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow:hidden;
}
/* Instagramオレンジグラデ背景色 */
.insta_btn11:before{
  content: '';
  position:absolute;
  top:17px;
  left:-75px;
  width:100%;
  height:100%;
  background:-webkit-radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 45%, rgba(255, 88, 96, 0) 80%);
  background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 80%);
}

/* インスタボタン */
.flowbtn11 {
  font-family: 'Verdana', sans-serif;
  border-radius: 0.5em;
  position: relative;
  width: 12em;
  font-size: 24px;
  color: #fff !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25em 0;
  margin: 0 0 0.5em;
}

.flowbtn11:hover {
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
  text-decoration: none;
  opacity: 1;
}

.flowbtn11 span {
  font-size: 18px;
  position: relative;
  margin: 0 0 0 0.25em;
}

@media screen and (max-width: 899px) {
  .ikemen-sns {
    padding: 30px 0;
  }

  .ikemen-sns-box {
    display: block;
  }

  .ikemen-twitter {
    width: 90%;
    margin: 0 auto;
  }

  .ikemen-instagram {
    width: 90%;
    margin: 2em auto 0;
    padding: 2em 0 0;
    border-top: 2px dashed #aaaaaa;
  }

  .flowbtn11 {
    font-size: 18px;
    margin: 0 auto 0.5em;
  }
}

/* ===========================================================================
  * －MEMBER－
=========================================================================== */
.ikemen-member-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 90px 0 150px;
  align-items: center;
}

.ikemen-member-box:first-child {
  margin: 60px 0 120px;
}

.ikemen-member-box:nth-of-type(even) {
  flex-flow: row-reverse;
}

.ikemen-member-box img{
  width: 560px;
}

.ikemen-profile {
  font-family: "Shippori Mincho", serif;
  width: 460px;
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 700;
}

.ikemen-member-box:nth-of-type(even) .ikemen-profile {
  padding: 0 60px 0 0;
}

.ikemen-name {
  font-weight: 800;
  filter: drop-shadow(3px 2px 1px #b3b3b3);
  /* text-shadow: 1px 2px 3px #b3b3b3; */
  font-size: 27px;
  text-align: center;
}

.kudou .ikemen-name {
  color: #0000ff;
}

.mugishima .ikemen-name {
  color: #ff0000;
}

.kurosaki .ikemen-name {
  color: #000000;
}

.maeno .ikemen-name {
  color: #ffff00;
}

.ikemen-name span {
  font-size: 18px;
  padding: 0 0 0 1em;
}

.ikemen-details{
  margin: 30px 0 0;
  line-height: 1.75em;
}

.ikemen-details p {
  margin: 0 0 1em;
}

.ikemen-charge {
  display: flex;
  align-items: center;
  margin: 2em 0 0;
}

.ikemen-charge a {
  margin: 0 0 0 1em;
}

.ikemen-charge img{
  width: 180px
}

@media screen and (max-width: 899px) {
  .ikemen-member {
    margin: 0 !important;
  }

  .ikemen-member-box {
    display: block;
    margin: 3em 0 4em;
  }

  .ikemen-profile {
    width: auto;
    padding: 1em 0 0 0;
    font-size: 16px;
  }

  .ikemen-member-box:nth-of-type(even) .ikemen-profile {
    padding: 1em 0 0 0;
  }

  .ikemen-name {
    font-size: 24px;
    line-height: 1.2em;
  }

  .ikemen-name span {
    font-size: 16px;
    padding: 0;
    display: block;
  }

  .ikemen-details {
    margin: 1em;
    line-height: 1.5em;
  }

  .ikemen-charge {
    margin: 1em 1em 0;
  }

  .ikemen-charge img {
    width: 150px;
  }
}

/* ===========================================================================
  * －HISTORY－
=========================================================================== */
.ikemen-history{

}

.ikemen-history img{
  width: 44%;
}

.history-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 90px 0 150px 0;
  font-family: "Shippori Mincho", serif;
}

.history-item:nth-of-type(odd) {
  flex-flow: row-reverse;
}

.history-item img {
  margin: 0 2% 0 0;
}

.history-item:nth-of-type(odd) img {
  margin: 0 0 0 2%;
}

.history-txt {
  width: 54%;
  text-align: center;
  font-size: 16px;
}

.history-day {
  font-weight: 700;
  margin: 0 0 1em;
  font-size: 24px;
}

.history-details {
  display: inline-block;
  text-align: left;
  line-height: 1.75em;
  font-weight: 600;
}

.history-details a {
  color:#0000ff;
}

.history-details .song-dtl {
  margin: 1em 0;
}

.history-details .song-dtl div {
  display: flex;
}

.history-details .song-dtl dt {
  width: 10em;
}

.history-details .song-dtl.song-2nd dt {
  width: 16em;
}

@media screen and (max-width: 899px) {
  .ikemen-history {
    margin: 0 !important;
  }

  .history-item {
    display: block;
    margin: 2em 0 4em 0;
  }

  .ikemen-history img {
    width: auto;
    margin: 0 !important;
  }

  .history-item:nth-of-type(odd) img {
    margin: 0;
  }

  .history-txt {
    width: auto;
    font-size: 14px;
    padding: 1em;
  }

  .history-day {
    font-size: 21px;
    margin: 0 0 0.75em
  }

  .history-details .song-dtl div.sp-noflex {
    display: block;
  }

  .history-details .song-dtl dt {
    width: auto;
  }

  .history-details .song-dtl.song-2nd dt {
    width: auto;
  }
}