@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#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;
}
p strong {
    border-bottom: 1px dashed #ff8a00;
    font-weight: lighter;
}
.note {
    margin-top: 1rem !important;
    line-height: 1.8 !important;
    padding-left: 2.2em;
    text-indent: -2.2em;
    font-size: 1rem !important;
}
.pc {
    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 {
    padding-bottom: 3rem;
}
.mainTitle {
    background-color: #111112;
}
.mainTitle h1 {
    display: block;
    padding-top: 120%;
    background:  url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_attesa/sp_h1.jpg) no-repeat 0 0;
    background-size: 100%;
    text-indent: -999em;
    font-size: 0;
}
/*---- .lead ----*/
.lead {
    position: relative;
    margin-top: 3rem;
    padding: 0 2rem;
}
.lead p {
    line-height: 2.0;
    font-size: 1.3rem;
}
.lead p + p {
    margin-top: 1rem;
}
/*==============================================
 .btn
============================================= */
.btn {
    position: relative;
	display: block;
	width: auto;
	height: 3.4rem;
	line-height: 3.4rem;
    margin: 0 auto;
    border-radius: 1.7rem;
    background-color: #ff8a00;
    text-align: center;
    color: #000;
	font-size: 1.2rem;
    font-weight: 500;
}
.btn, .btn:visited, .btn:hover {
    color: #000 !important;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    width: 1.4rem;
    height: .8rem;
    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 {
	height: 4rem;
	line-height: 4rem;
    margin: 2rem 2rem 0;
    border-radius: 2rem;
    font-size: 1.2rem;
}
/*---- .paragraph ----*/
.paragraph .btn {
    margin: 3rem 0 0;
}
/*---- .productBox ----*/
.productBox .btn {
    margin-top: 2rem;
}
.productBox .btn::after {
    right: 1rem;
    width: 1.0rem;
    transform:rotate(-90deg);
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #3d3d43;
}
.paragraph#matome {
    border-bottom: 1px solid #3d3d43;
}
.spAccordion {
    display: none;
    padding: 0 2rem 3rem;
}
.paragraph p, .paragraph h2 {
    line-height: 2.0;
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.paragraph h2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 2.5rem 2rem;
}
.paragraph h2 > span {
    display: block;
    padding-left: 2.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.paragraph h2 .sub {
    display: inline-block;
    width: 9rem;
    margin-right: 1rem;
    font-size: 0;
}
.paragraph h2 .chapter {
    position: absolute;
    top: 2.4rem;
    padding: 0 .3rem;
    border: 1px solid #ff8a00;
    color: #ff8a00;
    font-size: .6rem;
}
.paragraph h2 .chapter img {
    display: none;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    font-size: 1.6rem;
}
.paragraph h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: .8rem;
    height: .8rem;
    margin: auto 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.paragraph.active h2::before {
    top: 0;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.paragraph p {
    margin-top: 3rem;
    font-size: 1.3rem;
}
.paragraphIn > p:first-child {
    margin-top: 1rem;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph .credit {
    font-size: 0.85rem;
}
.paragraph a {
    color: #ff8a00;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin-top: 3rem;
}
h3 + .imgBox {
    margin-top: 1.5rem;
}
.imgBox:first-child {
    margin-top: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .two a {
    width: calc(50% - .5rem);
}
.imgBox .two + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/*==============================================
.borderOrange
============================================= */
.borderOrange {
    width: 10rem;
    height: 1px;
    margin: 3rem auto;
    background-color: #ff8a00;
}
/*==============================================
.clockBox
============================================= */
.clockBox {
    margin-top: 3rem;
}
/* .boxInner */
.clockBox .boxInner {
}
/* .photo */
.clockBox .photo {
    background: linear-gradient(0deg, rgba(27,27,28,1) 0%, rgba(0,0,0,1) 100%);
    text-align: center;
}
.clockBox .photo img {
    width: 40%;
}
/* .txt */
.clockBox .txt {
}
.clockBox .txt h3 {
    margin-top: 1.5rem;
    text-align: left;
    color: #ff8a00;
    font-size: 1.3rem;
}
.clockBox .txt p {
    line-height: 1.8;
    margin-top: .5rem;
    color: #fff;
    font-size: 1.0rem;
}
/*==============================================
.cardBox
============================================= */
.cardBox {
    margin-top: 3rem;
    color: #000;
}
.cardBox li {
    margin: 0 auto;
    background-color: #fff;
}
.cardBox li + li {
    margin-top: 3rem;
}
.cardBox li h3 {
    padding: 2rem 2rem 1.5rem;
    font-weight: 500;
}
.cardBox li h3 .camera {
    display: inline-block;
    position: relative;
    padding-left: 3rem;
    font-size: 1.5rem;
}
.cardBox li h3 .camera::before {
    content: "";
    display: block;
    position: absolute;
    top: -.05em;
    bottom: 0;
    left: 0;
    width: 2rem;
    height: 1.7rem;
    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;
    margin-top: 1rem;
    font-size: 1.0rem;
}
.cardBox li dl {
    padding: 2rem;
}
.cardBox li dl dt,
.cardBox li dl dd p {
    line-height: 1.8;
    font-size: 1.2rem;
}
.cardBox li dl dt {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    text-align: left;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 1.3rem;
}
.cardBox li dl dt:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.cardBox li dl dd {
    padding-top: .5rem;
}
.cardBox li dl dd p {
    margin: 0;
}
.cardBox li dl dd p + p {
    margin-top: .5rem;
}
.cardBox li dl dd p a {
    color: #ff8a00;
}
.cardBox li dl dd p a:hover {
    border-bottom: 1px solid #ff8a00;
}
/*==============================================
.swiper-wrapper
============================================= */
.swiper-wrapper {
    padding-bottom: 1.5rem;
}
.swiper-slide {
    width: 100%;
    /*opacity: .5;
    transition: opacity .2s;*/
}
.swiper-slide img {
    width: 100%;
}
.swiper-slide-active {
    /*opacity: 1;*/
}
/*.swiper-button*/
.swiper-button-next, .swiper-button-prev {
    top: -1.5rem;
    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: 2rem;
    height: 4px;
    border-radius: 0;
    background: #ccc;
    opacity: 1;
    transition: background-color .2s;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .3rem;
}
.swiper-pagination-bullet-active {
    background-color: #ff8a00;
}
/*==============================================
.product
============================================= */
.productBox {
    padding: 3rem 2rem 0;
    background-color: #111112;
}
.productBoxIn {
}
.productBoxIn h2 {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    font-size: 1.4rem;
}
.card {
    margin-top: 2rem;
}
.card li {
    width: 100%;
    margin-top: 2rem;
}
.card li a {
    display: block;
    padding: 2rem;
    border: 1px solid #2a2a2c;
    background-color: #1b1b1c;
    text-align: center;
    box-sizing: border-box;
}
.card li a p {
    font-size: 1.1rem;
    color: #ff8a00;
}
.card li a h3 {
    margin-top: 1rem;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
}
.card li a .img {
    margin-top: 2rem;
}
.card li a .img img {
    width: 50%;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    color: #fff;
    font-size: 0.85rem;
    padding: 1.5rem 0 3rem;
}