@charset "utf-8";

/*==============================================

	special

==============================================*/
.list_wrap {
  overflow: clip;
  margin-bottom: 150px;
}
.special_list {
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.special_list li a {
  display: flex;
  align-items: center;
}
.special_list li a > picture {
  width: 50%;
}
.special_list li a > picture img {
  aspect-ratio: 549 / 366;
  object-fit: cover;
  border-radius: 10px;
}
.special_list li a .box {
  width: 50%;
  padding-left: 60px;
}
.special_list li a .box .num {
    color: #CCBCA4;
    font-size: 4rem;
}
.special_list li a .box h2 {
    color: var(--br);
    font-size: 2rem;
    margin-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.special_list li a .box h2 {
    position: relative;
}
.special_list li a .box h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background-color: #CCBCA4;
}
.special_list li a .box .catch {
    font-size: 1.3rem;
}
.special_list li a .box .more {
    color: var(--br);
    font-size: 1.4rem;
    margin-top: 20px;
    width: 152px;
    border-bottom: 1px solid #CCBCA4;
    position: relative;
    padding: 5px 0;
}
.special_list li a .box .more:after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
  background-image: url(../../common/img/arrow-r-br.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.special_detail {
  max-width: 840px;
  margin: 0 auto 140px;
  padding: 0 20px;
}
.special_detail .main_img img {
  aspect-ratio: 549 / 366;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
} 
.special_detail .meta {
  margin-top: 40px;
  margin-bottom: 40px;
}
.special_detail .meta .num {
    color: #CCBCA4;
    font-size: 4rem;
}
.special_detail .meta h1 {
    color: #958663;
    font-size: 2rem;
    position: relative;
    padding-bottom: 10px;
    margin-top: 0px;
}
.special_detail h1:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #CCBCA4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.special_detail .contents_detail h2:before {
  width: 100%;
}
.other_story .en {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px 60px;
}
.other_story .en:before {
  content: '';
  width: 200vw;
  height: 1px;
  background-color: #CCBCA4;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -50vw;
}
@media screen and (max-width: 736px) {

  main .page_header .en svg {
    width: auto;
    height: 43px;
  }

  .special_list li a {
    flex-direction: column;
  }
  .special_list li a > picture {
    width: 100%;
  }
  .special_list li a .box {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .special_list li a .box .num {
    font-size: 3.4rem;
}
  .special_list li a .box h2 {
    font-size: 1.8rem;
}
  .special_list li a .box .more {
    width: 100%;
}
  .list_wrap {
    margin-bottom: 100px;
  }

  .special_detail {
    padding: 0;
    margin-bottom: 80px;
  }
  .special_detail .main_img img {
    border-radius: 0;
  }
  .special_detail .meta {
    padding: 0 25px;
  }
  .special_detail .meta .num {
    font-size: 3.4rem;
}
  .special_detail .meta h1 {
    font-size: 1.8rem;
    margin-top: 10px;
}
  .special_detail h1:before {
    width: 100vw;
  }
  
  .contents_detail {
    padding: 0 30px;
  }
  .special_detail .contents_detail h2:before {
    width: 100vw;
  }
  .other_story .en {
    padding: 0 25px 40px;
  }
  .other_story .en svg {
    height: 24px;
    width: auto;
  }
}