@charset "UTF-8";

/*--------------------------------------------------------------------
=== [共通レイアウト] ====================================
 -------------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}

body {
    font-family: "Montserrat",'Noto Sans JP', sans-serif;
    line-height: 1;
    font-weight: 500;
	font-size: 0.93vw;
    color: #1a1a1a;
	letter-spacing: 0.09em;
}

body {
	animation: loading 1s;
}
@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

a {
	transition: 0.3s;
	}

a:hover {
	opacity: 0.7;
	}

img {
	width: 100%;
	}

.inner {
margin: 0 7.55vw;	
	}

/*header*/

header .inner {
	margin-top: 2.6vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

header .siteTtl {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	}

header .siteTtl h1 {
	width: 15.625vw;
}

header .siteTtl span {
	font-weight: 900;
	font-size: 1.09vw;
	margin-left:1.56vw;
	margin-top: 0.625vw;
	}

header #gNav ul {
	display: flex;
	font-size: 0.93vw;
	gap:0 2.08vw;
	}

header #gNav {
	display: flex;
	align-items: center;
	gap:0 4.16vw;
	margin-top: 0.625vw;
	}

header #gNav .btn_entry a{
	display: flex;
	background-color: #211815;
	color: #fff;
	font-size: 1.04vw;
	font-weight: 700;
	width: 13vw;
	line-height: 1.875vw;
	border-radius: 0.52vw;
	padding: 0 1.04vw;
	align-items: center;
	justify-content: space-between;
	}

header #gNav .btn_entry a:after {
	content:"";
	background-image: url("../img/ico_arw.svg");
	display: inline-block;
	background-size: cover;
	width:0.9375vw;
	height:0.677vw;
	}

/*--------------------------------------------------------------------
=== [MV] ====================================
 -------------------------------------------------------------------*/

#mvArea {
margin: 0  7.55vw;	
height: 100vh;
	}

#mvArea .inner {
	display: flex;
	justify-content: space-between;
	}

#mvArea .catchWrap {
	margin-top: 10.41vw;
	position: relative;
	z-index: 100;
	}

#mvArea .catchWrap .catch01 {
	font-size: 3.75vw;
	font-weight: 900;
	margin-bottom:2.08vw; 
	letter-spacing: 0.12em;
	line-height: 1.5;
}

#mvArea .catchWrap .catch01 span {
	text-indent: -0.5em;
	display: inline-block;
	}

#mvArea .catchWrap .catch02 {
	font-weight: bold;
	font-size: 1.875vw;
	margin-bottom: 1.04vw;
}
  

#mvArea .catchWrap .catch03 {
	font-size: 1.093vw;
	font-weight: 800;
	line-height: 1.5;	
}

#mvArea .catchWrap:after {
	content:"";
	background-image: url("../img/mv.svg");
	background-size: contain;
	display: inline-block;
	width: 30.52vw;
	height: 31.25vw;
	position: absolute;
	top: -4.68vw;
	left: 21.2vw;
	z-index: -1;
	background-repeat: no-repeat;
	}


/*アニメーション*/
/* ここから時間差フェードインアニメーション */
#mvArea .catchWrap:after {
    animation-name: fadeIn01;
    animation-duration: 1.5s;	
    animation-fill-mode: forwards;
    transform: translateX(-50px);
    opacity: 0;
}
@keyframes fadeIn01 {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



.fadeIn02 {
    animation-name: fadeIn02;
    animation-delay: 0.5s;
    animation-duration:  1.5s;	
    animation-fill-mode: forwards;
    transform: translateX(-50px);
    opacity: 0;
}
@keyframes fadeIn02 {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.fadeIn03 {
    animation-name: fadeIn03;
    animation-delay: 1s;
    animation-duration:  1.5s;	
    animation-fill-mode: forwards;
    transform: translateX(-50px);
    opacity: 0;
}
@keyframes fadeIn03 {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


#mvArea .mainTxt {
	width: 10.93vw;
	margin-top:4.6875vw;
}


#mvArea .txt_en {
	text-align: right;
	font-size: 0.833vw;
	font-weight: 600;
	position: absolute;
    bottom: 1.04vw;
    right: 7.55vw;
}

/*--------------------------------------------------------------------
=== [INTRO] ====================================
 -------------------------------------------------------------------*/

.fade-section {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s ease-out;
}

.fade-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}


#introArea {
	text-align: center;
	margin-top: 7.8125vw;
	position: relative;
	overflow: hidden;
	}

#introArea .txt {
	font-size: 1.718vw;
	margin: 0 auto;
	text-align: left;
	width: fit-content;
	display: flex;
	flex-direction: column;
	gap:4.166vw 0;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 6.77vw;
	}

#introArea {
  position: relative;
  overflow: hidden; /* テキストはみ出しを隠す */
}
#introArea:after {
  content: "HEART BEAT iMAGE(S) HEART BEAT iMAGE(S) HEART BEAT iMAGE(S) HEART BEAT iMAGE(S) HEART BEAT iMAGE(S) HEART BEAT iMAGE(S) HEART BEAT iMAGE(S) HEART BEAT iMAGE(S) HEART BEAT iMAGE(S) ";
  font-size: 11.45vw;
  font-weight: 900;
  color: #e84420;
  position: absolute;
  top: 21.77vw;
  left: -28.64vw;
  white-space: nowrap;
  z-index: -1;
  letter-spacing: 0.09em;
  animation: tickerMove 600s linear infinite;
	opacity: 15%;
}

/* アニメーション定義：右から左へ流れる */
@keyframes tickerMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300%);
  }
}


#introArea .member ul {
	display: flex;
	justify-content: center;
	gap:2.08vw;
	margin-bottom: 2.08vw;
	}
#introArea .member li {
	width: 19.79vw;
	}

.member li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示されたとき */
.member li.is-show {
  opacity: 1;
  transform: translateY(0);
}


/*--------------------------------------------------------------------
=== [SEC] ====================================
 -------------------------------------------------------------------*/
.secTtl {
	margin-bottom: 4.68vw;
	}
.secTtl h2 {
	font-size: 4.16vw;
	font-weight: 900;
	}
.secTtl h2 span {
	color:#e84420;
	}
.secTtl p{
	font-size: 1.25vw;
	margin-top: 1.04vw;
	font-weight: 700;
	}

/*--------------------------------------------------------------------
=== [SEC01] ====================================
 -------------------------------------------------------------------*/

#sec01 {
	margin-top: 7.81vw;
	}

#sec01 .inner {
	display: flex;
	justify-content: space-between;
	}

#sec01 .txt {
	font-size: 1.4vw;
	line-height: 2;
	}

#sec01 .sec01_parallax {
	background-image: url("../img/sec01_img.jpg");
	  display: flex;
  height: 52vw;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------------
=== [SEC02] ====================================
 -------------------------------------------------------------------*/

#sec02 {
	margin-top: 7.81vw;
	position: relative;
	}

#sec02 .mainTxt {
	width: 10.93vw;
	position: absolute;
    right: 7.55vw;
    top: -17.187vw;
}

#sec02 .cont {
	display: flex;
	margin-right:7.55vw;
	align-items: center;
}

#sec02 .cont figure {
	flex-shrink: 0;
	margin-right: 2.64vw;
	}

#sec02 .cont figure img {
	width: 63.28vw;
	height:32.65vw;
  object-fit: cover;
	}


#sec02 .cont .detail .ttl h3{
	font-size: 3.125vw;
	font-weight: 700;
	margin-bottom: 2.6vw;
	}


#sec02 .cont .detail .ttl .sub{
	font-size: 1.66vw;
	font-weight: 700;
	margin-bottom: 1.04vw;
}
#sec02 .cont .detail .ttl .sub span {
		color:#e84420;
	}

#sec02 .cont .detail .txt {
	line-height: 1.5;
	}

#sec02 .cont .detail .btn_entry a{
	display: flex;
	background-color: #211815;
	color: #fff;
	font-size: 1.56vw;
	font-weight: 700;
	width: 100%;
	line-height: 3.645vw;
	border-radius: 0.52vw;
	padding: 0 1.04vw;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.56vw;
	}

#sec02 .cont .detail .btn_entry a:after {
	content:"";
	background-image: url("../img/ico_arw.svg");
	display: inline-block;
	background-size: cover;
	width: 1.56vw;
	height: 1.04vw;
	}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.modal-inner {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  background: white;
  padding: 4em;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  width: 90%;
  max-height: 90vh;	
  max-width: 900px;
  overflow-y: auto;    /* 縦スクロールを許可 */
  -webkit-overflow-scrolling: touch; /* iOSの慣性スクロール対応 */
  box-sizing: border-box;	
  animation: modalFadeIn 0.4s ease forwards;
}



@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.modal-inner.animate {
  animation: modalFadeIn 0.4s ease forwards;
}

.modal-close {
  position: absolute;
  top: 0.5em;
  right: 0.7em;
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
}

/* タイトル */
.modal-inner .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.5em;
}

/* 各項目 */
.modal-inner .info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modal-inner .info li {
  display: flex;
  gap: 1em;
  margin-bottom: 1.5em;
font-size: 14px;
}

.modal-inner .info .name {
  width: 15%;
  font-weight: bold;
}

.modal-inner .info .detail {
  width: 70%;
  line-height: 1.6;
}


/* お問い合わせボタン */
.btn-wrap {
  text-align: center;
  margin-top: 2em;
}
.btn-wrap a {
  display: inline-block;
  background: #e84420; /* 差し色：ボタンだけ */
  color: #fff;
  text-decoration: none;
  padding: 1vw 3vw;
  font-weight: bold;
  transition: background 0.3s;
font-size: 14px;	
}
.btn-wrap a:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------------
=== [SEC03] ====================================
 -------------------------------------------------------------------*/

#sec03 {
	margin-top: 7.81vw;
	position: relative;
	}

#sec03:after {
	content:"";
	width: 78.125vw;
	height: 125vw;
	background-color: #efefef;
	display: inline-block;
	position: absolute;
	left: 0;
	top:2.5vw;
	z-index: -1;
	}

#sec03 .secTtl {
	margin-bottom: 2.6vw;
	}

#sec03 .txt {
	font-size: 1.25vw;
	line-height: 1.8;
	margin-bottom: 11.04vw;
	}

#sec03 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:11.04vw 0;
	}

#sec03 ul li {
	width: 39.5vw;
	display: flex;
	gap:0 2.6vw;
	}
#sec03 ul li .detail {
	width: 16.14vw;
	position: relative;
	}
#sec03 ul li .ttl {
	border-top: 1px solid #1a1a1a;
	padding-top: 1.56vw;
	padding-left: 2.08vw;
	}

#sec03 ul li .ttl:before {
	content:"";
	width: 0.52vw;
	height: 4.687vw;
	background-color: #e84420;
	display: inline-block;
	position: absolute;
	left: 0;
	transform: skewY(-10deg);
	}

#sec03 ul li .ttl .sub {
	font-size: 1.25vw;
	font-weight: 900;
	color: #e84420;
	margin-bottom: 1.04vw;
	}

#sec03 ul li .ttl h3 {
	font-size: 2.08vw;
	font-weight: 700;
	white-space: nowrap;
	}

#sec03 ul li .txt_detail {
	line-height: 1.8;
	position: absolute;
	bottom:0;
	}

#sec03 ul li figure {
	width: 20.83vw;
	}

/*--------------------------------------------------------------------
=== [SEC04] ====================================
 -------------------------------------------------------------------*/

#sec04 {
	margin-top: 7.81vw;
	}


#sec04 .cont {
	display: flex;
	align-items: center;
	background-color: #1a1a1a;
	color: #fff;
}

#sec04 .cont figure {
	flex-shrink: 0;
	}

#sec04 .cont figure img {
	width: 58.59vw;
	height:51.04vw;
  object-fit: cover;
	}

#sec04 .cont .detail {
	width: 100%;
	padding: 0 7.29vw;
	}

#sec04 .cont .detail .ttl h3 {
	font-size: 1.875vw;
	font-weight: 700;
	margin-bottom: 2.08vw;
	left: 0.3em;
	line-height: 1.38;
	}

#sec04 .cont .detail .txt {
	font-size: 0.83vw;
	line-height: 1.8;
	width: 20.31vw;
	}

#sec04 .cont .detail .btn_detail a {
	font-weight: 600;
	display: flex;
	margin-top: 1.04vw;
	width: 9.375vw;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.78vw;
	}
	
#sec04 .cont .detail .btn_detail a:after {
	content:"";
	background-image: url("../img/ico_arw.svg");
	display: inline-block;
	background-size: cover;
	width: 0.93vw;
	height: 0.677vw;
	}

#sec04 .btn_all a{
	display: block;
	background-color: #211815;
	color: #fff;
	font-size: 1.4vw;
	font-weight: 600;
	width: 20.83vw;
	line-height: 4.6875vw;
	border-radius: 0.52vw;
	padding: 0 1.04vw;
	text-align: center;
	margin: 4.6875vw auto;
	}



/*--------------------------------------------------------------------
=== [SEC06] ====================================
 -------------------------------------------------------------------*/

#sec06 {
	margin-top: 7.81vw;
	}

#sec06 .uprCont {
	display: flex;
	justify-content: space-between;
	}

#sec06 .uprCont .txt {
	font-size: 3.125vw;
	font-weight: 900;
	line-height: 1.5;
	margin: 1.56vw 0 0 4.6875vw;
	}

#sec06 .uprCont ul li {
	font-size: 1.875vw;
	font-weight: 700;
	margin-bottom: 2.6vw;
	}
#sec06 .uprCont ul li:before {
	content:"●";
	color: #e84420;
	margin-right: 1.04vw;
	}

#sec06 .btmCont {
	padding-left: 4.6875vw;
	}

#sec06 .btmCont .wrap {
	display: flex;
	align-items:flex-end;
	justify-content: space-between;
	}

#sec06 .btmCont .txt {
	font-size: 2.29vw;
	font-weight: 700;
	line-height: 1.5;
	margin-top:4.166vw;
	margin-bottom: 3.125vw;
	}

#sec06 .btmCont .catch {
	font-size: 3.125vw;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.03em;
	}

#sec06 .btmCont .catch span {
	background-color: #e84420;
	color: #fff;
}

#sec06 .btmCont .btn_entry a{
	display: flex;
	background-color: #211815;
	color: #fff;
	font-size: 1.77vw;
	font-weight: 700;
	width: 29.68vw;
	line-height: 4.166vw;
	border-radius: 0.52vw;
	padding: 0 2.08vw;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	}

#sec06 .btmCont .btn_entry a:after {
	content:"";
	background-image: url("../img/ico_arw.svg");
	display: inline-block;
	background-size: cover;
	width: 1.82vw;
	height: 1.354vw;
	}

/*--------------------------------------------------------------------
=== [footer] ====================================
 -------------------------------------------------------------------*/

footer {
	background-color: #1a1a1a;
	margin-top: 7.81vw;
	color: #fff;
	padding: 3.125vw 0;
	}

footer .uprMenu {
	display: flex;
	align-items: center;
	margin-bottom: 2.6vw;
	}

footer .siteTtl {
	display: flex;
	align-items: center;
	}

footer .siteTtl h1 {
	width: 15.625vw;
}

footer .siteTtl span {
	font-weight: 900;
	font-size:1.09vw;
	margin-left: 1.56vw;
	margin-top: 0.625vw;
	}

footer #footNav ul {
	display: flex;
	font-size: 0.93vw;
	margin-left: 3.64vw;
	gap:0 2.6vw;
	margin-top: 0.625vw;
	}

footer .btmMenu {
	display: flex;
	align-items: center;
	margin-top: 2.6vw;
	justify-content: space-between;
	}


footer .btmMenu .leftCont {
	font-size: 0.52vw;
	}

footer .btmMenu .leftCont .address {
	margin-bottom: 0.52vw;
	}

footer .btmMenu .rightCont ul{
	display: flex;
	gap:0 2.6vw;
	margin-right: 7.29vw;
	}

footer .btmMenu .rightCont ul li a {
	display: flex;
	align-items: center;
	}
footer .btmMenu .rightCont ul li a:before {
	content:"";
	display: inline-block;	
	margin-right: 1.04vw;
}

footer .btmMenu .rightCont ul li:nth-child(1) a:before {
	background-image: url("../img/ico_note.svg");
	width: 2.08vw;
	height: 2.08vw;	
}

footer .btmMenu .rightCont ul li:nth-child(2) a:before {
	background-image: url("../img/ico_insta.svg");
	width: 1.875vw;
	height:  1.875vw;	
}


footer .btmMenu .rightCont ul li:nth-child(3) a:before {
	background-image: url("../img/ico_youtube.svg");
	width: 2.29vw;
	height: 1.614vw;	
}
#pageTop {
	display: none;
	width: 3.54vw;
	height: 3.54vw;
	position: fixed;
	right: 7.55vw;
	bottom:2.343vw;
	}



