@charset "UTF-8";

/*--------------------------------------------------------------------
=== [レスポンシブ] ====================================
 -------------------------------------------------------------------*/


.pcHide {
display: none;
}

.spHide {
display: block;
}

@media (max-width: 590px){
	
body {
	font-size: 3.33vw;
}	
	
	body.noscroll {
		overflow: hidden;
	}
	
#wrapper {
		overflow: hidden;
	}	
	
.pcHide {
display: block;
}

.spHide {
display: none!important;
}

 .inner {
margin: 0  5.55vw;	
	} 
	
header {
		margin-bottom: 17.81vw;
	}
header .inner {
margin: 3.7vw;	
display: block;
	} 	
	
header .siteTtl h1 {
    width: 44.44vw;
}
	
header .siteTtl span {
font-size: 3.14vw;		
	}	
	
header #gNav ul {
    display: block;
		}
header #gNav {
    display: none;
}

header .menuOpenBtn {
		position: fixed;
		right: 3.24vw;
		top: 4.629vw;
		z-index: 1001;
	}	
	
header .menuOpenBtn.open span {	
	background-color: #fff;
	}
	

	.menuOpenBtn.open {
		top: 6.481vw;
	}	
	
.menuOpenBtn.open span:first-child {
  transform: rotate(25deg);
	margin-bottom: -0.185vw;
}

.menuOpenBtn.open span:last-child {
  transform: rotate(-25deg);
}	
	
header .menuOpenBtn span {
	display: block;
	width: 9.259vw;
	height: 0.185vw;
	background-color: #1a1a1a;
	}
	header .menuOpenBtn span:first-child{
		margin-bottom: 1.851vw;
	}	
	
header #spNav {
    background-color: #1a1a1a;
    color: #fff;
    padding: 9.25vw 5.55vw 8.33vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100svh;
	display: none;
}	
	
header #spNav .mainMenu {
    font-size: 6.48vw;
	font-weight: 900;
}	
	
header #spNav h1 {
    width: 54.6vw;
}
	
header #spNav span {
    font-size: 2.77vw;
	}
	
header #spNav .mainMenu li {
	margin-bottom: 1.85vw;
	}	
	
header #spNav .snsMenu li a {
    display: flex;
    align-items: center;
	font-size: 0;
}
	
header #spNav .snsMenu {
	display: flex;
    font-size: 1.85vw;
	align-items: center;
	 margin: 11.11vw 0;
	}	
	
header #spNav .snsMenu {
    gap: 0 3.7vw;
}
	
header #spNav .snsMenu li a:before {
	content:"";
	display: inline-block;	
	margin-right: 1.04vw;
}	
	
header #spNav .snsMenu li:nth-child(1) a:before {
	background-image: url("../img/ico_note.svg");	
	width: 9vw;
	height: 9vw;	
}

header #spNav .snsMenu li:nth-child(2) a:before {
	background-image: url("../img/ico_insta.svg");	
	width: 8.33vw;
	height: 8.33vw;	
}
	

header #spNav .snsMenu li:nth-child(3) a:before {
	background-image: url("../img/ico_youtube.svg");	
	width: 10.37vw;
	height: 7.22vw;	
}	
	
 header #spNav .btmMenu {
	position: absolute;
	 bottom: 8.33vw;
	}	
	
header #spNav .copy {
    font-size: 2.77vw;
	margin-top: 4.629vw;	
}	
	
#mvArea {
    margin: 0;
	display: flex;
	justify-content: space-between;
	margin-left: 3.7vw;
}	
	
#mvArea .inner {
      display: flex;
      flex-direction: column-reverse;	
	justify-content: flex-end;
	}
	
#mvArea .catchWrap:after {
    content: none;

}	
	
#mvArea .mainTxt {
    width: 25.92vw;
    margin: 0 auto;
}	
	
	
#mvArea .mainTxt:after {
	content:"";
	background-image: url("../img/mv.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 88.88vw;
	height: 91vw;
	position: absolute;
	top: 41vw;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	}
	
#mvArea .catchWrap .catch01 {
	font-size: 9.83vw;
	font-weight: 900;
	margin-bottom:6.48vw; 
	letter-spacing: 0.12em;
	line-height: 1.5;
}
	
#mvArea .catchWrap .catch02 {
    font-size: 5.37vw;
    margin-bottom: 20px;
}
	
#mvArea .catchWrap .catch03 {
    font-size: 3.14vw;
    margin-bottom: 20px;
}
	
/*アニメーション*/
/* ここから時間差フェードインアニメーション */
#mvArea .mainTxt:after {
    animation-name: fadeIn01;
    animation-duration: 1s;	
    animation-fill-mode: forwards;
    transform: translateX(-50px);
    opacity: 0;
}
@keyframes fadeIn01 {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



.fadeIn02 {
    animation-name: fadeIn02;
    animation-delay: 1.5s;
    animation-duration:  1s;	
    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:  1s;	
    animation-fill-mode: forwards;
    transform: translateX(-50px);
    opacity: 0;
}
@keyframes fadeIn03 {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}	
	
#mvArea .txt_en {
	writing-mode: vertical-rl; 
    font-size: 2.7vw;
	right: 3.14vw;
}	
	
#mvArea .btn_entrySp a{
	display: flex;
	background-color: #211815;
	color: #fff;
	font-size: 5.92vw;
	font-weight: 700;
	width: 100%;
	line-height: 10.03vw;
	border-radius: 10px;
	padding: 0 5.55vw;
	align-items: center;
	justify-content: space-between;
	margin-top: 11.11vw;
	}

#mvArea .btn_entrySp a:after {
	content:"";
	background-image: url("../img/ico_arw.svg");
	display: inline-block;
	background-size: cover;
	width: 5.09vw;
	height: 3.79vw;
	}
	
/*--------------------------------------------------------------------
=== [INTRO] ====================================
 -------------------------------------------------------------------*/

#introArea {
	margin-top: 23.14vw;
	}
	
#introArea .txt {
	font-size: 3.81vw;
	margin: 0;
	gap:11.11vw 0;
	margin-bottom: 11.11vw;
	}	
	
/*	#introArea .txt br {
		display: none;
	}	*/
	
#introArea:after {
	font-size: 27.77vw;
	font-weight: 900;
	color: #e84420;
	position: absolute;
	top:28.77vw;
	bottom:0;
	left:-28.64vw;
	right:0;
	margin: auto;
	white-space: nowrap;
	z-index: -1;
	letter-spacing: 0.09em;
  animation: tickerMove 40s linear infinite;	
	}	
	
#introArea .member ul {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	gap:2.77vw;
	margin-bottom: 0;
	}
#introArea .member li {
	width: 39.8vw;
	flex-shrink: 0;
	}
	
/*--------------------------------------------------------------------
=== [SEC] ====================================
 -------------------------------------------------------------------*/
.secTtl {
	margin-bottom: 7.4vw;
	}
.secTtl h2 {
	font-size: 11.11vw;
	}
.secTtl h2 span {
	color:#e84420;
	}
.secTtl h2 br {
	display: none;
	}
.secTtl p{
	font-size: 4.25vw;
	margin-top: 2.77vw;
	}	
	
/*--------------------------------------------------------------------
=== [SEC01] ====================================
 -------------------------------------------------------------------*/	
	
	#sec01 {
	margin-top: 13.88vw;
	}	
	#sec01 .inner {
    display: block;
	}
	
	#sec01 .txt {
    font-size: 3.33vw;
    line-height: 1.8;
	margin-bottom: 8.88vw;
	}
	
	#sec01 .txt br {
    display: none;
	}	
	#sec01 .sec01_parallax {
    background-image: url(../img/sec01_img_sp.jpg);
    height: 92vw;
	background-size: contain;
		background-attachment: inherit;
}

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

#sec02 {
	margin-top: 13.88vw;
	}
#sec02 .cont {
    display: block;
    margin-right: 0;
	}
	
#sec02 .cont figure {
    margin-right: 0;
}	
#sec02 .cont figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
#sec02 .cont .detail {
		padding:8.33vw 5.55vw ;
	}	
#sec02 .cont .detail .ttl h3{
	font-size: 8.33vw;
	margin-bottom: max(30px,2.6vw);
	}


#sec02 .cont .detail .ttl .sub{
	font-size: 5.55vw;
	margin-bottom:  max(10px,1.04vw);
}	
	
#sec02 .cont .detail .btn_entry a{
	font-size: 5.92vw;
	width: 100%;
	line-height: 10.03vw;
	padding: 0 5.55vw;
	margin-top: 4.69vw;
	}

#sec02 .cont .detail .btn_entry a:after {
	width: 5.09vw;
	height: 3.79vw;
	}
	
.modal-inner .info li {
    display: block;
    font-size: 100%;
}
	
.modal-inner .info .name {
    width: 100%;
    margin-bottom: 10px;
}
.modal-inner .info .detail {
    width: 100%;
	}
	
.btn-wrap a {
    padding: 4vw 10vw;
    font-size: 120%;
}	
	
/*--------------------------------------------------------------------
=== [SEC03] ====================================
 -------------------------------------------------------------------*/

#sec03 {
	margin-top: 13.88vw;
	}	
	
#sec03:after {
    content: none;
	}
	
#sec03 .secTtl {
    margin-bottom: 5.55vw;
}	
	
#sec03 .txt {
    font-size: 3.33vw;
	margin-bottom: 7.4vw;
}
	
#sec03 ul {
	display: block;
	}

	
#sec03 ul li {
    width: 100%;
    display: block;
	}
	
#sec03 ul li .detail {
    width: 100%;
    position: inherit;
}	
#sec03 ul li .ttl {
	background-color: #eee;
	margin-bottom: 5.55vw;
	padding: 6.48vw 0;
	text-align: center;
	position: relative;
	border: none;
	}
	
#sec03 ul li .ttl h3 {
		font-size: 6.48vw;
		font-weight: 700;
	}	

#sec03 ul li .ttl .sub {
	font-size: 2.31vw;
	font-weight: 900;
	color: #e84420;
	margin-top: 1.8vw;
	}
	
#sec03 ul li .ttl:after {
		content: "";
		background-image: url("../img/sec03_open.svg");
		display: inline-block;
		width: 3.7vw;
		height: 3.7vw;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		right: 1.85vw;
		bottom: 1.85vw;
	}	
#sec03 ul li .ttl:before {
		content: none;	
	}	
#sec03 ul li figure {
    display: none;
}
#sec03 ul li .txt_detail {
    position: relative;	
	background-color: #1a1a1a;
	color: #fff;
	padding:3.7vw 7.4vw;
	margin-bottom: 5.55vw;
	}
	
#sec03 ul li .txt_detail:after {
		content: "";
		background-image: url("../img/sec03_close.svg");
		display: inline-block;
		width: 3.7vw;
		height: 3.7vw;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		right: 1.85vw;
		bottom: 1.85vw;
	}	
	
	
/*--------------------------------------------------------------------
=== [SEC04] ====================================
 -------------------------------------------------------------------*/

#sec04 {
	margin-top: 13.88vw;
	}
	
#sec04 .cont {
    display: block;
	}
	
#sec04 .cont figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
}	
#sec04 .cont .detail {
    padding: 9.25vw 5.55vw 6.48vw;
}	
	
#sec04 .cont .detail .ttl h3 {
    font-size: 3.51vw;
	margin-bottom: 5.55vw;
	}
	
#sec04 .cont .detail .txt {
    font-size: 2.77vw;
    width: 100%;
}
#sec04 .cont .detail .btn_detail a {
    font-size: 2.77vw;
    margin-top: 7.47vw;
    width: 27.77vw;
    padding-bottom: 1.85vw;
}	
#sec04 .cont .detail .btn_detail a:after {
    width: 2.77vw;
    height: 2.03vw;
}	
	
#sec04 .btn_all a {
    display: block;
    background-color: #211815;
    color: #fff;
    font-size: 4.629vw;
    font-weight: 600;
    width: 88.88vw;
    line-height: 13.88vw;
    border-radius: 10px;
    padding: 0 20px;
    text-align: center;
    margin: 90px auto 0;
    margin: 11.11vw 5.55vw 0;
    box-sizing: border-box;
}
	
/*--------------------------------------------------------------------
=== [SEC06] ====================================
 -------------------------------------------------------------------*/

#sec06 {
	margin-top: 13.88vw;
	}	
	
#sec06 .uprCont {
    display: block;
	}
#sec06 .uprCont .txt {
    font-size: 9.259vw;
	margin: 0 0 9.259vw 0;
}
	
#sec06 .uprCont ul li {
    font-size: 3.3vw;
    margin-bottom: 5.55vw;
}
#sec06 .uprCont ul li:before {
    content: "●";
    color: #e84420;
    margin-right: 0.9vw;
}	
	
#sec06 .btmCont {
    padding-left: 0;
}	
	
#sec06 .btmCont .txt {
    font-size: 4.6vw;
    margin-top: 11.11vw;
    margin-bottom: 7.4vw;
}	
	
#sec06 .btmCont .wrap {
    display: block;
	}
	
#sec06 .btmCont .catch {
    font-size: 5.48vw;
	}
	
#sec06 .btmCont .btn_entry a {
 font-size: 5.92vw;
        width: 100%;
        line-height: 10.03vw;
        padding: 0 5.55vw;
        margin-top: 4.69vw;
}
	
#sec06 .btmCont .btn_entry a:after {
        width: 5.09vw;
        height: 3.79vw;
    }	
	
footer {
    background-color: #1a1a1a;
    margin-top: 13.88vw;
    color: #fff;
    padding: 8.33vw 0;
}	
	
footer .uprMenu {
    display: block;
    margin-bottom: 11.11vw;
}	
	
footer .siteTtl h1 {
    width: 54.6vw;
}
	
footer .siteTtl span {
    font-size: 2.77vw;
	}
footer #footNav ul {
    display: block;
    font-size: 6.48vw;
    margin-left: 0;
    margin-top: 11.11vw;
	font-weight: 900;
}	
footer #footNav ul li {
		margin-bottom: 1.85vw;
	}	
	
footer .btmMenu {
    margin-top: 0;
    flex-direction: column-reverse;
    align-items: flex-start;
	}
	
footer .btmMenu .leftCont {
    font-size: 2.77vw;
}
	footer .btmMenu .rightCont ul li {
    display: flex;
    align-items: center;
}
	
footer .btmMenu .rightCont {
	display: flex;
    font-size: 1.85vw;
    justify-content: space-between;
	align-items: center;
	 margin-bottom: 11.11vw;
	}	
	
footer .btmMenu .rightCont ul {
    gap: 0 3.7vw;
}
	
	footer .btmMenu .rightCont ul li a {
	font-size: 0;
	}	
	
footer .btmMenu .rightCont ul li:nth-child(1) a:before {
	width: 9vw;
	height: 9vw;	
}

footer .btmMenu .rightCont ul li:nth-child(2) a:before {
	width: 8.33vw;
	height: 8.33vw;	
}
	
footer .btmMenu .leftCont .address {
    margin-bottom: 7.4vw;
	line-height: 2;
}	


footer .btmMenu .rightCont ul li:nth-child(3) a:before {
	width: 10.37vw;
	height: 7.22vw;	
}	

	
#pageTop {
	display: none;
	width: 9vw;
	height: 9vw;
	position: fixed;
	right: 5.55vw;
	bottom:2.343vw;
	}	
		
    
}