/* --------------------------　 TOPページだけ、一瞬ロゴ　-------------------------- */
.start {
	background:rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 500px;
}
@media screen and (max-width: 834px) {
.start {
	background:rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 80%;
}
}




.anim-box02.fadein02.is-animated02 {
	opacity: 0;
	animation-name: fadeIn2s;
    animation-delay: 0.5s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.anim-box02 {

  margin: 0 auto;
	z-index: 1;
}

.anim-box02 figure {
	width: 800px;
	margin: auto;
	margin-bottom: 40px;
}
.anim-box02 figure img {
	width: 100%;
	height: auto;
	margin: auto;
}

 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn2s {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




.indexCONTENT {
	width: 100%;
	background: url("../../image/index/index.jpg") no-repeat;
	background-size: cover;
	height: 100vh;
	background-position: center top;
    background-color: #000;
}


.index-fv {
	position: relative;
	padding-top: 200px;
	width: 100%;
	overflow: hidden;
	background-position: center top;
	margin-bottom: 0px;
	box-sizing: border-box;
}


.index-fvsp {
	display: none;
}

.indexbox {
	text-align: center;
	color:#fff;
}

.h3_sub {
	font-size: clamp(1.4rem, 1.45vw, 1.6rem);
}

.more_box {
	display: flex;
	justify-content: center;
  align-items: center;
	margin-top: 60px;
}
.more_box div {
	margin: 0 10px;
}


.more03 {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background-image: linear-gradient(360deg, rgba(125, 0, 30, 1), rgba(175, 0, 40, 1) 33%, rgba(220, 55, 90, 1) 76%, rgba(125, 0, 30, 1));
	color: #fff;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:-20px;
	margin-bottom:20px;
	width:200px;
	font-size:3rem;
	border: 1px solid #c00e37;
}
.more03::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more03:link,
.more03:visited {
	color: #fff;
}


.index-wrap {
	max-width: 1000px;
	margin: auto;
	padding: 40px 0;
}
.index-seo  {
	margin-top: 30px;
	margin-bottom: 30px
}
.index-seo p {
	text-align: center;
    font-size: 1.4rem;
    color: #fff;
    line-height: 200%;
		        -webkit-text-stroke: 2px black;
        text-stroke: 2px black;
        paint-order: stroke;
}



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

.indexCONTENT {
	background: url("../../image/index/indexSP.jpg") no-repeat;
	width: 100%;
	
	background-size: cover;
	background-position: center top;
    background-color: #000;
	}


.anim-box02.fadein02.is-animated02 {
	opacity: 0;
	animation-name: fadeIn2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.anim-box02 {

  margin: 0 auto;
	z-index: 1;
}

.anim-box02 figure {
	width: 300px;
	margin: auto;
}
.anim-box02 figure img {
	width: 100%;
	height: auto;
	margin: auto;
}

	
	

	
.indexCONTENT {
	
}


.index-fv {
	position: relative;
	padding-top: 100px;
	width: 100%;
	overflow: hidden;
	background-position: center top;
}


.index-fvsp {
	display: none;
}

.indexbox {
	text-align: center;
	color:#fff;
	padding: 20px  20px  0px;
	box-sizing: border-box;
}

.h3_sub {
	font-size: clamp(1.4rem, 1.45vw, 1.6rem);
}

.more_box {
	display: flex;
	justify-content: center;
  align-items: center;
	margin-top: 30px;
	width: 100%;
}
.more_box div {
	margin: 0 3px;
	width:48%;
	box-sizing: border-box;
}


.more03 {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	width:100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:-20px;
	margin-bottom:0px;
	
	font-size:1.6rem;
	box-sizing: border-box;
}
.more03  a {
	


}
.more03::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more03:link,
.more03:visited {
	color: #fff;
}


.index-wrap {
	max-width: auto;
	margin: auto;
	padding: 20px 20px;
	box-sizing: border-box;
}

.index-seo p {
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
}
}