@charset "utf-8";
/* header */
#headerTop {
	margin:0 auto 2rem;
	max-width:1080px;
    width:100%;
}

/* 待ち受け */
.WallpaperList-column1 {
    margin: 3em auto 0 auto;
}
.WallpaperList-column1 .WallpaperItem {
    margin: 3em auto;
	max-width: 400px;
}
.WallpaperList-column2 {
    margin: 3em auto 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 4em;
	grid-row-gap: 4em;
	padding: 0 5em;
}
.WallpaperList-column3 {
    margin: 3em auto 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
/*	grid-template-rows: repeat(2, 1fr);*/
	grid-column-gap: 2em;
	grid-row-gap: 4em;
}
.WallpaperList-column1 span,.WallpaperList-column2 span,.WallpaperList-column3 span{
	display: block;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #0C3B52;
    padding: .5em 1em;
	border-left: 5px dotted #149bde;
	background: #ECFBFF;
}
.WallpaperItem img{
	margin: 1em auto 0 auto;
	border:1px solid #8e8e8e;
}

.DLbtn a {
    background: #fff;
    border-radius: 100vh;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1em auto 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	border: 2px solid #149bde;
}
.DLbtn a:hover {
    background: #149bde;
    color: #FFF;
}

/* テキスト */
.fairImg {
	margin: 2em auto 0 auto;
}

.fairBtn {
    margin: 3em auto 0 auto;
}

.fairBtn a {
    /*background: #149bde;*/
    border-radius: 100vh;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1em auto 0 auto;
    max-width: 80%;
    padding: 1em 3em 1em 2em;
    /*color: #fff;*/
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
/*.fairBtn a:hover {
    background: #fabf03;
    color: #313131;
}*/
.fairBtn a:after {
    content: '';
    width: 8px;
    height: 8px;
/*    border-top: thick solid #fff;
    border-right: thick solid #fff;*/
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 2em;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.fairBtn a:hover:after {
    border-color: #FFF;
}

/* 青ボタン */
.fairBtn .blue a {
    background: #149bde;
    color: #fff;
}
.fairBtn .blue a:hover {
    background: #fabf03;
    color: #313131;
}
.fairBtn .blue a:after {
    border-top: thick solid #fff;
    border-right: thick solid #fff;
}
.fairBtn .blue a:hover:after {
    border-color: #FFF;
}

/* 白ボタン */
.fairBtn .white a {
    background: #fff;
    color: #313131;
	border: 2px solid #149bde;
}
.fairBtn .white a:hover {
    background: #149bde;
    color: #fff;
}
.fairBtn .white a:after {
    border-top: thick solid #149bde;
    border-right: thick solid #149bde;
}
.fairBtn .white a:hover:after {
    border-color: #FFF;
}


.linkBnr{
	display: block;
	margin: 3em auto 0 auto;
	text-align: center;
}
.linkBnr p{
	font-size: 1em;
	font-weight: bold;
}
.linkBnr img{
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.linkBnr a:hover{
	opacity: .7;
	transition: opacity .3s;
}

.copyright{
	margin:5rem auto 0 auto;
	font-size:13px;
	text-align:center;
}


@media screen and (max-width: 767px) {
	
.WallpaperList-column1 .WallpaperItem {
    margin: 3em auto;
	max-width: 80%;
}
.WallpaperList-column2,.WallpaperList-column3 {
    margin: 3em auto 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 2em;
	grid-row-gap: 4em;
	padding: 0;
}

.fairBtn a {
    max-width: 100%;
}

}
