@charset "utf-8";
/* CSS Document */

/* =======================================================================
	ヘッダー <header>~</header>内部
   ======================================================================= */
/*全体 */
/* =======================================================================
	メイン <main>~</main>内部
   ======================================================================= */
#page-top {
	bottom: 0vh;
	right:  -4vh;
}
/* 装飾 */
#page-top a{
	width: 50%;
	display: block;
	/*
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;*/
}

/* ------------------------------------------------------------------
	セクション
   ------------------------------------------------------------------ */
.sec-st-top img{
	width: 100%;
}

.sec-st-main img{
	width: 100%;
}

/* PV */
.section iframe {
	width: 90vw;
	height: 60vw;
}
.section{
	padding-top: 5vw;
}


.sec-scrn{
	margin-bottom: 10vw
}
/* ------------------------------------------------------------------
	ダウンロード
   ------------------------------------------------------------------ */

/* センタリング */
.dl-glass img{
	display: block;
	margin: 0 auto;
}

/* QRコード非表示 */
img.dl-qr {
	display: none;
}

.dl-banner {
	margin-top: 1vh;
	margin-bottom: 1vh;
    display: flex;
    justify-content: center;
	gap: 24px;               /* 画像の間隔 */
}

.dl-banner div{
	list-style: none;
	margin-left: 5vw;
	margin-right: 5vw;
}

.dl-icon-ios{
	width: 93%;
}
.dl-icon-and{
	width: 100%;
}


/* ------------------------------------------------------------------
   ------------------------------------------------------------------ */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* =======================================================================
	フッター <footer>~</footer>内部
   ======================================================================= */
  
.foot-gm-name{
	padding-left: 2vw;
	padding-right: 1vw;
}
.foot-gm-title{
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 24px;
	text-align: center;
}
.foot-gm-name p{
	font-size: 14px;
	line-height: 18px;
}

@media screen and (min-width:400px) and ( max-width:749px){
	.foot-gm-title{
		font-size: 17px;
		line-height: 24px;
	}
	.foot-gm-name p{
		font-size: 14px;
		line-height: 18px;
	}
}
@media screen and (min-width:750px) {
	.foot-gm-title{
		font-size: 24px;
		line-height: 32px;
	}
	.foot-gm-name p{
		font-size: 16px;
		line-height: 20px;
	}
}


.foot-link {
	padding-top: 10vw;
	margin: 4vw auto;
	position: relative;
 }
 .foot-other-logo {
	text-align: center;
	width: 66vw;
	display: table;
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* ツイッターアイコン */
.icon-sns {
	max-width: 12vw;
	vertical-align: top;
}

.foot-last-moji li{
	margin-left: 6vw;
	margin-bottom: 4vw;
	padding-left: 2vw;
	border-left: solid 2px;
}

.foot-last-img{
	text-align: center;
	margin-bottom: 2vw;
}

.foot-copyright {
	text-align: center;
	padding-top: 2vw;
	padding-bottom: 4vw;
	font-size: 12px;
}
@media screen and (min-width:450px){
	.foot-copyright {
		font-size: 15px;
	}
}

.pc {
	display: none;
}
