@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;
}


/* common */
/* PC SP show switch */
@media (min-width:641px) {
.show-pc{display: block;}
.show-sp{display: none;}
}
@media (max-width:640px) {
.show-pc{display: none;}
.show-sp{display: block;}
}
/* window txt hover */
.window-link{
    color: #333;
    transition: 0.3s;
}
.window-link:hover{
    opacity: 0.5;
}
/* .s5-icon-window */
.s5-icon-window {
	width: 11px;
	height: 9px;

	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 3px 0 0;
	background: url(https://www.sony.jp/share5/images/s5-icon/sprite_01.png) no-repeat;
}

.s5-icon-window.ml {
	margin-left: 4px;
}

.s5-icon-window.s5-icon-window--light {
	background-position: 0 -24px;
}

.s5-icon-window.s5-icon-window--lightDark {
	background-position: 0 -24px;
}

/* contents */
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 p {
    position: relative;
    background: #414349;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
main article ul li a p:after {
    position: absolute;
    top: 50%;
    right: min(2vw,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 span {
    display: block;
    color: #FFF;
    font-size: 18px;
    /*background: #414349;*/
    padding: 10px 20px;
    padding-right: 2.2rem;
}
/*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;
}
main article ul li a .tips-num {
    position: absolute;
    top: max(-12vw, -106px);
    right:  min(2vw, 15px);
    width: 88px;
    max-width: 10vw;
    height: 88px;
    max-height: 10vw;
    border-radius: 200px;
    padding: 0;
}
.tips-num img {
    width: 100%;
    height: auto;
}
.tips-ttl{
    font-size: 16px;
    font-weight: bold;
}
.tips-by{
    font-size: 14px;
}
main article ul li a .tips-num: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 1.6rem 1vw 2vw;
        
    }
    main article ul li a .new {
        top: 3.6vw; left: 2vw;
        width: 10vw;
        height: 10vw;
    }
    main article ul li a .tips-num {
        top: -12vw; right: 2vw;
        width: 10vw;
        height: 10vw;
    }
.tips-ttl{
    font-size: min(4.1025vw, 16px);
    font-weight: bold;
    margin-bottom: 2vw;
}
.tips-by{
    font-size: min(3.5897vw, 14px);
}
}

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;
	}
}


/* banner */
#banner {
	padding: 40px 15px 60px;
	background: #fff;
}
#banner .banner-box{
    margin-bottom: 40px;
}
#banner img {
	width: 100%;
}

.banner-title {
	font-weight: 500;
	letter-spacing: .04em;
	font-size: 19px;
	font-size: 1.3125rem;
    line-height: 1.3;
	text-align: center;
    margin-bottom: 30px;
}

.banner-box .banner-txt {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin: 10px auto 0;
    width: 100%;
    text-align: left;
}



@media screen and (min-width: 640px) {
	#banner {
		padding-top: 80px;
	}
    #banner .banner-box{
        margin-bottom: 80px;
    }
	.banner-inner {
		max-width: 950px;
		margin: 0 auto;
        text-align: center;
	}

	.banner-title {
		font-size: 28px;
		font-size: 1.75rem;
        margin-bottom: 30px;
	}
    .banner-box .banner-txt {
		font-size: 1.25rem;
        line-height: 1.6;
		margin: 20px auto 0;
        width: 592px;
        text-align: left;
	}
}

#banner .banner-box:last-child{
    margin-bottom: 0px;
}

/* END banner */
