@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
エリア
====================================================================================*/
html {
  font-size: 62.5%;
}

html, body {
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 500px) {
  .pc {
    display: none;
  }
}

/*====================================================================================
テキスト
====================================================================================*/
/*------------------------------------------
基本
------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  color: #666;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0;
  list-style-type: none;
  word-wrap: break-word;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ ヘッダー
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
トップページ
====================================================================================*/
#header.topPage {
  height: calc((580/1404)*100vw);
  background-image: url("https://smtgvs.weathernews.jp/wnl/caster/images/bg_header_20220902.jpg?2");
  background-size: cover;
  background-position: top;
  margin-bottom: 60px;
  position: relative;
}

#header.topPage .logo {
  text-align: center;
  padding: 20px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 66%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#header.topPage .logo img {
  width: 450px;
}

#header.topPage .youtube {
  width: 325px;
  position: absolute;
  bottom: -56px;
  right: 0;
}

#header.topPage .youtube img {
  width: 100%;
}

@media screen and (max-width: 1125px) {
  #header.topPage {
    height: 500px;
    margin-bottom: 80px;
  }
  #header.topPage .logo img {
    width: 400px;
  }
  #header.topPage .youtube {
    width: 275px;
  }
}
@media screen and (max-width: 950px) {
  #header.topPage {
    height: 450px;
    margin-bottom: 80px;
  }
  #header.topPage .logo img {
    width: 400px;
  }
  #header.topPage .youtube {
    width: 275px;
  }
}
@media screen and (max-width: 845px) {
  #header.topPage {
    height: 400px;
    margin-bottom: 80px;
  }
  #header.topPage .logo img {
    width: 400px;
  }
  #header.topPage .youtube {
    width: 275px;
  }
}

@media screen and (max-width: 780px) {
  #header.topPage {
    height: 330px;
    margin-bottom: 80px;
  }
  #header.topPage .logo img {
    width: 350px;
  }
  #header.topPage .youtube {
    width: 275px;
  }
  #header.topPage .logo {
    padding: 15px 30px;
  }
}

@media screen and (max-width: 670px) {
  #header.topPage {
    height: 300px;
    margin-bottom: 80px;
  }
  #header.topPage .logo img {
    width: 300px;
  }
  #header.topPage .youtube {
    width: 250px;
  }
}

@media screen and (max-width: 580px) {
  #header.topPage {
    height: 250px;
    margin-bottom: 80px;
  }
  #header.topPage .logo img {
    width: 250px;
  }
  #header.topPage .youtube {
    width: 225px;
  }
}

@media screen and (max-width: 480px) {
  #header.topPage {
    height: 180px;
    margin-bottom: 80px;
  }
  #header.topPage .logo img {
    width: 225px;
  }
  #header.topPage .youtube {
    width: 225px;
  }
}

@media screen and (max-width: 350px) {
  #header.topPage {
    height: 150px;
    margin-bottom: 80px;
  }
  #header.topPage .logo img {
    width: 225px;
  }
  #header.topPage .youtube {
    width: 225px;
  }
}

/*====================================================================================
コンテント
====================================================================================*/
#header.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

#header.content .logo {
  width: 250px;
}

#header.content .logo img {
  width: 100%;
}

#header.content .youtube {
  width: 300px;
}

#header.content .youtube img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  #header.content .logo {
    width: 200px;
  }
  #header.content .youtube {
    width: 250px;
  }
}

@media screen and (max-width: 550px) {
  #header.content .logo {
    width: 150px;
  }
  #header.content .youtube {
    width: 200px;
  }
}

@media screen and (max-width: 425px) {
  #header.content .logo {
    width: 130px;
  }
  #header.content .youtube {
    width: 170px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ フッター
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#footer {
  margin-top: 100px;
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
  padding-bottom: 100px;
}

#footer .copy {
  color: #ccc;
  text-align: center;
  font-size: 1.2rem;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ メイン
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#main {
  max-width: 1100px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  border-radius: 14px;
  background-color: #CA277E;
  border: 2px solid #CA277E;
}

.btn * {
  color: #fff;
}

.btn a {
  display: block;
  padding: 20px 0;
  text-align: center;
}

.btn img {
  height: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 375px) {
  .btn > * {
    font-size: 1.4rem;
  }
  .btn img {
    height: 20px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ トップページ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
キャッチ
====================================================================================*/
.catch {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 60px;
}

.catch > *:not(:last-child) {
  margin-bottom: 40px;
}

/*====================================================================================
メンバー
====================================================================================*/
.member {
  position: relative;
}

.member__tit {
  font-size: 28px;
  font-weight: 600;
  border-left: 5px solid #eee;
  line-height: 1em;
  padding-left: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 770px) {
  .member__tit {
    font-size: 25px;
  }
}

@media screen and (max-width: 400px) {
  .member__tit {
    font-size: 22px;
  }
}

.member + .member {
  padding-top: 60px;
  margin-top: 60px;
}

.member + .member:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url("https://smtgvs.weathernews.jp/wnl/caster/images/line.png");
  background-size: 10px 1px;
  position: absolute;
  top: 0;
}

/*------------------------------------------
キャスター
------------------------------------------*/
.member.caster .member__tit {
  color: #258EDB;
  border-left-color: #258EDB;
}

.member.caster .memberList__photo {
  background: linear-gradient(#5087EF, #19FFF6);
}

/*------------------------------------------
気象予報士
------------------------------------------*/
.member.forecaster .member__tit {
  color: #666666;
  border-left-color: #666666;
}

.member.forecaster .memberList__photo {
  background: linear-gradient(#7882FD, #6BA4F2);
}

/*------------------------------------------
メンバーリスト
------------------------------------------*/
.memberList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 15px;
}

.memberList a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.memberList__item {
  padding: 20px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0 rgba(7, 100, 123, 0.3);
  border-radius: 4px;
  position: relative;
}

.memberList__item a:after {
  content: "";
  display: block;
  width: 42.5px;
  height: 10px;
  background-image: url("https://smtgvs.weathernews.jp/wnl/caster/images/btn_click.svg");
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.memberList__photo {
  border-radius: 200px;
  overflow: hidden;
}

.memberList__photo img {
  width: 100%;
}

.memberList__name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 20px;
}

.memberList__name .rubi {
  display: block;
  font-size: 1.0rem;
  font-weight: 300;
  line-height: 1em;
}

@media screen and (max-width: 770px) {
  .memberList {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ コンテンツページ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
body#content #header, body#content #main > *:not(:last-child) {
  margin-bottom: 120px;
}

@media screen and (max-width: 900px) {
  body#content #header, body#content #main > *:not(:last-child) {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 800px) {
  body#content #header, body#content #main > *:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 400px) {
  body#content #header, body#content #main > *:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*====================================================================================
profile
====================================================================================*/
.profile {
  display: table;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
}

.profile > * {
  display: table-cell;
  vertical-align: middle;
}

.profile__thumb {
  width: 350px;
  overflow: hidden;
}

.profile__thumb img {
  width: 100%;
}

.profile__thumb.caster {
  background: linear-gradient(#5087EF, #19FFF6);
  vertical-align: bottom;
}

.profile__content {
  padding-left: 30px;
}

.profile__name {
  line-height: 1.3em;
  font-size: 4.0rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.profile__name .rubi {
  font-size: 1.8rem;
  font-weight: 300;
  display: block;
  line-height: 1em;
}

.profileList {
  max-width: 500px;
}

.profileList__item {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.profileList__item > * {
  padding: 10px;
  display: table-cell;
}

.profileList__item dt {
  width: 8em;
  font-weight: 600;
  text-align: center;
  background-color: #EEEEEE;
  border-bottom: 1px solid #fff;
}

.profileList__item dd {
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 800px) {
  .profile {
    display: block;
  }
  .profile > * {
    display: block;
  }
  .profile__thumb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .profile__content {
    padding-left: 0;
  }
  .profile__name {
    text-align: center;
  }
  .profileList {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 500px) {
  .profile__thumb {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .profile__name {
    font-size: 3.0rem;
  }
  .profile__name .rubi {
    font-size: 1.4rem;
  }
  .profileList__item {
    display: block;
    margin-bottom: 25px;
  }
  .profileList__item > * {
    display: block;
  }
  .profileList__item dt {
    text-align: left;
    background-color: transparent;
    padding: 2px;
    padding-left: 6px;
    border-left: 4px solid #999;
    line-height: 1em;
    margin-bottom: 5px;
  }
  .profileList__item dd {
    padding: 0;
    border-bottom: 0;
  }
}

/*====================================================================================
slide
====================================================================================*/
.slide {
  position: relative;
}

.slide:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #F5F5F5;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .slide:after {
    background-color: transparent;
  }
}

@media screen and (min-width: 640px) {
  .slideList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .slideList__item {
    margin: 0 5px;
  }
}

.slideList__item {
  margin: 0 5px;
  max-width: 450px;
}

@media screen and (max-width: 640px) {
  .slideList__item {
    border: 1px solid #fff;
  }
}

.slideList img {
  width: 100%;
}

.slick-slide {
  opacity: .35;
}

.slick-active {
  opacity: 1;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.slick-dots > * {
  color: transparent;
  width: 12px;
  height: 12px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 0 3px;
}

.slick-dots > *.slick-active {
  background-color: #000;
}

/*====================================================================================
moreInfo
====================================================================================*/
.moreInfo__title {
  font-size: 0;
  border-bottom: 1px solid #258EDB;
}

.moreInfo__title > * {
  display: inline-block;
  color: #fff;
  line-height: 1em;
  font-size: 2rem;
  padding: 10px 15px;
  background-color: #258EDB;
}

.moreInfoList__item {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.moreInfoList__item > * {
  padding: 20px 0 10px;
  display: table-cell;
  border-bottom: 1px solid #ccc;
}

.moreInfoList__item dt {
  width: 25%;
  font-weight: 600;
}

.moreInfoList__item dd {
  width: 75%;
}

@media screen and (max-width: 450px) {
  .moreInfo__title {
    margin-bottom: 20px;
  }
  .moreInfo__title > * {
    font-size: 1.8rem;
  }
  .moreInfoList__item {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
  }
  .moreInfoList__item > * {
    padding: 0;
    display: block;
    border-bottom: none;
  }
  .moreInfoList__item dt, .moreInfoList__item dd {
    width: 100%;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 注意書き
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.notice {
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #ccc;
}

.notice > *:not(:last-child) {
  margin-bottom: 20px;
}

.notice__title01 {
  font-size: 20px;
  text-align: center;
  margin: 15px 0 30px;
}
.notice__title01 span {
  font-weight: bold;
  text-align: center;
  border: 2px solid #333;
  border-left: none;
  border-right: none;
  line-height: 1em;
  padding: 5px 40px;
}

.notice__title02 {
  font-weight: bold;
}

.noticeList {

}

.noticeList__item {
  list-style-position: inside;
  text-indent: -1em;
  margin-left: 1em;
}
