@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: #ddd;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #222;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    vertical-align: top;
    position: relative;
    top: .2em;
    font-size: 50%;
}
#mainContents .note {
    margin-top: 10px;
    font-size: 10px;
}
.sp {
    display: none !important;
}
#mainContents p a {
    color: #9a8555 !important;
    text-decoration: underline;
}
#mainContents p a:hover {
    color: #9a8555 !important;
    text-decoration: 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: normal;
}
/* 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: calc(120px + 80px);
    background: #eee url(https://img1.kakaku.k-img.com/images/article/tieup/25/03_msi/h1_bg.webp) no-repeat center top;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 560px;
    margin: 0 auto;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 127px;
    left: -30px;
    width: 552px;
    height: 183px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/03_msi/h1.svg) no-repeat center top;
    font-size: 0;
}
.mainTitle .btnWrap {
    position: absolute;
    top: 350px;
    left: 85px;
}
/*---- .lead ----*/
.lead {
    margin: 0 auto;
    width: 830px;
    line-height: 2.0;
    color: #282828;
    font-size: 16px;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background-color: #9a8555;
    transition: .2s;
}
.btn:hover,
a:hover .btn {
    opacity: 0.7;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
    font-weight: 700;
}
.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 */
.mainTitle .btn {
    width: 320px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 14px;
}
.mainTitle .btn::after {
    right: 25px;
    width: 8px;
    height: 8px;
}
/* .paragraph */
.paragraph .bnr {
    margin-top: 80px;
    width: 830px;
    height: 200px;
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 200px;
    margin: 0 auto;
    background: #111 url(https://img1.kakaku.k-img.com/images/article/tieup/25/03_msi/bnr.jpg) no-repeat center top;
    border-radius: 20px;
    transition: .2s;
}
.paragraph .bnr a:hover {
    opacity: .7;
}
.paragraph .bnr .txt {
    position: absolute;
    right: 43px;
    top: 53px;
    font-size: 24px;
    font-weight: bold;
}
.paragraph .bnr .btn {
    width: 275px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 13px;
}
.paragraph .bnr .btn::after {
    right: 20px;
    width: 6px;
    height: 6px;
}
.paragraph .bnr .btn {
    position: absolute;
    right: 65px;
    bottom: 53px;
}
/* .productBox */
.productBox .btn {
    width: 320px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto 0;
    border-radius: 25px;
    font-size: 14px;
}
.productBox .btn::after {
    right: 25px;
    width: 8px;
    height: 8px;
}
/* .other */
.other .btnWrap {
    margin-top: 15px;
}
.other .btn {
    width: 260px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 13px;
}
.other .btn::after {
    right: 20px;
    width: 6px;
    height: 6px;
}
/*==============================================
 .lnav
============================================= */
.lnav {
	display: flex;
	align-items: center;
    width: 1000px;
    margin: -120px auto 0;
    padding: 50px 85px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #282828;
}
.lnav .contents {
	position: relative;
	width: 150px;
	margin-right: 20px;
	padding-left: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
	box-sizing: border-box;
}
.lnav .contents::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin: auto 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/03_msi/contents.svg) no-repeat center top;
}
.lnav ul {
    padding-left: 50px;
    border-left: 1px solid #424242;
}
.lnav ul li + li {
    margin-top: 12px;
}
.lnav ul li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #9a8555;
}
.lnav ul li a span {
    display: inline-block;
    width: 150px;
    padding: 0 20px;
    line-height: 2;
    margin-right: 15px;
    border-radius: 5px;
    background-color: #424242;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
}
.lnav ul li a:hover span {
    color: #9a8555;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    width: 1000px;
    margin: 80px auto 0;
    padding: 80px 85px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.paragraph + .paragraph {
    margin-top: 60px;
}
.paragraphIn {
}
.spAccordion {
}
.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: 200px;
    line-height: 2.5;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #282828;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.4;
    margin-top: 20px;
    font-size: 36px;
    font-weight: bold;
}
.paragraph p {
    line-height: 2.0;
    margin-top: 60px;
    text-align: left;
    font-size: 16px;
}
.paragraph p:first-child {
    margin-top: 40px;
}
.paragraph p + p {
    margin-top: 30px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 830px;
    margin: 60px auto 0;
}
.imgBox div {
    width: 405px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
}
.imgBox video {
}
.imgBox .cap {
    line-height: 1.8;
    width: 235px;
    margin: 0;
    font-size: 12px;
}
/* .one */
.imgBox .one {
    width: 830px;
}
.imgBox .one.vertical img {
    width: auto;
    height: 100%;
}
.imgBox .one a {
    margin: 0 auto;
    text-align: center;
}
.imgBox .one + .cap {
    width: 830px;
    margin: 10px auto 0;
    padding-left: 0;
}
.imgBox .one video {
    width: 830px;
    margin: 0 auto;
    outline: none;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 830px;
}
.imgBox .two a,
.imgBox .two div,
.imgBox .two video {
    width: 405px;
    margin-top: 0;
    outline: none;
}
.imgBox .two a:first-of-type,
.imgBox .two video:first-of-type {
    margin-right: 20px;
}
.imgBox .two + .cap,
.imgBox .two div .cap {
    width: auto;
    margin: 10px auto 0;
    padding-left: 0;
}
/*==============================================
.productBox.this
============================================= */
.productBox.this {
    margin-top: 100px;
    padding: 80px 0;
    background-color: #e7e7e7;
}
.this .productBoxIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}
.this .productBoxIn h3 {
    line-height: 1.4;
    margin-top: 30px;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
}
/* .table */
.this .productBoxIn table {
    width: 500px;
}
.this .productBoxIn table tr {
    border-bottom: 1px solid #d9d9d9;
}
.this .productBoxIn table tr:last-child {
    border-bottom: none;
}
.this .productBoxIn table th,
.this .productBoxIn table td {
    line-height: 1.6;
    padding: .7em 0;
    font-size: 13px;
}
.this .productBoxIn table th {
    width: 100px;
}
/*==============================================
.productBox.other
============================================= */
.productBox.other {
    margin-top: 80px;
}
.other .productBoxIn h2 {
    line-height: 1.5;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.other .productBoxIn ul {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 40px auto 0;
}
.other .productBoxIn ul li {
    width: 320px;
    text-align: center;
}
.other .productBoxIn ul li a {
    display: block;
    padding: 40px 0;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    transition: .2s;
}
.other .productBoxIn ul li a:hover {
    background-color: #f2f2f2;
}
.other .productBoxIn ul li p {
    margin-top: 30px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
}
.other .productBoxIn ul li h3 {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 1000px;
    margin: 20px auto 80px;
    text-align: right;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}