@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: #e8ebed;
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #222;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents em {
    background-color: rgba(188,223,237,1);
    font-style: normal;
}
#mainContents .note {
    display: block;
    margin-top: 10px;
    font-size: 11px;
}
.sp {
    display: none !important;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: #0e151b url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_narwal/h1_bg.webp) no-repeat center top;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 800px;
    margin: 0 auto;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 455px;
    left: 0;
    right: 0;
    width: 658px;
    height: 154px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_narwal/h1.svg) no-repeat center top;
    font-size: 0;
}
.mainTitle .btnWrap {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 320px;
}
/*---- .lead ----*/
.lead {
    line-height: 2.0;
    font-size: 16px;
    width: 1000px;
    margin: 80px auto 0;
    padding: 0 85px;
    box-sizing: border-box;
}
.lead + .lead {
    margin-top: 40px;
}
.lead a {
    color: #a89d68;
    text-decoration: underline;
}
.lead a:hover {
    text-decoration: none;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background: rgb(225,208,130);
    background: linear-gradient(0deg, rgba(225,208,130,1) 0%, rgba(244,226,141,1) 100%);
    border: 1px solid #f4e28d;
    transition: .2s;
    font-weight: bold;
}
.btn:hover,
a:hover .btn {
    opacity: .7;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #222;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.btn span {
    position: relative;
    z-index: 1;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-right: 2px solid #958952;
    border-bottom: 2px solid #958952;
    transform: rotate(-45deg);
}
/* .mainTitle & .bnrInr */
.mainTitle .btn,
.paragraph .btn,
.productBox .btn {
    margin: 0 auto;
}
/* .mainTitle */
.mainTitle .btn {
    width: 320px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 13px;
}
.mainTitle .btn::after {
    right: 20px;
    width: 6px;
    height: 6px;
}
/* .bnr */
.paragraph .bnr {
    margin: 100px auto 0;
    width: 830px;
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 220px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_narwal/bnr.jpg) no-repeat center center;
    box-sizing: border-box;
}
.paragraph .btn {
    position: absolute;
    bottom: 42px;
    right: 85px;
    width: 320px;
    height: 45px;
    line-height: 45px;
    border-radius: 22px;
    font-size: 11px;
}
.paragraph .btn::after {
    right: 15px;
    width: 5px;
    height: 5px;
}
/* .productBox */
.productBox .btn {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 22px;
    font-size: 11px;
}
.productBox .btn:hover,
.productBox a:hover .btn {
}
.productBox .btn::after {
    right: 15px;
    width: 5px;
    height: 5px;
}
/*==============================================
 .lnav
============================================= */
.contents {
    margin-top: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.lnav {
    width: 830px;
    margin: 20px auto 0;
    padding: 40px 50px;
    box-sizing: border-box;
    background-color: #fff;
}
.lnav ul li + li {
    margin-top: 10px;
}
.lnav ul li a {
    display: block;
    position: relative;
    font-size: 14px;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #1880da;
}
.lnav ul li a span {
    display: inline-block;
    width: 150px;
    line-height: 24px;
    margin-right: 15px;
    background-color: #1880da;
    text-align: center;
    color: #fff;
    font-size: 11px;
    transition: .2s;
}
.lnav ul li a:hover span {
    background-color: #1880da;
    color: #fff;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    margin-top: 100px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    padding: 60px 0;
    text-align: center;
    box-sizing: border-box;
}
#article01 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_narwal/h2_01.jpg) no-repeat center top;
    background-size: cover;
}
#article02 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_narwal/h2_02.jpg) no-repeat center center;
    background-size: cover;
}
#article03 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_narwal/h2_03.jpg) no-repeat center bottom;
    background-size: cover;
}
#matome h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 1px;
    margin: 0 auto;
    background-color: #fff;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    line-height: 35px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: hsla(208,80%,47%,0.70);
    font-weight: bold;
    color: #fff;
    font-size: 15px;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 20px;
    font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.paragraph h3 {
    line-height: 1.6;
    margin-top: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.paragraph h4 {
    line-height: 1.6;
    width: 660px;
    margin: 80px auto 0;
    font-weight: bold;
    font-size: 16px;
}
.paragraph p {
    line-height: 2.0;
    width: 830px;
    margin: 80px auto 0;
    text-align: left;
    font-size: 16px;
}
.paragraph p + p {
    margin-top: 40px;
}
.paragraph h3 + p,
.paragraph h3 + .imgBox {
    margin-top: 30px;
}
.paragraph h4 + p,
.paragraph h4 + .imgBox {
    margin-top: 20px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 80px auto 0;
}
.imgBox h4 {
    margin: 0 0 20px;
}
.imgBox div {
    width: 320px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img,
.imgBox video {
    overflow: hidden;
}
.imgBox .cap {
    line-height: 2.0;
    width: 320px;
    margin: 0;
    font-size: 13px;
}
/* .one */
.imgBox .one {
    width: 660px;
    text-align: center;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
.imgBox .one video {
    width: 660px;
    outline: none;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .two a,
.imgBox .two div {
    width: 320px;
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
.imgBox .two video {
    width: 320px;
    outline: none;
}
.imgBox .two .capt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imgBox .two .capt a {
    width: 150px;
}
.mov + .imgBox {
    margin-top: 20px;
}
/*==============================================
.matomeWrap
============================================= */
#matomeWrap {
    margin-top: 0;
    padding-bottom: 60px;
    background: #040606 url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_narwal/product_bg.webp) no-repeat center top;
    background-size: contain;
    color: #fff;
}
#matomeWrap .paragraph {
    margin-top: 100px;
    padding-top: 0;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin-top: 80px;
}
.productBoxIn {
    width: 830px;
    margin: 0 auto;
}
.productBox .prd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productBox .prd a {
    display: block;
    position: relative;
    width: 405px;
    padding: 40px 0;
    border-radius: 15px;
    background-color: #fff;
    box-sizing: border-box;
    transition: .2s;
}
.productBox .prd a:nth-child(n+3) {
    margin-top: 20px;
}
.productBox .prd a:hover {
}
.productBox .prd h3 {
    text-align: center;
    color: #a89d68;
    font-weight: bold;
    font-size: 26px;
}
.productBox .prd .txt {
    line-height: 1.6;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.productBox .prd .img {
    margin-top: 20px;
    text-align: center;
}
.productBox .prd .btn {
    width: 275px;
    height: 45px;
    line-height: 45px;
    border-radius: 22px;
    margin-top: 25px;
    font-size: 11px;
}
.productBox .prd .btn .arrow {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.productBox .prd .btn .arrow::before {
    top: 2px;
}
.productBox .note li {
    color: #fff;
}
.productBox .red {
    position: absolute;
    top: 135px;
    width: 100%;
    text-align: center;
    color: #f54a3d;
    font-size: 10px;
}
/*==============================================
.txtLink
============================================= */
.txtLink,
.paragraph .txtLink {
    width: auto;
    margin: 20px auto 0;
    text-align: center;
}
.txtLink a {
    line-height: 1.6;
    color: #a89d68;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.txtLink a:hover {
    text-decoration: none;
}
/*==============================================
#amazon
============================================= */
#amazon {
    margin-top: 100px;
    padding: 40px 60px 60px;
    background-color: #383b41;
    box-sizing: border-box;
    text-align:center
}
#amazon h2 {
    line-height: 1.6;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
#amazon .limited {
    display: inline-block;
    line-height: 1.6;
    margin-top: 10px;
    padding: 7px 20px;
    border: 1px solid rgb(225,208,130);
    color: rgb(225,208,130);
    font-size: 16px;
}
#amazon .amazonInr {
    margin-top: 40px;
    padding: 40px;
    border-radius: 15px;
    background-color: #fff;
    box-sizing: border-box;
    text-align: left;
}
#amazon h3 {
    line-height: 1.6;
    margin-top: 30px;
    padding: 5px 10px;
    border-left: 3px solid #383b41;
    background-color: #dde2e5;
    color: #222;
    font-size: 15px;
    font-weight: bold;
}
#amazon h3:first-child {
    margin-top: 0;
}
#amazon h3 + dl {
    margin-top: 30px;
}
#amazon dl {
    display: flex;
    margin-top: 10px;
    padding: 0 10px;
    color: #222;
    font-size: 14px;
    font-weight: bold;
}
#amazon dl.border {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}
#amazon dl dt,
#amazon dl dd {
    line-height: 1.4;
}
#amazon dl dt {
    width: 15%;
}
#amazon dl dd {
    width: 85%;
}
#amazon dl dd.name {
    font-weight: bold;
}
#amazon dl dd strong {
    color: #ff0000;
}
#amazon a {
    display: block;
    width: 320px;
    margin: 30px auto 0;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 20px auto 0;
    text-align: right;
    color: #fff;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}