html,body{
  font-family: 'Montserrat', 'Noto Sans JP', 'Hiragino Sans' , 'ヒラギノ角ゴ ProN', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, '游ゴシック Medium', YuGothic, YuGothicM, sans-serif;
  font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2E2F2A;
	line-height: 1.7;
}
a{
  color: #2E2F2A;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }




.pera{
  display: flex;
  justify-content: center;
}
.pera img{
  width: 100%;
}
@media (min-width: 769px){
.pera img{
  min-width: 142rem;
}
}


.nav{
  width: 100%;
  height: 10.4rem;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home .nav{
  background: transparent;
  transition: transform 1s;
  transform: translateY(-100%);
  transition-delay: 1s;
  transition-property: transform;
}
.home header.load .nav{
  transform: translateY(0%);
}
.nav a.logo{
  display: block;
  width: 13.2rem;
  margin-left: 3.2rem;
  position: relative;
  z-index: 2;
}
.nav .nav-txt{
  font-size: 1.4rem;
  margin-left: 3.2rem;
}
.home .nav .nav-txt{
  display: none;
}
.nav ul.nav-li{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 4rem 0 auto;
}
.nav ul.nav-li li + li{
  margin-left: 4rem;
}
.nav ul.nav-li li a.nav-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  background: #2E2F2A;
  color: #fff;
  font-weight: 700;
}

.fv-txt-path > *{
  width: fit-content;
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: clip-path 1s;
  transition-delay: 0.4s;
  transition-property: clip-path;
}
.home header.load .fv-txt-path > *{
  clip-path: polygon(0 0, 0 200%, 200% 0);
}
.fv-txt-path > *:nth-child(2){
  transition-delay: 0.6s;
  transition-property: clip-path;
}


/* nav付加クラス　*/
.nav.transform{
  position: fixed;
  animation: nav-anime 0.3s;
}
.nav.transform + .blank{
  height: 10.4rem;
}
.home .nav.transform .nav-txt{
  display: block;
}
@keyframes nav-anime {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}
.home .nav.transform{
  background: #fff;
}


.common-header{
  padding-top: 8rem;
  text-align: center;
  position: relative;
}
.common-header::before{
  content: "";
  display: block;
  width: 100%;
  min-height: 67rem;
  height: 40vw;
  background: url(../images/common/header-bg.jpg) center top no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.common-header.wh::before{
  content: none;
}
.common-header h1,
.common-header .h1-ja{
  margin: 0 auto;
}
.common-header h1{
  font-size: 7.3rem;
  line-height: 1.2;
  font-weight: 400;
}
.common-header .h1-ja{
  margin-bottom: 7rem;
}
.common-header .txt-1{
  font-size: 2.4rem;
  margin-bottom: 0.8em;
}
.common-header .txt-2{
  font-size: 4.2rem;
  line-height: 1.2;
  margin-bottom: 0.8em;
}
.common-header .img-slide{
  margin-top: 7rem;
}


.sec{
  padding: 0 0 8rem;
}


.pankuzu{
  font-size: 1.4rem;
  padding: 6rem 0 7rem;
}
.pankuzu ul li{
  display: inline;
}
.pankuzu ul li:not(:first-child)::before{
  content: "/";
  margin: 0 0.6em 0 0.3em;
}


.h-1{
  font-size: 6.4rem;
  line-height: 1.2;
  font-weight: 400;
}
.h-1-ja{
  margin-bottom: 4rem;
}


.h-2{
  font-size: 3.2rem;
  font-weight: 400;
}
.h-2-en{
  opacity: 0.5;
  margin-bottom: 4rem;
}


.view-btn-wrap{
  position: relative;
}
a.view-btn{
  display: flex;
  align-items: center;
  width: 20rem;
  height: 6.4rem;
  border-radius: 3.2rem;
  padding: 0 2.4rem;
  background: #F5F5F4;
  position: absolute;
  right: 0;
  top: -10.4rem;
}
a.view-btn.wh{
  background: #fff;
  box-shadow: 0.4rem 0.4rem 2rem rgba(85,92,103,0.1);
}
a.view-btn::before{
  content: "";
  display: block;
  width: 1.8rem;
  height: 100%;
  background: url(../images/common/arrow-right.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 0;
}


a.n-btn{
  display: flex;
  align-items: center;
  width: 26rem;
  height: 6.4rem;
  border-radius: 3.2rem;
  padding: 0 2.4rem;
  background: #F5F5F4;
  font-weight: 700;
  margin-top: 4rem;
  position: relative;
}
a.n-btn.bk{
  background: #2E2F2A;
  color: #fff;
}
a.n-btn::before{
  content: "";
  display: block;
  width: 1.8rem;
  height: 100%;
  background: url(../images/common/arrow-right.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 0;
}
a.n-btn.bk::before{
  background: url(../images/common/arrow-right_w.svg) center center no-repeat;
  background-size: contain;
}


.btn-1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 6rem;
  border-radius: 3rem;
  background: #2E2F2A;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 7rem auto 0;
  transition: opacity 0.3s;
}
.btn-1:hover{
  opacity: 0.7;
}


.cat{
  display: inline-block;
  width: 7.2rem;
  line-height: 2.4rem;
  border-radius: 1.2rem;
  background: #F5F5F4;
  font-size: 1.4rem;
  text-align: center;
}
.cat + .cat{
  margin-left: 0.8rem;
}


.zoom{
  display: block;
  border-radius: 1.2rem;
  aspect-ratio: 100 / 64;
  overflow: hidden;
  will-change: transform;
}
.zoom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
a.zoom:hover img,
a:hover .zoom img{
  transform: scale3d(1.1,1.1,1.1);
}


.img-slide .swiper-wrapper{
  transition-timing-function: linear;
}
.img-slide .swiper-slide{
  width: 37.2rem;
  aspect-ratio: 100 / 64;
  margin-right: 3.6rem;
}
.img-slide .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}


.common-contact{
  background: #F5F6F5;
  padding: 11rem 0 4rem;
}


footer{
  background: #F5F6F5;
  padding: 8rem 0;
  text-align: right;
}
footer .content{
  position: relative;
}
footer a.logo{
  display: block;
  width: 13.2rem;
  position: absolute;
  left: 5rem;
  top: 50%;
  transform: translateY(-50%);
}
footer ul.footer-nav{
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  gap: 3rem;
}
footer ul.footer-nav li{
  display: block;
}
footer .copy{
  font-size: 1.4rem;
  opacity: 0.5;
  margin-top: 2.5rem;
}




/* スクロールアニメ */
.txt-path > *{
  width: fit-content;
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: clip-path 1s;
}
.txt-path.load > *{
  clip-path: polygon(0 0, 0 200%, 200% 0);
}
.txt-path > *:nth-child(2){
  transition-delay: 0.2s;
  transition-property: clip-path;
}


.fade-b,
.fade-b-ct > *{
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.fade-b,
.fade-b-ct > * { transform: translateY(3rem); }

.fade-b.load,
.fade-b-ct.load > *{
  opacity: 1;
  transform: translate(0);
}

.fade-b-ct.load > :nth-child(2) { transition-delay: 0.2s; }
.fade-b-ct.load > :nth-child(3) { transition-delay: 0.4s; }
.fade-b-ct.load > :nth-child(4) { transition-delay: 0.6s; }
.fade-b-ct.load > :nth-child(5) { transition-delay: 0.8s; }
.fade-b-ct.load > :nth-child(6) { transition-delay: 1s; }
.fade-b-ct.load > :nth-child(7) { transition-delay: 1.2s; }
.fade-b-ct.load > :nth-child(8) { transition-delay: 1.4s; }
.fade-b-ct.load > :nth-child(9) { transition-delay: 1.6s; }

.fade-b-ct.load > :nth-child(2),
.fade-b-ct.load > :nth-child(3),
.fade-b-ct.load > :nth-child(4),
.fade-b-ct.load > :nth-child(5),
.fade-b-ct.load > :nth-child(6),
.fade-b-ct.load > :nth-child(7),
.fade-b-ct.load > :nth-child(8),
.fade-b-ct.load > :nth-child(9) {
  transition-property: opacity, transform;
}


/* ロード画面 */
#loading { display: none; }
.home #loading{
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Spinner Hydrogen */
.sp-hydrogen {
  position: relative;
  width: 4rem;
  height: 4rem;
  border: 1px #2E2F2A solid;
  border-radius: 50%;
  -webkit-animation: spHydro 1s infinite linear;
  animation: spHydro 1s infinite linear;
}
.sp-hydrogen:before,
.sp-hydrogen:after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #2E2F2A;
  border-radius: 50%;
}
.sp-hydrogen:before {
  top: calc( 50% - 0.5rem );
  left: calc( 50% - 0.5rem );
}
.sp-hydrogen:after {
  top: 0;
  left: 0;
}
@keyframes spHydro {
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #2E2F2A;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.6rem; }

.content{
  width: 100%;
	max-width: 138rem;
  padding: 0 5rem;
	margin: 0 auto;
}
.content.w68{
  max-width: 78rem;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1180px){

html{ font-size: 0.847vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.56vw; }
body{ font-size: 1.5rem; }

.content{
	width: 100%;
	padding: 0 2rem;
}


.nav{
  height: 7.2rem;
}
.nav a.logo{
  width: 8rem;
  margin-left: 2rem;
  position: relative;
  z-index: 3;
}


/* nav付加クラス　*/
.nav.transform + .blank{
  height: 7.2rem;
}
.nav.transform .nav-txt{
  display: none;
}


#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.2rem;
  height: 7.2rem;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #000;
  height: 1px;
  width: 3.2rem;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  background: transparent;
}
#nav-open span:before {
  bottom: 0.4rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}
#nav-open span:after {
  bottom: -0.4rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}

#nav-bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/hum-bg_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 10.6rem 0 6rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
#nav-content::-webkit-scrollbar{
  display: none;
}
#nav-content.active {
  opacity: 1;
  pointer-events: unset;
}
#nav-open.active span:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .15s, transform .15s .15s;
}
#nav-open.active span:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .15s, transform .15s .15s;
}


#nav-content ul.sp-nav-li{
  border-top: 1px solid #C4C4C4;
}
#nav-content ul.sp-nav-li li{
  border-bottom: 1px solid #C4C4C4;
}
#nav-content ul.sp-nav-li li a{
  display: block;
  font-size: 1.6rem;
  padding: 1.1rem 0;
  position: relative;
}
#nav-content ul.sp-nav-li li a::before{
  content: "";
  display: block;
  width: 0.6rem;
  height: 100%;
  background: url(../images/common/arrow-right-s.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
#nav-content .copy{
  font-size: 1.2rem;
  opacity: 0.5;
  margin-top: 4rem;
}


.common-header{
  padding-top: 8rem;
}
.common-header::before{
  min-height: unset;
  height: 44rem;
  background: url(../images/common/header-bg_sp.jpg) center top no-repeat;
  background-size: cover;
}
.common-header h1{
  font-size: 4rem;
}
.common-header .h1-ja{
  font-size: 1.4rem;
}
.common-header .txt-1{
  font-size: 2rem;
}
.common-header .txt-2{
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.common-header p{
  text-align: left;
}
.common-header .img-slide{
  margin-top: 3rem;
}


.pankuzu{
  font-size: 1.2rem;
  padding: 2rem 0 3rem;
}


.h-1{
  font-size: 3.6rem;
}
.h-1-ja{
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
}


.h-2{
  font-size: 2.4rem;
  margin-bottom: 0.3em;
}
.h-2-en{
  font-size: 1.2rem;
  margin-bottom: 3rem;
}


a.view-btn{
  width: 19rem;
  height: 5.8rem;
  border-radius: 2.9rem;
  padding: 0 2rem;
  position: relative;
  right: unset;
  top: unset;
  margin: 3.5rem 0 0 auto;
}
a.view-btn::before{
  width: 1.5rem;
}


a.n-btn{
  display: flex;
  align-items: center;
  width: 26rem;
  height: 6.4rem;
  border-radius: 3.2rem;
  padding: 0 2.4rem;
  background: #F5F5F4;
  font-weight: 700;
  margin-top: 4rem;
  position: relative;
}
a.n-btn.bk{
  background: #2E2F2A;
  color: #fff;
}
a.n-btn::before{
  content: "";
  display: block;
  width: 1.8rem;
  height: 100%;
  background: url(../images/common/arrow-right.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 0;
}
a.n-btn.bk::before{
  background: url(../images/common/arrow-right_w.svg) center center no-repeat;
  background-size: contain;
}


.btn-1{
  font-size: 1.5rem;
}


.cat{
  width: 6.4rem;
  line-height: 2rem;
  border-radius: 1rem;
  font-size: 1.2rem;
}


.img-slide .swiper-slide{
  width: 22.5rem;
  margin-right: 1.5rem;
}


.common-contact{
  padding: 8rem 0 0;
}


footer{
  padding: 8rem 0;
  text-align: left;
}
footer a.logo{
  width: 8rem;
  position: unset;
  transform: unset;
  margin-bottom: 2.5rem;
}
footer ul.footer-nav{
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  max-width: 30rem;
  column-gap: 2rem;
  row-gap: 1.2rem;
}
footer .copy{
  font-size: 1.2rem;
}


#loading img {
  width: 10rem;
}




}/*　スマホここまで */



