﻿main.info-detail header{
  display: block;
}
.genre_item h1{
  margin-bottom: 35px;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  border-left: 5px solid #000;
  padding-left: 15px;
  line-height: 1.3;
  vertical-align: middle;  
}
.genre_item{
  width: 1200px;
  margin: 80px auto 0;
}
.genre_item_main{
  border: solid 1px #d9d9d9;
}
.genre_item_main figure{
  margin: 0;
  padding: 0;
}
.genre_item_main figure img{
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.genre_item_detail *{
  display: block;
  font-size: 13px;
  letter-spacing: 0.07em;
}
.genre_item_detail h2{
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4;
  margin-bottom: 15px;
}
.genre_item_detail a{
  
  display: inline-block;
  padding: 15px 18px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 16px;
  letter-spacing: 0.07em;
  position: relative;
  color: #000;
  background: #fff;
  border: solid 2px #000;  
  width: 100%;
  box-sizing: border-box;
  margin-top: 35px;
}
.genre_item_detail a:after {
  content: '>';
  font-weight: normal;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: .8em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
}
.column{
  display: none;
}

/*1カラム*/
.column1 .genre_item_main figure{
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
}
.column1 .genre_item_main .genre_item_detail{
  float: right;
  width: 50%;
  padding: 20px 30px;
  box-sizing: border-box;
}
/*1カラム*/

/*2カラム*/
.column2 {
  display: flex;
  gap: 30px;
  padding: 0 0;
}
.column2 .genre_item_main{
  box-sizing: border-box;
}
.column2 .genre_item_main .genre_item_detail{
  padding: 20px 20px;
}
/*2カラム*/

/*3カラム*/
.column3 {
  display: flex;
  gap: 30px;
  padding: 0 0;
}
.column3 .genre_item_main{
  box-sizing: border-box;
  width: 33.333333%;
}
.column3 .genre_item_main .genre_item_detail{
  padding: 20px 20px;
}
/*3カラム*/
.l-section{
  margin: 80px 0 0 0;
}