.indexCONTENT {
	background: #fff !important;
}

h1 {
	background:#222;
	color:#fff;
	font-size: 1.4rem;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	
}

.index-fv {
	background: url("../../image/index/pc.jpg")no-repeat;
	width: 100%;
	
	background-position: center top;
	padding-top: 650px;
}
.index-fvsp {
	display: none;
}

.indexbox {
	text-align: center;
	
}

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


.more03 {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background:linear-gradient(180deg,#ac0078 0%,#ac0078 50%,#780152 50%,#780152 100%);
	color: #fff;
	
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:-20px;
	margin-bottom:20px;
	width:400px;
	font-size:3rem;
	border: 1px solid #f9cc61;
}
.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: 50px 0;
}

.index-seo p {
	text-align: center;
	font-size: 1.4rem;
}
.entranse_contents {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
color: #222;
    border: 1px dotted #8d8d8d;
    padding: 2em;
    font-size: 58%;
    border-radius: 15px;
    background: rgb(98 98 98 / 3%);
    margin: 24px auto 24px auto;
}
#mongon {
    width: 100%;
    max-width: 960px;
    margin: 1em auto;
    text-align: center;
}        

.otherlink{
 overflow: scroll;
 width: 98%;
 max-width: 640px; 
 margin-left:auto; 
 margin-right: auto; 
 overflow:visible;
 text-align: center;
 }
.otherlink img{ 
 width:90%;
 max-width: 456px;
 margin: 5px auto 0 5px;
 }


@media screen and (max-width: 834px) {
.indexCONTENT {
	background: #fff !important;
}
.entranse_contents{	
	width: auto;
margin: auto 2% auto 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#fff;
    border: 1px dotted #8d8d8d;
    border-radius: 15px;
    background: rgb(98 98 98 / 50%);    
}
.entranse_contents img{
    border: 0px;
   
}  
h1 {
	background:#222;
	color:#fff;
	font-size: 1rem;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	
}

.index-fv {
	display: none;
}
.index-fvsp {
	display: block;
}

.indexbox {
	text-align: center;
	font-size: 1.4rem;
	
}

.more_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: center;
	margin-top: 20px;
	width: 100%;
	font-size: 1.4rem;
}
.more_box div {
	margin: 0 0px;
	width: 100%;
}


.more03 {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background:linear-gradient(180deg,#ac0078 0%,#ac0078 50%,#780152 50%,#780152 100%);
	color: #fff;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:-20px;
	margin-bottom:20px;
	width:60%;
	font-size:1.6rem;
	border: 1px solid #f9cc61;
}
.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: 25px 20px;
	box-sizing: border-box;
}

.index-seo p {
	text-align: left;
	font-size: 1.2rem;
}

}