html{
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: sans-serif;
	color: #FFF;
	background-color: #271f1c;
	overflow-x: hidden;
	line-height: 1.8;
}
@media screen and (max-width: 767px){
	html {
			font-size: 3.0vw;
	}
	body{
		font-size: 14px;
	}
}
body, textarea { 
	font-family:  "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, sans-serif; 
	/* font-family:  "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;  */
}
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

button:focus {
	outline: none!important;
	box-shadow: none!important;
}
* {
    margin: 0;
    padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: 1.4;
}
h2 {
			color: #FFF;
			width: 100%;
			padding: 0px 17px 0;
			text-align: center;
			margin-bottom: 3rem;
			/* background-image: url(../img/cap_ling.png);
			background-position: bottom;
			background-repeat: no-repeat; */
			line-height: 6rem;
}
h2 img{
	max-height: 4.8rem;
}
h3{
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 1em;
}
h3:not(:first-of-type){
	margin-top: 1.5em;
}
h3.h3-intro{
		font-size: 1.4em;
			border-bottom: 1px solid #271f1c;
			margin-bottom: 1.4em;
			font-style: italic;
}
h4{
	font-size: 1.5em;
}
a {
    color: inherit;
    text-decoration:underline;
}
a:hover {
	color: inherit;
  text-decoration: none;
}

a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.pointer:hover{
	cursor: pointer;
}
a.pointer{
	text-decoration: none;
}


img{
	max-width:100%;
}

hr{
	margin:0px 0px 25px 0px;
}

.st-red{
	font-size: 120%;
	color: #C00;
}
ul li{
	list-style-type: disc;
}
small{
	font-weight: inherit;
}

.ft-menu{
	margin: 5em auto 0;
	padding: 0 0 0 0;
}
.ft-menu{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.ft-menu li{
	list-style-type: none;
	display: inline-block;
	padding: 0em 1em;
}
@media screen and (max-width:797px){
.ft-menu li{
    display: block;
		margin: 0.5em -4vw;
		}
}
.ft-menu a{
	background: url(../img/i-arrow.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 1em 1em;
	color: inherit;
}
.footer {
	padding: 5rem 15px 5em;
	position: relative;
	z-index: 8;
}
.footer .copy{
	font-size:0.7em;
	line-height: 1.7;
	/* width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content; */
	margin: 0 auto;
	text-align: center;
	padding: 3rem 0;
}
.footer .copy span{
	white-space: nowrap;
}
@media (max-width: 767px){
	.footer{
		text-align: left;
	}
}
.footer p{
	margin: 0 0 0 0;
}
.footer li{
	display: block;
}

/*		common	--------------------------		*/
a img{
  transition-property: all;
  transition: 0.1s linear;
}
a img:hover{
	opacity: 0.7;
}

small{
	line-height: 1.1;
}
.cap-bg-orng{
	background-color: #fd9454;
	color: #FFF;
	padding: 4px 8px;
	margin-bottom: 0.5em;
}
.text-center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.tbl-nml{
	/* margin: 1em auto; */
	width: 100%;
	/* width: 90vw; */
	/* border-top: 1px solid #000; */
	line-height: 1.6;
}
.tbl-nml-area tr:first-of-type{
	background-color: #DDD;
}
.tbl-nml tr{
	background: url(../img/dotline.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tbl-nml th{
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	padding: 1em 1.5em 1em;
	white-space: nowrap;
	/* border-right: 1px dashed #000; */
	border-bottom: 1px solid #DDD;
	/* width: 20%; */
}
.tbl-nml td{
	/* width: 80%; */
	padding: 0.5rem;
	border-bottom: 1px solid #DDD;
}
.tbl-nml tr:last-of-type th,
.tbl-nml tr:last-of-type td{
	border-bottom: none;
}
.tbl-nml-area tr:first-of-type th,
.tbl-nml-area tr:first-of-type td{
	border-bottom: none;
}
@media screen and (max-width: 768px) {
.tbl-nml th{
	/* width: 25%; */
	padding: 1em 0.5em 1em;
	}
.tbl-nml td {
	padding: 1em 0.5em 1em ;
}
}

.bg {
		position: absolute;
			/* z-index: -1; */
			left: auto;
			top: 58px;
			width: 70%;
			min-height: 90vh;
			/* background: url("../img/bg.jpg");
			background-size: cover;
			background-position: center center; */
			overflow: hidden;
			right: auto;
			bottom: 0;
			margin: auto;
}
.bg img{
			border: 1px solid #FFF;
      max-height: 83vh;
      display: block;
      object-fit: contain;
      margin: auto;
}
@media screen and (max-width:768px) {
	.bg {
			position: absolute;
			/* z-index: -1; */
			left: auto;
			top: auto;
			width: 100%;
			min-height: 0;
			/* background: url("../img/bg.jpg");
				background-size: cover;
				background-position: center center; */
			overflow: hidden;
			right: auto;
			bottom: auto;
			margin: auto;
		}
}

@media screen and (max-width:768px){
	.pc-only{display: none!important;}
}
@media screen and (min-width:768px){
	.sm-only{display: none!important;}
}
a.btn-nml:hover,
a.btn-nml:active,
a.btn-nml:focus {
	opacity: 0.7;
	transition: 0.1s linear;
}

.div-btn{
	display: flex;
}
@media (max-width:1000px){
	.div-btn{
		display: block;
	}
}
section{
	/* padding: 2em 1.5rem 5rem; */
}
.sec-inner{
    max-width: 1000px;
    margin: auto;
    width: 85%;
    padding: 3rem 0 0rem;
    z-index: 1;
    position: relative;
    /* padding-bottom: 150px; */
}
@media screen and (max-width: 767px) {
.sec-inner {
		width: 90%;
	}
}

/*		layout	--------------------------		*/

.cc2header{
	background:#fff; 
	padding:4px 0;
	position: relative;
	z-index: 9;
}
#header{
	height: 38px;
	background:#fff; 
	padding:0px 0em; 
	position: relative;
	display: block;
	width: 100%;
}
@media (max-width:879px){
	#header .col-catch{
		display: none;
	}
}
.ul-sns{
	position: relative;
	z-index: 2;
	font-size: 2em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 0.3em 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ul-sns li{
	display: inline-block;
	width: 2.0em;
	text-align: center;
}
.ul-sns li:first-of-type{
		width: auto;
    font-size: 0.4em;
    /* vertical-align: middle; */
    letter-spacing: 0.2em;
}

.ul-sns li a{
	/* color: #FFF; */
	display: block;
}

/*		contents			*******************************************/



#page-top{
	position: fixed;
	bottom: 1rem;
	right: 1.5rem;
	text-align: right;
	margin: 0;
	z-index: 98;
}
#page-top a {
		width: 2.5em;
		height: 2.5em;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		transition: 0.1s linear;
		font-size: 2rem;
		border-radius: 100%;
		background-color: #000;
		filter: drop-shadow(0px 0px 6px #FFF);
}
#page-top a img {
	width: 2.5rem;
}
#page-top i{
	line-height: 1.4;
}
.visual{
    /* height: 54vw; */
    height: min(100vh, 56vw);
    position: relative;
		display: flex;
    align-items: center;
		justify-content: center;
		width: 100%;
			/* display: block; */
			/* display: flex; */
    bottom: -70px;
    margin-bottom: 70px;
}
@media screen and (min-width: 2468px) {
  .visual {
      bottom: 0px;
      margin-bottom: 0px;
    }
}
@media screen and (max-width: 767px) {
.visual{
height: 82vw;
}
	
}
.visual .cc2logo{
	position: absolute;
	left: 10px;
	top: 10px;
	max-width: 14%;
}
.visual .title{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	position: absolute;
	display: flex;
	align-items: end;
	z-index: 1;
	/* top: 2vh; */
	/* top: min(13vh, 6vw); */
}
.visual .title .catch{
		position: relative;
		margin: 0 auto 2rem;
		max-width: 918px;
		width: 100%;
		/* height: 265px; */
		padding: 0;
		padding-bottom: 21%;
		/* height: 0; */
		/* position: relative; */
		overflow: hidden;

}
@media screen and (max-width: 767px) {
.visual .title .catch {
	    height: 25vw;
}
}

.visual .title .catch img{
		position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			/* max-width: 918px; */
			-o-object-fit: contain;
			   object-fit: contain;
}
.visual .title-img{
    position: absolute;
    bottom: 1em;
    background: #271f1c;
    text-align: center;
		width: 100%;
}
.main-cont {
	position: relative;
	/* z-index: 8; */
	width: auto;
	margin: 0 auto 0px;
	/* background-color: #271f1c; */
	/* background: url(../img/bg.jpg); */
}
.main-bg {
	/* background: url(../img/bg.png) repeat-y; */
	background-size: contain;
	position: relative;
	/* background-color: #FFFA; */
	/* width: 90%; */
	margin: auto;
	/* padding-bottom: 5rem; */
	/* padding-top: 7rem; */
	z-index: 0;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
}
.fixed-menu{
	background-color: #271f1c;
	color: #FFF;
}
.fixed-menu ul li{
	list-style-type: none;
	display: inline-block;
	padding: 0 0.5em;
}
.fixed-menu a{
	color: inherit;
}
/* 下から */

.fadeUp{
-webkit-animation-name:fadeUpAnime;
        animation-name:fadeUpAnime;
-webkit-animation-duration:0.5s;
        animation-duration:0.5s;
-webkit-animation-fill-mode:forwards;
        animation-fill-mode:forwards;
opacity:0;
}

@-webkit-keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* .hero{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/bg_main.jpg);
	background-size: cover;
	background-position: center center;
}
.hero-item-y {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.hero-item {
	opacity: 0;
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.hero-item-y.visible,
.hero-item.visible {
	opacity: 1;
	transform: translateY(0);
}

.hero-item,
.hero-item-y,
.main-cont {
	opacity: 0;
	transition: opacity 0.8s ease;
} */
.box_wrap-hero{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/bg_main.jpg);
	background-size: cover;
	background-position: center center;
}
.box-hero-y {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.box-hero {
	opacity: 0;
	/* transform: translateY(20px); */
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.box-hero-y.visible,
.box-hero.visible {
	opacity: 1;
	transform: translateY(0);
}

.box-hero,
.box-hero-y{
	opacity: 0;
	transition: opacity 0.8s ease;
}
.visible {
	opacity: 1;
	transition: opacity 0.8s ease;
	}



.slick-slide img{
	margin: auto;
}
@media screen and (max-width: 768px) {
.slick-slide img{
	height: 80px;
}	
}
.slick-prev:before, .slick-next:before{
	color: #271f1c;
}

.process-wrap{
	margin-bottom: 3rem;
}
.process-wrap h3{
	font-size: 1.2em;
		border: 1px solid #271f1c;
			display: inline-block;
			margin: 0;
			width: 30%;
			text-align: center;
			line-height: 2.6rem;
			height: 2.8rem;
			white-space: nowrap;
			background-color: #FCFCFC;
}
@media screen and (max-width: 768px) {
.process-wrap h3{
			width: 100%;
}
	
}
.bdr-l{
	border-left: 1px solid #271f1c;
	margin-left: 2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
}
.process-wrap .bdr-l:last-of-type{
	border-left-style: dashed;
}
.fc-red{
	color: red;
}
/*youtube
---------------------------------------------------------------------*/

.youtube {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.youtube-wrap{
	max-width: 800px;
	margin: auto;
}
.ul-process{
	text-indent: -1.5rem;
}
.ul-process li{
	list-style-type: none;
}

/* .gnavi ul li a::before{
	content: "\f13a";
	font-family: 'Font Awesome 6 Free';
	margin-right: 0.5rem;
	position: absolute;
	left: 1rem;
} */
.catch-sub{
		/* transform: skewY(-2deg); */
			z-index: 9;
			/* background: #534845; */
			text-align: center;
			position: relative;
			/* padding: 5rem; */
			width: 100%;
			bottom: 1vw;
}
.catch-sub h2{
		/* max-width: 1386px; */
			margin: auto;
			padding: 2.5em;
			transform-origin: 0% 0%;
			transform: skewY(-2deg);
			font-size: 1.6em;
			text-align: center;
			line-height: 1.8;
}
@media screen and (max-width: 767px) {
.catch-sub h2 {
		text-align: start;
		padding: 1em 1.5em;
		font-size: 1.0em;
	}
}
.fs-120{
	display: block;
	font-size: 1.2em;
	margin-bottom: 0.5rem;
}
.fs-080{
		font-size: 0.8em;
			line-height: 1.6;
			display: block;
}
.fc-red{
	color: red;
}
.gnavi {
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 99;
	width: 100%;
	border-bottom: 1px solid #808080;
}
.gnavi-bg{
	position: absolute;
	width: 100%;
	height: 100%;
		/* background-color: #0009; */
			/* background: url(../img/gnavi_bg.png) repeat-x; */
			background-size: auto 100%;
				background-image: linear-gradient(to bottom, white, #271f1c);
				mix-blend-mode: multiply;
				z-index: -1;
}
.gnavi-bg2{
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0;
		/* background-color: #0009; */
			/* background: url(../img/gnavi_bg.png) repeat-x; */
			background-size: auto 100%;
				background-image: linear-gradient(to bottom, #FFF0, #FFFF);
				mix-blend-mode: soft-light;
				z-index: -1;
				}

.gnavi a {
	text-decoration: none;
	transition: 0.25s cubic-bezier(.19, 1, .22, 1);
}
.gnavi ul {
	display: flex;
	height: 64px;
	justify-content: center;
	align-items: center;
	/* background: url(../img/menu_bg_b.png) repeat-x; */
	background-position: center bottom;
	margin-bottom: 0;
}
.gnavi ul:first-of-type img {
	transform: scale(0.95);
	transition: 0.2s cubic-bezier(.19, 1, .22, 1);
	margin: auto;
}
.gnavi ul:first-of-type a:hover img {
	transform: scale(1.0);
}
.gnavi ul:first-of-type li:not(:first-of-type) img {
	max-height: 2vw;
}
.gnavi ul:first-of-type::before {
	/* content: "";
  width: 34px;
  display: block;
  background: url(../img/menu_bg_l.png) no-repeat;
  background-position: center bottom;
  height: 64px; */
}
.gnavi ul:first-of-type a:hover {
	/* transform: translateY(-3px); */
	opacity: 1;
	color: #FFF;
	text-shadow: 0 0 6px #eae4d1, 0 0 6px #eae4d1, 0 0 6px #eae4d1;
}
.gnavi li {
		display: flex;
			align-items: center;
			/* text-shadow: 0px 0px 4px #271f1c, 0px 0px 4px #271f1c; */
			height: 64px;
			padding-left: 1.9rem;
			padding-right: 1.5rem;
			padding-bottom: 0%;
			font-size: 1.2em;
			font-weight: bold;
			white-space: nowrap;
}
.gnavi li:not(:first-of-type) a::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 10px;
	background-image: url(../img/i_arr_d.png);
	background-repeat: no-repeat;
	background-position: left center;
}
@media screen and (max-width: 999px) {
	.gnavi li {
			font-size: 1.7vw;
				padding-left: 1.5rem;
				padding-right: 1rem;
				height: -webkit-fit-content;
				height: -moz-fit-content;
				height: fit-content;
	}
}
@media screen and (max-width: 767px) {
	.gnavi {
		display: none;
	}
	.gnavi li {
		font-size: 3.4vw;
	}
	.gnavi ul:first-of-type li:not(:first-of-type) img {
		max-height: none;
	}
}






	/* for mobile */
@media screen and (max-width:767px) {
	/* .cc2header .row>div:last-of-type {
		display: none;
	} */
	.gnavi {
		display: none;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		top: 0;
		height: 100vh;
		background-image: none;
		background-color: rgba(0, 0, 0, 0.85);
	}
	.gnavi::before {
		content: "";
		width: 100%;
		max-width: 396px;
		display: block;
		/* background: url(../img/gnavi_mb_top.png) no-repeat; */
		background-position: center bottom;
		background-size: 100%;
		/* height: 63px; */
		/* transform: rotate(180deg); */
	}
	.gnavi::after {
		content: "";
		width: 100%;
		max-width: 396px;
		display: block;
		/* background: url(../img/gnavi_mb_btm.png) no-repeat; */
		background-position: center top;
		background-size: 100%;
		/* height: 64px; */
	}
	.gnavi ul {
		width: 100%;
		max-width: 396px;
		margin: 0px auto;
		/* background: none; */
		flex-flow: column;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		/* background: url(../img/gnavi_mb_bg.png) center top repeat-y; */
		background-size: 100%;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
	.gnavi ul:first-of-type {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	/* .gnavi ul:last-of-type {
		flex-flow: nowrap;
		padding-bottom: 1.5rem;
	} */
	.gnavi ul:first-of-type li {
		text-align: left;
		margin-right: auto;
		margin-top: 1rem;
	}
	.gnavi ul li a {
		line-height: 1.6;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		font-size: 1.2rem;
	}
	.gnavi ul:first-of-type li a {
		width: 100%;
		padding: 0.4em;
	}
	.gnavi-logo {
		display: none;
	}
	.gnavi .d-flex {
		display: block !important;
		text-align: center;
	}
	/* .page .gnavi{
	visibility: hidden;
} */
.gnavi-bg,
.gnavi-bg2{
	display: none;
}

}



/* --- for mobile end --- */
.navbar {
	display: none;
	/* padding: 2px 2px 2px 5px; */
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	left: auto;
	padding: 0;
	background-color: #FFF;
	height: 36px;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 3px #0009;
}

.navbar-toggler {
	border: none;
}
.navbar-toggler-icon {
	background-image: none;
	position: relative;
	width: 24px;
	height: 2px;
	background-color: #000;
	display: block;
	transition: all .3s;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: #000;
	transition: all .3s;
}
.navbar-toggler-icon::before {
	top: -8px;
}
.navbar-toggler-icon::after {
	top: 8px;
}
/* メニューオープン時 */
.gnavi.flex+.navbar .navbar-toggler-icon {
	background-color: transparent;
}
.gnavi.flex+.navbar .navbar-toggler-icon::before {
	transform: rotate(45deg);
	top: 0;
}
.gnavi.flex+.navbar .navbar-toggler-icon::after {
	transform: rotate(-45deg);
	top: 0;
}
.i-next {
	position: relative;
}
.i-next::after {
	position: absolute;
	content: "\f138";
	font-family: "Font Awesome 6 Free";
	right: 1rem;
}
.navbar-toggler:focus {
	box-shadow: none;
}

@media screen and (max-width:767px) {
			.navbar {
					display: block;
				}
}

.glow-cyan {
	-webkit-filter: drop-shadow(0 0 5px #1effc8);
	        filter: drop-shadow(0 0 5px #1effc8);
}

.list-item {
	display: flex;
	align-items: start;
	gap: 1rem;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}
.list-item .date {
	flex: 0 0 7rem;
	font-weight: bold;
}
.list-item .text {
	flex: 1;
}
.bg-over{
	/* position: absolute; */
	width: 100%;
	height: 100%;
	background-color: #a4005b33;
	mix-blend-mode: color-burn;
	z-index: -1;
}
.bg-over2{
	/* position: absolute; */
	width: 100%;
	height: 100%;
	background-color: #fd945433;
	mix-blend-mode: color-burn;
	z-index: -1;
}
.bg-over3{
	/* position: absolute; */
	width: 100%;
	height: 100%;
	background-color: #16a033;
	mix-blend-mode: color-burn;
	z-index: -1;
}
#topics{
}
#overview{
}
.btn-group {
	width: 100%;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
.btn-group button{
			/* margin: 0 0.5rem; */
			/* opacity: 0.6; */
			font-size: 1.4rem;
			line-height: 2;
			padding-bottom: 0.2rem;
	color: #000;
	background: #FFF;
	border: 1px solid #000;
	transition: 0.3s ease-in-out;
}
.btn-group button:hover{
	color: #FFF;
	background: #000;
	border: 1px solid #FFF;
}
.btn-group button.active{
	color: #FFF;
	background: #271f1c;
	border: 1px solid #FFF;
	pointer-events: none;
}
.btn-group button.active::before{
	content: "\f00c";
	font-family: 'Font Awesome 6 Free';
}
.btn-group button.no-active {
	pointer-events: none;
	background-color: #777;
	color: #FFF;
}
.hd-hex {
		position: relative;
			background-color: #271f1c;
			color: #FFF;
			height: 4rem;
			padding: 0;
			/* margin: 0; */
			text-align: center;
			align-items: center;
			display: flex;
			justify-content: center;
			margin-bottom: 2rem;
			max-width: 84%;
			margin-left: auto;
			margin-right: auto;
}
@media screen and (max-width: 1020px) {
	.hd-hex {
			font-size: 3.2vw;
		}
}
.hd-hex-2r {
	height: 6rem;
	line-height: 1.2;
}
.hd-hex-w {
	background-color: #FFF;
	color: #000;
}
.hd-hex:before,
.hd-hex:after {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	content: '';
	border: 2rem solid transparent;
	border-right: 24px solid transparent;
	border-left: 24px solid transparent;
}
.hd-hex-2r:before,
.hd-hex-2r:after {
	border: 3rem solid transparent;
	border-right: 24px solid transparent;
	border-left: 24px solid transparent;
}
.hd-hex:before {
	right: 100%;
	border-right-color: #271f1c;
}
.hd-hex:after {
	left: 100%;
	border-left-color: #271f1c;
}
.hd-hex-w:before {
	border-right-color: #FFF;
}
.hd-hex-w:after {
	border-left-color: #FFF;
}
.hd-hex:hover {
}

.btn-group button.active{
				opacity: 1;
}

#benefits{
}
#highlights{
}
.title-name{
			margin-left: auto;
				position: relative;
				margin-top: auto;
				z-index: 1;
				margin-right: 1rem;
}
.title-name img{
	max-width: 25vw;
}
.ul-bare{
		margin-bottom: 0;
			padding-left: 0;
			
}
.ul-bare a,
.ul-bare li{
		max-height: 179px;
		max-width: 179px;
		list-style-type: none;
		display: flex;
		justify-content: center;
		align-items: center;
		aspect-ratio: 1 / 1;
		width: 100%;
		background-color: #271f1c;
		background-position: top center;
}
.ul-bare li{
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
			border: 2px solid #777;
}
.ul-bare li:hover{
	/* background-color: #FFF3; */
	transform: scale(1.05);
	box-shadow: 0 0 7px #FFF;
	filter: brightness(1.2);
}
.ul-bare li.bare01{
	background-image: url(../img/bg_spart_maltwappa.png);
}
.ul-bare li.bare02{
	background-image: url(../img/bg_spart_mei.png);
}
.ul-bare li.bare03{
	background-image: url(../img/bg_spart_hanna.png);
}
.ul-bare li.bare04{
	background-image: url(../img/bg_spart_kyle.png);
}
.ul-bare li.bare05{
	background-image: url(../img/bg_spart_socksboron.png);
}
.ul-bare li.bare06{
	background-image: url(../img/bg_spart_chickhack.png);
}
.ul-bare li.bare07{
	background-image: url(../img/bg_spart_sheenabritz.png);
}
.ul-bare li.bare08{
	background-image: url(../img/bg_spart_jinflam.png);
}
.ul-bare li.bare09{
	background-image: url(../img/bg_spart_vanilla.png);
}
.ul-bare li.bare10{
	background-image: url(../img/bg_spart_ash.png);
}
.ul-bare li.bare11{
	background-image: url(../img/bg_spart_tiere.png);
}
.ul-bare li.bare12{
	background-image: url(../img/bg_spart_psyche.png);
}
.ul-bare li.bare13{
	background-image: url(../img/bg_spart_pyrock.png);
}
.ul-bare li.bare14{
	background-image: url(../img/bg_spart_makekkitai.png);
}
.ul-bare li.bare15{
	background-image: url(../img/bg_spart_hax.png);
}
@media (max-width: 768px){

.ul-bare {
	display: flex;
	flex-wrap: wrap;
	/* 折り返しを許可 */
	gap: 10px;
	/* li同士の間隔（必要なら） */
	padding: 0;
	margin: 0;
}
.ul-bare li {
		/* height: 179px; */
			/* width: calc(50% - 10px); */
			/* width: 179px; */
			list-style: none;
			display: flex;
			justify-content: center;
			align-items: center;
			background-color: #271f1c;
			color: #fff;
			max-width: 179px;
			/* width: calc(50% - 10px); */
			background-size: contain;
			width: 100%;
}
}

.fade-up {
	transition: 0.8s ease-in-out;
	/* transform: translateY(30px); */
	opacity: 0;
}
.on {
	transition-duration: 0.6s;
	transition-timing-function: ease;
	transition-property: all;
	transition-delay: 0.2s;
	opacity: 1;
}
.fade-up.on {
	transform: translateY(0);
	opacity: 1.0;
}

/* box view */
.box_wrap {
	margin-left: auto;
	margin-right: auto;
	/* width: 70%; */
}
.box {
	/* display: flex; */
	align-items: center;
	justify-content: center;
	/* margin-top: 30px; */
	/* width: 100%; */
	/* height: 50px; */
	opacity: 0;
	/* transform: translateY(20px); */
	transition: all 0s;
	max-width: 95%;
}
.box.ready {
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.8s cubic-bezier(0, 1.2, 1.0, 1.0);
	}
@media screen and (min-width:769px) {
	.a-link {
		padding-top: 70px;
		/* margin-top: -70px; */
	}
	.a-link-page {
		padding-top: 130px;
		margin-top: -130px;
		/* margin-top: -70px; */
	}
}
.title img{
	max-height: 14vw;
  /* max-height: min(14vw, 16vh); */
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.tab-circle{
		position: absolute;
			background-color: #f93a3a;
			height: 6rem;
			width: 6rem;
			border-radius: 5rem;
			right: -0.8rem;
			top: -0.8rem;
			line-height: 1.1;
			display: flex;
			justify-content: center;
			align-items: center;
			padding-bottom: 0.4rem;
}

.modal-content-fugaten{
			/* display: flex; */
				/* justify-content: center; */
				/* align-items: center; */
				background: url(../img/bg_main.jpg);
				background-size: cover;
				background-position: center center;
}

.carousel-indicators [data-bs-target] {
	background-color: #999;
	/* 非アクティブ色 */
}
.carousel-indicators .active {
	background-color: #333;
	/* アクティブ色（オレンジ） */
}
/* 左右カーソルの色変更 */
.carousel-control-prev-icon,
.carousel-control-next-icon {
	/* background-color: rgba(0, 0, 0, 0.8); */
	/* border-radius: 50%; */
	/* 丸くする */
	width: 3rem;
	/* 幅 */
	height: 3rem;
	/* 高さ */
}
.carousel-inner {
	position: relative;
	width: 90%;
	overflow: hidden;
	margin: auto;
}

.carousel-control-next{
	right: -30px;

}
.carousel-control-prev{
	left: -30px;
}
@media (min-width: 992px){
.carousel-control-next {
		right: -50px;
	}
	.carousel-control-prev {
		left: -50px;
	}
}
#carousel-vis .carousel-control-next {
	right: -10px;
}
#carousel-vis .carousel-control-prev {
	left: -10px;
}
@media (min-width: 992px) {
#carousel-vis	.carousel-control-next {
		right: -20px;
	}
#carousel-vis	.carousel-control-prev {
		left: -20px;
	}
}
.modal-body{
	overflow-x: hidden;
}
.btn-close {
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
			position: absolute;
				right: 1.0rem;
				z-index: 9;
				font-size: 1.5rem;
				width: 1.5rem;
				height: 1.5rem;
}
.carousel-item {
	transition: transform .3s ease-in-out;
}

.tag-new {
			--point: 0.6em;
			--color: red;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			padding: 0 1rem 0 0.5rem;
			background: var(--color);
			color: #fff;
			font-weight: bold;
			-webkit-clip-path: polygon(0 0,
					calc(100% - var(--point)) 0,
					100% 50%,
					calc(100% - var(--point)) 100%,
					0 100%);
			clip-path: polygon(0 0,
					calc(100% - var(--point)) 0,
					100% 50%,
					calc(100% - var(--point)) 100%,
					0 100%);
			/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); */
			margin-right: 0.5rem;
			line-height: 1.5;
}
.btn-collapse{
	background: no-repeat;
	border: 1px solid #FFF;
	width: 100%;
	color: inherit;
	position: relative;
	margin-bottom: 3rem;
}
.btn-collapse:hover {
	background-color: #FFF3;
}

.btn-collapse h3{
	padding-bottom: 0;
	/* padding-top: 0.5rem; */
	padding: 0.5rem 4rem 0.5rem 0.5rem;
}
.btn-collapse::after {
	content:"▲";
	position: absolute;
	right: 3.5%;
	top: 0;
	bottom: 0;
	height: 100%;
	display: block;
	display: flex;
	align-items: center;
	font-size: 2rem;
	transition: transform 300ms ease;
}
.btn-collapse.collapsed::after {
	/* transform: rotate(180deg); */
	transform:  rotate(180deg);
}
.line-d{
	border-top: 1px solid #FFF9;
	border-bottom: 1px solid #FFF9;
	padding: 0.5rem;
	text-align: center;
}
.cap-fs{
	font-size: inherit;
}
@media screen and (min-width: 768px) {
.cap-fs{
	font-size: 1.7rem;
}
}
.spart .box{
	justify-content: start;
	align-items: start;
}
.talk {
	max-width: 700px;
	margin: 0em auto 1.5em ;
	font-family: serif;
	line-height: 1.7;
}
.talk .line {
	display: flex;
	margin: 0 0 1.5em;
}
.talk .name {
	/* display: inline-block; */
	flex: 0 0 8em;		/* 固定幅 */
	font-weight: bold;
	padding-right: 1rem;
}
.talk .name::after {
	/* content: "："; */
}
.talk .speech {
		flex: 1;
	/* color: #271f1c; */
}
.talk .narration {
	margin: 1em 0;
	padding: 0.6em 0.8em;
	/* background: #f5f5f5; */
	/* color: #555; */
	font-style: italic;
	/* border-left: 4px solid #ccc; */
}
.img-spart{
	max-width: min(100%, 550px);
	margin-bottom: 3rem;
}
.sec-spart{
	/* max-width: 90%; */
	max-width: 1300px;
}
.p-lang button{
		background: none;
		border: none;
		text-decoration: underline;
		font-size: 1.4rem;
		color: #FFF;
		padding: 0.5rem;
}

.p-lang button.is-current {
	background: none;
	border: none;
	/* padding: 0; */
	/* color: #271f1c; */
	/* font-weight: bold; */
	cursor: default;
	text-decoration: none;
	pointer-events: none;
}

.p-lang button.is-current:hover,
.p-lang button.is-current:focus {
	outline: none;
}
/* .lang-en .btn-en,
.lang-jp .btn-jp{
			pointer-events: none;
			text-decoration: none;
} */
#sp_image img:first-of-type{
	position: sticky;
	top: 5rem;
}
.lang-jp .d-en { display: none; }
.lang-en .d-jp { display: none; }














.section {
	position: relative;
	/* padding: 50px 0px 0px; */
	/* margin-bottom: 7vw; */
	margin: 0;
	padding-bottom: 5rem;
}
.section-bg-w {
	background-color: #DDD;
}
.section-bg-w + .sec-inner{
	color: #271f1c;
	}
.section-bg-k {
	background-color: #271f1c;
	/* color: #FFF; */
}
.section-bg{
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.9;
	transform: skewY(-3deg);
}
.section:last-of-type .section-bg::after{
	transform: none;
}

.img-menu-logo{
			max-width: 250px;
				aspect-ratio: 728/160;
}
.frame {
		border: solid #ccc 22px;
			display: inline-block;
			padding: 15px;
			border-image-source: url(../img/frame.png);
			border-image-slice: 22 fill;
			color: #000;
			width: 100%;
}
@media screen and (max-width: 767px) {
	.frame{
		padding: 0;
	}
	
}
.frame  table{
			width: 100%;
}
.bg-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
	/* background: #000; */
}
.bg-fixed-img {
	position: absolute;
	inset: 0;
	background: url('../img/visual_main.png') no-repeat left top/contain;
	background-position: 0 64px;
	transition: opacity 0.5s ease;
	overflow: hidden;
	max-width: 40%;
}
.bg-container, 
.title-img-1,
.title-img-2 {
	opacity: 0;
	transition: opacity 1.2s ease, transform 1.2s ease;
}
@media screen and (max-width: 767px) {
	.bg-fixed-img {
		background-position: 0 0px;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.bg-fixed-img {
		/* background-size: 80%;     */
		max-width: 100%;
		max-height: 100vh;
		aspect-ratio: 513/1060;
	}
}
.spacer {
	height: 96vh;
	display: grid;
	place-items: center;
	color: white;
	position: relative;
}
@media screen and (max-width: 983px) {
.spacer {
		height: auto;
	}
}
/* タイトルロゴ */
.title-container {
	display: flex;
	width: 100%;
}
.title-container .title-item {
	display: flex;
	flex-flow: column;
	width: 50%;
	left: 40%;
	position: relative;
	filter: drop-shadow(0px 0px 3px #000) drop-shadow(0px 0px 3px #000) drop-shadow(0px 0px 3px #000);
	/* flex: 891; */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.spacer{
		height: auto;
		padding-bottom: 62vh;
	}
	.title-container {
		flex-flow: column;
		bottom: 9%;
		/* position: absolute; */
		left: auto;
		right: 0;
	}
	.title-container .title-item {
			left: 10%;
			width: 80%;
			top: 57vh;
	}
}
.scroll-wrap {
	overflow: hidden;
	max-width: 1920px;
	margin: auto;
}
.scroll-track {
	display: flex;
	width: max-content;
	animation: anim-scroll 70s linear infinite;
}
.scroll-track-anim2 {
	animation: anim-scroll2 70s linear infinite;
}
.scroll-track img {
	display: block;
}
/* 画像1枚分だけ左に移動 */
@keyframes anim-scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@keyframes anim-scroll2 {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}

.cap-button {
	display: inline-block;
	padding: 16px 60px;
	color: #fff;
	background: #271f1c;
	text-align: center;
	clip-path: polygon(40px 0,
			calc(100% - 40px) 0,
			100% 50%,
			calc(100% - 40px) 100%,
			40px 100%,
			0 50%);
}

button {
	box-shadow: none !important;
	border: none;
	background-image: none;
	/* グラデ消し（古いBS対策） */
}
button:focus,
button:active,
button:focus:active {
	box-shadow: none !important;
	outline: none;
}
.box-notice {
	align-items: center;
	justify-content: center;
	transition: all 0s;
	max-width: 95%;
	border: 1px solid #FFF6;
	border-radius: 1rem;
	padding: 1rem;
}
.tab-now {
	display: inline-block;
	background-color: #271f1c;
	color: #f3c839;
	margin-left: 0.5rem;
	line-height: 1.4;
	/* border-radius: 0.2rem; */
	padding: 0 0.2rem;
	border: 1px solid #f3c839;
	vertical-align: middle;
}
.bn-float{
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #271f1c;
	padding: 0.5rem;
	margin: 0.5rem;
	border-radius: 0.5rem;
	width: 370px;
	box-shadow: 0px 0px 6px #FFF;
	max-width: 75vw;
	z-index: 9;
}
.bn-float-tab{
	background-color: #000;
	color: #FFF;
	text-align: center;
	margin: 0 0.2rem;
}
.row-photo img{
	filter: drop-shadow(0px 0px 2px #FFF);
}
.row-photo p{
	font-size: 14px;
	line-height: 1.2;

}
.row-photo .col-6 {
	display: flex;
	flex-direction: column;
}
.row-photo .img-wrap {
	height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
.row-photo .img-wrap {
		height: 30vw;	
}
}
@media screen and (max-width: 767px) {
.row-photo .img-wrap {
		height: 50vw;	
}
}
.row-photo .img-wrap img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.is-visible {
	opacity: 1 !important;
	transform: translateY(0) !important;
}
.table-wrap {
	overflow-x: auto;
}
.table-wrap table {
	min-width: 600px;
	border-collapse: collapse;
}
.table-wrap {
	position: relative;
	overflow-x: auto;
}
.section-footer::after{
	/* overflow: hidden; */
	content: "";
	width: 100%;
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
