@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: #000;
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #fff;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.min {
    font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.pageTop {
    border-radius: 50%;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents p a,
#mainContents p a:visited,
#mainContents p a:hover {
    color: #d3aa56;
    font-weight: bold;
    text-decoration: underline;
}
#mainContents p a:hover {
    text-decoration: none;
}
p em {
    /*background: linear-gradient(transparent 60%, #cde8dc 40%);*/
    color: #d3aa56;
    font-style: normal;
}
.sp {
    display: none !important;
}
#mainContents .note,
#mainContents .note li {
    display: block;
    line-height: 1.8;
    margin-top: 15px;
    font-size: 11px;
}
#mainContents .note + .note {
    margin-top: 0;
}
#mainContents ul.note {
    width: 830px;
    margin: 40px auto 0;
}
#mainContents ul.note li {
    margin-top: 10px;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_tiger/h1_bg.webp) no-repeat top center;
}
.mainTitle {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 580px;
}
.mainTitle h1 {
    width: 1000px;
    height: 108px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_tiger/h1.webp) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
/*---- .lead ----*/
.lead {
    display: block;
    width: 830px;
    line-height: 1.8;
    margin: 60px auto 0;
    font-size: 18px;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background-color: #b8944a;
    font-weight: bold;
    transition: .2s;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
a.btn:hover {
    opacity: .7;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
}
/* .mainTitle */
.mainTitle .btn {
    line-height: 60px;
    width: 660px;
    margin: 60px auto 0;
    font-size: 18px;
}
/* .txtLink */
.txtLink .btn {
    line-height: 60px;
    width: 660px;
    margin: 60px auto 0;
    font-size: 18px;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    width: 1000px;
    margin: 80px auto 0;
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.03);
}
.bnr a {
    display: block;
    position: relative;
    width: 1000px;
    height: 220px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_tiger/bnr.jpg) no-repeat center center;
    border: 4px solid #222;
    box-sizing: border-box;
    transition: .2s;
}
.bnr a:hover {
    border-color: #b8944a;
}
.bnr .btn {
    display: block;
    position: absolute;
    bottom: 31px;
    right: 81px;
    line-height: 45px;
    width: 410px;
    font-size: 16px;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    width: 100%;
    margin-top: 100px;
}
.lnav ul {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
.lnav ul li {
    background-color: #151515;
}
.lnav ul li a {
    display: block;
    position: relative;
    width: 241px;
    height: 100%;
    padding-top: 160px;
    border: 4px solid #222;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_tiger/lnav_01.jpg) no-repeat center top;
    text-align: center;
    color: #fff;
    transition: .2s;
    box-sizing: border-box;
}
.lnav ul li:nth-of-type(2) a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_tiger/lnav_02.jpg) no-repeat center top;
}
.lnav ul li:nth-of-type(3) a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_tiger/lnav_03.jpg) no-repeat center top;
}
.lnav ul li:nth-of-type(4) a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_tiger/lnav_04.jpg) no-repeat center top;
}
.lnav ul li a:hover {
    border-color: #b8944a;
}
.lnav ul li a img {
    width: 100%;
    height: auto;
}
.lnav ul li a span {
    display: block;
}
.lnav ul li a .sub {
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
}
.lnav ul li a .title {
    position: relative;
    line-height: 1.6;
    margin-top: 15px;
    padding: 20px 10px 15px;
    font-size: 13px;
    font-weight: bold;
}
.lnav ul li a .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 1px;
    margin: 0 auto;
    background-color: #b8944a;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 100px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    display: flex;
    align-items: center;
    height: 310px;
    /*padding: 50px 0;*/
    background: #151515 url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_tiger/h2_01.jpg) no-repeat center top;
    text-align: center;
    box-sizing: border-box;
}
.paragraph#article02 h2 {
    background: #151515 url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_tiger/h2_02.jpg) no-repeat center top;
}
.paragraph#article03 h2 {
    background: #151515 url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_tiger/h2_03.jpg) no-repeat center top;
}
.paragraph#matome h2 {
    background: #151515 url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_tiger/h2_04.jpg) no-repeat center top;
}
.paragraph h2 > span {
    display: block;
    width: 830px;
    margin: 0 auto;
    text-align: left;
}
.paragraph h2 .sub {
    display: inline-block;
    line-height: 1.4;
    font-size: 44px;
    font-weight: bold;
}
.paragraph h2 .title {
    display: block;
    position: relative;
    line-height: 1.4;
    margin-top: 15px;
    padding-top: 30px;
    font-size: 32px;
    font-weight: bold;
}
.paragraph h2 .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #b8944a;
}
.paragraph h3 {
    position: relative;
    line-height: 1.2;
    width: 830px;
    margin: 80px auto 0;
    padding-left: 25px;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    box-sizing: border-box;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #b8944a;
}
.paragraph h4 {
    width: 660px;
    margin: 60px auto 30px;
    font-size: 20px;
    font-weight: bold;
}
.paragraph h4 span {
    margin-right: .5em;
    color: #b8944a;
}
.paragraph p {
    line-height: 1.8;
    margin: 60px auto 0;
    text-align: left;
    font-size: 18px;
}
.paragraph h3 + p,
.paragraph p:not(.note) + p {
    margin-top: 40px;
}
/*==============================================
/* .review
============================================= */
.review {
    display: flex;
    width: 830px;
    margin: 40px auto 0;
}
.review + .review {
    margin-top: 10px;
}
h3 + .review {
    margin-top: 30px;
}
.review dt {
    margin-right: 40px;
}
.review dt .face {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #cab893;
}
.review dt .face img {
    width: 70px;
    height: 70px;
}
.review dd {
    position: relative;
    width: 100%;
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #000;
}
.review dd::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ddd transparent transparent;
  translate: -100% -50%;
}

.review dd::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% - 0.2px);
}
.review dd p {
    margin-top: 0;
    font-size: 16px;
}
.review + .note {
    margin: 10px auto 0;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 60px auto 0;
}
h4 + .imgBox,
.imgBox h4 {
    margin-top: 0;
}
.imgBox div {
    width: 405px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox div a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    line-height: 1.8;
    width: 235px;
    margin: 0;
    font-size: 13px;
}
.imgBox .cap p {
    width: auto;
    margin-top: 0;
    font-size: 13px;
}
/* .one */
.imgBox .one,
.imgBox .one > div {
    width: 660px;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .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;
}
/*==============================================
 productBox
============================================= */
.productBox {
    padding: 100px 0 100px;
}
.productBoxIn {
    width: 1000px;
    margin: 0 auto;
}
.productBox a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    height: 400px;
    border: 4px solid #222;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_tiger/prd.jpg) no-repeat center top;
    box-sizing: border-box;
    transition: .2s;
}
.productBox a:hover {
    border-color: #b8944a;
}
.productBox a .img {
    width: calc(50% - 10px);
    text-align: center;
}
.productBox a .img img {
    width: 390px;
}
.productBox a .txt {
    width: calc(50% - 10px);
}
.productBox a .txt .logo {
    width: 405px;
    text-align: center;
}
.productBox a .txt .logo img {
    width: 346px;
    height: auto;
}
.productBox a .txt .btn {
    display: block;
    line-height: 60px;
    width: 405px;
    margin-top: 40px;
    font-size: 16px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 20px auto 0;
    padding: 0 0 20px;
    text-align: right;
    color: #fff;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}