@charset "shift_jis";

/*==============================================
共通カラー
============================================= */
:root {
--text-color: #292929; /* テキスト カラー */
--color-primary: #af8519; /* プライマリ カラー */
--color-secondary: #e67d3d; /* セカンダリー カラー */ 
}
/*==============================================
common
============================================= */
html {
overflow: auto;
}
body {
contain: paint;
min-width: 1170px;
}
#header {
border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
width: 1170px;
margin: 0 auto;
}
.copyRight {
margin-top: 10px;
padding-left: 0;
padding-right: 0;
border-top: 1px solid #ededed;
}
#footer {
padding-top: 10px;
background-color: #fff;
z-index: 1;
}
.copyRightIn {
width: calc(100% - 60px);
}
#mainContents {
padding-bottom: 40px;
background-color: #3d3d3d;
font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
color: var(--text-color);
letter-spacing: .08em;
font-feature-settings: "palt"1;
}
.mainContentsIn {
display: flex;
justify-content: space-between;
width: 1170px;
margin: -120px auto 0;
}
.pageTop {
border-radius: 50%;
}
.sp {
display: none !important;
}
em {
    background: linear-gradient(transparent 75%, #f5ebce 30%);
    font-weight: bold;
    font-style: normal;
}
a, a:visited, a:hover {
color: inherit;
}
#mainContents a {
transition: .2s;
}
/*==============================================
font
============================================= */
/* regular */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
font-weight: 400;
}
/* bold */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
font-weight: 700;
}
/*==============================================
共通ボタン
============================================= */
.btn {
width: 100%;
line-height: 60px;
height: 60px;
margin: 0 auto;
background-color: var(--color-primary);
text-align: center;
color: #fff;
font-size: 16px;
font-weight: 700;
transition: .2s;
}
.btn a,
a .btn {
display: block;
position: relative;
}
.btn a::after,
a .btn::after {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 1.5em;
width: .6em;
height: .6em;
margin: auto 0;
border: 2px solid #fff;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
color: #fff;
transform: rotate(45deg);
}
.btn:hover,
a:hover .btn {
opacity: .7;
}
/*--------------------------------------------*/
/* .cpbnr
----------------------------------------------*/
.cpbnr {
    margin-top: 30px;
    text-align: center;}

.cpbnr a {
    width: 700px;
    display: block;
transition: 0.2s ease-in-out;}

.cpbnr a img {
    width: 100%;
}

.cpbnr a:hover:hover{
opacity: 0.7;
filter: alpha(opacity=70);}
/*==============================================
看板
============================================= */
.mainTitle {
	background: #000 url(https://img1.kakaku.k-img.com/images/article/tieup/26/02_sony/bg_title.webp) no-repeat center top;

}
.mainTitleIn {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/02_sony/title.webp) top 180px left no-repeat;
width: 1170px;
height: 700px;
text-align: center;
margin: 0 auto;
}
h1 {
font-size: 0;
}

/*==============================================
.sidebar
============================================= */
.sidebar {
width: 320px;
}
#fix {
position: sticky;
top: 20px;
box-shadow: 0 0 15px 0 rgba(59,58,61,.1);
}
.sidebar .bnr .close {
    display: none;
}
/*--------------------------------------------*/
/* .bnr
----------------------------------------------*/
.sidebar .bnr {
background-color:#fff;
}
.sidebar .bnr a {
display: block; 
}
.sidebar .bnr .img {
text-align: center;
padding-top: 15px;
}
.sidebar .bnr .img img {
	width: 65%;
	}
.sidebar .bnr .txt {
padding: 0 30px 30px;
}
.sidebar .bnr .txt .name {
line-height: 1.4;
font-size: 24px;
font-weight: 700;
transition: .2s;
}
.sidebar .bnr .txt .name .sub {
display: block;
margin-bottom: 5px;
font-size: .6em;
font-weight: 400;
}
.sidebar .bnr .txt .btn {
line-height: 42px;
width: auto;
height: 42px;
margin-top: 10px;
font-size: 14px;
}
/*--------------------------------------------*/
/* #index
----------------------------------------------*/
#index {
padding: 30px;
background-color: #f7f7f7;
}
#index p {
color: #999;
font-size: 13px;
}
#index ul {
margin-top: 5px;
}
#index ul li {
border-top: 1px solid #ddd;
}
#index ul li:first-child {
border-top: none;
}
#index ul li a {
display: block;
position: relative;
line-height: 1.4em;
padding: 1em 1.5em 1em 3em;
text-indent: -3em;
font-size: 16px;
font-weight: 700;
}
#index ul li a:hover {
opacity: .7;
}
#index ul li a::before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: .3em;
width: .5em;
height: .5em;
margin: auto 0;
border: 2px solid var(--color-primary);
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
color: #fff;
transform: translateY(-25%) rotate(135deg);
}
#index .btn {
line-height: 40px;
width: 260px;
height: 42px;
margin-top: 5px;
border: 1px solid var(--text-color);
background-color: #fff;
box-sizing: border-box;
color: var(--text-color);
font-size: 14px;
}
#index .btn a::after {
display: none;
}
/* 高さ820未満 */
.main #index {
margin-top: 40px;
}
.main #index p {
text-align: center;
}
/*==============================================
.main
============================================= */
.main {
width: 830px;
background-color: #fff;
box-shadow: 0 0 15px 0 rgba(59,58,61,.1);
}
/*--------------------------------------------*/
/* .point
----------------------------------------------*/
.pointWrap {
padding: 65px;
}
.point {
position: relative;
padding: 25px 30px;
border: 1px solid #5f5f5f;
border-radius: 0;
background-color: #fff;
}
.point .title {
position: absolute;
top: -10px;
left: 0;
right: 0;
width: 14em;
margin: 0 auto;
background-color: #fff;
text-align: center;
color: var(--color-primary);
font-size: 14px;
font-weight: 700;
}
.point ul li {
position: relative;
line-height: 1.4;
padding-left: 3.3em;
font-size: 19px;
font-weight: 700;
}
.point ul li + li {
margin-top: 5px;
}
.point ul li::before {
content: "POINT";
position: absolute;
top: .4em;
left: 0;
line-height: 2.2em;
padding: 0 1em 0 2em;
background-color: #5f5f5f;
color: #fff;
font-size: 9px;
letter-spacing: 0;
}
.point ul li::after {
content: "";
display: block;
position: absolute;
top: .5em;
left: .4em;
width: .35em;
height: .25em;
margin: auto 0;
border: 2px solid #fff;
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
color: #fff;
transform: rotate(135deg);
}
.lead {
line-height: 1.8;
margin-top: 40px;
font-size: 16px;
}
.lead a:link,
.lead a:visited {
color: #0059df;
font-weight: bold;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #3eb0ff;
}

/*--------------------------------------------*/
/* .paragraph 
----------------------------------------------*/
.paragraph {
padding: 80px 65px 65px;
border-top: 1px solid #ddd;
}

/* h2 */
.paragraph h2 {
position: relative;
line-height: 1.4;
font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
font-weight: bold;
}
#article03 h2 b {
    display: block;
    font-size: 13px;
    line-height: 1.5;;
    }
.paragraph h2::before {
display: block;
content: "";
position: absolute;
left: -65px;
width: 5px;
height: 100%;
background-color: var(--color-primary);
}
.paragraph h2 .sub {
display: block;
line-height: 1;
color: var(--color-primary);
font-size: 24px;
font-weight: 700;
}
.paragraph h2 .sub strong {
font-size: 1.6em;
}
.paragraph h2 .title {
display: block;
margin-top: .3em;
font-size: 40px;
font-weight: 700;
}
/* h3 */
.paragraph h3 {
position: relative;
line-height: 1.6;
margin-top: 60px;
padding-left: 1.6em;
font-size: 24px;
font-weight: 700;
}
.paragraph h3::before {
display: block;
content: "";
position: absolute;
top: .7em;
left: 0;
width: 25px;
height: 5px;
background-color: var(--color-primary);
}
h3 + .imgBox {
    margin-top: 20px;
}
/* h4 */
.paragraph h4 {
line-height: 1.6;
margin-top: 40px;
font-size: 20px;
font-weight: 700;
}
/* h5 */
.paragraph h5 {
line-height: 1.6;
font-size: 16px;
font-weight: 700;
}
/* p */
.paragraph p {
line-height: 1.8;
margin-top: 40px;
font-size: 18px;
}
.paragraph p + p {
margin-top: 20px;
}
.paragraph h3 + p,
.paragraph h4 + p {
margin-top: 10px;
}
/* .btn */
.main .btn {
width: 600px;
margin-top: 40px;
}
/*--------------------------------------------*/
/* .imgBox
----------------------------------------------*/
.imgBox {
margin-top: 40px;
}
.imgBox .column {
display: flex;
justify-content: center;
column-gap: 20px;
}
.imgBox .column img,
.imgBox .column video {
width: 100%;
height: auto;
}
.imgBox .cap {
margin-top: 15px;
line-height: 1.6;
font-size: 14px;
}
/*--------------------------------------------*/
/* .lineup
----------------------------------------------*/
.lineup {
padding: 80px 65px 65px;
border-top: 1px solid #ddd;
}
.lineup h2 {
position: relative;
line-height: 1.6;
font-size: 24px;
font-weight: 700;
}
.lineup h2::before {
display: block;
content: "";
position: absolute;
left: -65px;
width: 5px;
height: 100%;
background-color: var(--color-primary);
}
/*--------------------------------------------*/
/* .item
----------------------------------------------*/
.item {
margin-top: 40px;
}
.item + .item {
margin-top: 20px;
}
.item a {
    display: block;
padding: 20px 40px 40px;
border: 1px solid #ddd;
background-color: #fff;
box-sizing: border-box;
}
.item .img {
text-align: center;
margin-bottom: 20px;
}
.item .img img {
    width: 80%;
}
.item .info h3 {
line-height: 1.4;
text-align: center;
font-size: 26px;
font-weight: bold;
transition: .2s;
margin-bottom: -20px;
}

/*--------------------------------------------*/
/* .scroll
----------------------------------------------*/
.scroll {
margin-top: 40px;
overflow: auto;
}
.scroll::-webkit-scrollbar{
height: 12px;
}
.scroll::-webkit-scrollbar-track{
background: #f7f7f7;
}
.scroll::-webkit-scrollbar-thumb {
border-radius: 6px;
background: #ddd;
}
.scroll::-webkit-scrollbar-thumb:hover {
background: #ccc;
}
/*--------------------------------------------*/
/* table
----------------------------------------------*/
.spacTitle {
    margin-top: 50px;
    margin-bottom: -20px;
}
table {
    border: solid #cecece;
    border-width: 1px 1px 1px 0;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}
th,
td {
    border: solid #cecece;
    border-width: 1px;
    text-align: center;
}
th {
    background-color: #ededed;
    color: #545454;
    font-size: 14px;
    width: 14%;
    padding: 15px 0;
}
td {
    font-size: 14px;
    padding: 10px 10px;
}
.txtblack {
    color: #000;
}
.txtRed {
    color: #D40003;
}
/*--------------------------------------------*/
/* .campaign
----------------------------------------------*/
/* campaignTxtLink */
.campaignTxtLink {
text-align: center;
font-size: 24px;
padding: 40px 0 0;
}
.campaignTxtLink a {
transition: .1s;
font-weight: bold;
	letter-spacing: 0.08em;
}
.campaignTxtLink a:link {
color: var(--color-primary);
text-decoration: underline;
}
.campaignTxtLink a:hover {
opacity: .7;
}
.campaignTxtLink a:before,
.campaignTxtLink a:after {
content: "▼";
font-size: 20px;
}
/*----　#campaignBox ----*/
#campaignBox {
background: var(--color-primary);
border: var(--color-primary) solid 3px;
box-sizing: border-box;
margin: 90px 0 0;
}
.campaignBoxIn {
background: #fff;
box-sizing: border-box;
padding: 40px;
}
.campaignBoxIn p {
font-size: 16px;
line-height: 1.4;
}
.campaignTitle {
color: #fff;
text-align: center;
padding: 15px 0;
}
.campaignTitle h3 {
font-size: 27px;
font-weight: bold;
line-height: 1.3;
}
.databox {
width: 100%;
margin: 30px auto 30px;
}
.databox li {
font-size: 22px;
margin-bottom: 25px;
text-align: center;
}
.databox .dayBox {
background: #e5e5e5;
color: #000;
display:block;
font-size: 17px;
text-align: center;
padding: 7px 0;
width: 100%;
margin: 0 auto 10px;
}
.databox .sTxt {
display: block;
font-size: 12px;
margin-top: 10px;
}
.databox li p {
font-size: 16px;
line-height: 1.4;
text-align: left;
}
.campaignBoxIn .btn {
width: 100%;
line-height: 60px;
height: 60px;
margin: 0 auto 40px;
border-radius: 30px;
background-color: #D40003;
text-align: center;
color: #fff;
font-size: 16px;
font-weight: 700;
transition: .2s;
}
.bnrImg img {
width: 100%;
}

.txtLink {
    text-align: center;
    margin: 40px 0 0;
    }
    .txtLink a {
    font-size: 17px;
    font-weight: bold;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
      -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    }
    .txtLink a:link,
    .txtLink a:visited {
    color: #006cff;
    font-weight: bold;
    text-decoration: underline;
    }
    .txtLink a:hover,
    .txtLink a:active {
    color: #98c4ff;
    }
	
/*----　youTube　----*/
.youTubeBox {
    position: relative;
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 70px auto 0;
    }
    .youtubeThum {
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: .2s;
    position: relative;
    margin: auto;
    }
    .youtubeThum img {
    width: 100%;
    height: auto;
    }
    .youtubeThum::before,
    .youtubeThum::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    }
    .youtubeThum::before {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    margin: -30px 0 0 -30px;
    }
    .youtubeThum::after {
    width: 0px;
    height: 0px;
    border: 12px solid transparent;
    border-left: 18px solid #fff;
    margin: -12px 0 0 -6px;
    }
    .youtubeThum:hover {
    opacity: 0.7;
    transition: .2s;
    }
    .youtubeModalOverlay {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    }
    .youtubePlayerWrp {
    display: none;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    z-index: 101;
    }
    .youtubePlayerWrp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }   
.youtubeTxt p {
    font-size: 14px;
    margin-top: 15px;
}
.sTxt {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}
/*--------------------------------------------*/
/* .releasedate
----------------------------------------------*/
.releasedate {
width: 1170px;
margin: 15px auto 0;
text-align: right;
color: #999;
font-size: 11px;
}

