@charset "UTF-8";

/*------- top_text_parts --------*/
#top_text_parts + section{
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-family: 'Zen Old Mincho', 'Noto Serif JP', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#top_text_parts + section .title{
  font-size: 3.4rem;
  margin-left:15px;
}
@media screen and (max-width: 600px){
  #top_text_parts + section .inner_item_txt {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  #top_text_parts + section .content_wrapper{
    padding:0;
  }
  #top_text_parts + section .title{
    font-size: 3rem;
    margin-left:0px;
  }
}

/*------- top_img_parts --------*/
[id^="top_img_parts"] + .contents_box01 .inner_item_txt .heading{
  writing-mode: vertical-rl;
}
[id^="top_img_parts"] + .contents_box01 .inner_item_txt{
    display: grid;
    align-items: end;
    grid-template-columns: 15% 1fr;
    gap: 0px 20px;
    grid-template-areas: 
    "heading p"
    "heading  contents_btn01"; 
}
#top_img_parts2 + .contents_box01 .inner_item_txt{
    grid-template-columns:1fr 15%;
    grid-template-areas: 
    "p heading"
    "contents_btn01 heading"; 
}
[id^="top_img_parts"] + .contents_box01 .inner_item_txt .heading{
    grid-area: heading;
}
[id^="top_img_parts"] + .contents_box01 .inner_item_txt p{
    grid-area: p;
}
[id^="top_img_parts"] + .contents_box01 .inner_item_txt .contents_btn01{
    grid-area: contents_btn01;
}
@media screen and (max-width: 900px){
  [id^="top_img_parts"] + .contents_box01 .inner_item_txt {
    display: block;
  }
  [id^="top_img_parts"] + .contents_box01 .inner_item_txt .heading{
    writing-mode: horizontal-tb;
  }
}

/*MVテキスト横border削除*/
#mv .mv_text>div {
  border: none;
}

@media screen and (max-width: 900px) {
  .mv_nav {
    display: none;
  }
}