@charset "shift_jis";
/*==============================================
 base color
============================================= */
:root {
    --text-color: #fff;
    --color-primary: #b8944a;
    --color-secondary: #a61bff;
    --color-border: #333;
    --color-gray: #151515;
}
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
    font-size: 0;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 3rem;
    height: 3rem;
    right: 1rem;
    bottom: 1rem;
    background-color: rgba(136,136,136,0.50);
    background-size: 3rem;
    border-radius: 50%;
}
#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: 0.08em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
.pc {
    display: none;
}
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);
}
.note {
    margin: 1rem 2rem 0;
}
.note li {
    display: block;
    position: relative;
    line-height: 1.8;
    padding-left: 3em;
    color: #888;
    font-size: .9rem;
}
.note li span {
    position: absolute;
    top: 0;
    left: 0;
}
/*==============================================
 .noto
============================================= */
/* 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 {
    background: var(--color-gray) url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/h1_bg_sp.webp) no-repeat center top;
    background-size: 100%;
}
.mainTitleIn {
    position: relative;
    padding: 10rem 2rem 5rem;
    text-align: center;
}
.mainTitle .sub {
    line-height: 1.3;
    font-size: 1.2rem;
    letter-spacing: .1em;
}
.mainTitle .sub span {
    display: inline-block;
    margin-top: 1rem;
    font-size: 1.4rem;
}
.mainTitle strong {
    color: var(--color-primary);
    font-weight: 400;
}
.mainTitle h1 {
    width: 80%;
    margin: 1rem auto 0;
}
.mainTitle .min {
    margin-top: 1rem;
    font-size: 1.2rem;
}
/* .btn */
.mainTitle .btn {
    margin: 1.5rem 2rem 0;
}
.mainTitle .btn a {
    width: 100%;
    line-height: 3.6rem;
    margin-top: 1rem;
    border-radius: 2rem;
    font-size: 1.0rem;
}
/* .lead */
.lead {
    line-height: 1.8;
    margin: 2rem;
    font-size: 1.4rem;
}
/*==============================================
 .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: 1.0em;
    height: 1.0em;
    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: calc(100% + 4rem);
    margin: 2rem -2rem 0;
    border-top: 1px solid var(--color-border);
}
.bnr + .bnr {
    margin-top: 0;
    border-top: 1px solid #ddd;
}
.bnr a {
    display: block;
    height: 29.33vw;
    padding-left: 11rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/bnr_bg_sp.webp) no-repeat left center;
    background-size: contain;
}
.bnr a:hover {
    opacity: .7;
}
.bnr .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 29.33vw;
    box-sizing: border-box;
}
.bnr .catch {
    font-size: 1rem;
}
.bnr .name {
    line-height: 1.2;
    margin: .3em;
    font-size: 1.4rem;
}
/* .btn */
.bnr .btn {
    position: relative;
    padding-right: 1.5em;
    background: none;
    color: var(--color-primary);
    font-size: .9rem;
}
.bnr .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.0em;
    height: 1.0em;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/arrow_g_sp.svg) no-repeat 0 0;
}
/*==============================================
 .txtLink
============================================= */
.txtLink {
}
.txtLink a {
    display: block;
    position: relative;
    width: 100%;
    line-height: 3rem;
    margin: 2rem auto 0;
    border: 1px solid var(--color-primary);
    border-radius: 1.5rem;
    font-size: 1rem;
    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;
}
/*==============================================
 .point
============================================= */
.point {
    display: flex;
    position: relative;
    flex-direction: column;
    margin: -2em 2rem 0;
    padding: 2rem;
    border: 1px solid var(--color-primary);
    background-color: rgba(12,12,12,0.90);
    box-sizing: border-box;
}
.point .title {
    display: none;
}
.point ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 1.5em;
    font-size: 1.4rem;
    font-weight: 700;
}
.point ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: .2em;
    left: 0;
    width: 1.0em;
    height: 1.0em;
    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 {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-bottom: 1px solid var(--color-border);
    transition: .2s;
}
.paragraph#article01 {
    border-top: 1px solid var(--color-border);
}
.spAccordion {
    display: none;
    padding: 0 2rem 0;
}
.paragraphIn {
}
#matome .paragraphIn {
    padding-bottom: 3rem;
}
.paragraph p, .paragraph h2 {
    line-height: 1.8;
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.paragraph h2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 2rem 2rem 2rem 10.5rem;
}
#article01 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/para_01_sp.webp) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
#article02 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/para_02_sp.webp) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
#article03 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/para_03_sp.webp) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
#matome h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/para_04_sp.webp) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
.paragraph h2 > span {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    min-height: 7rem;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    line-height: 1;
    margin: 0 auto 0;
    text-align: center;
    color: var(--color-primary);
    font-size: 1.3rem;
}
.paragraph h2 .sub::before {
    content: "";
    display: block;
    position: absolute;
    top: -2rem;
    bottom: 0;
    left: -1.2rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/06_tiger/sparkle.svg) no-repeat 0 0;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 0rem;
    font-size: 1.5rem;
}
.paragraph h3 {
    position: relative;
    line-height: 1.2;
    margin: 2rem auto 0;
    padding-left: 1.0em;
    font-size: 1.4rem;
    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 {
    position: relative;
    margin-top: 2rem;
    line-height: 1.4;
    font-size: 1.2rem;
    font-weight: bold;
}
.paragraph p {
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.paragraph h3 + p,
.paragraph h4 + p {
    margin-top: 1.5rem;
}
.paragraph p:not(.note) + p {
    margin-top: 1.5rem;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 80%;
    margin: 2rem auto 0;
}
.imgBox h4 {
    margin-top: 0;
}
.imgBox .column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox .column div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.imgBox .column img, .imgBox .column video {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 0 !important;
    line-height: 1.6;
    font-size: 1rem;
}
.imgBox .min {
    color: #888;
    font-size: .8rem;
}
/*--------------------------------------------*/
/* .scroll
----------------------------------------------*/
.scroll {
    margin-top: 1rem;
    overflow: auto;
    border: 1px solid var(--color-border);
    border-top: none;
    border-right: none;
}
.scroll::-webkit-scrollbar{
    height: 1rem;
}
.scroll::-webkit-scrollbar-track{
    background: #ddd;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: .5rem;
    background: #bbb;
}
/*--------------------------------------------*/
/* 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: 1.1rem;
    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: 10rem;
    margin: 1em 0;
}
/*==============================================
 .productBox
============================================= */
.productBox {
}
.productBox a {
    display: block;
    padding: 4rem 2rem;
    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 {
    width: 100%;
    margin: 0 auto;
}
/* .img */
.productBoxIn .img {
    margin: 0 4rem;
}
.productBoxIn .img img {
    width: 100%;
}
/* .info */
.productBoxIn .info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.productBoxIn .sub {
    margin-top: 2rem;
    font-size: 1.5rem;
}
.productBoxIn h2 {
    width: 80%;
    margin-top: 1rem;
}
.productBoxIn .min {
    line-height: 1.2;
    margin-top: 1rem;
    font-size: 1.2rem;
}
.productBoxIn .btn {
    width: calc(100% - 4rem);
    line-height: 3.6rem;
    margin: 1.5rem 2rem 0;
    border-radius: 2rem;
    font-size: 1.0rem;
}
/* .note */
.productBox .note {
    margin: 2rem 2rem 0;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: right;
    color: #888;
    font-size: 0.85rem;
    padding: 1rem 2rem;
}
.questionnaire {
    padding-bottom: 3rem;
    border-top: 1px solid #ddd;
}