@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 {
    color: #222;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
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: 1rem; 
}
#mainContents .note li {
    line-height: 1.4;
    font-size: .8rem;
}
#mainContents .note li + li {
    margin-top: .4rem;
}
.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    padding-bottom: 3rem;
    background-color: #e1e4f1;
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 114.6%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_narwal/sp_h1.webp) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .btnWrap {
    margin: 0 2rem;
}
.lead {
    line-height: 2.0;
    margin: 2rem 2rem 0;
    font-size: 1.2rem;
}
.lead a {
    color: #683df5;
    text-decoration: underline;
}
/*==============================================
 .btn
============================================= */
.btn {
    position: relative;
    text-align: center;
    background-color: #683df5;
    font-weight: bold;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    display: block;
    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 {
    margin: 0 auto;
}
/* .mainTitle */
.mainTitle .btn {
    margin: 0 auto 0;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
    font-size: 1rem;
}
.mainTitle .btn::after {
    right: 1.5rem;
    width: .5rem;
    height: .5rem;
}
/* .bnr */
.paragraph .bnr {
    margin: 0 -2rem 0;
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 12.4rem;
    padding-bottom: 2rem;
    border-top: 1px solid #f1f1f1;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_narwal/bnr_sp.jpg) no-repeat center top;
    background-size: cover;
}
.paragraph .btn {
    margin: 0 auto;
    width: calc(100% - 4rem);
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    font-size: .8rem;
}
.paragraph .btn::after {
    right: 1.5rem;
    width: .4rem;
    height: .4rem;
}
/* .productBox */
.productBox .btn {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    background-color: #683df5;
    font-size: .8rem;
}
.productBox .btn::after {
    right: 1.5rem;
    width: .4rem;
    height: .4rem;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #ddd;
    transition: .2s;
}
.paragraph#article01 {
    margin-top: 2rem;
}
.spAccordion {
    display: none;
    padding: 0 2rem;
}
#matome .spAccordion {
    padding-bottom: 0;
}
.paragraphIn {
    padding-bottom: 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.3rem 2rem 2rem 2.5rem;
}
.paragraph h2 > span {
    display: block;
    padding-left: 2.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    line-height: 2.4;
    padding: 0 1.5em;
    border: 1px solid #683df5;
    border-radius: 1.2rem;
    color: #683df5;
    font-size: 1.0rem;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: 1.0rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.paragraph h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto 0;
    border-radius: 50%;
    background: #683df5;
}
.paragraph h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto 0;
    border-radius: 50%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_narwal/arrow.svg) no-repeat center center;
    transform: rotate(90deg);
    transition: .2s;
}
.paragraph.active h2::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.paragraph h3 {
    display: inline-block;
    position: relative;
    line-height: 1.6;
    margin-top: 4rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.paragraph h4 {
    width: 80%;
    line-height: 1.6;
    margin: 3rem auto 0;
    font-weight: bold;
    font-size: 1.2rem;
}
.paragraph p {
    margin-top: 3rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph h3 + p {
    margin-top: 1.0rem;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    width: 80%;
    margin: 3rem auto 0;
}
h3 + .imgBox,
h4 + .imgBox {
    margin-top: 1rem;
}
.imgBox h4 {
    width: auto;
    margin-bottom: 1rem;
}
.imgBox h5 {
    margin-bottom: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 1rem;
}
/*---- .two ----*/
.imgBox .two div,
.imgBox .two a + a {
    margin-top: 2.0rem;
}
.imgBox .two .capt {
}
.imgBox .two .capt a {
    width: 60%;
    margin: 0 auto;
}
.imgBox .two .capt a + a {
    margin-top: 2.0rem;
}
/*---- .three ----*/
.imgBox .three {
}
.imgBox .three a {
    width: 60%;
    margin: 0 auto;
}
.imgBox .three a + a {
    margin-top: 2.0rem;
}
/*==============================================
video
============================================= */
.movBox {
    margin-top: 2rem;
}
.movBox video {
    outline: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.movBox video + video {
    margin-top: 1rem;
}
.movBox .movTxt {
    text-align: center;
}
.movBox .mov {
    margin-top: 1.5rem;
}
.movBox .cap {
    line-height: 1.8;
    margin: 1rem auto 0;
    font-size: 1rem;
}
/*==============================================
.kakomi
============================================= */
.kakomi {
    margin-top: 3rem;
    padding: 2rem;
    border-radius: 1rem;
    background-color: #efe4fe;
}
.kakomi h3 {
    margin: 0;
    font-size: 1.4rem;
}
.kakomi h3 + p {
    margin-top: 1rem;
}
.kakomi p {
    width: auto;
}
/*==============================================
.productBox
============================================= */
.productBox {
    padding: 4rem 2rem 3rem;
    background: #181623 url(https://img1.kakaku.k-img.com/images/article/tieup/24/04_narwal/bg_prd.webp) no-repeat center top;
    background-size: 200%;
}
.productBox h2 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
}
.productBox .prd a,
.productBoxIn .prd .anchor {
    display: block;
    width: 100%;
    margin-top: 2rem;
    padding: 3rem 0 3rem;
    border-radius: 1rem;
    background-color: #fff;
}
.productBoxIn .prd .txt {
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}
.productBoxIn .prd h3 {
    margin-top: 1rem;
    text-align: center;
    color: #683df5;
    font-weight: bold;
    font-size: 2rem;
}
.productBoxIn .prd .img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.productBoxIn .prd .img img {
    width: 100%;
    height: auto;
}
.productBox .prd .btn {
    width: 80%;
    height: 3.4rem;
    line-height: 3.4rem;
    border-radius: 1.7rem;
    margin: 1.0rem auto 0;
    font-size: .9rem;
}
.productBox .prd .btn .arrow {
    width:  1.0rem;
    height: 1.0rem;
    margin-left: .5em;
}
.productBoxIn .prd .anchor .btn,
.productBoxIn .prd .anchor .btn:hover {
    background-color: #cdcbd5;
    color: #fff;
}
.productBox .prd .btn .arrow::before {
    top: .2em;
}
.productBox .note li {
    color: #fff;
}
.productBoxIn .red {
    line-height: 1.6;
    margin-top: 1rem;
    text-align: center;
    color: #f54a3d;
    font-size: .9rem;
}
/*==============================================
.bnrAmazon
============================================= */
.bnrAmazon {
    margin-top: 4rem;
}
.bnrAmazon a {
    display: block;
    padding: 25px 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 1rem;
    transition: .2s;
}
.bnrAmazon a h3 {
    display: block;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}
.bnrAmazon a p {
    line-height: 1.8;
    margin: 1rem 2rem;
    text-align: left;
    color: #fff;
    font-size: 1.2rem;
}
.bnrAmazon a .btn {
    height: 2.8rem;
    line-height: 2.8rem;
    margin: 1rem 2rem 0;
    width: auto;
    background-color: #ff9900;
}
/*==============================================
.bnrYoutube
============================================= */
.bnrYoutube {
    margin-top: 2rem;
}
.bnrYoutube a {
    display: block;
    padding: 2rem 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 1rem;
    transition: .2s;
}
.bnrYoutube a p {
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}
.bnrYoutube a p span {
    display: block;
    margin-bottom: .5rem;
    font-size: 1rem;
}
.bnrYoutube a .btn {
    height: 2.8rem;
    line-height: 2.8rem;
    margin: 1rem 2rem 0;
    width: auto;
    background-color: #f53d46;
}
/*==============================================
.txtLink
============================================= */
.txtLink,
.paragraph .txtLink {
    line-height: 1.6;
    width: auto;
    margin: 1rem 2rem 0;
    text-align: center;
    font-size: 1.2rem;
}
.paragraph .txtLink {
    margin-left: auto;
    margin-right: auto;
}
.txtLink a {
    color: #683df5;
    font-weight: bold;
    text-decoration: underline;
}
.txtLink a:hover {
    text-decoration: none;
}
/*==============================================
#amazon
============================================= */
#amazon {
    margin-top: 2rem;
    padding: 2rem;
    background-color: #683df5;
    box-sizing: border-box;
    border-radius: 1rem;
}
#amazon h2 {
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}
#amazon .amazonInr {
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    background-color: #fff;
    box-sizing: border-box;
}
#amazon h3 {
    line-height: 1.6;
    margin-top: 2rem;
    padding: .5rem 1rem;
    background-color: #ECEDF2;
    font-size: 1.1rem;
    font-weight: bold;
}
#amazon h3:first-child {
    margin-top: 0;
}
#amazon h3 + p {
    margin-top: 1rem;
}
#amazon h4 {
    line-height: 1.6;
    margin-top: 1rem;
    padding: 0 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #683df5;
}
#amazon p {
    line-height: 1.6;
    margin: 0 auto 0;
    padding: 0 1rem;
    font-size: 1rem;
}
#amazon p span {
    color: #f53d46;
    font-weight: bold;
}
#amazon .note {
    margin-top: .5rem;
    padding-left: 2em;
    text-indent: -1em;
    font-size: .8rem;
}
#amazon .note + .note{
    margin-top: 0;
}
#amazon .txtLink {
    margin-top: 30px;
}
#amazon .txtLink a {
    color: #fff;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    color: #fff;
    font-size: 0.85rem;
    padding: 1rem 0 0;
}