@charset "utf-8";
/* CSS Document */
/* =======================================================================
	ヘッダー <header>~</header>内部
   ======================================================================= */
/* =======================================================================
	メイン <main>~</main>内部
   ======================================================================= */
#page-top {
	bottom: 0px;
	right: -10px;
}
/* 装飾 */
#page-top a{
	width: 70%;
	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%;
}

.section{
	text-align: center;
	padding-top: 100px;
	margin-bottom:80px;
}

.sec-dl {
	display: block;
	/*width:640px;*/
	margin: 0 auto;
}

.dl-table {
	display: table;
}

.dl-banner,
.dl-glass {
	display: flex;
	justify-content: center; /* 横の中央に寄せる */
	gap: 64px;               /* 画像の間隔 */
	width: 100vw;            /* 横幅を画面いっぱいに */
	padding: 32px 0;         /* 上下の余白 */
}

.dl-glass {
	padding-left: 0px;
}

.dl-qr-ios{
	width: 52%;
}
/* =======================================================================
	フッター <footer>~</footer>内部
   ======================================================================= */

.foot-gm-name{
	text-align: center;
}

.foot-gm-title {
	padding-top: 60px;
	padding-bottom: 20px;
	line-height: 1.7em;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	font-size: 28px;
}

.foot-link {
	padding-top: 50px;
	margin: 20px auto;
	position: relative;
 }

 .foot-other-logo {
	margin: 0 auto;
	text-align: center;
	width: 340px;
	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: 80px;
	vertical-align: top;
}
	
.foot-last{
	width: 750px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

.foot-last-img img{
	width: 140px;
}

.foot-last-moji{
	position: absolute;
	width: 490px;
	padding-left: 40px;
	padding-bottom: 14px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.foot-last-moji li{
    list-style-type:none;
    float: left;
    margin-left: 20px;
}

.foot-terms{
    border-left: solid 1.5px;	
	border-right: solid 1.5px;
	padding-left: 14px;
	padding-right: 14px;
}

.foot-copyright {
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
}

.sp {
	display: none;
}

