 @charset "UTF-8";

@media print{body{display:none;}}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td,img,form,hr{margin:0;padding:0;border:0;font-style:normal;font-weight:normal;text-align:left;word-break:break-all;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;}
th,td{border-collapse: collapse;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;line-height:100%;font-weight:normal;word-wrap:break-word;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}

/*------------------------------------------------------
 Base 
------------------------------------------------------*/
body{
    color: #fff;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    background-color: #fff;
  }
  
  h1 {
    font-size: 2em;
  }
  
  h2 {
    font-size: 1.5em;
  }
  
  h3 {
    font-size: 1.17em;
  }
  
  h4 {
    font-size: 1.08em;
  }
  
  h5 {
    font-size: .83em;
  }
  
  h6 {
    font-size: .75em;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
  }
  
  img{
   /*   width: 100%; */
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
 .photo__wrap{
  text-align: center;
 }

  /* link */
  a:link { text-decoration:none; color:#0066cc; }
  a:visited { text-decoration:none; color:#0066cc; }
  a:hover { text-decoration:none; color:#0066cc; }
  a:active { text-decoration:none; color:#0066cc; }
  
  /* clearfix */
  .clearfix:before,
  .clearfix:after {
    content: '';
    display: table;
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* For IE 6/7 only */
  .clearfix {
    *zoom: 1;
  }

  /*.pc{}*/
  .pc{ display:block;}
  .sp{ display:none;}
  .cx_smartphoneview .pc{ display:none;}
  .cx_smartphoneview .sp{ display:block;}
  
/*------------------------------------------------------------
  
　メインビジュアル

------------------------------------------------------------*/

#c-header .fv {
  background: repeat-y center top url(../image/fv_bg.jpg);
  background-size: 100%;
}
#c-header .ttl-logo{
  margin: 0 auto;
  width: 68%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #c-header .ttl-logo{
    max-width: 180px;
  }
}
#c-header .fv img{
  width: 100%;
  text-align: center;
}
#c-header h1 {
  display: none;
}

/*------------------------------------------------------------
  
　ナビゲージョンエリア

------------------------------------------------------------*/
#navi{
  padding: 0 24px;
  background: #000;
}
#navi ul{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#navi .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#navi .navi-area-wrap {
  padding: 24px 0;
}
#navi .navi-area-wrap li {
  width: 16.35%;
  padding-right: 1rem;
}
#navi .navi-area-wrap li:last-of-type {
  padding-right: 0;
}
#navi .navi-area-wrap li a img:hover{
  position: relative; 
  top: 3px; 
  left: 3px; 
  transition: .6s;
  -webkit-transition: .6s;
  -ms-transition: .6s;
}
@media screen and (max-width: 1000px) {
  #navi .navi-area-wrap li  {
    width: 20.35%
  }
}
@media screen and (max-width: 768px) {
  #navi{
    padding: 0 4%;
  }
  #navi .navi-area-wrap {
    padding: 15px 0;
  }
  /*#navi .navi-area-wrap li {
    width: 30.35%;
  }
  #navi .navi-area-wrap li:last-child {
    padding-right: 0;
  }*/
  #navi .navi-area-wrap li {
    width: 48.35%;
  }
  #navi .navi-area-wrap li:nth-child(even) {
    padding-right: 0;
  }
  #navi .navi-area-wrap li:nth-child(-n + 2) {
    margin-bottom: 1rem;
  }
}

/*------------------------------------------------------------
  
　お知らせ

------------------------------------------------------------*/

/*-------------- 共通 -------------*/
.bg-image {
  background-size: 100%;
  background-repeat: repeat;
  background-position: center top;
  background: url(/the-second/image/bg.jpg),#1b018d;
}
.bg-color{
  background: #000;
}

.l-main {
  padding: 50px 30px;
}
@media screen and (max-width: 1000px) {
  .l-main {
      padding: 50px 5%;
  }
}
.l-content-wrap{
  max-width: 1000px;
  margin: 0 auto;
}
.title-wrap{
  margin-bottom: 28px;
}
.title-image{
  text-align: center;
}
.title-image img{
  width: 100%;
  max-width: 1000px;
}

/* ----------------------------- 

お知らせ 

------------------------------- */

/*-------------- お知らせ一覧 -------------*/
#news{
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
}
#news .container_area{
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  #news .container_area {
    padding: 0 15px 15px;
  }
}
#news a{
  color: #fff;
  display: block;
}
#news a:hover{
  background: rgba(255, 255, 255, 0.2);
}
#news .box_news {
   margin-bottom: 0;
}
#news .box_news .update {
  border-bottom: unset;
}
#news .box_news h4 {
  margin-bottom: 0;
}
.container_area .box_news h4{
  line-height: 1.7;
  padding-bottom: 16px;
}
.container_area .box_news .update{
  font-size: 18px;
  text-align: left;
  padding-bottom: 6px;
}
.btn_more{
  width: 600px;
  max-width: 100%;
  margin: 32px auto 0;
}
.btn_more a{
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  font-size: 28px;
  background: hwb(0deg 100% 0% / 25%);
  border: 1px solid #fff;
  border-radius: 4em;
}
.btn_more a:hover{
  background: #000;
  transition: .6s;
  -webkit-transition: .6s;
  -ms-transition: .6s;
}
@media screen and (max-width: 768px) {
  .container_area .box_news h4 {
    padding-bottom: 15px;
  }
  .btn_more a {
      font-size: 20px;
  }
}

/*-------------- お知らせ -------------*/
.box_news{
  margin-bottom: 24px;
}
.box_news h4 {
  line-height: 1.7;
  margin-bottom: 8px;
}
.box_news .update {
  text-align: right;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}
.caption{
  font-size: .78em;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {

  .box_news h4 {
    padding-bottom: 15px;
  }
  .box_news .update {
    font-size: 20px;
  }
}
/*-------------- 記事エリア -------------*/
.article-area{
  margin-bottom: 42px;
}
.article-area .article-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.article-area .article-title .article-container{
  font-size: 16px;
}
.article-inner_text{
  margin: 32px 0;
}
.article-inner_text .winner{
  font-weight: bold;
  color: #ff6464;
}
@media screen and (max-width: 768px) {
  .article-inner_text{
    margin: 28px 0;
  }
}
/*-------------- 結果エリア -------------*/
.result-block-wrap{
  background: rgb(255 255 255 / 25%);
  padding: 5px 15px;
  margin-bottom: 28px;
}
.result-block-wrap .block__title{
  font-weight: bold;
}
.result-block-wrap .winner{
  font-weight: bold;
  color: #ff6464;
}
@media screen and (max-width: 768px) {
  .result-block-wrap{
    margin-bottom: 18px;
  }
}
/*-------------- インタビューエリア -------------*/
.interview-area .interview-article{
  margin-bottom: 20px;
}
.interview-area .interview-article .interview-article_person{
  font-size: 18px;
  border-left: 0.6rem solid #ffffff;
  padding: 0.6rem 0 0.6rem 0.8rem;
  border-bottom: 2px dotted #fff;
  margin-bottom: 20px;
}
.interview-area .interview-article .interview-article_Q{
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(255 255 255 / 25%);
  padding: 0.6rem 1rem;
  margin-bottom: 10px;
}
.interview-area .interview-article .interview-article_A{
  font-size: 16px;
}
/*-------------- コメントエリア -------------*/
.comment-area{
  margin-bottom: 64px;
}
.comment-area h4{
  color: #000000;
  padding: 1rem;
  background: #fff;
  margin-bottom: 32px;
}
.comment-article{
  margin-bottom: 32px;
}
.comment-article_areaTtl{
  font-size: 20px;
  font-weight: bold;
  border-left: 0.6rem solid #ffffff;
  padding: 0.6rem 0 0.6rem 0.8rem;
  border-bottom: 2px dotted #fff;
  margin-bottom: 24px;
}
.comment-article_Ttl{
  font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    margin-bottom: 16px;
    padding: 10px;
}
.comment-article_Txt{
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .comment-area {
    margin-bottom: 40px;
}
  .comment-article_areaTtl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .comment-article_Ttl {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

/*------------------------------------------------------------

 めざましmedi エリア

 ------------------------------------------------------------*/

#mezamashi-media .mezamashi-media-header{
  margin-bottom: 20px;
  color: #000;
  background: #fff;
  padding: 10px 15px;
}
#mezamashi-media .mezamashi-media-header h3{
  display: inline-block;
  line-height: 1.6;
  font-size: 24px;
}
#mezamashi-media .btn_mezamashi-media {
  display: inline-block;
  float: right;
}
#mezamashi-media .btn_mezamashi-media a {
  display: inline-block;
  padding: 4px 10px;
  color: #2FAEE5;
  font-size: 100%;
  font-weight: bold;
}
#mezamashi-media .btn_mezamashi-media a img {
  display: inline-block;
  width: 100%;
  max-width: 135px;
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
#mezamashi-media .btn_mezamashi-media a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {

  #mezamashi-media .mezamashi-media-header{
    margin: 2rem auto 1.6rem;
    padding: 10px 10px;
  }
  #mezamashi-media .mezamashi-media-header h3 {
    font-size: 16px;
    line-height: 2;
  } 
  #mezamashi-media .btn_mezamashi-media a  {
    font-size: 75%;
  }
  #mezamashi-media .btn_mezamashi-media a img {
    margin-left: 0.3em;
  }

}
/**********************************************************
   めざましmediaカルーセル：cx-mezamashi-media-feedスタイル設定
************************************************************/
.cx-mezamashi-media-feed-carousel-container {
  position: relative;
  margin-bottom: 15px;
}
/* カルーセルエリアコンテナ */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel {
  width: 95%;
  margin: auto;
}
/* カルーセルスライド */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item {
  padding: 16px;
  background-color: #f2f2f2; /* スライド背景色変更の場合はここを変更 */
  height: auto;
  box-sizing: border-box;
}
/* スライド内リンクエリア */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-link {
  height: 100%;
  text-decoration: none;
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-link:hover {
  text-decoration: underline;
}
/* スライド内画像エリア */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-img {
  margin: 0;
}
/* スライド内 img */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-img img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
/* スライド内日付 */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-date {
  display: inline-block;
  margin: 5px 0 0 0;
  color: #4e4e4e;
}
/* スライド内テキスト */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item-text {
  margin: 5px 0;
}
/* ナビゲーション共通 */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 1;
}
/* ナビゲーション 前後のスライドがない場合のprev、nextボタンの表示制御 */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi.swiper-button-disabled {
  opacity: 0;
}
/* ナビゲーション prev */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-prev {
  left: 18px;
}
/* ナビゲーション next */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-next {
  right: 18px;
}
/* ナビゲーション SVGアイコン */
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi .icon_svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #404040;
  fill: #fff;
}

/**
 * ナビゲーションをアイコン画像に変更する場合
 * 以下のCSSをコメントアウトして設定可能
*/
/* .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi .icon_svg {
  display: none
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-navi {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-prev {
  background-image: url("prev用アイコン画像のURL");
}
.cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-next {
  background-image: url("next用アイコン画像のURL");
} */

@media screen and (max-width: 768px) {
  .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel {
    width: 100%;
  }
  /* 前後のスライドを薄く */
  .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item.swiper-slide-next,
  .cx-mezamashi-media-feed-carousel-container .cx-mezamashi-media-feed-carousel-item.swiper-slide-prev {
    opacity: .6;
  }
}

/*------------------------------

   バナー 

------------------------------*/
.archive h5{
  font-size: 4.2rem;
  font-weight: 900;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.archive .list{
  display: flex;
  gap: 15px;
  /* gap: 5px; */
  flex-wrap: wrap;
  justify-content: center;
}
.archive .item{
  /* width: 16%; */
  width: 46%;
  display: block;
}
.archive .item a{
  position: relative;
  display: block;
  /* padding: 15px 0; */
  padding: 25px 0;
  /* font-size: 15px; */
  font-size: 22px;
  text-align: center;
  letter-spacing: .1em;
  border: 1px solid #cacaca;
  color: #cacaca;
}
.archive .item a:hover{
  background: rgba(255, 255, 255, 0.25);
}
.archive .item a::after {
  position: absolute;
  right: -1px;
  bottom: -11px;
  content: "";
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #cacaca;
  transform: rotate(45deg);
}
.article-container a{
  color: #fff !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  .archive h5{
    font-size: 3.2rem;
  }
  .archive .list{
    gap: 10px;
    justify-content: center;
  }
  .archive .item{
    width: 48%;
  }
  .archive .item a{
    padding: 15px 0;
    font-size: 15px;
    font-size: 16px;
  }
  .archive .item a::after {
    right: 0px;
    bottom: -5px;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #cacaca;
  }
}