@charset "utf-8";


.header {
  width: 100%;
  /* z-index: 10; */
  transition: all 0.3s ease;
  background: #fff;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.header__fixed {
  position: fixed;
  /* top: -20px; */
  width: 100%;
  left: 0;
  z-index: 10;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.inner-nav {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 67px;
  background-color: rgba(255, 255, 255, 0.9);

}

/* .header__wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
} */

.header__wrapper .inner-1260 {
  width: 92%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.header__inner {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.header__left {
  max-width: 105px;
  position: fixed;
  top: 0;
  left: 30px;
  z-index: 4;
}
.header__left .title{
  padding-top: 30px;
  width: 100%;
}
.header__logoLink{
  display: block;
  width: 100%;
}
.header__logoLink img {
  width: 100%;
  /* min-width: 227px; */
}
.header__right{
  position: fixed;
  top: 0;
  right: 0;
  padding: 30px 30px 0 0;
  z-index: 4;
}
.header__right--text{
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.75;
}
.header__right--link{
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 24px;
  text-align: right;
  color: #000000;
  transition: 1.5s;
}
header.in-info .header__right--link{
  color: #fff;
}
.header__right--link span{
  border-bottom: 1px solid #000000;
  transition: 1.5s;
}
header.in-info .header__right--link span{
  border-bottom: 1px solid #fff;
}

body.bg-white .header__right--link{
  color: #000;
}
body.bg-white .header__right--link span{
   border-bottom: 1px solid #000000;
}

.header-open .header__right--link{
  color: #000;
}
.header-open .header__right--link span{
  border-bottom: 1px solid #000;
}


.header__btmNav{
  position: fixed;
  left: 40px;
  bottom: 25px;
  z-index: 4;
  pointer-events: none;
}

.header__btmNav.fodnone.is-hide{
  /* opacity: 0; */
  /* pointer-events: none; */
}

.header__btmNav--head{
  margin-bottom: 30px;
  font-family: "Libre Bodoni", serif;
  font-size: 11px;
  color: #000000;
  transition: 1.5s;
}
header.in-info .header__btmNav--head{
  color: #fff;
}
body.bg-white header.in-info .header__btmNav--head{
  color: #000;
}
.header__nav {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  /* gap: 33px; */
  /* padding: 0px 0px 0px 42px; */
  /* border-radius: 15px; */
  /* transition: .3s; */
  margin: 0 auto;
}

.header__nav-list {
  /* display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px; */
}

.header__nav-list li {
  position: relative;
}

.header__nav-list li:last-child {
  margin-right: 0;
}

.header__nav-listItem{
  text-align: center;
  margin-bottom: 6px;
}
.header__nav-listItem.header__nav-listItem--map a{
  padding: 5px 0 3px;
  border-bottom: 1px solid #000000;
}

.header__btmNav .header__nav-listItem{
  text-align: left;
}

.header__nav-listItem a {
  padding: 5px 0;
  font-family: "Libre Bodoni", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.79;
  letter-spacing: 0.06em;
  color: #000;
  transition: 1.5s;
  pointer-events: auto;
}
header.in-info .header__nav-listItem a{
  color: #fff;
}
body.bg-white header.in-info .header__nav-listItem a{
  color: #000;
}


.header__nav-listItem a:hover {
  border-bottom: 1px solid #ffffff;
}

.header__insta{
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 4;
}
.header__instaLink{
  padding-left: 13px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: block;
  position: relative;
  text-align: right;
  color: #000000;
  transition: 1.5s;
}
header.in-info .header__instaLink{
  color: #fff;
}
body.bg-white header.in-info .header__instaLink{
  color: #000;
}

.header__instaLink span{
  text-align: right;
}
.header__instaLink::after{
  content:'';
  position: absolute;
  top: 2px;
  left: 0;
  width:9px;
  height: 9px;
  background:url(../imgs/common/link-anc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 1.5s;
}
header.in-info .header__instaLink::after{
  background:url(../imgs/common/link-ancWh.svg);
}
body.bg-white header.in-info .header__instaLink::after{
  background:url(../imgs/common/link-anc.svg);
}

.header__scroll{
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 4;
  opacity: 1;
}
/* body.bg-white header.in-info{
  opacity: 0;
} */
body.bg-white header.in-info .header__scroll--text{
  color: #000;
}
/* body.bg-white header.in-info .header__scroll--text::after{
  background: #000;
} */

.header__scroll--text{
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  transition: 1.5s;
}
header.in-info .header__scroll--text{
  color: #fff;
}
/* 線（背景） */
.header__scroll--text::after {
  content: "";
  position: absolute;
  bottom: 25px; /* テキストとの距離 */
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background: #ffffff55;
  z-index: 1;
}

/* 線（アニメーション） */
.header__scroll--text::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background: #000000;
  animation: scrollLine 2s infinite;
  z-index: 2;
}
header.in-info .header__scroll--text::before{
  background: #fff;
}
body.bg-white header.in-info .header__scroll--text::before{
  background: #000000;
}

/* アニメーション */
@keyframes scrollLine {
  0% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: top;
  }
  51% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: bottom;
  }
}


.header__news{
  max-width: 42vw;
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: hidden;
  color: #000;
  transition: 1.5s;
}
header.in-info .header__news{
  color: #fff;
}
body.bg-white header.in-info .header__news{
  color: #000000;
}
.header__news--ttl{
  display: block;
  width: 110px;
  font-family: "Libre Bodoni", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.79;
  letter-spacing: 0.06em;
  pointer-events: auto;
}

.header__news--item{
  width: calc(100% - 110px);
}
.header__news--link{
  display: flex;
  justify-content: start;
  align-items: center;
  pointer-events: auto;
}
/* .header__news--link p{
  color: #fff;
} */
.header__news--date{
  width: 120px;
  padding-left: 30px;
  font-size: 12px;
  font-family: "Libre Bodoni", serif;
  border-left:1px solid #000;
  text-align: left;
}
header.in-info .header__news--date{
  border-left:1px solid #fff;
}
body.bg-white header.in-info .header__news--date{
  border-left:1px solid #000;
}
.header__news--text{
  width: calc(100% - 120px);
  font-size: 12px;
  overflow: hidden;
 display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
}



.ham {
  display: none;

  /* width: 28px; */
  height: 21px;
  cursor: pointer;
  z-index: 9999;
  position:fixed;
  top: 30px;
  right: 30px;
  font-size: 12px;
  font-family: "Libre Bodoni", serif;
}


.ham__lineWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.ham__lineWrapper span {
  display: block;
  width: 28px;
  height: 1.5px;
  background-color: #231815;
  position: absolute;
  left: 50%;
  transition: 0.3s;
}

.ham__lineWrapper span:nth-child(1) {
  transform: translateX(-50%);
  top: 0px;
}

.ham__lineWrapper span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ham__lineWrapper span:nth-child(3) {
  transform: translateX(-50%);
  bottom: 0px;
}
/* 
.ham.open {
  width: 28px;
  height: 15px;
} */

.ham.open .ham__lineWrapper span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(33deg);
  top: 50%;
}

.ham.open .ham__lineWrapper span:nth-child(2) {
  opacity: 0;
}
.ham.open .ham__lineWrapper span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-33deg);
  top: 50%;
}

.nav__listWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 30px;
}

.nav__list--heading {
  text-align: center;
}

.nav__listContents {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.nav__listItem {
  text-align: center;
}

.nav__listBtn {
  padding-top: 33px;
}

.nav__listItem.lst {
  margin-bottom: 0;
}
.nav__listItem.mg-btm {
  margin-bottom: 30px;
}


.nav__listLink {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 5px 0;
  line-height: 1.5;
  position: relative;
}

.fodnone{
  transition: all 0.3s ease;
  opacity: 1;
}
body.is-footer .fodnone{
  opacity: 0;
  cursor: none;
  pointer-events: none;
  z-index: -1;

}
.header__navWrap{
  display: none;
}

.low-header .header__scroll--text{
  display: none;
}
.header__newsSp{
  display: none;
}
.header__logoImg--black{
  display: none;
}




@media screen and (max-width: 1360px) {
 
}

@media screen and (max-width: 1300px) {

}



@media screen and (max-width: 1290px) {
  .header__nav {
    padding: 0px 0px ;
  }
}


@media screen and (max-width: 1100px) {
  .header__left{
    z-index: 9999;
    left: 20px;
  }
  .header__btmNav,.header__insta{
    display: none;
  }
   .ham {
    transform: unset;
    display: block;
    top: 20px;
    right: 20px;
  }
  .ham__btn{
    padding-right: 15px;
    width: 50px;
    height: 100%;
    position: relative;
  }
  .ham__btn::after{
  background-color: #000000;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);

  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  z-index: 1;
  }

  .open-menu,.close-menu{
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
  	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    left: 0;
  }
  .ham .open-menu{
    opacity: 1;
  }
  .close-menu{
    opacity: 0;
  }
  .ham.open .open-menu{
    opacity: 0;
  }
  .ham.open .close-menu{
    opacity: 1;
  }
  
  .header__logoLink {
    width: 98px;
    height: 93px;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .header__logoLink img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
  }


  .header__navWrap {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    /* padding-top: 100px; */
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    opacity: 0;
    /* transition: all 0.3s; */
    pointer-events: none;
  }
  .header__navWrap.panelactive{
    opacity: 1;
    pointer-events: all;
    z-index:999;
  }
  .header__right{
    padding: 50px 20px 0 0;
  }
  .header__right--link{
    font-size: 17px;
  }
  .header__newsSp{
    display: block;
    position: absolute;
    left:15px;
    bottom: 20px;
    transform: rotate(90deg) translateX(-100%);
    transform-origin: left bottom;
    z-index: 3;
  }
  .header__news{
    width: 100%;
    max-width: 50vh;
  }
  .header__news--ttl{
    display: none;
  }
  .header__news--item{
    width: 100%;
  }
  .header__news--date{
    border:none;
    padding-left: 0;
    width: 95px;
  }
  .header__news--text{
    width: calc(100% - 95px);
  }

/*ナビゲーションの縦スクロール*/
.header__navWrap.panelactive .header__navScroll{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  .header__nav {
    max-width: 250px;
    margin-left: 10%;
  }
  .header__nav.open {
  display: block;
}
  .header__nav-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .insta__link {
    margin: 0 auto 15px;
  }
  .mih__link {
    margin: 0 auto;
  }
  
  .ham {
    display: block;
  }
  .inner-nav {
    padding-top: 35px;
    max-width: none;
  }
  .header__navRight{
    margin-right: 10%;
  }
  .header__navReserv{
    /* margin: 0 auto 0; */
    /* width: 210px; */
  }
  .header__navReserv .header__right--link{
    padding-right: 0;
    text-align: center;
  }
  .header__navInsta{
    display: block;
    width: 75px;
    margin: 40px auto 0;
  }
  .header__nav-listItem{
    text-align: left;
  }
  .header__nav-listItem a{
  color: #000;
}

  .header-open .header__logoLink img.header__logoImg--nomal{
      opacity: 0;
  }
  .header-open .header__logoLink img.header__logoImg--black{
    opacity: 1;
  }

  .header__snsWrap{
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 999;
  }
  .header__snsList {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
  }
  .header__snsListItem {
    padding: 10px;
  }
  .header__snsListItem a {
    display: block;
    width: 13px;
  }
  .header__snsListItem.facebook img {
    width: 6px;
    margin: 0 auto;
    display: block;
  }
  .header__snsListItem.follw a {
    width: 60px;
    text-align: center;
    font-family: "Instrument Sans", sans-serif;
    font-size: 12px;
  }
  .header__snsListItem--anc {
    display: block;
    width: 9px;
    margin: 3px auto 0;
  }


  .header__navBtm{
    position: absolute;
    left: 10%;
    bottom: 20px;
    width: 100%;
  }
  .header__navBtm p{
    font-size: 12px;
    font-family: "Libre Bodoni", serif;
  }
  .header__navCompany{
    margin-bottom: 30px;
  }

  .header__logoImg--black{
    display: block;
  }
  .header__logoLink img.header__logoImg--nomal{
      opacity: 1;
  }
  .header__logoLink img.header__logoImg--black{
      opacity: 0;
  }


}

@media screen and (max-width: 750px) {
  .header__left{
    left: 20px;
    max-width: 86px;
  }
  .header__left .title{
    padding-top: 20px;
  }
  .header__right{
    padding-top: 60px;
  }
  .ham{
    top: 25px;
    right: 20px;
  }
  .nav__listContents {
    max-width: 360px;
  }
  .nav__list--type01 {
    max-width: 150px;
  }
  .nav__list--type02 {
    max-width: 95px;
  }
  .nav__listLink {
    font-size: 20px;
    padding: 0;
  }
  .nav__listItem:not(:last-child) {
    margin-bottom: 7px;
  }
  .nav__listItem--type01 {
    margin-bottom: 14px !important;
  }
  .nav__listItem.lst {
    margin-bottom: 9px;
  }
  .nav__listItem.mg-btm {
    margin-bottom: 25px;
  }

  .parent {
    padding-top: 10px;
    padding-left: 11px;
  }
  .parent__item {
    font-size: 13px;
  }
  .lang__list--item .btn::after {
    right: 9px;
  }
  .header__scroll{
    bottom: 10px;
  }

}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 500px) {
  .nav__listContents {
    max-width: 280px;
  }
  .header__scroll{
    bottom: 8px;
  }
  .header__scroll--text{
    font-size: 8px;
  }
  .header__left{
    left: 15px;
    max-width: 73px;
  }
}
@media screen and (max-width: 375px) {
.header__scroll{
    bottom: 1px;
  }
}



/* 
.header_bg {
  background: #323232;
  width: 100%;
  height: 80px;
}
.header_contents {
  width: 100%;
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_contents h1 {
  font-size: 22px;
  margin: 0 0 0 40px;
}
.header_nav_lists {
  display: flex;
}
.header_nav_lists li {
  margin: 0 40px 0 0;
}
.nav_link {
  font-size: 18px;
}
.responsive_btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 40px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
} */
/* .menu_line {
  background: #e61010;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin: 4px 0;
} */
@media screen and (max-width: 768px) {
  .responsive_btn {
    display: flex;
  }
  .header_bg {
    position: relative;
  }

  .header_nav_lists {
    display: block;
    text-align: center;
  }
  .header_nav_lists li {
    margin: 0 0 40px;
    text-align: center;
  }
  .nav_link {
    font-size: 20px;
  }
}



@media (max-height: 600px) {
 .header__navWrap.panelactive .header__navScroll{
  padding-top: 150px;
  align-items: start;
 }
 .header__snsListItem{
  padding: 5px;
 }
 .header__navBtm{
   display: none;
 }
}