@charset "UTF-8";
/*article_youtube_tag*/
.article_youtube_tag{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.article_youtube_tag iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article_movie_caption{
  position: absolute;
  display: block;
  bottom: -40px;
  left: 0;
  font-family: var(--font-sst-bold);
  font-size: 20px;
  line-height: 1.4;
  color: var(--first-color);
  white-space: nowrap;
}
@media screen and (max-width:768px){
  .article_movie_caption{
    bottom: -7vw;
    font-size: 0.9rem;
  }
}
/*article_mainkv*/
.article_mainkv{
  position: relative;
  margin: 0;padding: 0;
  width: 100%;
}
.logo_article_echoes{
  position: relative;
  margin: 30px auto 20px auto;
  padding: 0;
  width: 220px;
}
.logo_article_echoes_link{
  display: block;
  transition: all .3s ease;
}
.logo_article_echoes_link:hover{
  transform: scale(1.1,1.1);
}
.article_mainkv_img{
  width: 100%;
}
@media screen and (max-width:768px){
  .logo_article_echoes{
    margin-top: 4vw;
    margin-bottom: 3vw;
    width: 30vw;
  }
}
/*article_main*/
.article_main{
  position: relative;
  /*padding-bottom: 70px;*/
  width: 100%;
}
.article_main_innr{
  position: relative;
  margin: 0 auto;
  padding: 75px 0;
  width: 100%;
  max-width: var(--max-width);
}
.article_main_innr.pdgbtm0{
  padding-bottom: 0;
}
.topimg_copyright{
  position: absolute;
  top: 10px;
  right: 0;
  font-family: var(--font-sst-regular);
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
  text-align: right;
  color: var(--note-color);
}
.article_lead{
  position: relative;
  margin-bottom: 50px;
  width: 100%;
}
.article_lead_subinfo{
  position: relative;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_vol{
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid #000;
}
.article_vol_logo{
  padding: 10px 25px;
  border-right: 1px solid #000;
}
.article_vol_logo_img{
  width: 100px;
  font-size: 0;
}
.article_vol_no{
  padding: 0 25px;
  font-family: var(--font-sst-en);
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
}
.article_lead_update{
  font-family: var(--font-sst-regular);
  font-size: 16px;
  line-height: 1;
}
.article_lead_ttl{
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 40px;
  font-size: 32px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.article_lead_ttl::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: var(--second-color);
}
.article_lead_post{
  margin-bottom: 15px;
  font-family: var(--font-sst-regular);
  font-size: 16px;
  line-height: 1;
}
.article_lead_name{
  font-family: var(--font-sst-regular);
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width:1190px){
  .article_main_innr{
    padding: 75px 50px;
  }
  .topimg_copyright{
    right: 50px;
  }
}
@media screen and (max-width:768px){
  .article_main{
    /*padding-bottom: 10vw;*/
  }
  .article_main_innr{
    padding: 14vw 0;
    padding-bottom: 6vw;
    width: 90vw;
  }
  .topimg_copyright{
    top: 2vw;
    right: 0;
    font-size: 0.7rem;
  }
  .article_lead{
    margin-bottom: 11vw;
  }
  .article_lead_subinfo{
    margin-bottom: 7vw;
  }
  .article_vol_logo{
    padding: 2vw 4vw;
  }
  .article_vol_logo_img{
    width: 16vw;
  }
  .article_vol_no{
    padding: 0 4vw;
    font-size: 0.8rem;
  }
  .article_lead_update{
    font-size: 0.8rem;
  }
  .article_lead_ttl{
    margin-bottom: 5vw;
    padding-bottom: 8vw;
    font-size: 1.3rem;
  }
  .article_lead_ttl::after{
    width: 14vw;
    height: 3px;
  }
  .article_lead_post{
    margin-bottom: 3vw;
    font-size: 0.8rem;
  }
  .article_lead_name{
    font-size: 1rem;
    line-height: 1.5;
  }
}
/*article_detail*/
.article_detail{
  position: relative;
  width: 100%; 
  line-height: 1.8;
}
/*article_profile*/
.article_profile{
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px;
  padding-top: 27px;
  width: 100%;
  max-width: 990px;
}
.article_profile_ttl{
  position: absolute;
  display: table;
  padding: 0 40px;
  font-size: 23px;
  text-align: center;
  top: 0;
  left: 100px;
  border-radius: 100vh;
  line-height: 54px;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  border: 2px solid #000;
  z-index: 1;
}
/*20241119*/
.article_multi_profile_list{
  position: relative;
  padding: 60px;
  border-radius: 16px;
  border: 2px solid #000;
}
.article_profile_detail{
  position: relative;
  padding: 0;
  display: flex;
}
.article_profile_detail + .article_profile_detail{
  margin-top: 60px;
}
.article_profile_detail .article_profile_subinfo{
  text-align: center;
}
.article_profile_detail .article_profile_name{
  display: block;
}
/*article_profile_list*/
.article_profile_list{
  position: relative;
  padding: 60px;
  display: flex;
  border-radius: 16px;
  border: 2px solid #000;
}
.article_profile_list_line{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -12px;
  right: -12px;
  border-bottom-right-radius: 16px;
  border: 2px solid #000;
  border-top: none;
  border-left: none;
  pointer-events: none;
}
.article_profile_info{
  position: relative;
  width: 400px;
}
.article_profile_img{
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 40px;
  width: 215px;
  border-radius: 50%;
  overflow: hidden;
}
.article_profile_subinfo{
  position: relative;
  display: table;
  margin: 0 auto;
  min-width: 70%;
}
.article_profile_subinfo.left_align{
  margin: 0;
  padding-top: 8px;
  text-align: left;
}
.article_profile_name{
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-family: var(--font-sst-bold);
}
.article_profile_name .name_kana{
  display: inline-block;
  padding-left: 18px;
  font-family: var(--font-sst-regular);
  font-size: 14px;
  font-weight: normal;
}
.article_profile_name2{
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 1;
  display: block;
  font-family: var(--font-sst-bold);
}
.article_profile_name2 .name_subtxt{
  display: block;
  margin-top: 12px;
  font-family: var(--font-sst-regular);
  font-size: 18px;
  font-weight: normal;
}
.article_profile_post{
  margin-bottom: 0;
  font-family: var(--font-sst-bold);
  font-size: 17px;
  line-height: 1.5;
}
.article_profile_txt{
  margin-bottom: 0;
  padding-left: 20px;
  width: calc( 100% - 400px );
  font-family: var(--font-sst-regular);
  font-size: 16px;
  line-height: 1.8;
}
.article_profile_txt a{
  color: var(--first-color);
  text-decoration: underline;
  font-style: italic;
}
.article_profile_txt a:hover{
  color: var(--second-color);
  text-decoration: underline;
}
@media screen and (max-width:768px){
  .article_profile{
    margin-bottom: 15vw;
    padding-top: 4vw;
  }
  .article_profile_ttl{
    padding: 0 6.5vw;
    font-size: 1rem;
    left: 5vw;
    line-height: 8vw;
    border: 1px solid #000;
  }
  .article_multi_profile_list{
    padding: 5vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: block;
    border-radius: 3vw;
    border: 1px solid #000;
  }
  .article_profile_detail{
    display: block;
  }
  .article_profile_detail + .article_profile_detail{
    margin-top: 10vw;
  }
  .article_profile_list{
    padding: 5vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: block;
    border-radius: 3vw;
    border: 1px solid #000;
  }
  .article_profile_list_line{
    bottom: -2vw;
    right: -2vw;
    border-bottom-right-radius: 3vw;
    border: 1px solid #000;
    border-top: none;
    border-left: none;
    pointer-events: none;
  }
  .article_profile_info{
    margin-bottom: 6vw;
    width: 100%;
  }
  .article_profile_img{
    margin-top: 5vw;
    margin-bottom: 7vw;
    width: 38vw;
  }
  .article_profile_subinfo{
    min-width: initial;
    width: 100%;
  }
  .article_profile_subinfo.left_align{
    padding-top: 0;
  }
  .article_profile_name{
    margin-bottom: 4vw;
    font-size: 1.3rem;
  }
  .article_profile_name .name_kana{
    padding-left: 4vw;
    font-size: 0.7rem;
  }
  .article_profile_name2{
    margin-bottom: 4vw;
    font-size: 1.3rem;
  }
  .article_profile_post{
    font-size: 0.8rem;
  }
  .article_profile_txt{
    padding-left: 0;
    width: 100%;
    font-size: 0.9rem;
  }
}
/*article_toc*/
.article_toc{
  position: relative;
  margin-bottom: 120px;
}
.article_toc_ttl{
  position: relative;
  margin-bottom: 26px;
  width: 152px;
}
.article_toc_list{
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.article_toc_list li{
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding: 0;
}
.article_toc_list li:last-child{
  margin-bottom: 0;
}
.article_toc_list li::before{
  content: '・';
  position: absolute;
  font-size: 18px;
  line-height: 1.4;
  top: 0;
  left: 0;
  color: var(--second-color);
}
.article_toc_list a{
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  font-size: 18px;
  line-height: 1.4;
  color: var(--first-color);
  font-feature-settings: "palt";
}
.article_toc_list a:hover{
  color: var(--second-color);
  text-decoration: underline;
}
@media screen and (max-width:768px){
  .article_toc{
    margin-bottom: 16vw;
  }
  .article_toc_ttl{
    margin-bottom: 6vw;
    width: 26vw;
  }
  .article_toc_list li{
    margin-bottom: 4vw;
  }
  .article_toc_list a{
    font-size: 1rem;
  }
  .article_toc_list a::before{
    padding-right: 1.5vw;
  }
}
/*article_font_setting*/
.article_heading_h3{
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
  padding: 0 80px;
  font-size: 30px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.article_heading_h3::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 23px;
  left: 0;
  top: 10px;/*15px;*/
  background-image: url(../imgs/icon_ttl.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 23px;
  pointer-events: none;
}
.article_heading_h3::after {
  content: '';
  position: absolute;
  margin-left: 50px;
  width: 30px;
  height: 23px;
  bottom: 10px;/*15px;*/
  background-image: url(../imgs/icon_ttl.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 23px;
  pointer-events: none;
}
.article_heading_h4{
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.6;
}
.article_heading_h4::before{
  content: '';
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 10px;
  width: 40px;
  height: 1px;
  background-color: var(--first-color);
}
.article_detail_lead_txt{
  margin-bottom: 65px;
  font-family: var(--font-sst-regular);
  font-size: 16px;
}
.article_detail_txt{
  margin-bottom: 65px;
  font-family: var(--font-sst-regular);
  font-size: 16px;
}
.article_detail_lead_txt a,
.article_detail_txt a{
  color: var(--first-color);
  text-decoration: underline;
}
.article_detail_lead_txt a:hover,
.article_detail_txt a:hover{
  color: var(--second-color);
  text-decoration: underline;
}
.article_detail_txt strong{
  font-weight: bold;
}
.article_detail_txt .txt_strong{
  font-family: var(--font-sst-bold);
}
.article_detail_txt_note{
  display: block;
  margin-top: 30px;
  font-family: var(--font-sst-regular);
  font-size: 14px;
}
.article_photo1{
  position: relative;
  margin: 0;padding: 0;
  margin-bottom: 65px;
  width: 100%;
}
.article_photo2{
  position: relative;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 65px;
  width: 100%;
  height: 800px;
  text-align: center;
}
.article_photo2 img{
  margin: 0 auto!important;
  height: 100%!important;
  width: auto!important;
}
.article_photo3{
  position: relative;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 65px;
  width: 100%;
  height: auto;
  text-align: center;
}
.article_photo3 img{
  margin: 0 auto!important;
  height: 800px!important;
  width: auto!important;
}
.article_footer_photo{
  margin: 0;padding: 0;
  width: 100%;
}
.article_footer_photo_caption{
  display: block;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  font-family: var(--font-sst-regular);
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  text-align: right;
}
.article_photo_caption{
  display: block;
  padding-top: 10px;
  font-family: var(--font-sst-regular);
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  color: var(--note-color);
}
.article_photo2 .article_photo_caption,
.article_photo3 .article_photo_caption{
  text-align: center;
}
@media screen and (max-width:768px){
  .article_heading_h3{
    margin-bottom: 8vw;
    padding: 0 8vw;
    font-size: 1.2rem;
  }
  .article_heading_h3::before {
    width: 4vw;
    height: 3.5vw;
    top: 2vw;/*3vw;*/
    background-size: 4vw 3.5vw;
  }
  .article_heading_h3::after {
    margin-left: 4vw;
    width: 4vw;
    height: 3.5vw;
    bottom: 2vw;/*3vw;*/
    background-size: 4vw 3.5vw;
  }
  .article_heading_h4{
    margin-bottom: 5.7vw;
    font-size: 1rem;
  }
  .article_heading_h4::before{
    margin-bottom: 0.4rem;
    margin-right: 2vw;
    width: 6vw;
    height: 1px;
  }
  .article_detail_lead_txt{
    margin-bottom: 8vw;
    font-size: 0.9rem;
  }
  .article_detail_txt{
    margin-bottom: 8vw;
    font-size: 0.9rem;
  }
  .article_detail_txt_note{
    margin-top: 4vw;
    font-size: 0.8rem;
  }
  .article_photo1{
    margin-bottom: 8vw;
  }
  .article_photo2{
    margin-bottom: 8vw;
    width: 100%;
    height: auto;
  }
  .article_photo2 img{
    height: auto!important;
    width: 100%!important;
  }
  .article_photo3{
    margin-bottom: 8vw;
    width: 100%;
    height: auto;
  }
  .article_photo3 img{
    height: auto!important;
    width: 100%!important;
  }
  .article_footer_photo{
    width: 100%;
  }
  .article_footer_photo_caption{
    padding-top: 2vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 0.7rem;
  }
  .article_photo_caption{
    padding-top: 2vw;
    font-size: 0.7rem;
  }
  .article_photo2 .article_photo_caption{
    text-align: right;
  }
}
/*article_footer_info*/
.article_footer_info{
  margin: 0 auto;
  width: 100%;
  max-width: var(--max-width);
}
.article_footer_photo + .article_footer_info{
  margin-top: 150px;
  margin-bottom: 70px;
}
/*article_footer_main*/
.article_footer_main{
  position: relative;
  margin-bottom: 130px;
  padding: 80px 65px;
  width: 100%;
}
.part_frame{
  position: absolute;
  width: 50px;
  height: 50px;
  pointer-events: none;
}
.part_frame_topleft{
  top: 0;
  left: 0;
}
.part_frame_topright{
  top: 0;
  right: 0;
  transform:rotate(90deg);
}
.part_frame_btmleft{
  bottom: 0;
  left: 0;
  transform:rotate(-90deg);
}
.part_frame_btmright{
  bottom: 0;
  right: 0;
  transform:rotate(180deg);
}
.article_footer_main_ttl{
  position: relative;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}
.article_footer_main_ttl_en{
  position: relative;
  font-size: 24px;
  line-height: 1.2;
  color: var(--second-color);
}
/*
.article_footer_main_ttl_en::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background-color: #000;
  pointer-events: none;
}*/
.article_footer_main_ttl_jp{
  position: relative;
  font-size: 26px;
}
.article_footer_main_h3{
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}
.article_footer_main_txt{
  margin: 0;padding: 0;
  margin-bottom: 30px;
  font-family: var(--font-sst-regular);
  font-size: 16px;
  line-height: 1.8;
}
.article_footer_main_txt a{
  display: inline-block;
  line-height: 1.5;
  color: var(--first-color);
  text-decoration: underline;
  word-break: break-all;
}
.article_footer_main_txt a:hover{
  color: var(--second-color);
  text-decoration: underline;
}
.article_footer_main_txt strong{
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}
.article_footer_main_txt .article_speaker{
  /*font-weight: bold;*/
  font-family: var(--font-sst-bold);
}
.article_footer_main_img{
  margin: 0 auto;
  margin-bottom: 30px;
  width: 662px;
}
.article_footer_camera{
  margin-top: 45px;
  font-family: var(--font-sst-regular);
  display: flex;
  align-items: center;
}
.article_footer_camera_list{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.article_footer_camera_txt1{
  margin: 0;padding: 0;
  margin-right: 70px;
  font-size: 16px;
}
.article_footer_camera_link{
  display: block;
  text-align: center;
  color: var(--first-color);
  text-decoration: none;
}
.article_footer_camera_link + .article_footer_camera_link{
  margin-left: 50px;
}
.article_footer_camera_img{
  margin: 0 auto;
  padding-bottom: 15px;
  width: 165px;
  transition: all .3s ease;
}
.article_footer_camera_txt2{
  margin: 0;padding: 0;
  font-size: 16px;
  line-height: 1;
}
.article_footer_camera_link:hover .article_footer_camera_img{
  transform: scale(1.1,1.1);
}
.article_footer_camera_link:hover .article_footer_camera_txt2{
  color: var(--second-color);
}
.article_footer_credit{
  font-family: var(--font-sst-regular);
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width:1190px){
  .article_footer_info{
    padding: 0 50px;
  }
}
@media screen and (max-width:768px){
  .article_footer_info{
    padding: 0;
    width: 90vw;
  }
  .article_footer_photo + .article_footer_info{
    margin-top: 15vw;
    margin-bottom: 10vw;
  }
  .article_footer_main{
    margin-top: 5vw;
    margin-bottom: 10vw;
    padding: 12vw 6vw;
  }
  .part_frame{
    width: 5.6vw;
    height: 5.6vw;
  }
  .article_footer_main_ttl{
    margin-bottom: 9vw;
    display: block;
  }
  .article_footer_main_ttl_en{
    font-size: 1.2rem;
  }
  /*
  .article_footer_main_ttl_en::after{
    width: 18vw;
    height: 1px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transform: translate(0,0);
  }*/
  .article_footer_main_ttl_jp{
    font-size: 1.2rem;
  }
  .article_footer_main_h3{
    margin-bottom: 5vw;
    font-size: 1rem;
  }
  .article_footer_main_txt{
    margin-bottom: 5vw;
    font-size: 0.9rem;
  }
  .article_footer_main_img{
    margin-bottom: 5vw;
    width: 100%;
  }
  .article_footer_camera{
    margin-top: 8vw;
    display: block;
  }
  .article_footer_camera_list{
    margin-top: 5vw;
  }
  .article_footer_camera_txt1{
    margin-right: 0;
    font-size: 0.9rem;
  }
  .article_footer_camera_link{
    animation: none;
		transform: none;
		transition: unset;
  }
  .article_footer_camera_link + .article_footer_camera_link{
    margin-left: 8vw;
  }
  .article_footer_camera_link:hover{
    opacity: 1;
  }
  .article_footer_camera_img{
    padding-bottom: 3vw;
    width: 23vw;
  }
  .article_footer_camera_txt2{
    font-size: 0.9rem;
  }
  .article_footer_credit{
    font-size: 0.8rem;
  }
  /*list_type_many*/
  .article_footer_camera_list.list_type_many{
    flex-wrap: wrap;
  }
  .article_footer_camera_list.list_type_many .article_footer_camera_img{
    /*width: 35vw;*/
  }
  .article_footer_camera_list.list_type_many .article_footer_camera_link:nth-child(1),
  .article_footer_camera_list.list_type_many .article_footer_camera_link:nth-child(2){
    margin-bottom: 5vw;
  }
  .article_footer_camera_list.list_type_many .article_footer_camera_link:nth-child(2){
    margin-right: 24vw;
  }
  .article_footer_camera_list.list_type_many .article_footer_camera_link:nth-child(3){
    margin-left: 0;
  }
}
/*article_footer*/
.article_footer{
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #f3f4f6;
}
.article_footer_logo{
  margin: 0 auto;
  display: table;
  padding-top: 120px;
  padding-bottom: 190px;
}
.article_footer_logo_link{
  display: block;
  margin: 0 auto;
  width: 200px;
  transition: all .3s ease;
}
.article_footer_logo_link:hover{
  transform: scale(1.1,1.1);
}
.article_footer_link{
  display: table;
  margin: 0 auto;
  margin-top: 38px;
  font-family: var(--font-sst-regular);
  font-size: 17px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: var(--first-color);
  white-space: nowrap;
  transition: opacity .3s ease;
}
.article_footer_link:hover{
  color: var(--second-color);
  text-decoration: underline;
}
@media screen and (max-width:768px){
  .article_footer_logo{
    padding-top: 12vw;
    padding-bottom: 20vw;
  }
  .article_footer_logo_link{
    width: 30vw;
  }
  .article_footer_link{
    margin-top: 7vw;
    font-size: 0.9rem;
  }
}
