body, body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #343434;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
}

button {
  border: none;
  background-color: unset;
  background: unset;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03rem;
}
@media screen and (max-width:768px) {
  body {
    font-size: 0.8125rem;
    line-height: 2;
    letter-spacing: 0.007rem;
  }
}

@font-face {
  font-family: "Kobenhavn Sans Regular";
  src: url("../fonts/Kobenhavn-CS-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Kobenhavn Sans SemiBold";
  src: url("../fonts/Kobenhavn-CS-SemiBold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Kobenhavn Sans Bold";
  src: url("../fonts/Kobenhavn-CS-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Kobenhavn Black";
  src: url("../fonts/Kobenhavn-CS-Black.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Kobenhavn UltraBlack";
  src: url("../fonts/Kobenhavn-CS-UltraBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Hiragino Kaku Gothic Pro W3";
  src: url("../fonts/HiraginoKakuGothicPro-W3.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
.bold {
  font-weight: bold;
}

.mb_only {
  display: none;
}
@media screen and (max-width:768px) {
  .mb_only {
    display: block;
  }
}

.outer_container {
  width: 100%;
  padding: 3.75rem 2rem;
}
@media screen and (min-width:769px) {
  .outer_container {
    padding: 6.25rem;
  }
}
.outer_container.padb_0 {
  padding-bottom: 0;
}
.outer_container.padd_txt {
  padding: 1.625rem 2rem 0;
}
@media screen and (min-width:769px) {
  .outer_container.padd_txt {
    padding: 3.125rem 6.25rem;
  }
}

.content_container {
  max-width: 975px;
  width: 100%;
  margin: 0 auto;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper .swiper-notification {
  z-index: 1000;
}

.swiper-pagination_container {
  z-index: 1000;
  background: #9b9b9b;
}

.swiper-pagination-progressbar-fill {
  background: #fff;
}

.flex_container {
  display: flex;
}

.bg_light_yellow {
  background: #fffcf4;
}

.bg_light_green {
  background: #fafcf0;
}

.title_block {
  margin-bottom: 1.75rem;
}
@media screen and (min-width:769px) {
  .title_block {
  margin-bottom: 1.75rem;
  }
}
@media screen and (max-width:768px) {
  .title_block.marb_mb {
    margin-bottom: 0.8rem;
  }
}
@media pad {
  .title_block.marb_pad {
    margin-bottom: 2.5rem;
  }
}
.title_block.ta_l .title {
  text-align: left;
}
.title_block .title {
  font-size: 1.375rem;
  letter-spacing: 0.15rem;
  /* text-transform: capitalize; */
  font-family: "Kobenhavn Black", "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.75rem;
}
@media screen and (min-width:769px) {
  .title_block .title {
    font-size: 2rem;
  }
}
.title_block .title.dark_gray {
  color: #343434;
}
.title_block .title.sub {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0rem;
}
@media screen and (min-width:769px) {
  .title_block .title.sub {
    font-size: 1.25rem;
  }
}

@media screen and (max-width:768px) {
  .txt_s {
    font-size: 0.6875rem;
    letter-spacing: 0.008rem;
  }
}
@media screen and (min-width:769px) {
  .txt_s {
    font-size: 1.125rem;
    font-weight:400;
    letter-spacing: 0.08em;
  }
}
.txt_s.padd_set {
  padding-bottom: 1.5rem;
}

.tag {
  text-transform: capitalize;
  color: #fff;
  font-size: 0.6875rem;
  background: #a7cb3a;
  border-radius: 50px;
  line-height: 1.25rem;
  height: 1.25rem;
  padding: 0 0.875rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.625rem;
  font-family: "Kobenhavn Sans Bold", "Noto Sans JP", sans-serif;
}
@media screen and (min-width:769px) {
  .tag {
    font-size: 1.25rem;
    letter-spacing: 0.2rem;
    height: 2.18rem;
    line-height: 2.18rem;
    padding: 0 1.375rem;
    margin-bottom: 1.25rem;
  }
}

.more_btn a{
  text-transform: uppercase;
  font-size: 0.6875rem;
  color: #a7cb3a;
  display: block;
  padding: 1.5rem 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  align-items: center;
  justify-content: flex-end;
}
.more_btn.history_ver a{
  display: block;
  position: relative;
  width: calc(100% - 1.75rem);
  background: #a7cb3a;
  color: #fff;
  padding: 1.125rem 0.8125rem;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
  margin: 0 auto;
  border-radius: 4px;
}
@media screen and (min-width:769px) {
  .more_btn.history_ver a{
    width: 18.75rem;
  }
}
.more_btn.history_ver .mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8125rem;
  color: #fff;
}
.more_btn span {
  color: #a7cb3a;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.more_btn .txt {
  font-family: "Kobenhavn Sans Bold", "Noto Sans JP", sans-serif;
  padding-bottom: 0.2rem;
}

.seperate_line {
  width: 1px;
  height: 1.875rem;
  margin: 2.5rem auto;
  background: #a7cb3a;
}
@media screen and (min-width:769px) {
  .seperate_line {
    margin-bottom: 5rem;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.header .flex_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  display: block;
  padding: 0.625rem 1rem;
}
@media screen and (min-width:769px) {
  .header .logo {
    padding: 1.25rem 1.875rem;
  }
}
.header .logo img {
  width: 7.125rem;
  display: block;
}
.header .burger_btn {
  display: block;
  height: 100%;
  padding: 0.625rem 1rem;
}
@media screen and (min-width:769px) {
  .header .burger_btn {
    padding: 1.25rem 1.875rem;
  }
}
.header .burger_btn .line {
  display: block;
  width: 2.25rem;
  height: 1px;
  background: #a7cb3a;
  box-shadow: 0 0.5rem #a7cb3a, 0 -0.5rem #a7cb3a;
}
@media screen and (min-width:769px) {
  .header .burger_btn .line {
    box-shadow: 0 0.6rem #a7cb3a, 0 -0.6rem #a7cb3a;
  }
}

.footer {
  background: #f5f5f5;
}
.footer .outer_container {
  padding: 1.875rem 2rem;
}
@media screen and (min-width:769px) {
  .footer .flex_container {
    flex-direction: column;
  }
}
@media screen and (min-width:769px) {
  .footer .item + .item {
    margin-top: 1.25rem;
  }
}
.footer .item {
  width: 50%;
}
@media screen and (min-width:769px) {
  .footer .item {
    width: 100%;
  }
}
.footer .footer_title {
  color: #666666;
  font-size: 0.6875rem;
  font-weight: bold;
}
@media screen and (min-width:769px) {
  .footer .pc_link_container {
    display: flex;
  }
  .footer .pc_link_container .footer_link + .footer_link {
    margin-left: 1.25rem;
  }
}
.footer .footer_link {
  display: block;
  font-family: "Kobenhavn Sans SemiBold", "Noto Sans JP", sans-serif;
  color: #666666;
  text-transform: capitalize;
}
.footer .footer_link.uppercase {
  text-transform: uppercase;
}
.footer .logo_container {
  padding: 1.625rem 1.25rem 1.25rem;
  background-color: #a7cb3a;
}
.footer .logo_container .img_container {
  display: block;
  width: 8.5rem;
  margin: 0 auto 0.5rem;
}
.footer .logo_container .img_container img {
  display: block;
  width: 100%;
}
.footer .logo_container .txt {
  text-align: center;
  color: #fff;
  font-size: 0.6875rem;
}

.main_banner_container {
  position: relative;
}
.main_banner_container.pc {
  display: flex;
}
@media screen and (max-width:768px) {
  .main_banner_container.pc {
    display: none;
  }
}
.main_banner_container.pc .swiper-slide {
  height: 100vh;
  overflow: hidden;
}
.main_banner_container.pc .swiper-pagination_container {
  left: unset;
  bottom: 3rem;
  width: 20rem;
  right: 1.875rem;
}
.main_banner_container.mb {
  display: none;
}
@media screen and (max-width:768px) {
  .main_banner_container.mb {
    display: block;
  }
}
.main_banner_container .swiper-pagination_container {
  position: absolute;
  bottom: 1.25rem;
  left: 2rem;
  right: 2rem;
  height: 1px;
  overflow: hidden;
}
.main_banner_container .swiper-pagination_container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.main_banner_container .banner_txt_container {
  position: absolute;
  bottom: 2.6875rem;
  left: 1rem;
  text-align: left;
}
@media screen and (min-width:769px) {
 .main_banner_container .banner_txt_container {
  display: flex;
  justify-content: center;
  align-items: center;
    width: 40%;
    background-color: #f6fae0;
    color: #343434;
  position: relative;
  bottom: 0;
  top: 0;
  transform: none;
  left: 0;
  top: 0;
  text-align: left;
  flex-flow: column;
  height:100%;
}
}
.main_banner_container .banner_txt_container .txt + .txt {
  margin-top: 0.5rem;
}
.main_banner_container .banner_txt_container .txt {
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  font-weight: 900;
  color: #343434;
}
.main_banner_container .banner_txt_container .txt.en {
  font-size: 1.375rem;
  font-family: "Kobenhavn UltraBlack", "Noto Sans JP", sans-serif;
  letter-spacing: 0.15rem;
  color:#343434;
}

.main_banner_container .banner_txt_container  .fv_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width:320px;
  height:50px;
  font-family: "Kobenhavn UltraBlack", "Noto Sans JP", sans-serif;
  color:#fff;
  font-size: 1rem;
  background-color:#a7cb3a;
  margin-top:30px;
}

.about_block .img_container {
  width: 11.5rem;
  margin: 1.5rem auto 2rem;
}
.about_block .txt_line {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #a7cb3a;
  text-underline-offset: 5px;
}

@media screen and (min-width:769px) {
  .lineup_block .lineup_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.lineup_block .lineup_list > li {
  width: 100%;
  display: block;
  margin-bottom: 2.5rem;
}
@media screen and (min-width:769px) {
  .lineup_block .lineup_list > li {
    display: flex;
    margin-bottom: 3.75rem;
  }
  .lineup_block .lineup_list > li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .lineup_block .lineup_list > li:nth-child(2n+1) {
    background: #fafcf0;
  }
  .lineup_block .lineup_list > li:nth-child(5), .lineup_block .lineup_list > li:nth-child(6), .lineup_block .lineup_list > li:nth-child(7) {
    flex-direction: column;
    width: 33.333%;
  }
  .lineup_block .lineup_list > li:nth-child(5) > div, .lineup_block .lineup_list > li:nth-child(6) > div, .lineup_block .lineup_list > li:nth-child(7) > div {
    width: 100%;
  }
  .lineup_block .lineup_list > li:nth-child(5) .outer_container.padd_txt, .lineup_block .lineup_list > li:nth-child(6) .outer_container.padd_txt, .lineup_block .lineup_list > li:nth-child(7) .outer_container.padd_txt {
    padding: 3.125rem;
  }
}
.lineup_block .lineup_list > li > div {
  width: 100%;
}
@media screen and (min-width:769px) {
  .lineup_block .lineup_list > li > div {
    width: 50%;
  }
}
.lineup_block .lineup_list > li .outer_container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.lineup_block .lineup_list > li .title_block .title {
  font-family: "Kobenhavn Sans Bold", "Noto Sans JP", sans-serif;
}
.lineup_block .lineup_list > li .title_block .title.sub {
  font-weight: bold;
}
.lineup_block .swiper_container .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.lineup_block .swiper_container .swiper-slide {
  background-size: cover;
  background-position: center;
}
.lineup_block .swiper_container .swiper_parts_main {
  height: 80%;
  width: 100%;
}
.lineup_block .swiper_container .swiper_parts {
  height: 20%;
  box-sizing: border-box;
}
.lineup_block .swiper_container .swiper_parts .swiper-slide {
  width: 25%;
  height: 100%;
}
.lineup_block .swiper_container .swiper_parts .swiper-slide-thumb-active {
  opacity: 1;
}
.lineup_block .swiper_container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lineup_block .swiper_container .swiper_img_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  color: transparent;
  background: transparent;
  background-color: transparent;
}
@media screen and (min-width:769px) {
  .lineup_block .swiper_container .swiper_img_container {
    height: 100%;
    padding-bottom: unset;
  }
}
.lineup_block .swiper_container .swiper_img_container img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:769px) {
  .lineup_block .swiper_container .swiper_img_container img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
  }
}

.product_designer_block .flex_container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:769px) {
  .product_designer_block .flex_container {
    display: flex;
    flex-direction: row;
    margin-bottom: 5rem;
  }
}
.product_designer_block .img_container {
  margin-bottom: 1.625rem;
}
@media screen and (min-width:769px) {
  .product_designer_block .img_container {
    margin-bottom: 0;
    min-width: 38%;
    margin-right: 3.125rem;
  }
}
@media screen and (min-width:769px) {
  .product_designer_block .txt_container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
}
.product_designer_block .title_block {
  margin-bottom: 1.875rem;
}
.product_designer_block .title_block.name .title {
  font-weight: 400;
  font-size: 1.125rem;
}
@media screen and (min-width:769px) {
  .product_designer_block .title_block.name .title {
    text-align: left;
    margin-bottom: 0;
  }
}
.product_designer_block .title_block.name .title.sub {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
}
@media screen and (min-width:769px) {
  .product_designer_block .title_block.name .title.sub {
    text-align: left;
  }
}
.product_designer_block .txt {
  color: #666666;
}
@media screen and (min-width:769px) {
  .product_designer_block .txt {
    color: #343434;
  }
}

.history_block .title {
  color: #333;
  font-weight: 400;
  font-family: "Kobenhavn Sans Regular", "Noto Sans JP", sans-serif;
}
.history_block .title.sub {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
}
@media screen and (min-width:769px) {
  .history_block .title.sub {
    margin-bottom: 3.125rem;
  }
}
.history_block .time_line_list {
  margin-bottom: 2.5rem;
}
@media screen and (min-width:769px) {
  .history_block .time_line_list {
    max-width: 580px;
    width: 100%;
    margin: 0 auto 2.5rem;
  }
}
.history_block .time_line_list .item + .item {
  margin-top: 1.375rem;
}
.history_block .time_line_list .item {
  display: flex;
}
.history_block .time_line_list .item .year {
  margin-right: 0.875rem;
  color: #a7cb3a;
  font-size: 0.8125rem;
  font-family: "Kobenhavn Sans bold", "Noto Sans JP", sans-serif;
  letter-spacing: 0.07rem;
}
.history_block .time_line_list .item .desc {
  color: #666666;
  font-size: 0.8125rem;
  font-weight: bold;
}


header {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.header-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 20px;
}

.logo a {
  max-width: 160px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

/* PCナビ */
.nav-pc {
  padding-left: 10%;
}

.nav-pc ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Kobenhavn Sans Regular", "Noto Sans JP", sans-serif;
}
.nav-pc li {
  position: relative;
}
.nav-pc a {
  text-decoration: none;
  color: #a7cb3a;
  padding: 20px 5px;
  display: block;
  font-weight: 400;
  font-size: 21px;
  letter-spacing:0.08em;
}

/* サブメニュー */
.nav-pc .sub-menu {
  display: none;
  position: absolute;
  top:100%;
  left: 0;
  color: #fff;
  background: #a7cb3a;
  list-style: none;
  padding: 0;
  min-width: 170px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 100;
}
.nav-pc .sub-menu li a {
  padding: 8px 15px;
  color: #fff;
  border-bottom:1px solid #fff;
}

.nav-pc .sub-menu li:last-child a{
  border: none;
}

.nav-pc li.has-sub > .nav-pc li.has-sub a{
  position: relative;
}

.nav-pc li.has-sub a.clmlink::before {
  content: "";
  position: absolute;
  bottom: 44%;
  left: -5px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 4px solid #a7cb3a;
}

.nav-pc li.has-sub:hover > .sub-menu {
  display: block;
}

.pc_headnav {
  display: flex;
  justify-content: space-between;
}

.contact_link a{
  display: block;
  height: 100%;
  background-color: #a7cb3a;
  padding: 20px 0;
  width: 200px;
  text-align: center;
}

.contact_link a{
  font-family: "Kobenhavn Sans bold", "Noto Sans JP", sans-serif;
  font-size:21px;
  color:#fff;
  letter-spacing:0.1em;
}


.search_box a{
  display: block;
  background-color: #a7cb3a;
  padding: 18px 30px;
  border-left: 2px solid #fff;
}

 .search_box a img{
  max-width:38px;
 }

/* SP ハンバーガー */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 2px;
  background: #a7cb3a;
  border-radius: 2px;
}

/* SPナビ */
.nav-sp {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  box-shadow: -2px 0 8px rgba(0,0,0,0.15);
  transition: right 0.3s ease;
  padding-top: 60px;
  z-index: 200;
}
.nav-sp ul {
  list-style: none;
  padding: 0;
}
.nav-sp li {
  margin-bottom: 2px;
}
.nav-sp .sub-menu {
  display: none;
  padding-left: 0;
}

.nav-sp .sub-menu a{
  background-color:#a7cb3a;
}
.nav-sp li.open > .sub-menu {
  display: block;
}

@media screen and (max-width:1300px){
  
  .nav-pc {
  padding-left: 4%;
}
.nav-pc a {
  text-decoration: none;
  color: #a7cb3a;
  padding: 10px 0;
  display: block;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
}
  .contact_link a {
    display: flex;
    height: 100%;
    background-color: #a7cb3a;
    font-size: 14px;
    padding: 20px 0;
    width: 100px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .search_box a {
  display: block;
  background-color: #a7cb3a;
  padding: 12px 20px;
  border-left: 2px solid #fff;
}
}

/* SP表示 */
@media (max-width: 768px) {
  header{
    width:100%;
  position: fixed;
  top:0;
  right:0;
  z-index:9999;
  }
  .header-inner {
  padding: 20px;
  z-index: 99999;
  position: relative;
}
  .pc_headnav {
    display: none;
    justify-content: space-between;
  }
  .nav-pc {
    display: none;
  }
  .hamburger {
    display: flex;
  }
   .nav-sp.active {
    display: block;
    right: 0;
    width: 100%;
    top: 0;
  }

  .nav-sp a {
    font-family: "Kobenhavn Sans bold", "Noto Sans JP", sans-serif;
    display: block;
    padding: 20px;
    background-color: #000;
    color: #fff;
    font-size:14px;
    background: #a7cb3a;
    position: relative;
}


.nav-sp li.has-sub a.clmlink::before {
  content: "";
  position: absolute;
  bottom: 44%;
  right:20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 4px solid #fff;
}

.nav-sp li.has-sub.open a.clmlink::before {
  content: "";
  position: absolute;
  bottom: 44%;
  right:20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 4px solid #fff;
  border-top: 4px solid transparent;
}


}



        .top_banner_swiper {
        position: relative;
        width: 100%;
        }
        .top_banner_swiper .swiper-slide {
        position: relative;
        }
        .top_banner_swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        }
        .banner_txt_container {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
        color: #fff;
        z-index: 5;
        }
        .banner_txt_container .txt.en {
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 2px;
        }
        .txt{
        font-weight:400;
        }
        .banner_txt_container .txt {
        font-size: 1.2rem;
        font-weight:400;
        letter-spacing: 0.08em;
        }

        /* Paginationとプログレスバーエリア */
        .swiper-pagination_container {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        text-align: center;
        }

        /* ページネーション */
        .swiper-pagination {
        display: inline-block;
        margin-bottom: 8px;
        }

        /* プログレスバー */
        .autoplay-progress {
        position: relative;
        width: 100%;
        height: 4px;
        background: rgba(255, 255, 255, 0.3);
        margin: 0;
        border-radius: 2px;
        overflow: hidden;
        }
        .autoplay-progress span {
        display: block;
        height: 100%;
        width: 0%;
        background: #fff;
        transition: width 0s;
        }
        .top_banner_swiper .swiper-slide img {
        width: 60%;
        height: 100%;
        object-fit: cover;
        transition: transform 2s ease, opacity 1.5s ease;
        }

        @media screen and (max-width:768px){
          .main_banner_container .swiper-pagination_container {
            position: absolute;
            bottom: 1.25rem;
            left: 0;
            right: 0;
            height: 1px;
            overflow: hidden;
            width: 80%;
            margin: 0 auto;
          }
          .top_banner_swiper .swiper-slide img{
            width: 100%;
          }

          .autoplay-progress2 {
        position: relative;
        width: 100%;
        height: 4px;
        background: rgba(255, 255, 255, 0.3);
        margin: 0;
        border-radius: 2px;
        overflow: hidden;
        }
        .autoplay-progress2 span {
        display: block;
        height: 100%;
        width: 0%;
        background: #fff;
        transition: width 0s;
        }
        }


        @media screen and (max-width:768px){
          .top_banner_swiper {
  position: relative;
  width: 100%;
}
.main_banner_container .banner_txt_container {
  position: absolute;
  bottom: 2.6875rem;
  left: 1rem;
  text-align: left;
}
.main_banner_container .banner_txt_container .txt.en {
  font-size: 1.375rem;
  font-family: "Kobenhavn UltraBlack", "Noto Sans JP", sans-serif;
  letter-spacing: 0.15rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color:#fff;
}
.main_banner_container .banner_txt_container .txt {
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
        }

        header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  transition: transform 0.3s ease;
}

header.hide {
  transform: translateY(-100%); /* ← 上に隠れるアニメーション */
}

.pc_link_container ul{
  display: flex;
  justify-content: space-between;
}
.pc_link_container ul li{
  margin-right:1.25rem;
}


.pc_link_container ul li.has-sub > .pc_link_container ul li.has-sub a{
  position: relative;
}
.pc_link_container ul li.has-sub a.clmlink{
  position: relative;
  padding-left:10px;
}

.pc_link_container ul li.has-sub a.clmlink::before {
  content: "";
  position: absolute;
  bottom: 44%;
  left: -2px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 4px solid #666666;
}

.pc_link_container ul li.has-sub:hover > .sub-menu {
  display: block;
}

.pc_link_container ul li .sub-menu {
  display: none;
  padding-left: 0;
}