@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* comBtn */
.comBtn a {
	padding: 5px 10px;
    width: 200px;
    height: 56px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background: #E70012;
    background-size: 46px auto;
    line-height: 1.25;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
}

@media all and (min-width: 961px) {
	.comBtn a:hover {
		filter: brightness(1.2);
	}
}

/* content */
.content {
	margin: 0 auto;
	max-width: 960px;
}
@media all and (max-width: 960px) {
	.content {
		max-width: inherit;
		padding: 0 31px;
	}
}
@media all and (max-width: 374px) {
	.content {
		padding: 0 20px;
	}
}

/* fixBox */
.fixBox {
	padding: 17px 0 23px;
	height: 100px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	background: #C30D23;
	z-index: 100;
}
.fixBox .btnUl {
	display: flex;
	justify-content: center;
}
.fixBox .btnUl img {
	height: 44px;
}
.fixBox .btnUl li {
	margin: 0 8px;
}
.fixBox .title {
	text-align: center;
	width: 200px;
}

.fixBox a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	height: 60px;
	border-radius: 5px;
	width: 100%;
	position: relative;
	padding: 0 16.13% 0 19.97%;
	margin: 0 auto;
}
.fixBox a .wrap{
	position: relative;
	height: 100%;
	display: flex;
}
.fixBox a .wrap::before,
.fixBox a .wrap::after{
	content: "";
	position: absolute;
}
.fixBox a .wrap::before{
	width: 72px;
	height: 88px;
	background: url(../img/index/float_01.png) no-repeat top right / contain;
	top: -5px;
	left: -80px;
}
.fixBox a .wrap::after{
	width: 62px;
	height: 61px;
	background: url(../img/index/float_02.svg) no-repeat top left / contain;
	top: -8px;
	right: -68px;
}

@media (min-width:961px) {
	.pc-linkoff {
		pointer-events: none;
	}
	.pc-linkoff:hover {
		opacity: 1 !important;
	}
}

/* コピーライト上 */
/* btmBox */
.btmBox {
	padding: 40px 0 20px;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #4B4B4B;
	background: #fff;
}
.btmBox .content {
	max-width: 630px;
}
.btmBox p {
	margin-bottom: 9px;
	letter-spacing: 0;
	font-size: 10px;
}
.btmBox p:last-child {
	margin-bottom: 0;
}
.btmBox .notes {
	padding-left: 1em;
	text-indent: -1em;
}
.btmBox .timeTxt {
	border-top: 1px solid #F2F5F7;
	margin-top: 30px;
	padding-top: 17px;
}
.btmBox .timeTxt span {
	margin: 0 auto;
	display: block;
	max-width: 960px;
	text-align: right;
}
@media all and (max-width: 960px) {
	.btmBox {
		padding: 30px 0 10px;
		font-size: 1rem;
		line-height: 1.5;
	}
	.btmBox p {
		margin-bottom: 5px;
	}
	.btmBox .timeTxt {
		padding: 7px 31px 0;
	}
	.btmBox .content {
		max-width: inherit;
		font-size: 1.2rem;
	}
}

.app-download-btn{
	display: grid;
	grid-template-columns: repeat(2,216px) 154px;
	grid-template-rows: auto auto;
  	grid-template-areas:
    "left middle right"
    "wide wide right";
  	gap: 24px;
}
.app-download-btn li{
	text-align: center;
}
.app-download-btn li:nth-of-type(1){ grid-area: left; }
.app-download-btn li:nth-of-type(2) { grid-area: middle; }
.app-download-btn li:nth-of-type(3){
	padding-left: 6px;
	text-align: left;
	grid-area: right; 
}
.app-download-btn li:nth-of-type(4){
	grid-area: wide;
}
.app-download-btn li a span{
	margin-top: 2px;
	font-size: 12px;
	letter-spacing: 0;
	display: block;
}
@media (max-width: 960px) {
	.app-download-btn{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
	}
	.app-download-btn li a img{
		width: 58.4vw;
	}
}

@media all and (max-width: 375px) {
}
