@charset "UTF-8";

/*--------------代表作--------------*/
#top_honey + section .wrapper_item{
 position: relative;
}
#top_honey + section .heading.block_header_2 .h:before {
    content: '代表作';
    top: 50% !important;
    transform: translateY(-50%);
    border: none;
    width: 100px;
    height: 100px;
    top: 0.9rem;
    left: 0;
    border-radius: 50%;
    background: var(--i_txt_color);
    color: #fff;
    width: 5em;
    height: auto;
    aspect-ratio: 1/1;
    line-height: 5em;
    text-align: center;
    font-size: 1.4rem;
}
#top_honey + section .heading.block_header_2 .h{
    padding-left: 4em;
}
#top_honey + section.contents_box01.w60 .inner_item_txt{
    position: absolute;
    width: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#top_honey + .contents_box01 .inner_item_txt .heading{
  margin-bottom:2em;
}
#top_honey + .contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 .content_wrapper{
  text-align: right;
}
@media screen and (max-width: 900px){
#top_honey + .contents_box01.block_image_text_3 .inner_item_img{
  max-width: 60% !important;
}
}
@media screen and (max-width: 600px){
#top_honey + section.contents_box01.w60 .inner_item_txt{
    width: 100% !important;
    max-width: 100% !important;
}
#top_honey + .contents_box01.block_image_text_3 .inner_item_img{
  max-width: 100% !important;
  opacity: 0.3;
}
#top_honey + .contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 .content_wrapper{
  text-align: center;
}
}
/*--------------代表作_ここまで--------------*/

/*--------------5連画像--------------*/
#top_column05 + .composite_box01.block_images_16 .inner_item{
  height: auto;
  aspect-ratio: 61/42;
  margin-bottom: 0 !important;
}
#top_column05 + .composite_box01.block_images_16 .inner_item_txt .heading .h{
  border-radius: 9999px;
  margin: 3%;
  padding: 0.5em;
  writing-mode: vertical-rl;
  border: double 6px var(--i_main_color);
  background:   var(--i_btn_color);
  color: #fff;
  font-size: 1.2rem !important;
}
#top_column05 + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(5), 
#top_column05 + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(4), 
#top_column05 + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(3), 
#top_column05 + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(2), 
#top_column05 + .composite_box01 .inner_item:nth-of-type(5):nth-last-of-type(1){
  margin-left: 0 !important;
  width: calc(20% - 0.5% * 4 / 5);
}
#top_column05 + .composite_box01 .wrapper_item{
  column-gap: 0.5%;
  justify-content: center;
}
@media screen and (max-width: 1024px){
#top_column05 + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(5), 
#top_column05 + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(4), 
#top_column05 + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(3), 
#top_column05 + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(2), 
#top_column05 + .composite_box01 .inner_item:nth-of-type(5):nth-last-of-type(1){
  height: 160px !important;
}
#top_column05 + .composite_box01.block_images_16 .inner_item>a{
  height: 100% !important;
}
#top_column05 + .composite_box01.block_images_16 .inner_item_img{
  height: 100%;
}
}
@media screen and (max-width: 700px){
#top_column05 + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(5), 
#top_column05 + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(4), 
#top_column05 + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(3), 
#top_column05 + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(2), 
#top_column05 + .composite_box01 .inner_item:nth-of-type(5):nth-last-of-type(1){
  width: calc(33.3333% - 4px * 2 / 3) !important;
  height: auto !important;
  aspect-ratio: 1/1;
  min-height: 130px;
}
#top_column05 + .composite_box01.block_images_16 .inner_item_img{
  height: 100% !important;
}
#top_column05 + .composite_box01.block_images_16 .inner_item_img img{
  height: 100% !important;
}
#top_column05 + .composite_box01 .wrapper_item{
  gap: 4px;
}
}
/*--------------5連画像_ここまで--------------*/