@charset "UTF-8";

/*========================================

  .s5-returnToTop

========================================*/
.s5-returnToTop {
	height: 0;
	position: relative;
	z-index: 2;
	margin: 0;
}

.s5-returnToTop__inner1 {
	display: none;
	position: fixed;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.s5-returnToTop__inner2 {
	position: relative;
	max-width: 1260px;
	height: 0;
	margin: 0 auto;
}

.s5-returnToTop__button {
	position: absolute;
	cursor: pointer;
	width: 40px;
	height: 32px;
	right: 20px;
	top: -72px;
	background: url(/share5/images/s5-returnToTop/icon_01.png) no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: top .3s;
	transition: top .3s;
	opacity: .5;
}

.s5-returnToTop__button img {
	width: 100%;
	height: auto;
	opacity: .5;
}

@media screen and (max-width: 1200px) {
	.s5-returnToTop__button {
		top: -6vw;
	}
}
@media screen and (max-width: 640px) {
	.s5-returnToTop__button {
		top: -46px;
		width: 32px;
		height: 26px;
		background-size: 32px 26px;
	}
}

@media screen and (max-width: 640px) {
	.s5-returnToTop.s5-returnToTop--withFOCUSPurchaseFloated .s5-returnToTop__button {
		top: -122px;
	}
}

/* alphainfo template stylesheet */
.tpl__alphainfo__header {
    max-width: 1200px;
    margin: 0 auto;
    background: #FFF;
}

.tpl__alphainfo__header.black {
	background: #000;
}

.tpl__alphainfo__header--inner {
	width: 93.75%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
	height: 70px;
}

.tpl__alphainfo__header--logo {
	display: block;
	padding: 15px 0;
	width: 110px;
}

.tpl__alphainfo__header--logo img {
	vertical-align: middle;
}

.tpl__alphainfo__header--txt {
	margin-left: auto;
	padding: 14px 0 18px;
	width: 351px;
	line-height: 0;
}

@media (max-width: 960px) {
	.tpl__alphainfo__header--txt {
		width: 300px;
	}
}

@media (max-width: 640px) {
	.tpl__alphainfo__header--logo {
		width: 80px;
	}

	.tpl__alphainfo__header--txt {
		width: 52%;
	}

	.tpl__alphainfo__header--inner {
		height: 55px;
	}
}


body {
	color: #333;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'YuGothic Medium', ' 游ゴシック', 'Yu Gothic',' ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',' メイリオ',Meiryo,sans-serif;
	background: #f4f4f4;
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 60px;
    background: #FFF;
}
main article h1 img {
    width: 100%;
}
main article > p {
    font-size: 20px;
    line-height: 1.8;
    padding: 4% 4.1%;
}
main article ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
main article ul li {
    position: relative;
    width: 29%;
    margin: 0 1.2%;
    padding: 1.2% 0;
}
main article ul li:nth-child(3n) {
    margin: 0 4.1% 0 1.2%;
}
main article ul li:first-child,
main article ul li:nth-child(3n+1) {
    margin: 0 1.2% 0 4.1%;
}
main article ul li a:link {
    transition: .5s;
}
main article ul li a:hover {
    opacity: .7;
}
main article ul li a img {
    width: 100%;
}
main article ul li a span {
    display: block;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    background: #414349;
    padding: 10px;
    position: relative;
}
main article ul li a span:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url("../img/arrow.svg") no-repeat;
    width: 8px;
    height: 13.161px;
    content: "";
}
main article ul li a .new {
    position: absolute; top: 30px; left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    color: #FFF;
    font-weight: bold;
    background: #DB3423;
    border-radius: 200px;
    padding: 0;
}
main article ul li a .new:after {
    background: none;
}
@media screen and (max-width: 1200px) {
    main article > p {
        font-size: 2vw;
    }
    main article ul li a span {
        font-size: 1.7vw;
    }
}
@media screen and (max-width: 640px) {
    main article > p {
        font-size: 4vw;
        line-height: 1.6;
        padding: 6vw 3.5%;
    }
    main article ul li {
        width: 45%;
        margin: 0 1.5% !important;
        padding: 1.5% 0;
    }
    main article ul li:nth-child(even) {
        margin: 0 3.5% 0 1.5% !important;
    }
    main article ul li:nth-child(odd) {
        margin: 0 1.5% 0 3.5% !important;
    }
    main article ul li a span {
        font-size: 3vw;
        padding: 1vw;
    }
    main article ul li a .new {
        top: 3.6vw; left: 2vw;
        width: 10vw;
        height: 10vw;
    }
}

footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 38px;
    background: #FFF;
}
footer .inner {
    width: 91.8%;
}
@media screen and (max-width: 640px) {
    footer {
        text-align: left;
    }
    footer .inner {
        width: 93.75%;
    }
}
.pc {
	display: none;
}
@media screen and (min-width: 640px) {
	.sp {
		display: none;
	}

	.pc {
		display: block;
	}
}
