@charset "UTF-8";

:root {
  --sec-h2-size:50px;
  --sec-h3-size:28px;
  --sec-h4-size:24px;
}
@media print, screen and (max-width : 768px){
  :root {
    --sec-h2-size:32px;
    --sec-h3-size:18px;
    --sec-h4-size:16px;
  }
}

#teaser {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
}

#teaser h1,#teaser h2,#teaser h3,#teaser h4,#teaser h5{
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
}

#teaser .l-auto-local-header,
#teaser .l-auto-local-header__title__link > span,
#teaser .l-auto-local-footer{
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing:normal;
}

#teaser .l-auto-local-header__title__link{
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
}

@media print, screen and (min-width : 769px){
  .pc_non{display: none;}
}
@media print, screen and (max-width : 768px){
  .sp_non{display: none;}
}

.l-auto-local-header__title__link::before,
.l-auto-local-header__title__link::after{
  display: none !important;
}

main section img{
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

#mv_area .mv_note{
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-feature-settings: "palt";
  text-align: right;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}
@media print, screen and (max-width : 768px){
  #mv_area .mv_note{
    text-align: left;
  }
}

.lead_logo{
  max-width: 480px;
  margin: 102px auto 65px;
  padding: 0 20px;
}
@media print, screen and (max-width : 768px){
  .lead_logo{
    max-width: 289px;
    margin: 50px auto 35px;
    padding: 0 40px;
  }
}

.lead_txtbox{
  text-align: center;
  padding: 0 35px;
}

.lead_txtbox h2{
  font-size: 2.875rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width : 768px){
  .lead_txtbox h2{
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.lead_txtbox p{
  font-size: 1.25rem;
  line-height: 2.5rem;
}
@media print, screen and (max-width : 768px){
  .lead_txtbox p{
    font-size: 1rem;
    line-height: 2rem;
  }
}

.lead_txtbox .lead_txt_light{
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  font-feature-settings: "palt";
  line-height: 1.75rem;
  margin-top: 5rem;
}
@media print, screen and (max-width : 768px){
  .lead_txtbox .lead_txt_light{
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-top: 3rem;
  }
}

.half_bg{
  margin-top: 180px;
  margin-bottom: 300px;
  padding: 100px 0;
  position: relative;
}
@media print, screen and (max-width : 768px){
  .half_bg{
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 55px 0;
    position: relative;
  }
}

.half_bg h2{
  font-size: var(--sec-h2-size);
  margin-bottom: 1rem;
}
@media print, screen and (max-width : 768px){
  .half_bg h2{
    margin-bottom: 0.5rem;
  }
}

.half_bg h3{
  font-size: var(--sec-h3-size);
  margin-bottom: 1rem;
}
@media print, screen and (max-width : 768px){
  .half_bg h3{
    margin-bottom: 0.5rem;
  }
}

.half_bg p{
  font-size: 18px;
  line-height: 2.5rem;
}
@media print, screen and (max-width : 768px){
  .half_bg p{
    font-size: 16px;
    line-height: 1.75rem;
  }
}

.half_bg p.note{
  font-size: 13px;
  line-height: 1.5rem;
  margin-top: 1rem;
}
@media print, screen and (max-width : 768px){
  .half_bg p.note{
    font-size: 12px;
    line-height: 1.25rem;
    margin-top: 0.5rem;
  }
}

.half_bg sup{
  font-size: 0.75rem;
  vertical-align: baseline;
}

.half_bg::before{
  content: "";
  height: 100%;
  display: block;
  background: url(../images/bg.png) top left repeat;
  background-size: 60px 60px;
  position: absolute;
  top: 0;
  z-index: -1;
}

#styling_area::before{
  width: 50%;
  left: 0;
}
@media print, screen and (max-width : 768px){
  #styling_area::before{
    width: 70%;
  }
}

#styling_area .styling_txtbox{
  max-width: 1020px;
  margin: 0 auto 80px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media print, screen and (max-width : 768px){
  #styling_area .styling_txtbox{
    margin: 0 auto 40px;
    padding: 0 40px;
  }
}

#styling_area .styling_imgbox01{
  max-width: 980px;
  margin: 0 auto 150px;
  box-sizing: border-box;
}
@media print, screen and (max-width : 768px){
  #styling_area .styling_imgbox01{
    margin: 0 auto 48px;
  }
}

#styling_area .styling_imgbox01 .styling_imgbox01_img{
  max-width: 890px;
  margin-left: auto;
}

#styling_area .styling_imgbox02{
  max-width: 980px;
  margin: 0 auto 150px;
}
@media print, screen and (max-width : 768px){
  #styling_area .styling_imgbox02{
    margin: 0 auto 48px;
  }
}

#styling_area .styling_imgbox02 .styling_imgbox02_wrap{
  max-width: 782px;
  margin-left: auto;
  position: relative;
}

[class^="styling_imgbox02_img"]{
  width: calc(50% - 12.5px);
  max-width: 390px;
  margin-left: auto;
}
@media print, screen and (max-width : 768px){
  [class^="styling_imgbox02_img"]{
    width: calc(50% - 6px);
  }
}

.styling_imgbox02_img01{
  margin-bottom: 25px;
}
@media print, screen and (max-width : 768px){
  .styling_imgbox02_img01{
    margin-bottom: 12px;
  }
}

.styling_imgbox02_img02{
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
}

#styling_area .styling_imgbox03{
  max-width: 980px;
  margin: 0 auto;
}

#styling_area .styling_imgbox03 .styling_imgbox03_img{
  max-width: 890px;
}

/*interior*/
#interior_area::before{
  width: 60%;
  right: 0;
}
@media print, screen and (max-width : 768px){
  #interior_area::before{
    width: 79%;
  }
}

#interior_area .interior_txtbox{
  max-width: 1020px;
  margin: 0 auto 80px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media print, screen and (max-width : 768px){
  #interior_area .interior_txtbox{
    margin: 0 auto 58px;
    padding: 0 40px;
  }
}

.interior_imgbox01{
  max-width: 980px;
  margin: 0 auto 150px;
}
@media print, screen and (max-width : 768px){
  .interior_imgbox01{
    margin: 0 auto 46px;
  }
}

.interior_imgbox02{
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (max-width : 768px){
  .interior_imgbox02{
    padding: 0 16px 0 29px;
  }
}

.interior_imgbox02 .interior_imgbox02_imgwrap{
  width: 50%;
  max-width: 454px;
}
@media print, screen and (max-width : 768px){
  .interior_imgbox02 .interior_imgbox02_imgwrap{
    width: calc(50% - 4px);
  }
}
.interior_imgbox02 .interior_imgbox02_imgwrap:nth-child(2){
   width: calc(50% - 25px);
   max-width: 430px;
   margin-left: 25px;
}
@media print, screen and (max-width : 768px){
  .interior_imgbox02 .interior_imgbox02_imgwrap:nth-child(2){
    width: calc(50% - 4px);
    margin-left: 8px;
  }
}
.interior_imgbox02_img01{
  width: 80%;
  max-width: 330px;
  margin-right: auto;
  margin-bottom: 25px;
}
@media print, screen and (max-width : 768px){
  .interior_imgbox02_img01{
    margin-bottom: 8px;
  }
}

.interior_imgbox02_img02{
  margin-top: 20%;
  margin-bottom: 25px;
}
@media print, screen and (max-width : 768px){
  .interior_imgbox02_img02{
    margin-bottom: 8px;
  }
}

.interior_imgbox02_img03{
  max-width: 430px;
  margin-right: auto;
  margin-bottom: 25px;
}
@media print, screen and (max-width : 768px){
  .interior_imgbox02_img03{
    margin-bottom: 8px;
  }
}

.interior_imgbox02_img04{
  width: 88%;
  max-width: 366px;
  margin-right: auto;
}
@media print, screen and (max-width : 768px){
  .interior_imgbox02_img04{
    margin-bottom: 8px;
  }
}

.interior_imgbox02_img05{
  width: 80%;
  max-width: 330px;
  margin-left: auto;
}

/*performance*/
#performance_area::before{
  width: 63%;
  left: 0;
}

#performance_area .performance_txtbox{
  max-width: 1020px;
  margin: 0 auto 80px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media print, screen and (max-width : 768px){
  #performance_area .performance_txtbox{
    margin: 0 auto 26px;
    padding: 0 40px;
  }
}

#performance_area.half_bg .performance_txtbox h3{
  max-width: 235px;
}
@media print, screen and (max-width : 768px){
  #performance_area.half_bg .performance_txtbox h3{
    max-width: 108px;
  }
}

.performance_txtbox02{
  max-width: 1020px;
  margin: 80px auto 0;
  padding: 0 20px;
}
@media print, screen and (min-width : 769px){
  .performance_txtbox02{
    display: flex;
    gap: 50px;
  }
}
@media print, screen and (max-width : 768px){
  .performance_txtbox02{
    margin: 40px auto 0;
    padding: 0 40px;
  }
}
@media print, screen and (max-width : 768px){
  .performance_txtbox02_cont:first-child{
    margin-bottom: 40px;
  }
}

.performance_txtbox02 h3{
  font-size: var(--sec-h3-size);
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (max-width : 768px){
  .performance_txtbox02 h3{
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
  }
}

.performance_txtbox02 h3 span{
  font-size: 1rem;
}
@media print, screen and (max-width : 768px){
  .performance_txtbox02 h3 span{
    font-size: 0.75rem;
  }
}

.performance_txtbox02 p{
  font-size: 1rem;
  line-height: 1.75rem;
}
@media print, screen and (max-width : 768px){
  .performance_txtbox02 p{
    line-height: 1.5rem;
  }
}

#bodycolor_area{
  max-width: 1020px;
  margin: 0 auto 150px;
}
@media print, screen and (max-width : 768px){
  #bodycolor_area{
    margin: 0 auto 100px;
  }
}

#bodycolor_area h2{
  font-size: var(--sec-h2-size);
  text-align: center;
  margin-bottom: 2rem;
}
@media print, screen and (max-width : 768px){
  #bodycolor_area h2{
    max-width: calc(100% - 80px);
    margin: 0 auto 2rem;
  }
}

.bodycolor_wrap{
  display: flex;
  justify-content: center;
  gap: 25px;
}

@media print, screen and (max-width : 1030px){
  .bodycolor_wrap{
    max-width: 700px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width : 768px){
  .bodycolor_wrap{
    max-width: 350px;
    justify-content: space-between;
    gap: 2rem 0;
  }
}

.bodycolor_wrap .bodycolor_item{
  text-align: center;
  width: 194px;
}
@media print, screen and (max-width : 1030px){
  .bodycolor_wrap .bodycolor_item{
    width: calc(33% - 25px);
  }
}
@media print, screen and (max-width : 768px){
  .bodycolor_wrap .bodycolor_item{
    width: calc(50% );
  }
}

.bodycolor_icon {
  max-width: 110px;
  margin: 0 auto 1rem;
}
@media print, screen and (max-width : 768px){
  .bodycolor_icon {
    max-width: 85px;
    margin: 0 auto 0.5rem;
  }
}

.bodycolor_txt {
  font-weight: 600;
  width: max-content;
  margin: 0 auto;
}
@media print, screen and (max-width : 768px){
  .bodycolor_txt {
    font-size: 0.875rem;
    width: 100%;
  }
}

.bodycolor_note {
  font-family: "HondaGlobalFontJP-Light", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 4rem;
  padding: 0 20px;
}
@media print, screen and (max-width : 768px){
  .bodycolor_note {
    font-size: 0.875rem;
    margin-top: 3rem;
  }
}

#event_area{
  padding: 150px 0;
  background: #e5e5e5;
}
@media print, screen and (max-width : 768px){
  #event_area{
    padding: 80px 0;
  }
}

#event_area h2{
  font-size: var(--sec-h2-size);
  text-align: center;
  margin-bottom: 3rem;
}
@media print, screen and (max-width : 768px){
  #event_area h2{
    margin-bottom: 1.5rem;
  }
}

#event_area h4{
  font-size: var(--sec-h4-size);
  text-align: center;
  margin-bottom: 6rem;
}
@media print, screen and (max-width : 768px){
  #event_area h4{
    margin-bottom: 40px;
  }
}

.event_listbox{
  width: calc(100% - 50px);
  max-width: 1020px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #000;
}

.event_top{
  padding: 35px;
  /*border-bottom: 2px solid #000;*/
}

@media print, screen and (max-width : 768px){
  .event_top {
    padding: 20px;
  }
}

.event_txtbox{
  text-align: center;
  margin-bottom: 1rem;
}

.event_top p.day{
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width : 768px){
  .event_top p.day{
    font-size: 0.875rem;
  }
}

.event_top p.day span{
  font-size: 1.375rem
}
@media print, screen and (max-width : 768px){
  .event_top p.day span{
    font-size: 0.75rem
  }
}

.event_top p.name{
  font-size: 3.375rem;
  line-height: 3.75rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width : 768px){
  .event_top p.name{
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.event_top p.place{
  font-size: 1.875rem;
}
@media print, screen and (max-width : 768px){
  .event_top p.place{
    font-size: 1.125rem;
  }
}

.event_btm_wrap{
  padding: 35px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width : 768px){
  .event_btm_wrap{
    padding: 20px;
  }
}

.event_btm_wrap .event_btm_item{
  text-align: center;
  width: 50%;
  padding: 3%;
  box-sizing: border-box;
}
@media print, screen and (min-width : 769px){
  .event_btm_wrap .event_btm_item:nth-child(1){
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .event_btm_wrap .event_btm_item:nth-child(2){
    border-bottom: 1px solid #000;
  }
  .event_btm_wrap .event_btm_item:nth-child(3){
    border-right: 1px solid #000;
  }
}
@media print, screen and (max-width : 768px){
  .event_btm_wrap .event_btm_item{
    width: 100%;
    padding: 1rem 3%;
    border-bottom: 1px solid #000;
  }
}

.event_btm_item p{
  max-width: 385px;
  margin: 0 auto;
}

.event_btm_item:last-child p{
  max-width: 395px;
}

.event_btm .event_btm_btn{
  padding: 0 35px 35px;
}
@media print, screen and (max-width : 768px){
  .event_btm .event_btm_btn{
    padding: 0 20px 20px;
  }
}

.event_listbox a{
  font-size:var(--sec-h4-size);
  text-align: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  padding: 1rem;
  display: block;
  border: 1px solid #000;
  border-radius: 4rem;
  transition: 0.3s;
}
@media print, screen and (max-width : 768px){
  .event_listbox a{
    padding: 1rem;
    line-height: 1rem;
  }
}

.event_listbox a::after{
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 1rem;
  display: inline-block;
  background: url(../images/icon_blank.svg) center center no-repeat;
  background-size: cover;
}
@media print, screen and (max-width : 768px){
  .event_listbox a::after{
    width: 16px;
    height: 16px;
    margin-left: 0.5rem;
    transform: translateY(1px);
  }
}

@media (hover: hover) {
  .event_listbox a:hover{
    background-color: #e5e5e5;
  }
}

#heritage_area{
  color: #fff;
  padding: 120px 0;
  background: #1a1a1a;
}
@media print, screen and (max-width : 768px){
  #heritage_area{
    padding: 80px 0;
  }
}

#heritage_area h2{
  font-size: var(--sec-h2-size);
  text-align: center;
  margin-bottom: 2rem;
}
@media print, screen and (max-width : 768px){
  #heritage_area h2{
    margin-bottom: 1rem;
  }
}

#heritage_area h4{
  font-size: var(--sec-h4-size);
  text-align: center;
  margin-bottom: 2rem;
}
@media print, screen and (max-width : 768px){
  #heritage_area h4{
    margin-bottom: 1rem;
  }
}

.heritage_30logo{
  text-align: center;
  margin-bottom: 5rem;
}
@media print, screen and (max-width : 768px){
  .heritage_30logo{
    margin-bottom: 3rem;
  }
}

.heritage_movie_wrap{
  max-width: 980px;
  margin: 0 auto 120px;
  padding: 20px;
  box-sizing: border-box;
}
@media print, screen and (max-width : 768px){
  .heritage_movie_wrap{
    margin: 0 auto 15px;
  }
}

.heritage_movie_wrap a{
  display: block;
  position: relative;
  transition: 0.3s;
}

@media (hover: hover) {
  .heritage_movie_wrap a:hover{
    opacity: 0.7;
  }
}

.heritage_movie_wrap a::after {
  content: "";
  width: 17.75%;
  max-width: 165px;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  background: url(../images/icon_movie.svg) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heritage_30th_btn{
  max-width: 980px;
  margin: 0 auto 120px;
  padding: 20px;
  box-sizing: border-box;
}
@media print, screen and (max-width : 768px){
  .heritage_30th_btn{
    max-width: 380px;
    margin: 0 auto 55px;
  }
}

.heritage_30th_btn a{
  font-size:var(--sec-h4-size);
  text-align: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  padding: 1rem;
  display: block;
  border: 1px solid #fff;
  border-radius: 4rem;
  transition: 0.3s;
}
@media print, screen and (max-width : 768px){
  .heritage_30th_btn a{
    font-size:0.875rem;
    padding: 1rem;
    line-height: 1rem;
  }
}

.heritage_30th_btn a::after{
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 1rem;
  display: inline-block;
  background: url(../images/icon_blank_w.svg) center center no-repeat;
  background-size: cover;
  transition: 0.3s;
}
@media print, screen and (max-width : 768px){
  .heritage_30th_btn a::after{
    width: 14px;
    height: 14px;
    margin-left: 0.5rem;
    transform: translateY(1px);
  }
}

@media (hover: hover) {
  .heritage_30th_btn a:hover{
    color: #1a1a1a;
    background-color: #e5e5e5;
  }
  .heritage_30th_btn a:hover::after{
    background: url(../images/icon_blank.svg) center center no-repeat;
    background-size: cover;
  }
}



.heritage_generation_tl{
  font-size: 27px;
  font-weight: bold;
  line-height: 1.75em;
  text-align: center;
  margin-bottom: 120px;
}
@media print, screen and (max-width : 768px){
  .heritage_generation_tl{
    font-size: var(--sec-h3-size);
    margin-bottom: 55px;
  }
}

.heritage_generation_tl p.note{
  font-size: 0.75rem;
  font-weight: 400;
  text-align: right;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
.heritage_split_wrap{
  padding: 0 20px;
}
@media print, screen and (min-width : 769px){
  .heritage_split_wrap{
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (max-width : 768px){
  .heritage_split_wrap{
    padding: 0 40px;
  }
}

@media print, screen and (min-width : 769px){
  .heritage_split_item{
    width: calc(50% - 40px);
  }
}
@media print, screen and (max-width : 768px){
  .heritage_split_item:first-child{
    margin-bottom: 4rem;
  }
}

.heritage_split_item p{
  font-size: 1.5rem;
  text-align: center;
}
@media print, screen and (max-width : 768px){
  .heritage_split_item p{
    font-size: 1rem;
  }
}

.heritage_split_item .thum{
  margin: 3rem 0;
}
@media print, screen and (max-width : 768px){
  .heritage_split_item .thum{
    margin: 1rem 0 1.5rem;
  }
}

.heritage_split_btn a{
  font-size:1.375rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  display: block;
  border: 1px solid #fff;
  border-radius: 4rem;
  transition: 0.3s;
}
@media print, screen and (max-width : 768px){
  .heritage_split_btn a{
    font-size: 0.875rem;
    padding: 1rem;
    line-height: 1rem;
  }
}

.heritage_split_btn a::after{
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 1rem;
  display: inline-block;
  background: url(../images/icon_blank_w.svg) center center no-repeat;
  background-size: cover;
  transition: 0.3s;
}
@media print, screen and (max-width : 768px){
  .heritage_split_btn a::after{
    width: 14px;
    height: 14px;
    margin-left: 0.5rem;
    transform: translateY(1px);
  }
}

@media (hover: hover) {
  .heritage_split_btn a:hover{
    color: #1a1a1a;
    background-color: #e5e5e5;
  }
  .heritage_split_btn a:hover::after{
    background: url(../images/icon_blank.svg) center center no-repeat;
    background-size: cover;
  }
}

#note_area .note_area_wrap{
  max-width: 1020px;
  margin: 0 auto;
  padding: 120px 20px;
}
@media print, screen and (max-width : 768px){
  #note_area .note_area_wrap{
    padding: 50px;
  }
}

#note_area .note_area_wrap p{
  margin-bottom: 1rem;
}
@media print, screen and (max-width : 768px){
  #note_area .note_area_wrap p{
    font-size: 14px;
  }
}

#note_area ul{
  padding: 0;
}

#note_area ul li{
  text-indent: -1rem;
  list-style-type: none;
  margin-bottom: 0.25rem;
  padding-left: 1rem;
}
@media print, screen and (max-width : 768px){
  #note_area ul li{
    font-size: 14px;
  }
}

#note_area ul li:last-child{
  margin-bottom: 0;
}

.obs_ani{
  opacity: 0;
}

.obs_ani.in{
  animation: sec_ani 0.4s ease-in;
  animation-delay: .2s;
  animation-fill-mode: forwards;
}

@keyframes sec_ani{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}