@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #000;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #fff;
	letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
p strong {
    border-bottom: 1px dashed #ff8a00;
    font-weight: lighter;
}
.note {
    width: 830px;
    margin-top: 20px !important;
    line-height: 1.8 !important;
    padding-left: 2.2em;
    text-indent: -2.2em;
    font-size: 12px !important;
    box-sizing: border-box;
}
.sp {
    display: none;
}
/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
}
.mainTitle {
    position: relative;
    padding: 70px 0 80px;
    background: #111112 url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_attesa/main_title_bg.jpg) no-repeat center top;
    background-size: 100%;
}
/*@media (max-width: 1400px) {
    .mainTitle {
        background-size: 1400px;
    }
}*/
.mainTitle::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1000px;
    height: 1px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_attesa/main_title_border.png) no-repeat center top;
}
.mainTitle h1 {
    display: block;
    width: 660px;
    height: 647px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_attesa/h1.png) no-repeat 0 0;
    font-size: 0;
}
.mainTitle .clock {
    position: absolute;
    top: -30px;
    right: -50px;
}
/*---- .lead ----*/
.lead {
    position: relative;
    width: 830px;
    margin: 80px auto 0;
}
.lead p {
    line-height: 2.0;
    font-size: 18px;
}
.lead p + p {
    margin-top: 40px;
}
/*==============================================
 .btn
============================================= */
.btn {
    position: relative;
	display: block;
	width: 305px;
	height: 46px;
	line-height: 46px;
    margin: 0 auto;
    border-radius: 23px;
    background-color: #ff8a00;
    text-align: center;
    color: #000;
	font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    transition: .2s;
}
.btn, .btn:visited, .btn:hover {
    color: #000 !important;
}
.btn:hover {
    background-color: #ffa132;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 23px;
    height: 13px;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_attesa/arrow_black.svg) no-repeat 0 0;
}
.btnLineup .btn {
    width: 830px;
	height: 70px;
	line-height: 70px;
    margin-top: 80px;
    border-radius: 35px;
    font-size: 18px;
}
/*---- .productBox ----*/
.productBox .btn {
    margin-top: 40px;
}
.productBox .btn::after {
    right: 15px;
    width: 13px;
    transform:rotate(-90deg);
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    margin-top: 100px;
    background-color: #111112;
}
.lnav {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_attesa/lnav.jpg) no-repeat 0 0;
}
.lnav li {
}
.lnav li a {
    display: block;
    width: 250px;
    height: 280px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_attesa/lnav.jpg) no-repeat 0 -280px;
    font-size: 0;
    opacity: 0;
    transition: opacity .2s;
}
.lnav li:nth-child(2) a {
    background-position: -250px -280px;
}
.lnav li:nth-child(3) a {
    background-position: -500px -280px;
}
.lnav li:nth-child(4) a {
    background-position: -750px -280px;
}
.lnav li a:hover {
    opacity: 1;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding: 100px 0 0;
    text-align: center;
} 
.paragraph#article02,
.paragraph#matome {
    margin-top: 100px;
    padding-bottom: 100px;
    background-color: #111112;
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
}
.paragraph h2 .sub {
    display: block;
    width: 146px;
    height: 33px;
    margin: 0 auto;
    font-size: 0;
}
.paragraph h2 .chapter {
    position: absolute;
    top: 0;
    left: -85px;
    width: 17px;
    height: 196px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_attesa/chapter_1.png) no-repeat 0 0;
    font-size: 0;
}
.paragraph#article02 h2 .chapter {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_attesa/chapter_2.png) no-repeat 0 0;
}
.paragraph#article03 h2 .chapter {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_attesa/chapter_3.png) no-repeat 0 0;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 20px;
    font-size: 40px;
}
.paragraphIn > p {
    width: 830px;
}
.paragraph p {
    line-height: 2.0;
    margin: 60px auto 0;
    text-align: left;
    font-size: 18px;
}
.paragraph p + p {
    margin-top: 40px;
}
.paragraph .credit {
    font-size: 12px;
}
.paragraph a {
    color: #ff8a00;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 830px;
    margin: 80px auto 0;
}
.imgBox.leftImg {
    flex-direction: row-reverse;
}
h3 + .imgBox {
    margin-top: 30px;
}
.imgBox div {
    width: 575px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    margin: 0;
    font-size: 14px;
}
/* .one */
.imgBox .one {
    width: 830px;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 830px;
}
.imgBox .two a {
    width: 405px;
}
.imgBox .two + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*==============================================
.borderOrange
============================================= */
.borderOrange {
    width: 150px;
    height: 1px;
    margin: 80px auto;
    background-color: #ff8a00;
}
/*==============================================
.clockBox
============================================= */
.clockBox {
    margin-top: 80px;
    background: linear-gradient(90deg, rgba(17,17,18,1) 30%, rgba(17,17,18,0) 100%);
}
.clockBox + .clockBox {
    margin-top: 0;
    background: linear-gradient(90deg, rgba(17,17,18,0) 0%, rgba(17,17,18,1) 70%);
}
/* .boxInner */
.clockBox .boxInner a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    color: #fff;
}
.clockBox + .clockBox .boxInner a {
    flex-direction: row-reverse;
}
/* .txt */
.clockBox .txt {
    width: 415px;
    margin-right: 85px;
}
.clockBox + .clockBox .txt {
    margin-left: 85px;
}
.clockBox .txt h3 {
    text-align: left;
    color: #ff8a00;
    font-size: 24px;
}
.clockBox .txt p {
    line-height: 1.8;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
}
/*==============================================
.cardBox
============================================= */
.cardBox {
    margin-top: 80px;
    color: #000;
}
.cardBox li {
    width: 830px;
    margin: 0 auto;
    background-color: #fff;
}
.cardBox li + li {
    margin-top: 80px;
}
.cardBox li h3 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 50px 50px 40px;
    font-weight: 500;
}
.cardBox li h3 .camera {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    font-size: 20px;
}
.cardBox li h3 .camera::before {
    content: "";
    display: block;
    position: absolute;
    top: -.15em;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 25px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_attesa/camera.svg) no-repeat 0 0;
}
.cardBox li h3 .name {
    display: inline-block;
    font-size: 14px;
}
.cardBox li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px;
}
.cardBox li dl dt,
.cardBox li dl dd {
    padding: 20px 0;
    border-top: 1px solid #ddd;
}
.cardBox li dl dt:first-of-type,
.cardBox li dl dd:first-of-type {
    padding: 0 0 20px;
    border: none;
}
.cardBox li dl dt,
.cardBox li dl dd p {
    line-height: 1.8;
    font-size: 16px;
}
.cardBox li dl dt {
    width: 200px;
    text-align: left;
    padding-right: 20px;
    box-sizing: border-box;
    font-weight: 500;
    
}
.cardBox li dl dd {
    width: 530px;
}
.cardBox li dl dd p {
    margin: 0;
}
.cardBox li dl dd p + p {
    margin-top: 20px;
}
.cardBox li dl dd p a:hover {
    border-bottom: 1px solid #ff8a00;
}
/*==============================================
.swiper-wrapper
============================================= */
.swiper-wrapper {
    padding-bottom: 30px;
    box-sizing: border-box;
}
.swiper-slide {
    width: 730px;
    /*opacity: .5;
    transition: opacity .2s;*/
}
.swiper-slide img {
    width: 100%;
}
.swiper-slide-active {
    /*opacity: 1;*/
}
/*.swiper-button*/
.swiper-button-next, .swiper-button-prev {
    top: -30px;
    bottom: 0;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_attesa/arrow_swiper.svg) no-repeat 0 0;
}
.swiper-button-prev {
    transform:rotate(180deg);
}
/*.pagination*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    font-size: 0;
}
.swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    background: #ccc;
    opacity: 1;
    transition: background-color .2s;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination-bullet-active {
    background-color: #ff8a00;
}
/*==============================================
.productBox
============================================= */
.productBox {
    background-color: #111112;
}
.productBoxIn {
    width: 1000px;
    margin: 0 auto;
}
.productBoxIn h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 830px;
    margin: 60px auto 0;
}
.card li {
    width: 405px;
    margin-top: 20px;
}
.card li:nth-of-type(1),
.card li:nth-of-type(2) {
    margin-top: 0;
}
.card li a {
    display: block;
    padding: 35px 50px 50px 50px;
    border: 1px solid #2a2a2c;
    background-color: #111112;
    text-align: center;
    box-sizing: border-box;
    transition: background-color .2s;
}
.card li a:hover {
    background-color: #1b1b1c;
}
.card li a p {
    font-size: 16px;
    color: #ff8a00;
}
.card li a h3 {
    margin-top: 15px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
.card li a .img {
    margin-top: 40px;
}
.card li a .img img {
    width: 60%;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 0 auto;
    padding: 30px 0 100px;
    text-align: right;
    color: #fff;
}