@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 {
    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: 2rem;
    background-size: 3rem;
    border-radius: 50%;
}
#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: 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-top: 2rem;
}
.note li {
    display: block;
    line-height: 1.8;
    color: #888;
    font-size: .9rem;
}
.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 {
    
}
.mainTitleIn {
    position: relative;
}
.mainTitle h1 {
    display: block;
    width: 100%;
    height: 100vw;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/h1_sp.webp) no-repeat left top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle h1 img {
    width: 100%;
}
.mainTitle h1 .sub {
    width: 90%;
    margin-bottom: 4%;
}
/* .img */
.mainTitle .img {
    display: flex;
    justify-content: center;
    gap: 1rem;
    height: 15rem;
}
.mainTitle .img img {
    height: 100%;
}
/* .lead */
.lead {
    line-height: 1.8;
    margin: 2rem;
    font-size: 1.4rem;
}
/* .btn */
.mainTitle  .btn {
    margin: 0 2rem;
}
.mainTitle .btn a {
    width: 100%;
    line-height: 4rem;
    border-radius: 2rem;
    font-size: 1.2rem;
}
/*==============================================
 .btn
============================================= */
.btn {
}
.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: 1.2em;
    height: 1.2em;
    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: 100%;
    margin: 2rem auto 0;
}
.bnr + .bnr {
    margin-top: 1rem;
}
.bnr a {
    display: block;
    height: 26.66vw;
    padding-left: 12rem;
    border: 1px solid #ddd;
    border-radius: 1.5rem;
}
.bnr01 a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/bnr_01.webp) no-repeat 0 0;
    background-size: 160%;
    background-position: -4rem center;
}
.bnr02 a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/bnr_02.webp) no-repeat 0 0;
    background-size: 160%;
    background-position: -4rem center;
}
.bnr03 a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/bnr_03.webp) no-repeat 0 0;
    background-size: 160%;
    background-position: -4rem center;
}
.bnr a:hover {
    opacity: .7;
}
.bnr .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 26.66vw;
    box-sizing: border-box;
}
.bnr .name {
    line-height: 1.4;
    margin: 0 0 .2em;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}
.bnr .name strong {
    display: block;
    font-size: 1.6rem;
}
.bnr .link {
    position: relative;
    padding-bottom: .2rem;
    padding-right: 1.8em;
    font-size: 1rem;
}
.bnr .link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.2em;
    height: 1.2em;
    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;
    position: relative;
    flex-direction: column;
    margin: 3rem 2rem 2rem;
    padding: 2rem;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.point .title {
    line-height: 1.4;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.2rem;
    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;
    font-size: 1.4rem;
    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: 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 2rem;
}
.paragraphIn {
}
.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/07_regza/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/07_regza/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/07_regza/para_03_sp.webp) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
#article04 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_regza/para_04_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/07_regza/para_05_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.2rem;
    font-weight: bold;
}
.paragraph h2 .title {
    display: block;
    position: relative;
    line-height: 1.5;
    margin-top: .5rem;
    padding-top: 1.0rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.paragraph h2 .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    height: 3px;
    margin: 0 auto;
    background: var(--color-primary);
}
.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: #b820bc;
}
.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;
}
/*--------------------------------------------*/
/* .note
----------------------------------------------*/
.paragraph .note {
    margin-top: 1rem;
}
.paragraph .note li {
    padding-left: 0;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin: 2rem auto 0;
}
.imgBox:first-child {
    margin-top: 0;
}
h4 + .imgBox {
    margin-top: 2rem;
}
.imgBox h4 {
    margin-top: 0;
}
.imgBox .column a {
    display: block;
    width: 100%;
}
.imgBox .column a + a,
.imgBox .column div + div {
    margin-top: 2rem;
}
.imgBox .column div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 0;
    font-size: 1rem;
}
.imgBox .cap a {
    display: inline;
}
/*---- .one ----*/
.imgBox .one.w440 {
    width: 66%;
    height: auto;
    margin: 0 auto;
}
/*--------------------------------------------*/
/* .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;
}
table th,
table td {
    width: 8em;
    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: 8em;
    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: 8em;
    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(--color-secondary);
    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 {
    margin: 2rem 2rem 0;
}
.productBoxIn {
}
.productBoxIn h2 {
    text-align: center;
    font-size: 1.4rem;
}
/*--------------------------------------------*/
/* .item
----------------------------------------------*/
.item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
}
.item li {
    width: 100%;   
}
.item li a {
    display: block;
    padding: 3rem 2rem 2rem;
    border-radius: 1.5rem;
    background-color: #fff;
    text-align: center;
    color: #000;
    transition: .2s;
}
.item li a:hover {
    opacity: .7;
}
.item li .img img {
    height: 12rem;
}
.item li .catch {
    margin-top: 1rem;
    line-height: 1.4;
    font-size: 1.2rem;
    font-weight: 700;
}
.item li .name {
    margin-top: .5rem;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: 700;
}
.item li .name strong {
    font-size: 2.6rem;
}
.item li .btn {
    line-height: 4rem;
    margin-top: 1.5rem;
    border-radius: 2rem;
    font-size: 1.2rem;
}
.item li .btn::after {
    display: none;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: right;
    color: #6d6a70;
    font-size: 0.85rem;
    padding: 1rem 2rem;
}
.questionnaire {
    padding-bottom: 0;
    border-top: 1px solid #ddd;
}