@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%;
    bottom: 120px !important; /* ★Bパターン用★ */
}
#mainContents {
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #222;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
em {
    font-style: normal;
}
.notes{
    font-size: 9px;
    line-height: 1.4;
	display: block;
	padding-top: 15px;
}
.notesBox{
    padding: 30px 20px 5px;
}
.notesBox li{
    font-size: 9px;
    line-height: 1.4;
    color: #6B6B6B;
	display: block;
/*
	padding-left:2em;
	text-indent:-2em;
*/
	margin-bottom: 5px;
}
#patternB{
display: none;
}
#patternA{
display: block;
}


/*==============================================
.mainTitle
============================================= */
.mainTitle {
    position: relative;
}
/*
.mainTitle:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
}
*/
.mainTitle img {
    width: 100%;
}
.mainTitle h1 {
    line-height: 1.7;
    margin: 0 2rem;
    font-size: 1.65rem;
    font-weight: bold;
    position: absolute;
    top:3.4rem;
    z-index: 1;
	color: #fff;
	text-shadow:0 0 1em #000, 0 0 0.2em #000;
}
.mainTitle h1 span {
    display: block;
    margin-bottom:3px;
    font-size: 1.3rem;
}
p.lead {
    margin: 20px 20px 0;
    line-height: 1.8;
    font-size: 14px;
}
.lead a{
color: #2878c8;
font-weight: bold;
text-decoration: underline;
}


/*==============================================
.floating-banner
============================================= */
.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .8);
    transition: 0.5s;
}
.banner-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 10px;
    border: none;
    background-color: #e8e8e8;
    cursor: pointer;
    font-size: 1.1rem;
}
.floating-banner a {
    text-align: center;
    display: block;
    padding: 5px 0;
    box-sizing: border-box;
}
.floating-banner img {
    width: 100%;
}
.pconly,
.pc {
    display: none;
}
.is-hidden {
    visibility: hidden;
    opacity: 0;
}

/*==============================================
.lnav
============================================= */
.lnav {
    margin: 40px 20px 0;
    padding: 25px;
    border-radius: 10px;
    background-color: #f2f2f2;
}
.lnav p {
    text-align: center;
    color: #aaa;
    font-size: 14px;
    font-weight: bold;
}
.lnav ul {
    margin-top: 15px;
}
.lnav ul li {
    position: relative;
    line-height: 1.8;
    padding-left: 25px;
    font-size: 14px;
}
.lnav ul li + li {
    margin-top: 10px;
}
.lnav ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #2878c8;
}
.lnav ul li a {
    display: block;
}
.lnav ul li a:link,
.lnav ul li a:visited {
    color: #222;
}
.lnav ul li a:hover,
.lnav ul li a:active {
    color: #2878c8;
}

.lnav ul li.to_product{
    padding-left: 0px;
    line-height: 1.0;
}
.lnav ul li.to_product::before{
    display: none;
}

.lnav ul li.to_product a span{
    font-size: 1.2rem;
    font-weight: bold;
}

.lnav ul li.to_product a{
    position: relative;
    display: block;
    background-color: #FFF;
    width: 100%;
    padding: 13px 0 13px 0.8rem;
    margin: 15px 0 0 0;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    border:#ddd solid 2px;
    border-radius: 8px;
}
.lnav ul li.to_product a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #2878c8;
    border-right: 2px solid #2878c8;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}

/*==============================================
.paragraph
============================================= */
.paragraph {
    padding-top: 40px;
}
.paragraph#matome {
    padding-bottom: 30px;
}
.paragraph h2 {
    line-height: 1.5;
    margin: 0 20px;
    padding-left: 18px;
    border-left: 4px solid #2878c8;
    font-size: 1.6rem;
    font-weight: bold;
}
.paragraph p {
    margin: 20px 20px 0;
    line-height: 1.9;
    font-size: 16px;
}
.paragraph p em {
    background: linear-gradient(transparent 60%, #d4e4f4 40%);
    font-weight: bold;
}
.paragraph p a {
    color: #0970eb;
    border-bottom: 1px dotted #0970eb;
}

/*==============================================
.imgBox
============================================= */
.imgBox {
    margin: 30px 20px 0;
}
.imgBox img {
    width: 100%;
}

/*==============================================
.movBox
============================================= */
.movBox {
    margin: 30px 20px 0;
}
.movBox video {
    outline: none;
    display: block;
    width: 100%;
    height: auto;
}
.movBox .movTxt {
    text-align: center;
}
.movBox .cap{
font-size: 12px!important;
text-align: right;
margin: 10px 0 0;
}



/*==============================================
.swiper-wrapper
============================================= */
.swiper-container {
    margin-top: 30px;
}
.swiper-wrapper {
    padding-bottom: 30px;
}
.swiper-slide {
    width: 85%;
    opacity: .0;
    transition: opacity .6s;
}
.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/23/12_fmv/arrow_swiper.svg) no-repeat 0 0;
	outline: none;
z-index: 100;
}
.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: 10px;
    height: 10px;
    border-radius: 50%;
    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: #2878c8;
}

/*==============================================
.btnBox
============================================= */
.btnBox {
    margin-top: 30px;
    padding: 25px;
    background-color: #f2f2f2;
}
.btnBoxWrap {
    display: table;
    margin-bottom: 15px;
}
.btnBoxWrap .img {
    display: table-cell;
    width: 70px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.btnBoxWrap .img img {
    width: 100%;
}
.btnBoxWrap .txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.btnBoxWrap .txt p {
    line-height: 1.6;
    margin: 0;
}
.btnBoxWrap .txt p:nth-child(1) {
    font-size: 1.1rem;
}
.btnBoxWrap .txt p:nth-child(2) {
    line-height: 1.3;
    margin-top: 5px;
    font-size: 1.7rem;
    font-weight: bold;
word-break: break-all;
}

/*.btnBox_top*/
.btnBox_top{
    width: 100%;
    padding: 10px 25px 0;
    box-sizing: border-box;
}

/*.btn*/
.btn {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin: 10px auto 0;
    border-radius: 24px;
    background-color: #2878c8;
    text-align: center;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    transition: .2s;
}
.btn,
.btn:visited,
.btn:hover {
    color: #fff !important;
}
.btn:hover {
    background-color: #3E5787;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_fmv/arrow_btn.svg) no-repeat 0 0;
}

/*==============================================
.productBox
============================================= */
.productBox {
    padding: 20px 15px;
    background-color: #f2f2f2;
}
.productBox h2 {
    font-size: 1.3rem;
    font-weight: bold;
}
.productBoxIn {
    padding: 5px 15px 15px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: 15px auto;
}
.productBoxIn .img img {
    width: 100%;
}
.productBoxIn p {
    line-height: 1.8;
    margin: 0;
    text-align: center;
}
.productBoxIn .sub {
    margin-top: 10px;
    font-size: 1.0rem;
	line-height: 1.4;
}
.productBoxIn .name {
    margin-top: 5px;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: bold;
}
.productBox .btn{
font-size: 1.2rem;
padding-right: 10px;
}


/*==============================================
.makerBanner
============================================= */

.makerBanner {
    margin: 20px 7px 0;
}
.makerBanner img {
    width: 100%;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 10px;
    padding: 15px 30px 30px;
}
