@charset "utf-8";

.rgb_allstyle {
    width: 100%;
    text-align: center;
}

.rgb_allstyle,
.rgb_allstyle p {
    color: #333;
    font-size: 16px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-align: center;
}

.rgb_glo_sticky {
    position: sticky;
    top: 0;
    border-bottom: solid 5px #00CCFF;
    background: #fff;
    z-index: 2;
}

.rgb_samplebtn_sticky {
    width: 230px;
    position: sticky;
    bottom: 5px;
    left: 10px;
    z-index: 2;
}

.rgb_samplebtn_sticky a:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.rgb_glo {
    box-sizing: border-box;
    display: flex;
    width: 950px;
    margin: 0 auto;
    padding-top: 1em;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: bold;
    justify-content: space-between;
}

.rgb_glo a {
    display: inline-block;
    box-sizing: border-box;
    width: 32%;
    padding: 1em 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

.rgb_glo a.rgb_link:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.rgb_glo a:nth-child(1) {
    background: #00CCFF;
}

.rgb_glo a:nth-child(2) {
    background: #FF008C;
}

.rgb_glo a:nth-child(3) {
    background: #EEE;
}

.rgb_h1 {
    width: 100%;
    text-align: center;
    padding: 4em 0;
    background: #E6FAFF;
}

.rgb_allstyle h1 {
    width: 950px;
    margin: auto;
}

.rgb_allstyle h1 img {
    width: 100%;
}

.rgb_allstyle h2 {
    position: relative;
    padding-top: 0.5em;
    margin: 0;
    text-align: center;
}

.rgb_allstyle h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 8px;
    background: linear-gradient(to right, #ff3333 33.33%, #33ff33 33.33%, #33ff33 66.66%, #3333ff 66.66%);
}

.rgb_intro{
    width: 950px;
    padding: 0;
    margin: 4em auto 0;
}

.rgb_intro h2,
.rgb_ex h2,
.rgb_products h2,
.rgb_data h2,
.rgb_comparison h2,
.rgb_sample h2 {
    font-size: 2.4em;
    font-weight: bold;
}

.rgb_intro p {
    font-size: 1.4em;
}

.rgb_worries {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-top: 3em;
}

.rgb_ex {
    width: 100%;
    margin: 0 auto 4em;
}

.rgb_ex h2 {
    margin-top: 1em;
}

.rgb_ex h2 span {
    font-size: 0.8em;
    font-weight: normal;
}

.rgb_ex h3{
    font-size: 1.6em;
    color: #00CCFF;
}

.rgb_ex h3 span{
    font-size: 1.2em;
    font-weight: bold;
}

p.rgb_ex_p{
    margin-top: 2em;
}

.rgb_cmyk_image{
    box-sizing: border-box;
    width: 950px;
    margin: 4em auto 0;
    padding: 1.5em 1em;
    border: solid 3px #00CCFF;
    border-radius: 1.5em;
}

.rgb_cmyk_image span{
    font-size: 1.6em;
    line-height: 1em;
    color: #00CCFF;
}

.rgb_cmyk_image_s {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}

/*rgb_cmyk Slider*/
.before_after_slider {
    position: relative;
    overflow: hidden;
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
}

.box_before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    border-right: 5px solid rgba(255, 255, 255, 0.7);
    box-shadow: 10px 0 15px -13px #000;
}

.box_before img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.box_before::before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    width: 45px;
    height: 45px;
    margin: auto;
    border: 5px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    box-shadow: 10px 0 15px -13px #000;
}

.slider_range {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: col-resize;
}

.rgb_products,
.rgb_comparison{
    box-sizing: border-box;
    width: 100%;
    background: #E6FAFF;
    padding: 4em 0;
    margin: 0;
}

.rgb_products_s,
.rgb_comparison_s {
    width: 950px;
    margin: 0 auto;
}

.rgb_products_ex{
    margin-top: 1em;
}

.rgb_products_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
    flex-wrap: wrap;
}

.rgb_products_flexbox {
    width: 22%;
}

.rgb_products_flexbox:nth-child(n+5){
    margin-top: 2em;
}

.rgb_products_flexbox p {
    margin-top: 1em;
}

.rgb_products_flexbox a {
    text-decoration: none;
}

.rgb_products_flexbox a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.rgb_products_flexbox img {
    width: 100%;
}

.rgb_data,
.rgb_sample {
    box-sizing: border-box;
    padding: 4em 0;
}

.rgb_data div {
    box-sizing: border-box;
    width: 950px;
    margin: 2em auto 0;
    padding: 1em;
    text-align: left;
    background: #f5f5f5;
}

.rgb_data div ul {
    list-style: disc;
}

.rgb_data div ul li {
    margin-left: 1.5em;
}

.rgb_data div ul li:not(:first-child) {
    margin-top: 1em;
}

table.rgb_comparison_table {
    width: 100%;
    margin-top: 2em;
}

table.rgb_comparison_table tr th {
    text-align: center;
    font-weight: bold;
    padding: 0.8em 0;
    font-size: 1.4em;
}

table.rgb_comparison_table tr th a{
    color: #fff;
}

table.rgb_comparison_table tr th a:visited{
    color: #fff;
}

table.rgb_comparison_table tr th:nth-child(2) {
    background: #00CCFF;
    color: #fff;
    border: solid 5px #00CCFF;
}

table.rgb_comparison_table tr th:nth-child(3) {
    background: #FF008C;
    color: #fff;
    border: solid 5px #FF008C;
}

table.rgb_comparison_table tr th:nth-child(4) {
    background: #E9E9E9;
    color: #333;
    border: solid 5px #E9E9E9;
}


table.rgb_comparison_table tr th:first-of-type {
    width: 16%;
}

table.rgb_comparison_table tr th:not(:first-of-type) {
    width: 28%;
}

table.rgb_comparison_table tr td {
    padding: 1.5em 1em;
    background: #fff;
}

table.rgb_comparison_table tr td.rgb_image img{
    width: 100%;
}

table.rgb_comparison_table tr:first-of-type td {
    vertical-align: center;
}

table.rgb_comparison_table tr td:first-of-type {
    background: #000;
    color: #fff;
    font-weight: bold;
}

table.rgb_comparison_table tr td:not(:first-of-type){
    vertical-align: top;
}

table.rgb_comparison_table tr:nth-child(-n+9) td:nth-child(2) {
    border-right: solid 5px #00CCFF;
    border-left: solid 5px #00CCFF;
}

table.rgb_comparison_table tr:last-of-type td:nth-child(2) {
    border-bottom: solid 5px #00CCFF;
}

.rgb_sample_s {
    box-sizing: border-box;
    width: 950px;
    margin: 2em auto 0;
    padding: 1em;
    text-align: left;
    background: #f5f5f5;
}

.rgb_sample_s h3 {
    font-size: 1.6em;
    position: relative;
    padding: 0 55px;
    display: inline-block;
}

.rgb_sample_s h3:before, .rgb_sample_s h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.rgb_sample_s h3:before {
  left:0;
}
.rgb_sample_s h3:after {
  right: 0;
}

.rgb_sample_s p {
    width: 52%;
    text-align: left;
}

.rgb_sample_s img {
    width: 46%;
}

.rgb_flex01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.rgb_flex02 {
    display: flex;
    justify-content: space-around;
    margin-top: 1em;
    text-align: center;
}

.rgb_sample_lineup {
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin-top: 1em;
    background: #fff;
    border-radius: 1em;
}

.rgb_sample_btn{
    width: 950px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
}

a.rgb_btn {
    display: inline-block;
    padding: 0.5em 2em;
    margin: 4rem 0 0;
    border-radius: 10em;
    color: #fff;
    justify-content: center;
    text-decoration: none;
    font-size: 1.6em;
    font-weight: bold;
    outline: none;
    transition: all 0.2s ease-out;
    box-shadow: 0 2px 6px rgba(66, 0, 35, 0.26);
}

.rgb_btn01{
    background: #FF6B00;
}

.rgb_btn02{
    background: #2860D5;
}

.rgb_btn03{
    background: #FF00A2;
}

a.rgb_btn:hover {
    opacity: 0.6;
}

.topback{
    width: 100%;
    text-align: center;
    margin: 4em 0;
}

.topback a {
    font-size: 1.8em;
    padding: 10px 80px;
    border-radius: 5px;
    color: #fff;
    background: #285fd5;
    text-decoration: none;
}

.topback a:hover {
    opacity: 0.7;
    transition: 0.5s;
}