@charset "UTF-8";

/* 魅力再発見!! SHIMIZU */

.content__body.inner{
  padding-top: 0;
}

.cover{
  min-height: 480px;
  position: relative;
  /* margin-bottom: 30px; */
}
/* .corner-logo{
  position: absolute;
  top:  50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.corner-desc{
  margin: 50px 0;
  text-align: center;
}

/* ================================
メインセクション */

.main-container{
  background-color: #F5F0DC;
  padding: 50px 0 30px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.mw_wp_form_confirm .main-container,
.mw_wp_form_complete .main-container{
  padding: 30px 0;
}

/* 紹介コンテンツ */
/* ヘッダー（帯） */
.header-main{
  position: relative;
  background-color: #E05E2E;
  color: #fff;
  width: calc(100% + 30px);
  margin: 0 -15px;
  border-radius: 15px 0 15px 0;
  /* display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center; */
}


/* 帯の影 */
.header-main::before,
.header-main::after  {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
}

.header-main::before{
  top: -15px;
  right: 0;
  border-left: 15px solid #8E2723;
  border-top: 15px solid transparent;
}
.header-main::after{
  bottom: -15px;
  left: 0;
  border-right: 15px solid #8E2723;
  border-bottom: 15px solid transparent;
}

/* 放送日・タイトル */
.header-inner{
  position: relative;
  padding: 15px 50px;
  /* padding-left: 180px; */
  /* width: 700px; */
  margin: 0 auto;
  text-align: center;
}
.staff{
  margin: 0;
}
.onair-date{
  margin: 0;
  border: 0;
}

/* スタッフ顔写真（ワッペン） */
.wappen{
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
}
.wappen img{
  width: 150px;
  height: 150px;
  object-fit: cover;
  border:5px solid #E05E2E;
}
.wappen,
.wappen img{
  border-radius: 50%;
}

/* 魅力紹介スペース */
.block-main{
  padding: 50px 140px;
  text-align: center;
  line-height: 1.8;
}


/* ================================
プレゼント紹介 */

.present-section{
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 15px 30px 50px;
  margin: 0 auto;
  width: calc(100% - 50px);
  text-align: center;
}

.heading_ribbon.orange{
  background-color: #E84C12;
}
.heading_ribbon.orange::before{
  border-color: #E84C12;
  border-left-color: transparent;
}
.heading_ribbon.orange::after{
  border-color: #E84C12;
  border-right-color: transparent;
}




/* ------------------
期限告知 */

.block-limit{
  background-color: #FFE5E5;
  border-radius: 25px;
  padding: 25px 50px 15px;
  margin: 30px 0 0;
}

.block-present{
  margin: 35px 0;
}
.block-present img{
  margin-bottom: 20px;
}

.block-present h3{
  font-weight: bold;
  font-size: 150%;
}

/* 応募〆切 */
.present-reply-limit h3{
  font-weight: bold;
  font-size: 150%;
  color: red;
}
/* 受け取り期限について */
.present-getting-limit{
  background-color: #DB3A34;
  color: #fff;
  padding: 25px;
  margin: 20px 0 0;
}
.present-getting-limit h3{
  font-weight: bold;
  font-size: 150%;
}
.present-getting-limit a{
  color: ivory;
}
.present-getting-limit a[target="_blank"]::after { background-image: url('../images/icon-external-w.svg?1617005728');}


/* ================================
応募セクション */

.reply-section{
  background-color: #fff;
  border-radius:  0 0 15px 15px;
  padding: 15px 30px 50px;
  margin: 0 auto;
  width: calc(100% - 50px);
  
}

.mw_wp_form_confirm .reply-section,
.mw_wp_form_complete .reply-section{
  border-radius:  15px;
  padding: 50px 30px;
}

/* ================================
クライアントセクション */
.credit-section{
  display: flex;
  padding: 30px 0 0;
  margin: 0 auto;
  justify-content: space-between;
  width: calc(100% - 50px);
}

.company-info{
  text-align: center;
  color: #000;
  width: 330px;
}

.company-info a{
  color: #000;
  text-decoration: none;
}
.company-info a[target="_blank"]::after{ display: none; }

.company-info h2{
  font-size: 120%;
  margin-bottom: 20px;
}
.company-info h2 img{
  margin-bottom: 10px;
}
.mw_wp_form_confirm .company-info h2,
.mw_wp_form_complete .company-info h2 {
  color: #000;
}

.company-info address{
  display: block;
  margin-top: 20px;
}
.company-info address .address{
  margin-bottom: 15px;
}

.credit-head{
  font-weight: bold;
  letter-spacing: .75em;
  font-size: 120%;
  text-align: center;
  margin-bottom: 10px;
}


/* スマホ */
@media screen and ( max-width:520px ) {

  .content__header{
    padding: 15px;
    margin-bottom: 15px;
  }
  .heading__sub{
    display: table;
  }
  .cover {
    min-height: 0;
    position: relative;
  }
  .corner-desc {
    margin: 30px 0;
    text-align: center;
  }

  .corner-logo{
    /* width: 250px; */
  }
  .corner-logo img{
    width: 100%;
    height: auto;
  }

  .main-container {
    background-color: #F5F0DC;
    padding: 30px 0;
    width: calc(100% - 20px);
    margin: 50px auto 0;
  }
  .header-main {
    position: relative;
    background-color: #E05E2E;
    color: #fff;
    width: calc(100% + 20px);
    margin: 0 -10px;
    border-radius: 10px 0 10px 0;
  }
  .header-main::before{
    top: -10px;
    right: 0;
    border-left: 10px solid #8E2723;
    border-top: 10px solid transparent;
  }
  .header-main::after{
    bottom: -10px;
    left: 0;
    border-right: 10px solid #8E2723;
    border-bottom: 10px solid transparent;
  }
  .wappen {
    position: absolute;
    top: -55px;
    left: 40px;
    transform: translateY(0%);
  }
  .wappen img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 4px solid #E05E2E;
  }
  .staff {
    margin: 0 0 10px;
    padding-left: 130px;
    text-align: left;
  }

  /* 放送日・タイトル */
  .header-inner{
    position: relative;
    padding: 15px;
    width: 100%;
    text-align: center;
  }
  .header-inner .subject{
    font-size: 130%;
  }
  
  /* 魅力紹介スペース */
  .block-main{
    padding: 30px 15px;
  }
  .block-limit {
    background-color: #FFE5E5;
    border-radius: 15px;
    padding: 15px;
    margin: 30px 0 0;
  }
  .present-getting-limit {
    background-color: #DB3A34;
    color: #fff;
    padding: 10px;
    margin: 20px 0 0;
  }

  .block-main img,
  .block-present img{
    width: 100%;
    height: auto;
  }

  .present-section {
    font-size: 85%;
    border-radius: 10px 10px 0 0;
    padding: 20px 10px;
    width: calc(100% - 20px);
  }
  .reply-section {
    border-radius: 0 0 10px 10px;
    padding: 20px 10px;
    width: calc(100% - 20px);
  }

  .credit-section {
    display: flex;
    flex-direction: column;
    padding: 30px 10px 0;
    margin: 0 auto;
    width: 100%;
  }

  .company-info{
    width: 100%;
  }

}

/* EOF */