@charset "shift_jis";
/*==============================================
 base color
============================================= */
:root {
    --text-color: #fff;
    --color-primary: #b8944a;
    --color-secondary: #a61bff;
    --color-border: #333;
    --color-gray: #151515;
}
/*==============================================
 common
============================================= */
html {
    overflow: auto;
}
body {
    min-width: 1170px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1170px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
    z-index: 1;
}
.copyRightIn {
    min-width: 1170px;
}
#mainContents {
    background-color: #0c0c0c;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: var(--text-color);
    letter-spacing: .08em;
    font-feature-settings: "palt"1;
}
.mainContentsIn {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: -170px auto 0;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none !important;
}
em {
    font-weight: 700;
    font-style: normal;
}
a, a:visited, a:hover {
    color: inherit;
}
#mainContents a {
    transition: .2s;
}
#mainContents p a, #mainContents .note li a {
    text-decoration: underline;
    color: var(--color-primary);
}
#mainContents p a:hover, #mainContents .note li a:hover {
    text-decoration: none;
}
.note {
    margin-top: 1em;
}
.note li {
    display: block;
    position: relative;
    line-height: 1.8;
    padding-left: 3em;
    color: #888;
    font-size: 11px;
}
.note li span {
    position: absolute;
    top: 0;
    left: 0;
}
/*==============================================
 .font
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}
/* mincho */
.mincho {
    font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
/*==============================================
 看板
============================================= */
.mainTitle {
    height: 700px;
    background: var(--color-gray) url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/h1_bg.webp) no-repeat center top;
}
.mainTitleIn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 1000px;
    height: 630px;
    margin: 0 auto;
}
.mainTitle .sub {
    line-height: 1.3;
    font-size: 24px;
    letter-spacing: .1em;
}
.mainTitle .sub span {
    display: inline-block;
    margin-top: 15px;
    font-size: 31px;
}
.mainTitle strong {
    color: var(--color-primary);
    font-weight: 400;
}
.mainTitle h1 {
    width: 456px;
    margin-top: 15px;
}
.mainTitle .min {
    margin-top: 15px;
    font-size: 24px;
}
/* .lead */
.lead {
    display: block;
    line-height: 1.8;
    width: 830px;
    margin: 40px auto 0;
    font-size: 16px;
}
.lead a {
    text-decoration: underline;
}
.lead a:hover {
    transition: .2s;
    color: var(--color-primary);
}
/* .btn */
.mainTitle .btn {
    margin-top: 40px;
    width: 405px;
}
.mainTitle .btn a {
    width: 100%;
    line-height: 60px;
    border-radius: 30px;
    font-size: 16px;
}
/*==============================================
 .btn
============================================= */
.btn {
}
.btn a, a .btn {
    display: block;
    position: relative;
    background-color: var(--color-primary);
    transition: .2s;
    text-align: center;
    color: #fff;
}
.btn a::after, a .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: 1em;
    height: 1em;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/arrow_w.svg) no-repeat 0 0;
}
a.btn:hover, .btn a:hover {
    opacity: .7;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    width: 1000px;
    margin: 80px auto 0;
}
.bnr a {
    display: flex;
    align-items: center;
    height: 210px;
    padding-left: 500px;
    border: 1px solid var(--color-border);
    background: var(--color-gray) url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/bnr_bg.webp) no-repeat left center;
    transition: .2s;
    box-sizing: border-box;
}
.bnr a:hover {
    border: 1px solid var(--color-primary);
}
.bnr .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
}
.bnr .catch {
    font-size: 16px;
}
.bnr .name {
    line-height: 1.2;
    margin-top: 10px;
    font-size: 32px;
}
.bnr .name strong {
    font-weight: 400;
}
/* .btn */
.bnr .btn {
    display: block;
    line-height: 45px;
    width: 320px;
    margin-top: 15px;
    border-radius: 22px;
    font-size: 14px;
}
/*==============================================
 .txtLink
============================================= */
.txtLink {
}
.txtLink a {
    display: block;
    position: relative;
    width: 660px;
    line-height: 60px;
    margin: 60px auto 0;
    border: 1px solid var(--color-primary);
    border-radius: 30px;
    font-size: 16px;
    transition: .2s;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}
.txtLink a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: 1em;
    height: 1em;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/arrow_g.svg) no-repeat 0 0;
}
.txtLink a:hover {
    background-color: #1e1e1e;
}
/*==============================================
 .point
============================================= */
.point {
    display: flex;
    align-items: center;
    width: 830px;
    margin: -70px auto 0;
    padding: 40px 0;
    border: 1px solid var(--color-primary);
    background-color: rgba(12,12,12,0.90);
    box-sizing: border-box;
    
}
.point .title {
    width: 235px;
    line-height: 1.4;
    text-align: center;
    font-size: 16px;
}
.point ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 1.5em;
    font-size: 18px;
    font-weight: 700;
}
.point ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1em;
    height: 1em;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/check.svg) no-repeat 0 0;
}
/*==============================================
 #index
============================================= */
#index {
    width: 100%;
    margin-top: 60px;
}
#index ul {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
#index ul li {
    background-color: var(--color-gray);
}
#index ul li a {
    display: block;
    position: relative;
    width: 235px;
    height: 100%;
    border: 1px solid var(--color-border);
    text-align: center;
    color: #fff;
    transition: .2s;
    box-sizing: border-box;
}
#index ul li a:hover {
    border-color: #b8944a;
}
#index ul li a img {
    width: 100%;
    height: auto;
}
#index ul li a span {
    display: block;
}
#index ul li a .sub {
    margin: 20px auto 0;
    color: var(--color-primary);
    font-size: 18px;
}
#index ul li a .title {
    position: relative;
    line-height: 1.6;
    margin-top: 10px;
    padding: 0 20px 15px;
    font-size: 12px;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    margin-top: 100px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 280px;
    background-color: var(--color-gray);
    text-align: center;
}
#article01 h2 {
    background: var(--color-gray) url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/h2_01.webp) no-repeat center top;
}
#article02 h2 {
    background: var(--color-gray) url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/h2_02.webp) no-repeat center top;
}
#article03 h2 {
    background: var(--color-gray) url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/h2_03.webp) no-repeat center top;
}
#matome h2 {
    background: var(--color-gray) url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/h2_04.webp) no-repeat center top;
}
.paragraph h2 span {
    width: 100%;
}
.paragraph h2 .sub {
    color: var(--color-primary);
    font-size: 24px;
}
.paragraph h2 .title {
    display: block;
    position: relative;
    line-height: 1.4;
    margin-top: 20px;
    font-size: 38px;
}
.paragraph h3 {
    position: relative;
    line-height: 1.2;
    margin: 80px auto 0;
    padding-left: 1.0em;
    font-size: 24px;
    font-weight: 700;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--color-primary);
}
.paragraph h4 {
    line-height: 1.2;
    width: 100%;
    margin-top: 60px;
    font-size: 18px;
    font-weight: 700;
}
.paragraph p {
    line-height: 1.8;
    margin: 60px auto 0;
    font-size: 16px;
}
.paragraph h3 + p,
.paragraph h4 + p {
    margin-top: 30px;
}
.paragraph p:not(.note) + p {
    margin-top: 40px;
}
/*--------------------------------------------*/
/* .imgBox
----------------------------------------------*/
.imgBox {
    display: flex;
    flex-direction: column;
    gap: 15px 20px;
    width: 660px;
    margin: 60px auto 0;
}
.imgBox.row {
    margin-top: 20px;
    flex-direction: row;
}
.imgBox h4 {
    margin-top: 0;
}
.imgBox .column {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.imgBox.row .column,
.imgBox.row .cap {
    width: 320px;
}
.imgBox .column a {
    display: block;
}
.imgBox .column div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.imgBox .column img, .imgBox .column video {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 0 !important;
    line-height: 1.6;
    font-size: 14px;
}
.imgBox .min {
    color: #888;
    font-size: 11px;
}
/*--------------------------------------------*/
/* .scroll
----------------------------------------------*/
.scroll {
    margin-top: 60px;
    overflow: auto;
    border: 1px solid var(--color-border);
    border-top: none;
    border-right: none;
}
.scroll::-webkit-scrollbar{
    height: 12px;
}
.scroll::-webkit-scrollbar-track{
    background: #ddd;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #bbb;
}
.scroll::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}
/*--------------------------------------------*/
/* table
----------------------------------------------*/
table {
    position: relative;
    width: 100%;
    border-collapse:separate;
    border-spacing:0;
    background-color: #fff;
}
table th,
table td {
    min-width: 5em;
    padding: 1em;
    border-right: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    white-space: normal;
}
table th {
    min-width: 5em;
    border-left: none;
    background-color: #fff;
    font-weight: 400;
}
/*table th.fix {
    position: sticky;
    left: 0;
    z-index: 1;
}
table th.fix::after {
    content: "";
    display: block;
    width: 5em;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 3px 3px 5px rgba(59,58,61,.1);
    box-sizing: border-box;
    z-index: -1;
}*/
/* thead */
table thead th,
table thead td {
    background-color: var(--text-color);
    color: #fff;
    font-weight: 700;
}
/* tbody */
table tbody th {
    height: 3em;
    font-weight: 700;
}
table tbody td img {
    height: 200px;
    margin: 10px 0;
}
/*==============================================
 .productBox
============================================= */
.productBox {
    margin-top: 100px;
}
.productBox a {
    display: block;
    width: 100%;
    height: 470px;
    background: var(--color-gray) url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/productbox_bg.webp) no-repeat center top;
    background-size: cover;
}
.productBox a:hover {
    background-color: #1e1e1e;
}
.productBoxIn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    height: 470px;
    margin: 0 auto;
}
/* .info */
.productBoxIn .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 500px;
}
.productBoxIn .sub {
    font-size: 24px;
}
.productBoxIn h2 {
    width: 425px;
    margin-top: 15px;
}
.productBoxIn .min {
    line-height: 1.2;
    margin-top: 15px;
    font-size: 19px;
}
.productBoxIn .btn {
    display: block;
    line-height: 60px;
    width: 405px;
    margin-top: 30px;
    border-radius: 30px;
    font-size: 14px;
}
/* .note */
.productBox .note {
    width: 1000px;
    margin: 40px auto 0;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 1000px;
    margin: 20px auto 0;
    padding: 0 0 100px;
    text-align: right;
    color: #888;
}
.questionnaire {
    border-top: 1px solid #ddd;
}
.questionnaireInner {
    width: 830px;
}