@charset "UTF-8";
p,h1,h2,h3,h4,h5,h6,ul,li,figure{margin:0;padding:0;font-weight:normal;}
a:link{text-decoration:none;}a:visited{text-decoration:none;}a:active{text-decoration:none;}
:root {
  --font-sst-bold: "SST W15 Bold", "SST W55 Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  --font-sst-regular: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium", "YuGothic", sans-serif;
  --font-sst-en: "SST Pro Bold", "Hiragino Sans W6", "Yu Gothic Demibold", "YuGothic", sans-serif;
  --first-color: #333233;
  --second-color: #e16b52;
  --third-color: #f0624f;
  --fourth-color: #a73f32;
  --note-color: #5d5d5d;
  --footer-link-color: #5d5d5d;
  --max-width: 1190px;
}
body{
  margin: 0;
  padding:0;
  width:100%;
  height:100%;
}
.is_pc{display:block;}.is_sp{display:none;}
@media screen and (max-width:768px){.is_pc{display:none;}.is_sp{display:block;}}

/*tmpl_content*/
#tmpl_content {
  font-family: var(--font-sst-bold);
  font-weight: normal;
  background: #fff;
  color: var(--first-color);
  line-height: 1.6;
  overflow: hidden;
  font-feature-settings: "palt";
}
#tmpl_content .font_regular{
  font-family: var(--font-sst-regular);
}
#tmpl_main{
  width: 100%!important;
}
@media screen and (min-width:768px) {
  #tmpl_content {
    min-width: var(--max-width);
    width: auto;
  }
}
#tmpl_content * {
  box-sizing: border-box;
}
#tmpl_content *:focus {
  outline: 3px solid var(--third-color);
  outline-offset: 3px;
}
#tmpl_content *:focus:not(:focus-visible) {
  outline: 0;
}

/*pagetop*/
.pagetop{
  display: block;
  position: fixed;
  width: 72px;
  height: 72px;
  bottom: 40px;
  right: 20px;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--first-color);
  transition: all .3s ease;
  z-index: 50;
}
.pagetop::before{
  content: '';
  position: absolute;
  margin-top: -3px;
  width: 30px;
  height: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url("../imgs/icon_pagetop.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 26px;
}
.pagetop::after{
  content: '';
  position: absolute;
  margin-top: 100px;
  width: 30px;
  height: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url("../imgs/icon_pagetop.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 26px;
}
.pagetop:hover{
  transform: scale(1.1,1.1);
}
.pagetop:hover::before{
  margin-top: -100px;
  transition: all .3s ease;
}
.pagetop:hover::after{
  margin-top: -3px;
  transition: all .3s ease;
}
@media screen and (max-width:768px){
  .pagetop{
    width: 10vw;
    height: 10vw;
    bottom: 20px;
    right: 20px;
    animation: none;
		transform: none;
		transition: unset;
  }
  .pagetop::before{
    margin-top: -0.5vw;
    width: 4vw;
    height: 3.45vw;
    background-size: 4vw 3.45vw;
  }
  .pagetop::after{
    margin-top: 13vw;
    width: 4vw;
    height: 3.45vw;
    background-size: 4vw 3.45vw;
  }
}
/*main_contents*/
.main_contents{
  position: relative;
  width: 100%;
}
.main_contents img,.main_contents img,
.main_contents img[src$=".svg"]{
  width:100%;
  height:auto;
  vertical-align:bottom;
}
.main_contents ul{list-style:none}
.main_contents ul li{vertical-align:top}
/*echoes_lead*/
.echoes_lead{
  position: relative;
  width: 100%;
  border-bottom: 1px solid #000;
  z-index: 1;
}
.echoes_lead_bg{
  position: absolute;
  width: 100%;
  height: 850px;
  top: 0;
  left: 0;
  background-image: url("../imgs/mainkv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.echoes_lead_innr{
  position: relative;
  margin: 0 auto;
  padding-top: 75px;
  width: 100%;
  max-width: var(--max-width);
  z-index: 1;
}
.logo_echoes{
  position: relative;
  margin: 0 auto;
  margin-bottom: 56px;
  width: 100%;
  text-align: center;
}
.logo_echoes_img{
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 300px;
}
.logo_echoes_txt{
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1;
}
.logo_echoes_txt::before{
  content: '';
  position: absolute;
  width: 30px;
  height: 23px;
  left: -70px;
  top: 50%;
  transform: translate(0,-50%);
  background-image: url("../imgs/icon_ttl.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 23px;
  pointer-events: none;
}
.logo_echoes_txt::after{
  content: '';
  position: absolute;
  width: 30px;
  height: 23px;
  right: -70px;
  top: 50%;
  transform: translate(0,-50%);
  background-image: url("../imgs/icon_ttl.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 23px;
  pointer-events: none;
}
@media screen and (max-width:768px){
  .echoes_lead_bg{
    height: 110vw;
  }
  .echoes_lead_innr{
    padding-top: 8vw;
    width: 90vw;
  }
  .logo_echoes{
    margin-bottom: 5vw;
  }
  .logo_echoes_img{
    margin-bottom: 5vw;
    width: 45vw;
  }
  .logo_echoes_txt{
    font-size: 1rem;
    line-height: 1.4;
  }
  .logo_echoes_txt::before{
    width: 4.7vw;
    height: 3.6vw;
    left: -10vw;
    background-size: 4.7vw 3.6vw;
  }
  .logo_echoes_txt::after{
    width: 4.7vw;
    height: 3.6vw;
    right: -10vw;
    background-size: 4.7vw 3.6vw;
  }
}
/*main_article*/
.main_article{
  position: relative;
  color: var(--first-color);
  display: flex;
  z-index: 2;
}
.main_article_img{
  position: relative;
  width: 674px;
  height: 622px;
  overflow: hidden;
  background-color: #fff;
}
.main_article_img img{
  transition: all .4s ease;
}
.main_article_img img:hover{
  filter: brightness(80%);
  transform: scale(1.1,1.1);
}
.main_article_detail{
  position: relative;
  padding-top: 100px;
  padding-left: 70px;
  width: calc( 100% - 674px );
}
.main_article_ttl{
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
  font-size: 30px;
  line-height: 1.5;
}
.main_article_ttl:hover{
  color: var(--second-color);
}
.main_article_ttl::after{
  content: '';
  position: absolute;
  width: 80px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: var(--second-color);
  pointer-events: none;
}
.main_article_sub{
  position: relative;
  font-family: var(--font-sst-regular);
  line-height: 1;
}
.main_article_sub_sect{
  position: relative;
}
.main_article_post{
  display: table;
  margin-bottom: 10px;/*15px;*/
  font-size: 17px;
}
.main_article_name{
  display: table;
  margin-bottom: 25px;/*35px;*/
  font-size: 26px;
}
.main_article_update{
  display: table;
  position: relative;
  font-size: 15px;
  font-weight: normal;
}
@media screen and (max-width:768px){
  .main_article{
    display: block;
  }
  .main_article_img{
    width: 90vw;
    height: 83vw;
  }
  .main_article_img img{
    animation: none;
		transform: none;
		transition: unset;
  }
  .main_article_img img:hover{
    filter: brightness(100%);
    transform: scale(1,1);
  }
  .main_article_detail{
    padding-top: 5vw;
    padding-left: 0;
    width: 100%;
  }
  .main_article_ttl{
    margin-bottom: 6.5vw;
    padding-bottom: 6.5vw;
    font-size: 1.3rem;
    animation: none;
		transform: none;
		transition: unset;
  }
  .main_article_ttl:hover{
    color: var(--first-color);
  }
  .main_article_ttl::after{
    width: 14vw;
    height: 3px;
  }
  .main_article_sub{
    position: relative;
    padding-bottom: 2vw;
    font-weight: bold;
    line-height: 1;
  }
  .main_article_post{
    margin-bottom: 3vw;
    font-size: 0.8rem;
  }
  .main_article_name{
    margin-bottom: 5vw;
    font-size: 1.2rem;
  }
  .main_article_update{
    position: absolute;
    font-size: 0.7rem;
    bottom: 0;
    right: 0;
  }
}
/*echoes_about*/
.echoes_about{
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}
.echoes_about_ttl{
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.echoes_about_logo{
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 215px;
}
.echoes_about_txt{
  position: relative;
  display: table;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
.echoes_about_copy{
  font-family: var(--font-sst-regular);
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width:768px){
  .echoes_about{
    margin-top: 12vw;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .echoes_about::before{
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    top: 0;
    left: -5vw;
    background-color: #000;
  }
  .echoes_about_logo{
    margin-bottom: 5vw;
    width: 31vw;
  }
  .echoes_about_txt{
    margin-bottom: 7vw;
    font-size: 0.9rem;
  }
  .echoes_about_copy{
    font-size: 0.9rem;
  }
}
/*echoes_archive*/
.echoes_archive{
  position: relative;
  width: 100%;
}
.echoes_archive_innr{
  position: relative;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 100px;
  width: 100%;
  max-width: var(--max-width);
}
.archive_mainttl{
  position: relative;
  margin-bottom: 80px;
  font-size: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.archive_mainttl::before{
  content: '';
  position: absolute;
  width: 180px;
  height: 23px;
  top: -55px;
  left: 0;
  background-image: url("../imgs/illust_tabline.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 180px 23px;
  pointer-events: none;
}
.archive_mainttl_txt{
  display: inline-block;
  margin-left: 30px;
  font-size: 20px;
}
.archive_list{
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.archive_list li{
  position: relative;
  display: block;
  margin-bottom: 90px;
  list-style: none;
  font-size: 0;
  width: 50%;
  border-right: 1px solid #000;
}
.archive_list li:nth-child(2n){
  border-right: none;
}
/*
.archive_list li::after{
  content: '';
  position: absolute;
  width: calc( 100% - 50px );
  height: 0.5px;
  left: 0;
  bottom: 0;
  background-color: #000;
}
.archive_list li:nth-child(2n)::after{
  left: auto;
  right: 0;
}
.archive_list li:nth-child(2n)::before{
  content: '';
  position: absolute;
  width: 0.5px;
  height: calc( 100% - 90px );
  left: 0;
  top: 0;
  background-color: #000;
}*/
.archive_link{
  display: inline-block;
  position: relative;
  margin: 0;padding: 0;
  /*margin-bottom: 90px;*/
  width: 100%;
  max-width: 476px;
  color: var(--first-color);
}
.archive_link.comingsoon{
  pointer-events: none;
}
.archive_link.comingsoon::before{
  content: 'coming soon';
  position: absolute;
  width: 100%;
  font-family: var(--font-sst-regular);
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-feature-settings: "palt";
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.archive_link.comingsoon::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(171,171,171,0.7);
  z-index: 1;
}
.archive_list li:nth-child(2n) .archive_link{
  display: table;
  margin-left: auto;
}
.archive_list li:last-child::after,
.archive_list li:nth-last-child(2)::after{
  content: none;
}
.archive_img{
  position: relative;
  width: 100%;
  height: 92.5%;
  overflow: hidden;
}
.archive_img img{
  transition: all .4s ease;
}
.archive_img:hover img{
  filter: brightness(80%);
  transform: scale(1.1,1.1);
}
.archive_detail{
  position: relative;
  width: 100%;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.archive_update{
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0.6em;
  font-family: var(--font-sst-regular);
  font-size: 18px;
  line-height: 1;
  color: #666;
  border-left: 4px solid var(--third-color);
}
.archive_ttl{
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
}
.archive_ttl:hover{
  color: var(--second-color);
}
.archive_update + .archive_ttl{
  margin-top: 0;
}
.archive_sub_sect{
  position: relative;
  line-height: 1;
}
.archive_sub_sect + .archive_sub_sect{
  margin-top: 20px;
}
.archive_post{
  position: relative;
  margin-bottom: 10px;
  font-family: var(--font-sst-regular);
  font-size: 18px;
}
.archive_name{
  position: relative;
  font-family: var(--font-sst-regular);
  font-size: 24px;
}
.archive_name .name_subtxt{
  position: relative;
  display: block;
  font-size: 20px;
}
@media screen and (max-width:1190px){
  .echoes_archive_innr{
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width:768px){
  .echoes_archive_innr{
    padding-top: 22vw;
    padding-bottom: 22vw;
    padding-left: 0;
    padding-right: 0;
    width: 90vw;
  }
  .archive_mainttl{
    margin-bottom: 10vw;
    font-size: 1.3rem;
  }
  .archive_mainttl::before{
    width: 36vw;
    height: 5vw;
    top: -9vw;
    background-size: 36vw 5vw;
  }
  .archive_mainttl_txt{
    margin-left: 6vw;
    font-size: 0.8rem;
  }
  .archive_list{
    display: block;
  }
  .archive_list li{
    margin-bottom: 12vw;
    padding-bottom: 12vw;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
  }
  .archive_list li:last-child{
    border-bottom: none;
    margin-bottom: 0;
  }
  .archive_img img{
    animation: none;
    transform: none;
    transition: unset;
  }
  .archive_img:hover img{
    filter: brightness(100%);
    transform: scale(1,1);
  }
  .archive_link{
    max-width: initial;
  }
  .archive_link.comingsoon::before{
    font-size: 1.3rem;
  }
  .archive_update{
    margin-top: 4vw;
    margin-bottom: 5vw;
    font-size: 0.9rem;
  }
  .archive_ttl{
    margin-top: 5vw;
    margin-bottom: 5vw;
    font-size: 1.2rem;
  }
  .archive_sub_sect + .archive_sub_sect{
    margin-top: 5vw;
  }
  .archive_post{
    margin-bottom: 2vw;
    font-size: 0.8rem;
  }
  .archive_name{
    font-size: 1rem;
  }
  .archive_name .name_subtxt{
    font-size: 0.9rem;
  }
}
/*link_readmore*/
.link_readmore{
  display: block;
  margin: 0 auto;
  position: relative;
  width: 450px;
  height: 80px;
  font-size: 25px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  border-radius: 100vh;
  background-color: var(--third-color);
  transition: all .4s ease;
}
.link_readmore:hover{
  background-color: var(--fourth-color);
}
@media screen and (max-width:768px){
  .link_readmore{
    width: 60vw;
    height: 14vw;
    font-size: 1rem;
    line-height: 14vw;
  }
}
/*ft_breadcrumb*/
.ft_breadcrumb{
  position: relative;
  padding: 1rem 0;
  width: 100%;
  font-family: var(--font-sst-regular);
  color: var(--first-color);
  background-color: #efefef;
}
.ft_breadcrumb_list{
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: var(--max-width);
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ft_breadcrumb_list li{
  position: relative;
  padding-right: 0.5em;
  font-size: 12px;
  line-height: 1.8;
  color: var(--footer-link-color);
}
.ft_breadcrumb_list li::after{
  content: '>';
  padding-left: 0.5em;
}
.ft_breadcrumb_list li:last-child::after{
  content: none;
}
.ft_breadcrumb_list a{
  display: inline-block;
  color: var(--footer-link-color);
  text-decoration: none;
}
.ft_breadcrumb_list a:hover{
  text-decoration: underline;
}
@media screen and (max-width:768px){
  .ft_breadcrumb_list{
    padding: 0 5vw;
  }
  .ft_breadcrumb_list li{
    font-size: 0.75rem;
  }
}
