@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 {
    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 {
    margin-top: 20px; 
}
#mainContents .note li {
    font-size: 10px;
}
#mainContents .note li + li {
    margin-top: 5px;
}
.sp {
    display: none !important;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: #ecedf2 url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_narwal/main_img.webp) no-repeat center top;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 150px;
    left: 0;
    width: 467px;
    height: 218px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_narwal/h1.webp) no-repeat center top;
    font-size: 0;
}
.mainTitle .btnWrap {
    position: absolute;
    bottom: 150px;
    left: 0;
}
/*---- .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: #683df5;
    text-decoration: underline;
}
.lead a:hover {
    text-decoration: none;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background-color: #683df5;
    transition: .2s;
    font-weight: bold;
}
.btn:hover,
a:hover .btn {
    background-color: #4c2cb3;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
}
.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 #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/* .mainTitle & .bnrInr */
.mainTitle .btn,
.paragraph .btn,
.productBox .btn {
    margin: 0 auto;
}
/* .mainTitle */
.mainTitle .btn {
    width: 320px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    border-radius: 23px;
    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: 180px;
    border-radius: 15px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_narwal/bnr.jpg) no-repeat center center;
    box-sizing: border-box;
}
.paragraph .btn {
    position: absolute;
    bottom: 22px;
    left: 85px;
    width: 235px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    font-size: 10px;
}
.paragraph .btn::after {
    right: 15px;
    width: 4px;
    height: 4px;
}
/* .productBox */
.productBox .btn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 17.5px;
    background-color: #683df5;
    font-size: 10px;
}
.productBox .btn:hover,
.productBox a:hover .btn {
    background-color: #4c2cb3;
}
.productBox .btn::after {
    right: 15px;
    width: 4px;
    height: 4px;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    margin-top: 80px;
    background-color: #181623;
}
.lnav {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 85px 80px;
    box-sizing: border-box;
}
.lnav .contents {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.lnav ul {
    margin-top: 30px;
}
.lnav ul li + li {
    margin-top: 10px;
}
.lnav ul li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 15px;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #683df5;
}
.lnav ul li a span {
    display: inline-block;
    width: 150px;
    line-height: 24px;
    margin-right: 20px;
    border-radius: 12px;
    background-color: #fff;
    text-align: center;
    color: #683df5;
    font-weight: bold;
    font-size: 12px;
    transition: .2s;
}
.lnav ul li a:hover span {
    background-color: #683df5;
    color: #fff;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 100px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    width: 150px;
    line-height: 36px;
    margin: 0 auto;
    border: 1px solid #683df5;
    border-radius: 18px;
    font-weight: bold;
    color: #683df5;
    font-size: 15px;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 20px;
    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: 60px 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: 405px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img,
.imgBox video {
    border-radius: 15px;
    overflow: hidden;
}
.imgBox video {
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    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;
}
/*---- .three ----*/
.imgBox .three {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .three div,
.imgBox .three a {
    width: 206px;
}
.imgBox .three div + div {
    margin-top: 0;
}
.imgBox .three + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*==============================================
.kakomi
============================================= */
.kakomi {
    margin-top: 100px;
    padding: 60px 85px 70px;
    border-radius: 15px;
    background-color: #efe4fe;
}
.kakomi h3 {
    margin: 0;
    font-size: 28px;
}
.kakomi h3 + p {
    margin-top: 50px;
}
.kakomi p {
    width: auto;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin-top: 100px;
    padding: 90px 0;
    background: #181623 url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_narwal/bg_prd.webp) no-repeat center top;
    background-size: 100%;
}
.productBoxIn h2 {
    margin-bottom: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.productBoxIn {
    width: 830px;
    margin: 0 auto;
}
.productBoxIn .prd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productBoxIn .prd a,
.productBoxIn .prd .anchor {
    display: block;
    position: relative;
    width: 405px;
    padding: 40px 0;
    border: 3px solid #fff;
    border-radius: 15px;
    background-color: #fff;
    box-sizing: border-box;
    transition: .2s;
}
.productBoxIn .prd a:hover {
    border-color: #683df5;
}
.productBoxIn .prd .txt {
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.productBoxIn .prd h3 {
    margin-top: 10px;
    text-align: center;
    color: #683df5;
    font-weight: bold;
    font-size: 26px;
}
.productBoxIn .prd .img {
    text-align: center;
}
.productBoxIn .prd .btn {
    width: 235px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin-top: 25px;
    font-size: 11px;
}
.productBoxIn .prd .anchor .btn,
.productBoxIn .prd .anchor .btn:hover {
    background-color: #cdcbd5;
    color: #fff;
}
.productBoxIn .prd .btn .arrow {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.productBoxIn .prd .btn .arrow::before {
    top: 2px;
}
.productBox .note li {
    color: #fff;
}
.productBoxIn .red {
    position: absolute;
    top: 135px;
    width: 100%;
    text-align: center;
    color: #f54a3d;
    font-size: 10px;
}
/*==============================================
.bnrAmazon
============================================= */
.bnrAmazon {
    margin-top: 80px;
}
.bnrAmazon a {
    display: block;
    padding: 25px 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 15px;
    transition: .2s;
}
.bnrAmazon a h3 {
    display: block;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.bnrAmazon a p {
    line-height: 1.8;
    margin: 10px 30px 0;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.bnrAmazon a .btn {
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    width: 320px;
    background-color: #ff9900;
    font-size: 11px;
}
.bnrAmazon a:hover {
    border: 1px solid #d78100;
}
.bnrAmazon a:hover .btn {
    background-color: #d78100;
}
/*==============================================
.bnrYoutube
============================================= */
.bnrYoutube {
    margin-top: 40px;
}
.bnrYoutube a {
    display: block;
    padding: 25px 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 15px;
    transition: .2s;
}
.bnrYoutube a p {
    text-align: center;
    line-height: 1.4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.bnrYoutube a p span {
    position: relative;
    top: -3px;
    margin-right: 1em;
    font-size: 12px;
}
.bnrYoutube a .btn {
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    width: 320px;
    background-color: #f53d46;
    font-size: 11px;
}
.bnrYoutube a:hover {
    border: 1px solid #f53d46;
}
.bnrYoutube a:hover .btn {
    background-color: #b52d33;
}
/*==============================================
.txtLink
============================================= */
.txtLink,
.paragraph .txtLink {
    width: auto;
    margin: 30px auto 0;
    text-align: center;
}
.txtLink a {
    line-height: 1.6;
    color: #683df5;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.txtLink a:hover {
    text-decoration: none;
}
/*==============================================
#amazon
============================================= */
#amazon {
    margin-top: 100px;
    padding: 60px 85px 70px;
    background-color: #683df5;
    box-sizing: border-box;
    border-radius: 15px;
}
#amazon h2 {
    line-height: 1.6;
    margin-bottom: 50px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
#amazon .amazonInr {
    padding: 40px;
    border-radius: 15px;
    background-color: #fff;
    box-sizing: border-box;
}
#amazon h3 {
    line-height: 1.6;
    margin-top: 30px;
    padding: 5px 10px;
    background-color: #ECEDF2;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
#amazon h3:first-child {
    margin-top: 0;
}
#amazon h3 + p {
    margin-top: 20px;
}
#amazon h4 {
    line-height: 1.6;
    margin-top: 20px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #683df5;
}
#amazon p {
    line-height: 1.6;
    margin: 0 auto 0;
    padding: 0 10px;
    font-size: 16px;
}
#amazon p span {
    color: #f53d46;
    font-weight: bold;
}
#amazon .note {
    margin-top: 5px;
    padding-left: 2em;
    text-indent: -1em;
    font-size: 10px;
}
#amazon .note + .note{
    margin-top: 0;
}
#amazon .txtLink {
    margin-top: 30px;
}
#amazon .txtLink a {
    color: #fff;
}
/*==============================================
.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;
}