

html{
	font-size: 62.5%;		
}
body{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;	
}

.no-scroll{
	position: fixed;
	overflow: scroll;
}
.no-scroll-body{
	position: fixed;
	overflow: hidden;
}
.aoyama2021{
	position: relative;
	font-size: 1.4rem;
	line-height: 1.8;
}
.aoyama2021 a{
	color: #004697;
}
.aoyama2021 a:hover{
	text-decoration: none;
}
.aoyama2021 h3{
	font-size: 130%;
	font-weight: bold;
	color: #212121;
	border:none !important;
	padding:0;
	margin: 0;
	position: relative;	
}
.aoyama2021 h2{
	font-weight: inherit;
	font-size: inherit;
	text-align: left;
	margin: 0;
	line-height: inherit;	
}
.aoyama2021 h3:after {
	display: none;
}





#wrap header {
	padding: 0;
	text-align: inherit;
	background: none;
}

a:hover{
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
}


@media screen and (min-width: 769px) {

	.mbt2020{
		line-height: 1.5;
	}

	.sp{
		display: none;
	}
	.ignore-pc{
		display: none;
	}
	#gfooter a,footer small{
		font-size: 1.2rem;
	}


	/* .head-info
	--------------------------------------------------------------- */

	.head-info{
		padding: 25px 0;
	}
	.head-info-inner{
		padding: 15px 50px;
		width: 100%;
		font-size: 1.8rem;
		background: #dbdbdb;
		border: 2px solid #fff;
		border-radius: 10px;
		overflow: hidden;		
	}
	.head-info-inner p{
		position: relative;	
	}
	.head-info-inner p:before{
		position: absolute;
		content: "";
		left: -22px;
		top: 3px;
		display: block;
		width: 16px;
		height: 14px;
		background: url(../img/icon_attention.png) 50% 50% no-repeat;
		background-size: 100% 100%;	
	}
	.head-info h2{ font-size: 2rem; text-align: center; font-weight: bold; }




	/* contents
	--------------------------------------------------------------- */


	.contents-inner{
		margin: auto;
		max-width: 980px;
		padding: 0 30px;
		box-sizing: border-box;
	}


	section + section{
		margin-top: 30px;
	}
	.sec-inner1,.sec-inner2{
		background: #fff;
		border-radius: 10px;
		border: 2px solid #e0e0e0;
	}
	.sec-col + .sec-col{
		margin-top: 35px;
	}
	.sec-inner1{
		padding: 20px 50px;
	}
	.sec-inner2{
		padding: 30px 25px;
	}
	.sec-inner3{
		padding: 20px 25px;
	}
	.note{
		font-size: 1.2rem;
	}

	#item-index .item-nav li + li{
		margin-top: 8px;
	}	
	#item-index .item-nav li:before{
		content: "・";
		color: #0b3a97;
		font-weight: bold;
	}
	#item-index .item-nav li a{
		color: #0b3a97;
		font-weight: bold;
		text-decoration: underline;
	}	
	#item-index .item-nav li a:hover{
		text-decoration: none;
	}	


	.sec-header h3{
		position: relative;
		padding-left: 25px;
		font-size: 2rem;
		font-weight: bold;
		color: #1d3b97;
	}
	.sec-header h3:before{
		position: absolute;
		content: "";
		display: block;
		margin:auto;
		top: 0;
		left: 0;
		bottom: 0;
		width: 5px;
		height: 20px;
		background: #1d3b97;
	}

	.contents{
		padding: 25px 0 90px;
	}
	#mbcp .contents{
		padding-top: 30px;
	}

	.sec-header + .sec-col{
		margin-top: 35px;
	}


	/* btn
	--------------------------------------------------------------- */

	.btn-link{
		margin: 35px auto 0;
		width: 380px;
		height: 60px;
	}
	.btn-link a{
		position: relative;
		display: block;
		height: 60px;
		text-align: center;
		line-height: 56px;
		font-size: 1.5rem;
		font-weight: bold;
		color: #0b3a97;
		border-radius: 10px;
		border: 2px solid #0b3a97;
		transition: opacity ease 300ms;
	}
	.btn-link a:after{
		content: "";
		position: absolute;
		margin:auto;
		right: 12px;
		top: 0;
		bottom: 0;
		display: block;
		width: 8px;
		height: 12px;
		background: url(../img/arrow_r.png) 50% 50% no-repeat;
		background-size: 100% 100%;

	}
	.btn-link a:hover{
		opacity: 0.7;
	}

	/* appli
	--------------------------------------------------------------- */


	
	#appli .sec-header + .sec-col{
		margin-top: 20px;
	}

	#appli .sec-col .howto figure{
		position: relative;
		margin: 0 -22px;
	}
	#appli .sec-col .howto figure img{
		width: 100%;
		height: auto;
	}
	#appli .sec-col .howto figure p{
		position: absolute;
		bottom: 12px;
		left: 50px;
	}

	#appli .download{
		text-align: center;
	}
	#appli .download-box{
		padding: 25px 0;
		background: #f1f1f1;
		border: 2px solid #e0e0e0;
		border-radius: 10px;
	}
	#appli .download p strong{
		font-weight: bold;
	}
	#appli .download-box h4{
		position: relative;
		display: inline-block;
		font-size: 1.8rem;
		font-weight: bold;
	}
	#appli .download-box h4:after{
		content: "";
		display: block;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 2px;
		background: #333;
	}
	#appli .download-box h4 + p,
	#appli .download-box + p{
		margin-top: 30px;
	}
	#appli .download-box p a{
		text-decoration: underline;
	}
	#appli .download-box p a:hover{
		text-decoration: none;
	}
	#appli .download-box h4 span{
		position: relative;
	}

	#appli .download .dl-btn-box{
		padding: 25px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#appli .download .dl-btn-box figure{
		width: 60px;
		border-radius: 10px;
		border: 1px solid #ddd;
		overflow: hidden;
	}
	#appli .download .dl-btn-box .btn-dl{
		padding: 0 0 0 15px;
	}
	#appli .download .dl-btn-box .btn-dl a{
		transition: opacity ease 300ms;
	}
	#appli .download .dl-btn-box .btn-dl a:hover{
		opacity: 0.7;
	}
	#appli .download .dl-btn-box .btn-dl img{
		width: auto;
		height: 60px;
	}
	#appli .download .dl-btn-box .btn-app-link a{
		position: relative;
		display: block;
		width: 240px;
		height: 50px;
		font-weight: bold;
		line-height: 50px;
		border-radius: 30px;
		text-align: center;
		color: #fff;
		background: #0b3a97;
	}
	#appli .download .dl-btn-box .btn-app-link a:after{
		position: absolute;
		margin:auto;
		right: 15px;
		top: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 8px;
		height: 12px;
		background: url(../img/arrow_r_wh.png) 50% 50% no-repeat;
		background-size: 100% 100%;
	}
	.btn-appstore,.btn-googleplay,.link-googleplay{
		display: none;
	}

	.mode-android .link-appstore{
		display: none;
	}
	.mode-ios .link-googleplay{
		display: none;
	}
	.mode-android .link-googleplay{
		display: block;
	}


	/* store
	--------------------------------------------------------------- */

	#store .sec-inner{
		padding-bottom: 50px;
	}

	#logo-box{
		margin: 45px 0 0;
	}
	#logo-box h4{
		position: relative;
		margin: 0 0 30px;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
	}
	#logo-box h4:after{
		position: absolute;
		margin:auto;
		top: 0;
		bottom: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #e0e0e0;
		z-index: 10;
	}
	#logo-box h4 span{
		position: relative;
		padding: 0 20px;
		background: #fff;
		z-index: 20;
	}

	#logo-box .logo-list + .logo-list{
		margin-top: 40px;
	}

	#logo-box ul{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	#logo-box ul li img{
		vertical-align: top;
		width: 100%;
		height: auto;
	}
	#logo-box ul li{
		width: 20%;
		vertical-align: middle;
	}
	#logo-box .logo-homecenter ul{
		margin: 0 -28px;
	}
	#logo-box .logo-homecenter ul li{
		width: auto;
		vertical-align: middle;
	}
	#logo-box .logo-homecenter ul li:nth-child(1){
		width: 32.8%;
		width: 32.5%;
	}
	#logo-box .logo-homecenter ul li:nth-child(2){
		width: 23.0%;
		width: 22.7%;
	}
	#logo-box .logo-homecenter ul li:nth-child(3){
		width: 24.8%;
		width: 24.6%;
	}
	#logo-box .logo-homecenter ul li:nth-child(4){
		width: 20.3%;
		width: 20.2%;
	}
	#logo-box ul li:nth-child(n+6){
		margin-top: 30px;
	}
	#logo-box ul li figcaption{
		margin-top: 5px;
		font-size: 1rem;
		line-height: 1.6;
		text-align: center;
	}

	#store .notice{
		padding-top: 40px;
		text-align: center;
	}
	#store .notice p{
		position: relative;
		display: inline-block;
		padding-left: 50px;
		font-weight: bold;
	}
	#store .notice p span{
		position: absolute;
		margin:auto;
		left: 0;
		top: 0;
		bottom: 0;
		width: 41px;
		height: 41px;
		background: url(../img/icon_store.png) 50% 50% no-repeat;
		background-size: 100% 100%;

	}
	#store .btn-link + p{
		padding-top: 35px;
	}
	#store .sec-col{
		padding: 0 25px;
	}
	.current-date{
		padding-top: 30px;
		text-align: right;
	}


	/* campaign
	--------------------------------------------------------------- */

	#campaign .sec-col{
		padding: 0 25px;
	}

	#campaign .sec-col > dl + dl{
		margin-top: 30px;
	}
	#campaign .sec-col > dl > dt{
		font-weight: bold;
		font-size: 1.2rem;
	}
	#campaign .sec-col > dl > dd{
		margin: 5px 0 0;
		font-size: 1.2rem;
		line-height: 2;
	}
	#campaign .sec-col ul li{
		text-indent: -1em;
		padding: 0 0 0 1em;
	}
	#campaign .sec-col dl dl{
		margin: 5px 0 0;
	}
	#campaign .sec-col dl dl dd{
		margin-left:1em;
	}
	#campaign .sec-col dl li dl{
		margin: 5px 0 0;
		text-indent: 0em;
	}
	#campaign .sec-col a{
		color: #000;
		text-decoration: underline;
	}
	#campaign .sec-col a:hover{
		text-decoration: none;
	}


	/* promotion-now
	--------------------------------------------------------------- */
	#promotion-now ul{
		margin: 0 25px;
	}
	#promotion-now li + li{
		margin-top: 30px;
	}
	#promotion-now a{
		transition: opacity ease 300ms;
	}
	#promotion-now a:hover{
		opacity: 0.7;
	}

	/* btn-pt
	--------------------------------------------------------------- */
	.btn-pt{
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 900;
		opacity: 0;
		-webkit-transition: opacity ease 200ms;
		-o-transition: opacity ease 200ms;
		transition: opacity ease 200ms;

	}
	.btn-pt.on{
		opacity: 1;
	}
	.btn-pt.set{
		position: absolute;
		right: 10px;
		bottom: 10px;		
	}


	.btn-pt a{
		position: relative;
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 30px;
		text-indent: -9999px;
		background: #000;
	}
	.btn-pt a:after{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -30px 0 0 -30px;
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 30px;
		text-indent: -9999px;
		background: url(../img/arrow_pt.png) 50% 50% no-repeat;
		background-size: 22px 14px;

		-webkit-transition: transform ease 200ms;
		-o-transition: transform ease 200ms;
		transition: transform ease 200ms;

	}
	.btn-pt a:hover:after{
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		transform: translateY(-5px);
	}


}





@media screen and (max-width: 768px) {


	.pc{
		display: none;
	}
	.ignore-sp{
		display: none;
	}

/*	#wrap{
		position: relative;
		background: #f1f1f1;
	}*/

	.aoyama2021{
		font-size: 1.2rem;
	}


	/* .head-info
	--------------------------------------------------------------- */

	.head-info{
		border-top: 1px solid #d9d9d9;
		padding: 12px 15px;
	}

	.head-info-inner{
		padding: 15px 35px;
		width: 100%;
		font-size: 1.8rem;
		background: #dbdbdb;
		border: 1px solid #fff;
		border-radius: 5px;
		overflow: hidden;		
	}
	.head-info-inner p{
		position: relative;	
	}
	.head-info-inner p:before{
		position: absolute;
		content: "";
		left: -16px;
		top: 3px;
		display: block;
		width: 12px;
		height: 11px;
		background: url(../img/icon_attention.png) 50% 50% no-repeat;
		background-size: 100% 100%;	
	}
	.head-info h2{ font-size: 1.5rem; text-align: center; font-weight: bold; }



	/* contents
	--------------------------------------------------------------- */


	section + section{
		margin-top: 25px;
	}
	.sec-inner1,.sec-inner2{
		background: #fff;
		border-radius: 5px;
		border: 1px solid #e0e0e0;
	}
	.sec-col + .sec-col{
		margin-top: 25px;
	}
	.sec-inner1{
		padding: 18px 25px;
	}
	.sec-inner2{
		padding: 30px 15px 35px;
	}
	.sec-inner3{
		padding: 20px 15px 0;
	}

	.note{
		font-size: 1rem;
	}

	#item-index .item-nav li + li{
		margin-top: 8px;
	}	
	#item-index .item-nav li:before{
		content: "・";
		color: #0b3a97;
		font-weight: bold;
	}
	#item-index .item-nav li a{
		color: #0b3a97;
		font-weight: bold;
		text-decoration: underline;
	}	

	.sec-header h3{
		position: relative;
		padding-left: 20px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #1d3b97;
	}
	.sec-header h3:before{
		position: absolute;
		content: "";
		display: block;
		margin:auto;
		top: 0;
		left: 0;
		bottom: 0;
		width: 5px;
		height: 18px;
		background: #1d3b97;
	}

	.contents{
		padding: 25px 15px 70px;
	}
	#mbcp .contents{
		padding-top: 30px;
	}
	.sec-header + .sec-col{
		margin-top: 25px;
	}



	/* btn
	--------------------------------------------------------------- */

	.btn-link{
		margin: 25px auto 0;
		width: 100%;
		height: 46px;
	}
	.btn-link a{
		position: relative;
		display: block;
		height: 46px;
		text-align: center;
		line-height: 42px;
		font-size: 1.4rem;
		font-weight: bold;
		color: #0b3a97;
		border-radius: 5px;
		border: 2px solid #0b3a97;
	}
	.btn-link a:after{
		content: "";
		position: absolute;
		margin:auto;
		right: 12px;
		top: 0;
		bottom: 0;
		display: block;
		width: 8px;
		height: 12px;
		background: url(../img/arrow_r.png) 50% 50% no-repeat;
		background-size: 100% 100%;

	}




	/* appli
	--------------------------------------------------------------- */

	
	#appli .sec-header + .sec-col{
		margin-top: 20px;
	}

	#appli .sec-col .howto figure{
		position: relative;
		margin: 0 -10px;
	}
	#appli .sec-col .howto figure img{
		width: 100%;
		height: auto;
	}
	#appli .sec-col .howto figure p{
		position: absolute;
		bottom: 10px;
		left: 10px;
	}

	#appli .download{
		text-align: center;
	}
	#appli .download-box{
		padding: 25px 0;
		background: #f1f1f1;
		border: 2px solid #e0e0e0;
		border-radius: 5px;
	}
	#appli .download p strong{
		font-weight: bold;
	}
	#appli .download-box h4{
		position: relative;
		display: inline-block;
		font-size: 1.3rem;
		font-weight: bold;
	}
	#appli .download-box h4:after{
		content: "";
		display: block;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 2px;
		background: #333;
	}
	#appli .download-box h4 + p,
	#appli .download-box + p{
		margin-top: 20px;
	}
	#appli .download-box p a{
		text-decoration: underline;
	}
	#appli .download-box p a:hover{
		text-decoration: none;
	}
	#appli .download-box h4 span{
		position: relative;
	}

	#appli .download .dl-btn-box{
		padding: 25px 0;
		display: flex;
		justify-content: center;
	}
	#appli .download .dl-btn-box figure{
		width: 54px;
		border-radius: 10px;
		border: 1px solid #ddd;
		overflow: hidden;
	}
	#appli .download .dl-btn-box .btn-dl{
		padding: 0 0 0 12px;
	}
	#appli .download .dl-btn-box .btn-dl img{
		width: auto;
		height: 54px;
	}
	.btn-googleplay,.btn-app-link{
		display: none;
	}


	.mode-android .btn-appstore{
		display: none;
	}
	.mode-ios .btn-googleplay{
		display: none;
	}
	.mode-android .btn-googleplay{
		display: block;
	}


	/* store
	--------------------------------------------------------------- */

	#logo-box{
		margin: 45px 0 0;
	}


	#logo-box h4{
		position: relative;
		margin: 0 0 30px;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
	}
	#logo-box h4:after{
		position: absolute;
		margin:auto;
		top: 0;
		bottom: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #e0e0e0;
		z-index: 10;
	}
	#logo-box h4 span{
		position: relative;
		padding: 0 20px;
		background: #fff;
		z-index: 20;
	}

	#logo-box .logo-list + .logo-list{
		margin-top: 40px;
	}


	#logo-box ul{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	#logo-box ul li{
		width: 25%;
		vertical-align: middle;
	}
	#logo-box .logo-homecenter ul{
		margin: 0 -14px;
	}
	#logo-box .logo-homecenter ul li{
		width: auto;
		vertical-align: middle;
	}
	#logo-box .logo-homecenter ul li:nth-child(1){
		width: 32.8%;
		width: 32.5%;
	}
	#logo-box .logo-homecenter ul li:nth-child(2){
		width: 23.0%;
		width: 22.7%;
	}
	#logo-box .logo-homecenter ul li:nth-child(3){
		width: 24.8%;
		width: 24.6%;
	}
	#logo-box .logo-homecenter ul li:nth-child(4){
		width: 20.3%;
		width: 20.2%;
	}
	#logo-box ul li:nth-child(n+5){
		margin-top: 30px;
	}
	#logo-box ul li figcaption{
		margin-top: 5px;
		font-size: 0.7rem;
		line-height: 1.6;
		text-align: center;
	}

	#store .notice{
		padding-top: 40px;
		text-align: center;
	}
	#store .notice p{
		position: relative;
		display: inline-block;
		padding-left: 50px;
		font-weight: bold;
	}
	#store .notice p span{
		position: absolute;
		margin:auto;
		left: 0;
		top: 0;
		bottom: 0;
		width: 41px;
		height: 41px;
		background: url(../img/icon_store.png) 50% 50% no-repeat;
		background-size: 100% 100%;

	}
	#store .btn-link + p{
		padding-top: 25px;
	}

	.current-date{
		padding-top: 30px;
		text-align: right;
	}


	/* campaign
	--------------------------------------------------------------- */

	#campaign .sec-col{
		padding: 0 10px;
	}

	#campaign .sec-col > dl + dl{
		margin-top: 25px;
	}
	#campaign .sec-col > dl > dt{
		font-weight: bold;
		font-size: 1.2rem;
	}
	#campaign .sec-col > dl > dd{
		margin: 5px 0 0;
		font-size: 1.2rem;
		line-height: 2;
	}
	#campaign .sec-col ul li{
		text-indent: -1em;
		padding: 0 0 0 1em;
	}
	#campaign .sec-col dl dl{
		margin: 5px 0 0;
	}
	#campaign .sec-col dl dl dd{
		margin-left:1em;
	}
	#campaign .sec-col dl li dl{
		margin: 5px 0 0;
		text-indent: 0em;
	}
	#campaign .sec-col a{
		color: #000;
		text-decoration: underline;
	}
	#campaign .sec-col a:hover{
		text-decoration: none;
	}

	/* promotion-now
	--------------------------------------------------------------- */
	#promotion-now ul{
		margin: 0 -15px;
	}
	#promotion-now li + li{
		margin-top: 20px;
	}


	/* btn-pt
	--------------------------------------------------------------- */
	.btn-pt{
		position: fixed;
		right: 10px;
		bottom: 46px;
		z-index: 900;
		opacity: 0;
		-webkit-transition: opacity ease 200ms;
		-o-transition: opacity ease 200ms;
		transition: opacity ease 200ms;

	}
	.btn-pt.on{
		opacity: 1;
	}

	.btn-pt a{
		position: relative;
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		text-indent: -9999px;
		background: #000;
	}
	.btn-pt a:after{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -20px 0 0 -20px;
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		text-indent: -9999px;
		background: url(../img/arrow_pt.png) 50% 50% no-repeat;
		background-size: 15px 10px;

		-webkit-transition: transform ease 200ms;
		-o-transition: transform ease 200ms;
		transition: transform ease 200ms;

	}


}


@media screen and (max-width: 374px) {

	#appli .download-box h4 {
	    font-size: 1.1rem;
	}

	.btn-link a {
	    font-size: 1.1rem;
	}
}





