.indexCONTENT {
	background-position: center top;
	
}

.index-sp {
	display: none;
}
/* FVエリア：背景画像を表示する親 */
.index-fv {
    background: url("../../images/index/pc.jpg") no-repeat center top;
	background: url("../../image/index/bgsp.jpg");	
    width: 100%;
    max-width: 1800px;
    height: auto;
    aspect-ratio: 1800 / 735;
    background-size: contain;
    position: relative;
    margin: auto;
}



/* スマホ対応（必要に応じて） */
@media screen and (max-width: 960px) {
    .index-fv {
        background-size: cover; /* スマホでは画面に合わせていっぱいに表示 */
        aspect-ratio: auto;
        padding-top: 100%;      /* スマホ用の高さ調整 */
    }
}
.index-fvsp {
	display: none;
}

.indexbox {
	text-align: center;
}

.index-fv h1 {
	color:#f6618f;
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
  margin: 0 auto;
}

.indexbox .logo {
	width: 750px;
	margin: auto;
	margin-bottom: 20px;
}
.indexbox .logo img {
	width: 100%;
	height: auto;
}


.indexBUTTON {
	display: flex;
	justify-content: center;
  align-items: center;
	margin-bottom: 20px;

}


.indexBUTTON li {
	margin: 0 5px;
}

.h3_sub {
	margin-bottom: 20px;
}

.index-wrap {
	max-width: 900px;
	margin: auto;
	padding: 50px 0;
}
.index-seo {
	margin-bottom: 20px;
}
.index-seo h2 {
	color:#f51b66;
	font-size: 3rem;
	text-align: center;
	padding: 0;
	margin: 0;
}

.index-seo p {
	text-align: center;
	font-size: 1.5rem;
}

.indexCONTENT .copyright {
	background: #f682aa;
	text-align: center;
	color:#fff;
	font-size: 1.4rem;
	padding: 10px;
	box-sizing: border-box;
}



@media screen and (max-width: 834px) {
.indexCONTENT {
	background: url("../../image/index/bgsp.jpg");
	background-position: center top;
	background-size: 80%;
}
	
.index-sp {
	display: block;
}
	
.spfv {
	position: relative;
}
.spfv img {
		width: 100%;
	height: auto;
}
	
	
.index-sp h1 {
	color:#f51b66;
	font-size: 1.4rem;
	text-align: center;
	padding: 0px;
	box-sizing: border-box;
  margin: 0 auto;
}

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

.indexbox {
	text-align: center;
	font-size: 1.4rem;
	margin: 0 15px 20px 15px;
	box-sizing: border-box;
}
	
.index-sp .logo {
	width: auto;
	margin: auto 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.index-sp .logo img {
	width: 100%;
	height: auto;
}
/* ========================================================
   FV（ファーストビュー）とボタンの配置調整
======================================================== */


.indexCONTENT {
	background: url("../../image/index/bgsp.jpg");
	background-position: center top;
	background-size: 80%;
}	
/* FV画像のすぐ下に配置するラッパー（またはボタン要素） */
.indexBUTTON {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 20px auto 30px auto !important; /* FVの下に適度な余白を開けて中央配置 */
    z-index: 3;
    list-style: none;
    padding: 0;
}

.indexBUTTON li {
    margin: 0 5px;
}

.indexBUTTON li img {
    width: 100%;
    height: auto;
}

/* その他のスタイル */
.h3_sub {
    text-align: center;
    font-size: 1.3rem;
    margin: 0 15px 20px 15px;
    box-sizing: border-box;
}

.index-wrap {
    max-width: 900px;
    margin: auto 15px;
    padding: 20px 0;
}

.index-seo {
    margin-bottom: 20px;
}

.index-seo h2 {
    color: #f51b66;
    font-size: 1.8rem;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1.6;
}

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

.indexCONTENT .copyright {
    background: #f682aa;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px;
    box-sizing: border-box;
}