/* 基本スタイル */

.cl-red{
  color: #9c1721;
}
.f-pop{
  font-family: "Poppins", serif;
}
a{
  text-decoration: none;
  color: #fff;
}

/* メインコンテンツ */
#contsHead div#globalNavi{
  top: 0;
}
.logoSet img.bulova_150th_header_logo{
  object-fit: contain;
}

main {
  text-align: center;
  font-family: "Noto Sans JP", serif;
  color: #222;
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
  font-weight: 500;
}
main h1,h2,p{
  margin: 0;
}
.bulova_150th_header_logo{
  height: 50px;
}
.menu{
  margin-top: 60px;
  background-color: #151515;
  padding: 40px 0 32px;
  font-size: clamp(16px,1.2vw,18px);
  color: #FFF;
}
.menu ul.menu_list{
  display: flex; 
  list-style: none;
  justify-content: center;
  gap: 4vw;
  padding: 0;
}
.menu_list li{
  list-style: none;
  transition: all .3s;
}

.menu_list li a:hover{
  /* border-bottom: 1px solid rgba(255, 255, 255, .4);  */
}
.menu_list li a{
  color: #fff;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.bulova-video {
  max-width: 100%; 
  height: auto;
  display: block;
  margin: 0 auto;
}
.sec-titile{
  /* font-size: clamp(24px, 2.133vw, 32px); */
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
}
/* .sec1{
  background-image: url(../assets/sec1bg.png);
  padding: 145px 0 150px;
background-size: cover;
background-attachment: fixed;
background-position: center; 
} */
.inner{
  position: relative;
  max-width: 1008px;
  margin: 0 auto;
}
.sec1 {
  position: relative;
  overflow: hidden; 
}
.sec1 .inner{
  padding: 145px 40px 150px;
}
.parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125%; 
  background-image: url(../assets/sec1bg.png);
  background-size: cover;
  background-position: center;
  z-index: -1; 
  will-change: transform;
}

.logo-img{
  width: min(300px, 20vw);
  margin-bottom: 50px;
}
.sec1_text-box{
  background-color: #fff;
  padding: min(76px,5.067vw) min(105px,7vw) min(62px,4.133vw);
}

.sec1_text-box_text{
text-align: left;
margin-top: 26px;
line-height: 2;
font-size: 16px;
}
.sec1_text-box_title span.fz-s{
  font-size: clamp(18px,1.733vw,26px);
}
.sec1_text-box_text span{
  font-weight: bold;
}
.sec1_text-box_text span.fw-n{
  font-weight: normal;
}
.sec2{
  background-image: url(../assets/sec2bg.png);
  padding: 152px 40px 150px;
  color: #fff;
    background-size: cover;
}
.sec2_title{
  font-weight: bold;
  letter-spacing: .1em;
}
.sec2_title-sub{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 10px;
}
.sec2_text{
  max-width: 1216px;
  margin: 0px auto 50px;
  text-align: left;
  font-weight: normal;
  line-height: 2;
  font-size: 16px;
}
.sec2_content{
  display: flex;
  max-width: 100%;
  gap: 31px;
  margin-bottom: 50px;
}
.sec2_img{
  width: 100%;
  margin: 55px 0 50px;
}
.sec2_content-item{
  flex: 1;
}
.sec2_store-img{
  width: 100%;
  margin-bottom: 25px;
}
.sec2_content-textbox{
  font-weight: normal;
  text-align: left;
}
.sec2_content-textwrap{
  display: flex;
  gap: 15px;
  align-items: center;

}
.eventday-title{
  border: 1px solid #FFF;
  padding: 10px 12px;
  line-height: 1;
}
.eventday-text{
  letter-spacing: .1em;
}
.eventday-text span.fz-b{
  font-size: 24px;
}
.store{
  margin: 22px 0 17px;
  font-size: 24px;
}
.access{
  margin-bottom: 17px;
  font-size: 14px;
}
.sec2_content-textbox a{
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  transition: all 0.3s;
  font-size: 14px;
  color: #FFF;
}
.sec2_content-textbox a:hover{
  border-bottom:none;
}
.map-arrow{
  height: 10px;
    width: auto;
    margin-left: 16px;
    margin-top: 4px;
}
.map-wrap{
  display: flex;
  align-items: flex-start;
}
.sec3_content{
  display: flex;
}
.sec3_content-item{
  width: 50%;
}
.sec3-img{
  width: 100%;
  display: block;
}
.sec3_content-textbox{
  padding: 0 min(52px,3.467vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box; 
}
.sec3_content-item_title{
font-weight:200;
}
.sec3_content-item_subtitle{
font-size: clamp(18px,1.6vw,24px);
margin-bottom: min(52px,3.467vw);
font-weight: bold;
}
.sec3_content-item_text{
text-align: left;
line-height: 2;
margin-bottom: min(25px,1.667vw);
font-size: clamp(12px,1.067vw,16px);
}
.sec3_content-textbox .btn{
  color: #FFF;
}
.sec4{
  padding: 0 20px;
  margin: 150px 0 145px;
}
.sec4_content{
  color: #fff;
  background-color: #222;
  text-align: center;
  padding: 102px 0;
}
.sec4_content h2{
  font-size: clamp(20px,2.667vw,40px);
  font-weight: 300;
  /* margin-bottom: 28px; */
  line-height: 1.5;
}
.sec4_content p{
  font-size: clamp(50px,6.667vw,100px);
  font-weight: 100;
  line-height: 1;
}
.news-content.sec5{
  margin: 0 auto;
}
.sec5{
  display: flex;
  gap: 33px;
max-width: 1216px;
margin: 0 auto;
padding: 0 20px 120px;
}
.sec5_title-wrap{
  width: 176px;
  flex-shrink: 1;
  text-align: left;
}
.sec5 h2{
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
.sec5_subtitle{
  margin: 34px 0;
  font-weight: bold;
}
.sec5_news-list_item{
  display: flex;
  align-items: center;
  gap: 32px;
}
a.sec5_news-list_item{
  color: #222;
}
.days-items{
  display: flex;
  align-items: end;
  gap: 7px;
  flex-shrink: 0;
}
.news-title{
  text-align: left;
  font-size: 16px;
}
.day-item1{
  line-height: 1.25;
  text-align: left;

}
.days-items .day-item2 .days{
  font-size: 48px;
  line-height: 1;
}
.sec5_news-list{
  flex: 1;
}
.sec5_news-list_item{
  padding-bottom: 40px;
  border-bottom: 1px solid #9c1721;
  margin-bottom: 40px;
}
.sec5 .news-text-box{
display: none;
}
.sec5 .news-content{
  flex: 1;
}
.sec5 a.sec5_news-list_item-wrap{
  color: #222;
  width: 100%;
}
.sec5 .news-title-box .eventday{
  color: #fff;
  background-color: #9c1721;
  padding: 5px 20px 5px 14px;
  width: fit-content;
  font-weight: normal;
  font-size: 16px;
  margin-top: 0.5em;
  text-align: left;
}
/* ボタン */
.btn{
  display: block;
width: min(280px,18.667vw);
text-align: center;
padding: 18px 10px;
margin: 0 auto;
font-size: clamp(14px,1.2vw,18px);
transition: all .3s;
}
.btn-bk{
  color: #fff;
  background-color: #222;
}
.btn-wh{
  color: #222;
  background-color: #fff;
}
.sec5 .btn{
  width: auto;
  font-size: 14px;
}
.btn:hover{
  background-color: #9c1721;
  opacity: 1;
}
.sec5 a.btn{
  color: #FFF;
}
.sp_only{
  display: none;
}
@media screen and (max-width: 960px) {
  .sec2_content{
    flex-direction: column;
  }
  .sec2_store-img{
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .sp_only{
    display: block;
  }
  .menu{
    font-size: 13.5px;
    padding: 20px 0;
    margin-top: 60px;
  }
  .menu ul.menu_list{
    gap: 6%;
    padding: 0;
    align-items: center;
  }
  .menu_list li{
    border-bottom: unset;
    padding-bottom: 0;
  }
  .menu_list li a{
    /* background: linear-gradient(transparent 95%, #fff 0%); */
    display: inline;
    line-height: 1.4;
    padding-bottom: 1px;
  }
  /* .menu_list li a:hover{
    background: unset;
  } */
  .parallax-background{
    background-position: right;
  }
  .sec1_text-box{
    padding: 50px 20px 56px;
  }
  /* .inner{
    padding: 0px 20px;
  } */
  .sec1 .inner{
    padding: 0px 30px;
  }
  .logo-img{
    width: 150px;
    margin-bottom: 25px;
  }
  .sec-titile{
    font-size: 24px;
  }
  .sec1_text-box_title span.fz-s{
    font-size: 18px;
  }
  .sec1_text-box_text{
font-size: 15px;
  }
  .sec1{
    padding: 100px 0;
  }
  .sec2{
    padding: 75px 20px;
  }
  .sec2_title-sub{
font-size: 18px;
margin-top: 5px;
  }
  .sec2_text{
    margin-top: 0;
    font-size: 15px;
    margin-bottom:35px ;
  }
  .sec2 .inner{
    padding: 0;
  }
  .sec2_img{
    margin: 20px 0;
  }

  .sec2_store-img{
    margin-bottom: 20px;
  }
  .sec2_content{
    margin-bottom: 25px;
  }
  .sec2_content-textwrap{
    gap: 10px;
    white-space: nowrap;
  }
  .eventday-title{
    font-size: 12px;
    padding: 8px 9px;
  }
  .eventday-text{
    font-size: 12px;
  }
  .eventday-text span.fz-b{
    font-size: 18px;
  }
  .store{
    font-size: 18px;
    white-space: nowrap;
    margin: 17px 0 13px;
  }
  .access{
    font-size: 15px;
    margin-bottom: 13px;
  }
  .sec3_content{
    flex-direction: column;

  }
  .sec3_content.flex-reverse{
    flex-direction: column-reverse;
  }
  .sec3_content-item{
    width: 100%;
  }
  .sec3_content-textbox{
    padding: 10.667vw 5.333vw 8.533vw;
  }
  .sec3_content-item_subtitle{
    font-size: 18px;
    margin-bottom: 30px;
  }
  .sec3_content-item_text{
    margin-bottom: 16px;
    font-size: 15px;
  }
  .sec4{
    padding: 0;
    margin: 100px 0 75px;
  }
  .sec4_content{
    padding: 50px 0;
  }
  .sec4_content h2{
    font-size: 20px;
  }
  .sec4_content p{
    font-size: 50px;
  }
  .sec5{
    padding: 0 20px;
    flex-direction: column;
    margin: 0 auto 100px;
  }
  .sec5_title-wrap{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .sec5_news-list_item{
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .btn{
    width: 210px;
    padding: 15px 0;
  }
  .sec5 h2{
    font-size: 30px;
  }
  .sec5_subtitle{
    font-size: 12px;
  }
  .sec5 .btn{
    width: 132px;
    margin: unset;
  }
  .sec5_title-box{
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .days-items .day-item2 .days{
    font-size: 36px;
  }
  .day-item1{
    font-size: 12px;
  }
  .news-title{
    font-size: 15px;
  }
  .sec5 .news-title-box .eventday{
    font-size: 12px;
    padding: 7px 12px;
    margin-top: 8px;
  }
  .pc_only{
    display: none;
  }
  .headMessage{
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .sec2_imgwrap{
    display: flex;
    gap: 24px;
  }
  .sec2_imgwrap img{
    width: 50%;
    object-fit: cover;
  }
}




