@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: #f6f5f2;
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #333;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents em {
    background-color: rgba(188,223,237,1);
    font-style: normal;
}
#mainContents .note {
    margin-top: 60px;
    font-size: 11px;
}
#mainContents .note li {
    line-height: 1.4;
    padding-left: 2em;
    text-indent: -2em;
}
#mainContents .note li + li {
    margin-top: 5px;
}
.sp {
    display: none !important;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_tiger/h1_bg_gra.png) repeat-x center top;
}
.mainTitle {
    position: relative;
    width: 100%;
    height: 840px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_tiger/h1_bg.webp) no-repeat center top;
}
.mainTitle .sub {
    display: block;
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    width: 491px;
    height: 169px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_tiger/h1_sub.png) no-repeat center top;
    font-size: 0;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 584px;
    left: 0;
    right: 0;
    width: 666px;
    height: 95px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_tiger/h1.png) no-repeat center top;
    font-size: 0;
}
.mainTitle .btnWrap {
    position: absolute;
    top: 720px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 320px;
}
/*---- .lead ----*/
.lead {
    line-height: 2.0;
    font-size: 16px;
    width: 1000px;
    margin: 0 auto;
    padding: 0 85px;
    box-sizing: border-box;
}
.lead + .lead {
    margin-top: 40px;
}
.lead a {
    color: #ffa03a;
    text-decoration: underline;
}
.lead a:hover {
    text-decoration: none;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background: #333;
    transition: .2s;
    font-weight: bold;
}
.btn:hover,
a:hover .btn {
    background: #ffa03a;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
}
.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 & .bnrInr */
.mainTitle .btn,
.paragraph .btn,
.productBox .btn {
    margin: 0 auto;
}
/* .mainTitle */
.mainTitle .btn {
    width: 320px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 13px;
}
.mainTitle .btn::after {
    right: 25px;
    width: 6px;
    height: 6px;
}
/* .bnr */
.paragraph .bnr {
    margin: 100px auto 0;
    width: 830px;
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 200px;
    border-radius: 30px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_tiger/bnr.jpg) no-repeat center center;
    box-sizing: border-box;
}
.paragraph .btn {
    position: absolute;
    bottom: 25px;
    left: 70px;
    width: 275px;
    height: 40px;
    line-height: 40px;
    border-radius: 22px;
    font-size: 11px;
}
.paragraph .btn::after {
    right: 20px;
    width: 5px;
    height: 5px;
}
/* .productBox */
.productBox .btn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 17.5px;
    background-color: #333;
    font-size: 10px;
}
.productBox .btn:hover,
.productBox a:hover .btn {
    background-color: #ffa03a;
}
.productBox .btn::after {
    right: 20px;
    width: 5px;
    height: 5px;
}
/*==============================================
 .lnav
============================================= */

.lnav {
    display: flex;
    width: 1000px;
    margin: 80px auto 0;
    padding: 40px 85px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #fff;
}
.lnav .contents {
    margin-top: 60px;
    width: 110px;
    font-size: 16px;
    font-weight: bold;
}
.lnav ul li + li {
    margin-top: 10px;
}
.lnav ul li a {
    display: block;
    position: relative;
    font-size: 14px;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #ffa03a;
}
.lnav ul li a span {
    display: inline-block;
    width: 120px;
    line-height: 24px;
    margin-right: 15px;
    background: #ffa03a;
    background: linear-gradient(90deg, #ffa03a 0%, #ffbc3a 100%);
    border-radius: 22px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    transition: .2s;
}
.lnav ul li a:hover span {
    background-color: #1880da;
    color: #fff;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    margin-top: 100px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
}
.paragraph h2 > span {
    display: block;
    position: relative;
    width: 830px;
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box;
    
}
#article01 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_tiger/h2_01.jpg) no-repeat center top;
    background-size: cover;
}
#article02 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_tiger/h2_02.jpg) no-repeat center center;
    background-size: cover;
}
#article03 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_tiger/h2_03.jpg) no-repeat center bottom;
    background-size: cover;
}
#matome h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_tiger/h2_04.jpg) no-repeat center bottom;
    background-size: cover;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    line-height: 34px;
    width: 150px;
    margin: 0 auto;
    border-radius: 17px;
    background: #ffa03a;
    background: linear-gradient(90deg, #ffa03a 0%, #ffbc3a 100%);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 20px;
    color: #333;
    font-size: 32px;
    font-weight: bold;
}
.paragraph h3 {
    line-height: 1.6;
    margin-top: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 22px;
}
.paragraph h4 {
    line-height: 1.6;
    width: 660px;
    margin: 80px auto 0;
    font-weight: bold;
    font-size: 16px;
}
.paragraph p {
    line-height: 2.0;
    width: 830px;
    margin: 80px auto 0;
    text-align: left;
    font-size: 16px;
}
.paragraph p + p {
    margin-top: 40px;
}
.paragraph h3 + p,
.paragraph h3 + .imgBox {
    margin-top: 30px;
}
.paragraph h4 + p,
.paragraph h4 + .imgBox {
    margin-top: 20px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 80px auto 0;
}
.imgBox h4 {
    margin: 0 0 20px;
}
.imgBox div {
    width: 320px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img,
.imgBox video {
    overflow: hidden;
}
.imgBox .cap {
    line-height: 2.0;
    width: 320px;
    margin: 0;
    font-size: 13px;
}
/* .one */
.imgBox .one {
    width: 660px;
    text-align: center;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
.imgBox .one video {
    width: 660px;
    outline: none;
}
/* .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;
}
.imgBox .two video {
    width: 320px;
    outline: none;
}
.imgBox .two .capt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imgBox .two .capt a {
    width: 150px;
}
.mov + .imgBox {
    margin-top: 20px;
}
/*==============================================
.txtLink
============================================= */
.txtLink {
    margin-top: 80px;
}
.txtLink a {
    position: relative;
    padding-left: 1.5em;
    font-size: 16px;
    text-decoration: underline;
}
.txtLink a:hover {
    color: #ffa03a;
}
.txtLink a .arrow {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #ffa03a;
}
.txtLink a .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30%;
    width: 4px;
    height: 4px;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin-top: 80px;
    margin-bottom: 80px;
}
.productBoxIn {
    width: 830px;
    margin: 0 auto;
}
.productBoxIn h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.productBoxIn .prd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productBoxIn .prd a {
    display: block;
    position: relative;
    width: 405px;
    padding: 40px 0;
    border-radius: 15px;
    background-color: #fff;
    box-sizing: border-box;
    transition: .2s;
}
.productBoxIn .prd a:nth-child(n+3) {
    margin-top: 20px;
}
.productBoxIn .prd a:hover {
}
.productBoxIn .prd .txt {
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.productBoxIn .prd .txt span {
    margin-right: 5px;
    vertical-align: middle;
    color: #ffa03a;
    font-size: 28px;
}
.productBoxIn .prd h3 {
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
}
.productBoxIn .prd .img {
    margin-top: 20px;
    text-align: center;
}
.productBoxIn .prd .btn {
    width: 275px;
    height: 45px;
    line-height: 45px;
    border-radius: 22px;
    margin-top: 25px;
    font-size: 11px;
}
.productBoxIn .prd .anchor .btn,
.productBoxIn .prd .anchor .btn:hover {
    background-color: #cdcbd5;
    color: #fff;
}
.productBoxIn .prd .btn .arrow {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.productBoxIn .prd .btn .arrow::before {
    top: 2px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 20px auto 0;
    text-align: right;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}