@charset "UTF-8";
/*-----------------------------------*/
/* Light */
@font-face {
    font-family: 'SST';
    src: url(https://www.sony.co.uk/static-assets/fonts/shf/v31/latinextended/fonts/SSTW02Light.woff);
    font-weight: 300;
    }
/* Roman */
    @font-face {
    font-family: 'SST';
    src: url(https://www.sony.co.uk/static-assets/fonts/shf/v31/latinextended/fonts/SSTW02Roman.woff);
    font-weight: 400;
    }
/* Medium */
    @font-face {
    font-family: 'SST';
    src: url(https://www.sony.co.uk/static-assets/fonts/shf/v31/latinextended/fonts/SSTW02Medium.woff);
    font-weight: 500;
    }
/* Bold */
@font-face {
    font-family: 'SST';
    src: url(https://www.sony.co.uk/static-assets/fonts/shf/v31/latinextended/fonts/SSTW02Bold.woff);
    font-weight: 700;
    }
/*-----------------------------------*/    
html {
    font-size: 62.5%;
  }
  
#gfQR{
    color: #2f353d;
    font-size: 100%;
    background: #ffffff;
}
#gfQR .strong{
    font-weight: 700;
}

/*--breadcrumbs--*/    
.article-details-content a:not(.btn) {
    color: #2f353d;
    text-decoration: none;
}
.article-details-content a:hover {
    color: #3865E0;
    text-decoration: underline;
}


.gfQR__breadcrumbs ul{
    padding: 0;
    margin: 0;
    color: #2f353d;
}

.gfQR__breadcrumbs {
    padding: 16px 33px;
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.gfQR__breadcrumbs-list {
    margin: 0;
    font-size: 1.6rem;
    color: #2f353d;
    list-style-type: none;
}
.gfQR__breadcrumbs-link {
    color: #2f353d;
    text-decoration: none;
    :hover {
    color: #3865E0;
    }
}
.gfQR__breadcrumbs-link a {
    color: #2f353d;
    text-decoration: none;
}
.gfQR__breadcrumbs-link:hover {
    text-decoration: underline;
    color: #3865E0;
}
.gfQR__breadcrumbs-text {
    margin-left: 0;
}
.gfQR__breadcrumbs-item {
    list-style: none;
    display: inline-block;
}
.gfQR__breadcrumbs-item:not(:last-child) {
    position: relative;
    padding-right: 22px;
    margin-right: 4px;
}
.gfQR__breadcrumbs-item:not(:last-child) ::after {
    content: ">";
    display: block;
    position: absolute;
    width: 10px;
    height: 15px;
    top: 0px;
    right: 0;
}

@media screen and (max-width: 640px){
    .gfQR__breadcrumbs {
        padding: 17px 20px;
    }
    .gfQR__breadcrumbs-text {
        margin-left: 0;
    }
    .gfQR__breadcrumbs-list {
        font-size: 1.4rem;
    }      
    
}

/*-----------------------------------*/    
#gfQR  h1
,#gfQR  h2
,#gfQR  h3
,#gfQR  p{
    font-family: "SST W01 Bold", sans-serif;
}
#gfQR h1{
    color: #2f353d !important;
}
#gfQR p{
    margin: 0;
}


/* Module
===================================== */
.content_activity{
    width: 1190px;
    margin: auto;
}
#gfQR .gfQR_mainv img{
	width: 100%;
    max-height: 649px;
    object-fit: cover;
}
#gfQR .gfQR_subv_container{
	box-sizing: border-box;
    margin: 78px auto 0;
}
#gfQR .gfQR_subv_2column{
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 500px;
    margin: auto;
}
#gfQR .gfQR_subv_2column img{
	width: 100%;
    display: block;
}
#gfQR .activity_block_common{
    max-width: 720px;
    margin: auto;
    margin-top: 63px;
    padding: 0 20px;
}
#gfQR .activity_block_underimg{
    max-width: 720px;
    margin: auto;
    margin-top: 78px;
    padding: 0 20px;
}
#gfQR .gfQR_subv img{
	max-width: 875px;
    margin: 78px auto 0;
    display: block;
}
#gfQR .activity_ttl {
    font-size: 3.0rem;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.4em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 24px auto 0;
    max-width: 700px;
    padding: 0 20px;
}
#gfQR .activity_txt{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 0.04em;
}
#gfQR .subv_cap{
    font-size: 1.6rem;
    line-height: 1.75em;
    letter-spacing: 0.03em;
    text-align: center;
    font-family: 'SST W01 Light';
    margin-top: 24px;
}

/*---linkbox hover----*/
#gfQR .gfQR_link_to_other {
    color: #3865E0;
    text-decoration: none;
}
#gfQR .gfQR_link_to_other:hover{
    color: #3865E0;
    text-decoration: underline;
    transition: opacity 0.3s;
    img {
    opacity: 0.7;
    }
}
/*----------*/

#gfQR .activity_date{
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'SST W01 Bold';
}
#gfQR .activity_date_container{
    margin: 60px auto 0;
    text-align: center;
}
#gfQR .activity_link_page_container{
    margin: 75px auto 0;
}
#gfQR .activity_link{
    font-size: 2.4rem;
    color: #3865E0;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 10px 0 0;
    transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#gfQR .activity_link:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid #3865E0;
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
    margin: 0 0 0 7px;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-property: transform, margin;    
}
#gfQR .activity_link_home{
    font-size: 2.4rem;
    color: #3865E0;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 95px auto;
    transition: color 0.4scubic-bezier(0.165, 0.84, 0.44, 1);
    justify-content: center;
}
#gfQR .activity_link_home:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid #3865E0;
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
    margin: 0 0 0 7px;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-property: transform, margin;    
}
#gfQR .activity_link_page{
    font-size: 2.4rem;
    color: #3865E0;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 auto 10px;
    transition: color 0.4scubic-bezier(0.165, 0.84, 0.44, 1);
    justify-content: center;
}
#gfQR .activity_link_page:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid #3865E0;
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
    margin: 0 0 0 7px;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-property: transform, margin;    
}


@media screen and (max-width: 1190px){
    .content_activity{
            margin: auto;
            width: 100%;
    }
}

@media screen and (max-width: 1024px){
#gfQR .gfQR_mainv img{
        object-fit: cover;
    }
#gfQR .gfQR_subv img{
    object-fit: cover;
    }
#gfQR .gfQR_subv_2column{
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
}
}


@media screen and (max-width: 640px){
#gfQR .gfQR_mainv img{
    object-fit: cover;
    height: 300px;
    }
#gfQR .gfQR_subv img{
    object-fit: cover;
    height: 313px;
    width: 100%;
    margin: 48px auto 0;
}
#gfQR .gfQR_subv_2column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
}
#gfQR .gfQR_subv_2column img{
    margin: 0;
    display: block;
}
#gfQR .activity_link{
    font-size: 1.8rem;
    margin: 15px 0 0;
    }
#gfQR .activity_link_home{
    font-size: 1.8rem;
    justify-content: flex-start;
    margin: 85px 20px 40px;
    }
#gfQR .activity_link_page{
    font-size: 1.8rem;
    justify-content: flex-start;
    margin: 20px 0 20px 0;
    }
#gfQR .activity_link_page_container{
    margin: 55px 30px 55px 20px;
}
.not_sp{
    display: none;
}
#gfQR .content_activity{
    margin: auto;
    width: 100%;
}
#gfQR .activity_ttl {
    font-size: 3.0rem;
    text-align: left;
    line-height: 1.3em;
    margin: 16px auto 0;
}
#gfQR .activity_txt{
    font-size: 1.8rem;
}
#gfQR .subv_cap{
    font-size: 1.4rem;
    line-height: 1.9em;
    letter-spacing: 0.03em;
    text-align: left;
    margin: 20px 20px 0;
}
#gfQR .activity_block_common{
    max-width: fit-content;
    width: 100%;
    margin: 35px 20px 0;
    padding: 0;
}
#gfQR .activity_block_underimg{
    max-width: fit-content;
    width: 100%;
    margin: 35px 20px 0;
    padding: 0;
}
#gfQR .activity_date{
    font-size: 1.4rem;
}
#gfQR .activity_date_container{
    margin: 38px 20px 0;
    text-align: left;
}
#gfQR .gfQR_subv_container{
    margin: 0px auto 0;
}
}

/* additional
===================================== */
body{
    margin:0 auto;
    }

div {
    box-sizing: border-box;
    }  
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.s-endorser-main-description{
padding-top:8px;
padding-bottom:58px;
}
ul {
    list-style: none;
    padding-inline-start: 0;
    font-size: 1.5em;
    margin-block-start: 0;
    margin-block-end: 0;
    li {
        display: block;
    }
}

/*----------*/
#select_header {
    background: #131313;
    min-height: 66px;
    }
#select_header svg {
    margin: 22px 0 0 25px;
    max-width: 100px;
    }

        