@charset "shift_jis";
/*==============================================
 base color
============================================= */
:root {
    --text-color: #fff;
    --color-primary: linear-gradient(90deg,rgba(184, 32, 188, 1) 0%, rgba(0, 113, 170, 1) 100%);
    --color-secondary: #44bcbc;
    --color-border: #333;
}
/*==============================================
 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: #000;
    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: 20px;
}
.note li {
    display: block;
    line-height: 1.8;
    color: #888;
    font-size: 11px;
}
.note li span {
    margin-right: 1em;
}
/*==============================================
 .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;
}
/*==============================================
 看板
============================================= */
.mainTitle {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/h1_bg.webp) no-repeat center top;
}
.mainTitleIn {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 530px;
}
.mainTitle h1 {
    width: 940px;
    height: 73px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/h1.svg) no-repeat center top;
    font-size: 0;
}
/* .lead */
.lead {
    display: block;
    line-height: 1.8;
    width: 830px;
    margin: 60px auto 0;
    font-size: 16px;
}
.lead a {
    text-decoration: underline;
}
.lead a:hover {
    transition: .2s;
    color: #4f9fb7;
}
/* .btn */
.mainTitle .btn {
    width: 405px;
    margin-top: 50px;
}
.mainTitle .btn a {
    width: 100%;
    line-height: 60px;
    border-radius: 30px;
    font-size: 16px;
}
/*==============================================
 .btn
============================================= */
.btn {
    margin: 0 auto;
}
.btn a, a .btn {
    display: block;
    position: relative;
    background: var(--color-primary);
    transition: .2s;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.btn a::after, a .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/arrow.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: 830px;
    margin: 80px auto 0;
}
.bnr + .bnr {
    margin-top: 20px;
}
.bnr a {
    display: block;
    padding-left: 320px;
    border-radius: 80px;
    transition: .2s;
    border: 1px solid #fff;
}
.bnr a:hover {
    opacity: .7;
}
.bnr01 a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/bnr_01.webp) no-repeat 0 0;
}
.bnr02 a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/bnr_02.webp) no-repeat 0 0;
}
.bnr03 a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/bnr_03.webp) no-repeat 0 0;
}
.bnr .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 445px;
    height: 150px;
    box-sizing: border-box;
}
.bnr .catch {
    font-size: 18px;
    font-weight: 700;
}
.bnr .name {
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
}
.bnr .name strong {
    font-size: 32px;
}
.bnr .link {
    position: relative;
    margin-top: 10px;
    padding-right: 2em;
    font-size: 16px;
    font-weight: 700;
}
.bnr .link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/arrow_link.svg) no-repeat 0 0;
}
/*==============================================
 .point
============================================= */
.point {
    display: flex;
    align-items: center;
    position: relative;
    width: 830px;
    margin: 80px auto 0;
    padding: 40px 0;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.point .title {
    min-width: 235px;
    line-height: 1.4;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.point .title span {
    color: #44bcbc;
}
.point ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 1.5em;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 700;
}
.point ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: .4em;
    left: 0;
    width: 1em;
    height: 1em;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/check.svg) no-repeat 0 0;
}
.point ul li span {
    color: var(--color-secondary);
}
/*==============================================
 #index
============================================= */
#index {
	display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 80px auto 0;
    padding: 40px 0;
    background: linear-gradient(90deg,rgba(22, 22, 40, 1) 50%, rgba(0, 0, 0, 1) 100%);
}
#index p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
#index ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 830px;
    margin: 0 auto;
}
#index ul li a {
    display: block;
    position: relative;
    padding-left: 2em;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 700;
    transition: .2s;
}
#index ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/arrow_index.svg) no-repeat 0 0;
}
#index ul li a:hover {
    opacity: .7;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 150px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
}
.paragraph h2 .title {
    display: block;
    position: relative;
    line-height: 1.4;
    margin-top: 20px;
    padding-top: 25px;
    font-size: 38px;
    font-weight: 700;
}
.paragraph h2 .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 3px;
    margin: 0 auto;
    background: var(--color-primary);
}
.paragraph h3 {
    position: relative;
    line-height: 1.2;
    margin: 80px auto 0;
    padding-left: 1.0em;
    font-size: 20px;
    font-weight: 700;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #b820bc;
}
.paragraph h4 {
    line-height: 1.2;
    width: 100%;
    margin-top: 60px;
    font-size: 16px;
    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 .column {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
h3 + .imgBox {
    margin-top: 30px;
}
.imgBox h4 {
    margin-top: 0;
}
.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 {
    width: 100%;
    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;
}
h4 + .scroll {
    margin-top: 20px;
}
/*--------------------------------------------*/
/* table
----------------------------------------------*/
table {
    position: relative;
    width: 100%;
    border-collapse:separate;
    border-spacing:0;
}
table th,
table td {
    width: 25%;
    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 {
    border-left: none;
    background-color: #222;
    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 td {
    background-color: var(--color-secondary);
    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 {
    padding-top: 100px;
}
.productBoxIn {
    width: 1000px;
    margin: 0 auto;
}
.productBoxIn h2 {
    text-align: center;
    font-size: 28px;
}
/*--------------------------------------------*/
/* .item
----------------------------------------------*/
.item {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.item li {
    width: 100%;   
}
.item li a {
    display: block;
    padding: 40px;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    color: #000;
    transition: .2s;
}
.item li a:hover {
    opacity: .7;
}
.item li .img img {
    height: 150px;
}
.item li .catch {
    margin-top: 20px;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 700;
}
.item li .name {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
}
.item li .name strong {
    font-size: 32px;
}
.item li .btn {
    line-height: 50px;
    margin-top: 15px;
    border-radius: 25px;
    font-size: 13px;
}
.item li .btn::after {
    display: none;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 1000px;
    margin: 20px auto 0;
    padding: 0 0 100px;
    text-align: right;
    color: #6d6a70;
}
.questionnaire {
    border-top: 1px solid #ddd;
}
.questionnaireInner {
    width: 830px;
}