@charset "utf-8";
/* CSS Document */

#header .headerIn {
  width: 1400px;
}

#sera_azuma .catch_area:after {
  z-index: 10;
  content: "";
  display: block;
  background: url("../../img/social/azumasara_.jpg") no-repeat center;
  width: 536px;
  height: 716px;
  position: relative;
  right: 3rem;
  top: 7rem;
}

@media screen and (max-width: 767px) {
  #sera_azuma .catch_area:after {
    width: 100%;
    position: static;
    background-size: contain;
    height: 400px;
  }
}

.profile_wrapper .profile_movie {
	margin-right: 30px;
	padding-top: 58px;
}


.profile_wrapper .profile_movie video {
	height: 250px;
	width: 380px;
}

@media screen and (max-width: 767px) {
	#header .headerIn {
	  width: 100%;
	}
	
	.profile_wrapper .profile_movie video {
		width: 100%;
	}

}

@media print, screen and (min-width: 768px) {
  #header .headerIn nav {
    float: right;
    width: 1000px;
  }
}
#header .gnavi {
  width: 680px;
}

#header .gnavi li {
  font-size: 16px;;
}


#footer .inner {
	width: 1400px;
}

@media screen and (max-width: 767px) {
	#footer .inner {
		width: 100%;
	}
}

.footer_cont .fnavi_box > ul {
  width: 900px;
}


.footer_cont .contact_list {
  display: flex;
  width: 400px;
  height: 90px;
}


/*-----------------------------
東選手のプロフィールエリアの高さ調整
-----------------------------*/
#sera_azuma .profile_area {
  height: 680px;
}


/*---------------------------
フッターエリアリストの体裁変更
---------------------------*/
.company_cont .area_list li ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.company_cont .area_list li ul li {
    width: calc(100%/4);
}

@media screen and (max-width: 767px) {
    .company_cont .area_list li h4 {
        font-size: 14px
    }
    
    .company_cont .area_list li ul li {
        width: calc(100%/2);
        font-size: 13px
    }
}


.column_link {
    display: block;
    background: url("../../img/column/mainimg.jpg") center center / cover no-repeat fixed;
    height: auto;
    padding: 180px 0;
}

.column_link .link_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.column_link .link_text a {
    background-color: #FEEEB2;
    padding: 20px;
    color: #333;
    text-decoration: none;
    box-shadow: 5px 6px 15px -5px #777777;
    border-radius: 10px;
    width: 26%;
    transition: all 0.3s ease;
}
.column_link .link_text a:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
}
.column_link .link_text a p:nth-child(1) {
    font-size: 18px;
}
.column_link .link_text a p:nth-child(2) {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    padding: 12px 0;
}
.column_link .link_text a p:nth-child(3) {
    text-align: right;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .column_link {
        padding: 90px 0;
    }
    
    .column_link .link_text a {
        padding: 8px;
        width: 90%;
        transition: all 0.3s ease;
    }
    .column_link .link_text a p:nth-child(1) {
        font-size: 14px;
    }
    .column_link .link_text a p:nth-child(2) {
        font-size: 26px;
        padding: 8px 0;
    }
    .column_link .link_text a p:nth-child(3) {
        font-size: 14px;
    }
}

/*-------------------------------------------
コラムへのフローティングバナー
-------------------------------------------*/
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 10; /* 他の要素の下に隠れないように */
  bottom: 12px; /* バナーの上下の位置 */
  left: 12px; /* バナーの左右の位置 */
  width: 240px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 768px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100px; /* スマホの画面幅いっぱいにバナーを表示 */
    bottom: 3px;
    left: 3px;
  }
}


/*-------------------------------------------
トピックスの画像とテキストの位置調整
-------------------------------------------*/
.topics_area .topics_cont.long_text {
    flex-direction: column;
}

.topics_area .topics_cont.long_text .title {
    padding: 5rem 5rem 0 5rem;
}

.topics_area .topics_cont.long_text .contents {
  background: #f6f4ec;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topics_area .topics_cont.long_text .contents .txt_wrap {
  padding: 0 5rem;
}

@media screen and (max-width: 767px) {
    .topics_area .topics_cont.long_text .title {
        padding: 2rem 2rem 0 2rem;
    }
    
    .topics_area .topics_cont.long_text .contents .txt_wrap {
        padding: 0 2rem 4rem 2rem;
    }
    
    .topics_area .topics_cont.long_text .contents {
      flex-direction: column;
    }


}



