@charset "UTF-8";
/* CSS Document */
.h1Area{
  min-height: 300px;
  margin: 0 auto;
  background-image: url(../img/top/mainBg.jpg);
  background-repeat: repeat-x;
  text-align: center;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h1Area h1 img{
  max-width: 750px;
  width: 100%;
}

.h2Area{
  width: 100%;
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
}
.h2Area h2{
  max-width: 1200px;
  margin: 30px auto 0;
  padding-left: 1em;
  font-size: 32px;
  line-height: 32px;
  color: #DEBF72;
  position: relative;
}
.h2Area h2:after{
  content: "";
  position: absolute;
  bottom: 5px;
  left: 1em;
  width: 50px;
  height: 1px;
  background-color: #FFF;
}
.h2Area h2 span{
  color: #FFF;
  font-size: 13px;
  padding-left: 1em;
}
.topPickup{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 45px;
  overflow: hidden;
}
.topPickup .pickup_l{
  float: left;
  width: 50%;
  background-color: #F26F80;
  padding: 30px;
	position: relative;
}
.topPickup .pickup_l:before{
	content: "";
	position: absolute;
	top: 32px;
	left: 45px;
	z-index: 50;
	width: 174px;
	height: 202px;
  background-image: url(../img/top/pickup_dec.png);
  background-repeat: no-repeat;
  background-size: 174px;
}
/*.topPickup .pickup_l h2{
  margin-top: -25px;
  padding-left: 1em;
  font-size: 32px;
  line-height: 42px;
  color: #DEBF72;
  position: relative;
}
.topPickup .pickup_l h2:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 1em;
  width: 50px;
  height: 1px;
  background-color: #FFF;
}*/
.topPickup .pickup_l .pickupBox{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pickupBox .img{
  width: 65%;
  align-self: flex-end;
}
.pickupBox .img img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.pickupBox .img img:hover{
  opacity: .7;
}
.pickupBox .txtBox .date{
  font-size: 14px;
  padding-top: 35px;
  width: 98px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 4px 0;
  background-color: #2C2C2C;
  margin-bottom: 8px;
}
.pickupBox .txtBox .tit{
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.pickupBox .txtBox .date:hover,
.pickupBox .txtBox .tit:hover{
  color: #888;
}

.topPickup .pickup_r{
  float: right;
  width: 48%;
}
.topPickup .pickup_r ul{
  overflow: hidden;
}
.topPickup .pickup_r ul li{
  float: left;
  width: 48%;
  margin-bottom: 10px;
}
.topPickup .pickup_r ul li:nth-child(odd){
  margin-right: 4%;
}
.topPickup .pickup_r ul li .img{
  margin-bottom: 8px;
}
.topPickup .pickup_r ul li .img img{
  width: 100%;
  height: 138px;
  object-fit: cover;
}
.topPickup .pickup_r ul li .img img:hover{
  opacity: .7;
}
.topPickup .pickup_r ul li .date{
  font-size: 14px;
  width: 98px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 4px 0;
  background-color: #2C2C2C;
  margin-bottom: 8px;
}
.topPickup .pickup_r ul li .tit{
  width: 100%;
  padding-right: 1em;
  font-size: 14px;
  line-height: 17px;
  position: relative;
}
.topPickup .pickup_r ul li .tit i{
  position: absolute;
  top: 0;
  right: 0;
  line-height: 29px;
}

.to_list_link{
  width: 370px;
  margin: 0 0 0 auto;
}
.top_news .to_list_link{
  margin: 0;
}
.to_list_link a{
  width: 100%;
  padding: 12px;
  border: 3px solid #000;
  display: block;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.to_list_link a::after{
  content: "";
  background-image: url(../img/common/arrow.svg);
  width: 20px;
  height: 12px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 24px;
  transition: .3s;
}
.to_list_link a:hover::after{
  right: 16px;
}

.sec_versus{
  background-color: #F5F5F5;
}
.sec_versus .listBox.orthogonal_title_box{
  background-image: url(../img/top/versus_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100%;
  margin-bottom: 48px;
}
.sec_versus .ot_box_title{
  padding-top: 24px;
}
.sec_versus .ot_box_content{
  width: 600px;
  background-image: url(../img/top/sec_versus_title.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 210px;
}
.sec_versus .ot_box_content h3{
  font-size: 24px;
  font-weight: bold;
}
.sec_versus .ot_box_content p{
  font-weight: bold;
  font-size: 14px;
}
.category1{
  background-color: #2c2c2c;
}
.category2{
  background-color: #eee;
}
.titled_list dt{
  width: 220px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  border-radius: 18px;
  margin-bottom: 8px;
}
.titled_list .date{
  width: 98px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 6px 0;
}
.sec_versus .titled_list .date{
  background-color: #000;
}
.sec_versus .titled_list dt{
  background-color: #3D99A0;
}
.category1 .titled_list .tit{
  color: #fff;
}
.category1 .titled_list .tit:hover{
  opacity: 0.7;
  transition: all 0.3s;
}
.category1 .titled_list dt,
.category1 .titled_list .date{
  background-color: #474C7B;
}
.category2 .titled_list dt,
.category2 .titled_list .date{
  background-color: #D9A300;
}

.categories{
  background-color: #F26F80;
}
.categories h2{
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  color: #FFF;
  font-size: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.categories h2::before{
  background-image: url(../img/top/category_dec.png);
  content: "";
  display: block;
  width: 98px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
}
.categories li{
  width: 350px;
}
.categories li a{
  width:100%;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #999;
  padding: 0;
  color: #FFF;
  transition: .3s;
  line-height: 1;
}
.categories li a:hover{
  background-color: #ccc;
}

.bnrBox01{
  position: relative;
  margin: 30px auto;
}
.bnrBox01 ul{
  text-align: center;
}
.bnrBox01:before{
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #FFF;
}
.bnrBox01:after{
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #FFF;
}
.btnArea{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  padding-right: 2em;
}
.btnArea a{
  color: #DEBF72;
}
.btnArea a:hover{
  color: #FFF;
}

#main section.top_news{
  padding: 48px 0;
}
#main section.top_news .listBox{
  display: flex;
  justify-content: space-between;
}
.top_news .listBox.orthogonal_title_box{
  margin-bottom: 48px;
}
.top_news .ot_box_content{
  width: 600px;
}
.top_news .ot_box_content ul{
  display: flex;
  flex-direction: column;
	margin-bottom: 30px;
}
.top_news .date{
  width: 98px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 6px 0;
  background-color: #85B200;
}
.top_news .tit a{
  font-weight: bold;
	text-align: left;
	padding-left: 1em;
}
.top_news .fb{
  width: 350px;
  height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main section.ranking{
  padding: 48px 0;
}
.ranking .listBox .orthogonal_title_box{
  display: flex;
  justify-content: space-between;
  background-image: url(../img/top/ranking_bg.png);
  background-repeat: no-repeat;
  background-size: 334px;
  background-position: 20% 90%;
}
.ranking .ot_box_content{
  width: 600px;
  margin-top: 48px;
}
.ranking .ot_box_content ol{
  display: flex;
  flex-direction: column;
}
.ranking .ot_box_content dl{
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
}
.ranking .ot_box_content dt{
  margin-right: 48px;
  font-size: 20px;
  font-weight: bold;
  width: 120px;
  text-align: right;
}
.ranking .ot_box_content dt img{
  width: 120px;
}
.ranking .ot_box_content dd a{
  font-size: 20px;
  font-weight: bold;
}
.next_list {
	margin-top: 15px;
}
.next_class_tit{
  color: #666;
}
.ranking .ot_box_content dd .next_classes_list{
  display: flex;
  flex-direction: column;
	font-size: .9em;
}

@media screen and (max-width: 1370px){
	#main section.top_news .listBox {
		padding: 0 5vw;
	}	
	.orthogonal_title_box {
		padding-left: 0;
	}	
		.sec_versus .listBox.orthogonal_title_box {
    padding: 0 5vw;
	}
	.listBox {
    width: 100%;
    padding: 0 5vw;
	}
	.to_list_link {
			width: 100%;
			margin: 0 0 0 auto;
			padding: 0 5vw;
	}	
	.categories li {
			width: 33%;
	}	
	.categories li a {
		font-size: 15px;
	}
}



@media screen and (max-width: 1200px){
	.sec_versus .listBox.orthogonal_title_box {
    background-size: 50%;
}
	.ranking .listBox .orthogonal_title_box {
		display: block;
		background-size: 45%;
		background-position: right 90%;
	}
.listBox .list4 {
	overflow: hidden;
}	
.listBox .list4 li {
    width: calc(100%/2 - 0);
	float: left;
}	
.top_news .fb {
	margin: 10px auto;
}
	.top_news .ot_box_content {
    width: 400px;
}
	
}
	@media screen and (max-width: 900px){

	.topPickup .pickup_l {
		float: none;
		width: 100%;
	}
	.topPickup .pickup_r {
		float: none;
		width: 100%;
		padding-top: 15px;
	}
#main section.top_news .listBox {
    display: block;
    justify-content: space-between;
}	
.orthogonal_title_box .ot_box_content {
    margin: 48px 0 0 0;
}	
.orthogonal_title_box {
    display: block;
    position: relative;
    padding-left: 0;
}	
.orthogonal_title_box .ot_box_title .jptitle {
	writing-mode: inherit;
	font-size: 20px;
}
		.top_news .ot_box_content {
    width: 100%;
}
.top_news .listBox .orthogonal_title_box .ot_box_title::after {
    top: 50px;
    left: 0;
}
.ranking .listBox .orthogonal_title_box .ot_box_title::after {
    top: 30px;
    left: 0;
}
.top_news .listBox .orthogonal_title_box .ot_box_content {
    margin: 70px 0 0 0;
}
	.top_news .ot_box_content ul li {
		border-bottom: 1px dashed #ddd;
}
	}	


@media screen and (max-width: 767px){
  .h1Area{
    min-height: 100vw;
    background-image: url(../img/top/mainBg_sp.jpg);
    background-position: top center;
    background-size: contain;
  }
  .h1Area .catch{
    padding: 10vw 0 0;
  }
  .topPickup{
    padding-top: 0;
  }
  .topPickup .pickup_l{
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
	.topPickup .pickup_l:before {
    top: 10px;
    left: 10px;
    background-size: 100px;
	}
  .topPickup .pickup_r{
    float: none;
    width: 100%;
    padding: 0 4vw;
  }
  .topPickup .pickup_r ul li .tit{
    padding: 3px 1em 0 0;
    line-height: 18px;
  }
  .topPickup .pickup_r ul li .tit i{
    top: 10px;
  }
	.listBox .list4 li {
    width: calc(100%/2 - 1%);
}	
.sec_versus .listBox.orthogonal_title_box {
  background-size: 45%;
	background-position: 105% 35px;
}
	.ranking .ot_box_content {
    width: 100%;
    margin: 20px 0 0 0;
}
	.sec_versus .ot_box_content {
    width: 80%;
		background-size: contain;
}
	.top_news .ot_box_content {
    width: 100%;
}
.categories .listBox ul {
    padding: 0;
    text-align: left;
    display: block;
    justify-content: space-between;
}
.categories .listBox ul li {
    width: 100%;
}
.ranking .ot_box_content dl {
    margin-bottom: 5px;
}
.ranking .ot_box_content dt {
    font-size: 18px;
    width: 120px;
    text-align: left;
}
	
.ranking .ot_box_content dd .next_classes_list {
    display: block;
    text-align: left;
}	
	
	.ranking .listBox .orthogonal_title_box {
    background-size: 40%;
    background-position: right bottom;
}
	.sec_versus .ot_box_title {
    padding-bottom: 75px;
}
	.top_news .orthogonal_title_box .ot_box_title::after {
   left: 0;
}
	.pickupBox .img {
		width: 100%;
	}
	.pickupBox .txtBox {
	 padding-top: 20px;
	}
.news_box {
    margin: 60px 0 20px 0;
}
	.sec_versus .ot_box_content h3 {
		font-size: 21px;
		line-height: 1.3;
		padding-top: 20px;
		text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
	}
	.sec_versus .ot_box_content p {
		padding-top: 10px;
		font-size: 13px;
		text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
	}	
	.top_news .fb {
    width: 80%;
		max-width: 330px;
    height: 440px;
		margin: 20px auto;
}
	.titled_list dt {
    width: 50%;
}
	
	
}
	@media screen and (max-width: 650px){
	.ranking .listBox .orthogonal_title_box {
    background-size: 30%;
    background-position: right bottom;
}
}
	@media screen and (max-width: 550px){

.sec_versus .listBox.orthogonal_title_box {
	background-position: 110% 90px;
	background-size: 65%;
}
.ranking .ot_box_content dl {
	display: block;
}
.ranking .listBox .orthogonal_title_box {
	background-size: 50%;
	background-position: right bottom;
}
.ranking .ot_box_content dd .next_classes_list {
	padding-left: 1em;
}
	
}
	@media screen and (max-width: 430px){

.sec_versus .listBox.orthogonal_title_box {
	background-position: 105% 130px;
}
.sec_versus .ot_box_content {
	padding-top: 150px;
}
}
	@media screen and (max-width: 370px){

.sec_versus .listBox.orthogonal_title_box {
	background-position: 100% 150px;
}
.ranking .listBox .orthogonal_title_box {
 background-image: none;
}
}

