.mobile-page-u96-container{

  .flow-guide-section {
    z-index: 99;
    position: relative;
  }
  .flow-guide-section::before {
    content: '';
    width: 100%;
    height: 100vh;
    background-color: #262626;
    opacity: .8;
    position: fixed;
    left: 0;
    top: 0;
  }
  .flow-guide-inner {
    width: 285px;
    padding-left: 80px;
    z-index: 100;
    position: absolute;
    top: 117px;
  }
  .flow-guide-inner.guide-01-inner {
    left: 22.5%;
  }
  .flow-guide-inner.guide-02-inner {
    left: 10%;
  }
  .flow-guide-text {
    color: #fff;
    margin: 0 0 0 30px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .flow-guide-icon {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: .3s;
    cursor: pointer;
  }
  .flow-guide-icon.guide-01-icon {
    background-image: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_guide_step_01.svg);
  }
  .flow-guide-icon.guide-02-icon {
    background-image: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_guide_step_02.svg);
  }

  .is-productfix .flow-guide-wrap .l-container {
    max-width: 980px;
    margin: auto;
    padding-left: 175px;
  }

  .is-productfix .flow-guide-inner {
    padding-left: 51px;
  }
  .is-productfix .flow-guide-inner.guide-01-inner {
    top: 32px;
    left: 24.2%;
  }
  .is-productfix .flow-guide-inner.guide-02-inner {
    top: 32px;
    left: 12.7%;
  }
  .is-productfix .flow-guide-icon {
    width: 50px;
    height: 50px;
  }

.shortcutmenu-comparison {
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/toolbtn_comparison_pc.png) no-repeat left top;
    background-size: 90px 90px;
  }
  
  .specitem {
    margin-bottom: 50px;
    z-index: 10;
  }
  
  .specitem-base {
    width: 52%;
    height: 320px;
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_bg_item_base.svg) no-repeat center center;
    background-size: 100px 120px;
    border: 1px solid #eee;
    border-radius: 10px;
    float: right;
  }
  
  .specitem-base-wrapper {
    float: left;
    width: 36.1%;
  }
  
  .specitem-list {
    display: block;
    margin-bottom: 0;
    font-size: 0px;
    white-space: nowrap;
  }
  
  .specitem-list-wrapper {
    float: right;
    width: 62.75%;
    margin-right: 0px;
    position: relative;
  }
  
  .specitem-list-scroll {
    transition: all .25s ease;
    transform: translate(0, 0);
  }
  
  .specitem-list-slider-wrapper {
    overflow: hidden;
  }
  
  .specitem-list-item {
    vertical-align: top;
    display: inline-block;
    font-size: 15px;
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
    height: 320px;
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_bg_item.svg) no-repeat center center;
    background-size: 100px 120px;
    border: 1px solid #eee;
    border-radius: 10px;
  }
  
  .specitem-list-next, .specitem-list-prev {
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_arrow_slider.png) no-repeat center center;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 140px;
    cursor: pointer;
  }
  
  .specitem-list-next:hover, .specitem-list-prev:hover {
    background-image: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_arrow_slider_on.png);
  }
  
  .specitem-list-next {
    right: -10px;
  }
  
  .specitem-list-prev {
    left: -10px;
    transform: rotate(180deg);
  }
  
  .specitem-more {
    width: 42%;
    float: left;
    height: 320px;
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_bg_item.svg) no-repeat center center;
    background-size: 100px 120px;
    cursor: pointer;
  }
  
  .specitem-default {
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  
  .specitem-inner {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }
  
  .specitem-inner .text-link-arrow {
    text-decoration: underline !important;
    margin-top: 2px;
  }
  
  .specitem-inner .btn,
  .specitem-inner .btn:not(.btn-disabled):hover {
    min-width: 0;
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 5px;
    margin-top: 8px;
  }
  
  .specitem-inner-gray {
    background: #EEEEEE;
  }
  
  .specitem-image {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  
  .specitem-image img {
    max-width: 85%;
    height: 121px;
  }
  
  .specitem-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    min-height: 40px;
    display: block;
    width: 100%;
    word-break: break-all !important;
    white-space: normal;
  }
  
  .specitem-close {
    content: '';
    display: block;
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_close.svg);
    background-size: 100%;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 0.5;
    cursor: pointer;
  }
  
  .specitem-list-scroll {
    width: calc(100% / 3 * 3);
  }
  
  .specitem-list-scroll.item-4 {
    width: calc(100% / 3 * 4);
  }
  
  .specitem-list-scroll.item-5 {
    width: calc(100% / 3 * 5);
  }
  
  .specitem-list-scroll.item-6 {
    width: calc(100% / 3 * 6);
  }
  
  .specitem-list-scroll.item-7 {
    width: calc(100% / 3 * 7);
  }
  
  .specitem-list-scroll.item-8 {
    width: calc(100% / 3 * 8);
  }
  
  .specitem-list-scroll.item-9 {
    width: calc(100% / 3 * 9);
  }
  
  .specitem-list-scroll.item-10 {
    width: calc(100% / 3 * 10);
  }
  
  .specitem-list-scroll.item-11 {
    width: calc(100% / 3 * 11);
  }
  
  .specitem-list-scroll.item-12 {
    width: calc(100% / 3 * 12);
  }
  
  .specitem-list-scroll.item-13 {
    width: calc(100% / 3 * 13);
  }
  
  .specitem-list-scroll.item-14 {
    width: calc(100% / 3 * 14);
  }
  
  .specitem-list-scroll.item-15 {
    width: calc(100% / 3 * 15);
  }
  
  .specitem-list-scroll.item-16 {
    width: calc(100% / 3 * 16);
  }
  
  .specitem-list-scroll.item-17 {
    width: calc(100% / 3 * 17);
  }
  
  .specitem-list-scroll.item-18 {
    width: calc(100% / 3 * 18);
  }
  
  .specitem-list-scroll.item-19 {
    width: calc(100% / 3 * 19);
  }
  
  .specitem-list-scroll.item-20 {
    width: calc(100% / 3 * 20);
  }
  
  .specitem-list-scroll .specitem-list-item {
    width: calc(100% / 3 - 20px);
  }
  
  .specitem-list-scroll.item-4 .specitem-list-item {
    width: calc(100% / 4 - 20px);
  }
  
  .specitem-list-scroll.item-5 .specitem-list-item {
    width: calc(100% / 5 - 20px);
  }
  
  .specitem-list-scroll.item-6 .specitem-list-item {
    width: calc(100% / 6 - 20px);
  }
  
  .specitem-list-scroll.item-7 .specitem-list-item {
    width: calc(100% / 7 - 20px);
  }
  
  .specitem-list-scroll.item-8 .specitem-list-item {
    width: calc(100% / 8 - 20px);
  }
  
  .specitem-list-scroll.item-9 .specitem-list-item {
    width: calc(100% / 9 - 20px);
  }
  
  .specitem-list-scroll.item-10 .specitem-list-item {
    width: calc(100% / 10 - 20px);
  }
  
  .specitem-list-scroll.item-11 .specitem-list-item {
    width: calc(100% / 11 - 20px);
  }
  
  .specitem-list-scroll.item-12 .specitem-list-item {
    width: calc(100% / 12 - 20px);
  }
  
  .specitem-list-scroll.item-13 .specitem-list-item {
    width: calc(100% / 13 - 20px);
  }
  
  .specitem-list-scroll.item-14 .specitem-list-item {
    width: calc(100% / 14 - 20px);
  }
  
  .specitem-list-scroll.item-15 .specitem-list-item {
    width: calc(100% / 15 - 20px);
  }
  
  .specitem-list-scroll.item-16 .specitem-list-item {
    width: calc(100% / 16 - 20px);
  }
  
  .specitem-list-scroll.item-17 .specitem-list-item {
    width: calc(100% / 17 - 20px);
  }
  
  .specitem-list-scroll.item-18 .specitem-list-item {
    width: calc(100% / 18 - 20px);
  }
  
  .specitem-list-scroll.item-19 .specitem-list-item {
    width: calc(100% / 19 - 20px);
  }
  
  .specitem-list-scroll.item-20 .specitem-list-item {
    width: calc(100% / 20 - 20px);
  }
  
  .is-productfix .specitem {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    padding: 10px 14vw 10px 14vw;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  }
  
  .is-productfix .specitem-wrapper {
    max-width: 980px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  
  /*
  .is-productfix .specitem-base {
    height: 115px;
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_bg_item_base.svg) no-repeat center center;
    background-size: 70px 84px;
    background-size: 36%;
  }
  
  .is-productfix .specitem-base-wrapper {
    padding-top: 10px;
  }
  
  .is-productfix .specitem-list-slider-wrapper {
    padding-top: 10px;
  }
  
  .is-productfix .specitem-list-item {
    height: 115px;
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_bg_item.svg) no-repeat center center;
    background-size: 70px 84px;
    background-size: 36%;
  }
  
  .is-productfix .specitem-list-next, .is-productfix .specitem-list-prev {
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_arrow_slider.png) no-repeat center center;
    background-size: 100%;
    width: 35px;
    height: 35px;
    top: 50px;
  }
  
  .is-productfix .specitem-list-next {
    right: -5px;
  }
  
  .is-productfix .specitem-list-prev {
    left: -10px;
  }
  
  .is-productfix .specitem-more {
    height: 115px;
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_bg_item.svg) no-repeat center center;
    background-size: 70px 84px;
    background-size: 50%;
  }
  
  .is-productfix .specitem-inner {
    padding: 10px 0px;
  }
  
  .is-productfix .specitem-inner .text-link-arrow {
    font-size: 13px;
    float: left;
  }
  
  .is-productfix .specitem-inner .btn,
  .is-productfix .specitem-inner .btn:not(.btn-disabled):hover {
    float: left;
    min-width: 0;
    width: 55%;
    margin: 0 auto;
    display: block;
    padding: 2px 4px;
    margin-top: 10px;
    font-size: 12px;
  }
  
  .is-productfix .specitem-inner-gray {
    background: #EEEEEE;
  }
  
  .is-productfix .specitem-image {
    float: left;
    width: 35%;
    padding-top: 0px;
    margin-bottom: 0px;
  }
  
  .is-productfix .specitem-image img {
    max-width: 100%;
  }
  
  .is-productfix .specitem-title {
    float: left;
    font-size: 13px;
    min-height: 30px;
    width: auto;
    width: 65%;
    padding-right: 15px;
  }
  
  .is-productfix .specitem-close {
    width: 20px;
    height: 20px;
    right: -5px;
    top: -5px;
  } */
  
  .is-productfix .spectable-container {
    padding-top: 370px;
  }
  
  .additem-table th {
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    width: 130px;
    vertical-align: middle;
  }
  
  .additem-table td {
    padding-bottom: 10px;
  }
  
  .additem-lineupsection {
    padding-top: 30px;
    overflow: hidden;
  }
  
  .additem-formradio label {
    background: #fff;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
  }
  
  .additem-formradio label:after {
    display: block;
    content: '';
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/radio.svg) no-repeat center bottom #fff;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -10px;
  }
  
  .additem-formradio input[type="radio"] {
    display: none;
  }
  
  .additem-formradio input:checked + label:after {
    background-image: url(/mobile/set/data/products/smartphone/comparison/img/shared/radio_on.svg);
  }
  
  .additem-formradio input:disabled + label {
    opacity: 0.7;
  }
  
  .additem-formradio .box-product {
    padding-bottom: 50px;
    background: none;
  }
  
  .additem-formradio .box-product-text {
    font-size: 12px;
    line-height: 1.5;
    display: none;
  }
  
  .additem-formcheckbox label {
    background: #fff;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
  }
  
  .additem-formcheckbox label:after {
    display: block;
    content: '';
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/checkbox.svg) no-repeat center bottom #fff;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -10px;
  }
  
  .additem-formcheckbox input[type="checkbox"] {
    display: none;
  }
  
  .additem-formcheckbox input:checked + label:after {
    background-image: url(/mobile/set/data/products/smartphone/comparison/img/shared/checkbox_on.svg);
  }
  
  .additem-formcheckbox input:disabled + label {
    opacity: 0.7;
  }
  
  .additem-formcheckbox .box-product {
    padding-bottom: 50px;
    background: none;
  }
  
  .additem-formcheckbox .box-product-text {
    font-size: 12px;
    line-height: 1.5;
    display: none;
  }

  /* 比較元として選択されたアイテム（最初に選択されたもの）のスタイル */
  .is-base input:checked + label:after {
    background-image: url(/mobile/set/data/products/smartphone/comparison/img/shared/radio_on_default.svg);
  }
  
  .spectable {
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
  }
  
  .spectable-title {
    background: #FAFAFA;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.0;
    padding: 13px 30px;
    width: calc(100% - 3px);
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    box-sizing: border-box;
  }
  
  .spectable-wrapper {
    overflow: hidden;
  }
  
  .spectable-wrapper-last {
    border-bottom: 1px solid #e8e8e8;
  }
  
  .spectable-line-title {
    width: 16%;
    float: left;
    background: #FAFAFA;
    text-align: center;
    line-height: 1.5;
    padding: 15px 5px;
    font-size: 14px;
    border: 1px solid #E8E8E8;
    border-bottom: none;
    border-right: 0;
    font-weight: bold;
  }
  
  .spectable td {
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    border: 1px solid #E8E8E8;
    border-bottom: none;
    width: 33.3333%;
  }
  
  .spectable td .spectable-td-inner {
    padding: 15px 5px;
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: bold;
  }
  
  .spectable td .spectable-td-inner:last-child {
    border-bottom: none;
  }
  
  .spectable td .color {
    line-height: 1.0;
    display: inline-block;
    margin: 0 8px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    border: 1px solid #eee;
  }
  
  .spectable-fixline {
    float: left;
    width: 21%;
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.1);
  }
  
  .spectable-fixline td {
    border-right: none;
    width: 100%;
  }
  
  .spectable-contentline {
    float: right;
    width: 62.75%;
    overflow: hidden;
  }
  
  .spectable-contentline-scroll {
    overflow: hidden;
    transition: all .25s ease;
    transform: translate(0, 0);
  }
  
  .spectable-price td b {
    display: block;
  }
  
  .spectable-contentline-scroll {
    width: calc((100% / 3 * 3) - 2px);
  }
  
  .spectable-contentline-scroll.item-4 {
    width: calc((100% / 3 * 4) - 2px);
  }
  
  .spectable-contentline-scroll.item-5 {
    width: calc((100% / 3 * 5) - 2px);
  }
  
  .spectable-contentline-scroll.item-6 {
    width: calc((100% / 3 * 6) - 2px);
  }
  
  .spectable-contentline-scroll.item-7 {
    width: calc((100% / 3 * 7) - 2px);
  }
  
  .spectable-contentline-scroll.item-8 {
    width: calc((100% / 3 * 8) - 2px);
  }
  
  .spectable-contentline-scroll.item-9 {
    width: calc((100% / 3 * 9) - 2px);
  }
  
  .spectable-contentline-scroll.item-10 {
    width: calc((100% / 3 * 10) - 2px);
  }
  
  .spectable-contentline-scroll.item-11 {
    width: calc((100% / 3 * 11) - 2px);
  }
  
  .spectable-contentline-scroll.item-12 {
    width: calc((100% / 3 * 12) - 2px);
  }
  
  .spectable-contentline-scroll.item-13 {
    width: calc((100% / 3 * 13) - 2px);
  }
  
  .spectable-contentline-scroll.item-14 {
    width: calc((100% / 3 * 14) - 2px);
  }
  
  .spectable-contentline-scroll.item-15 {
    width: calc((100% / 3 * 15) - 2px);
  }
  
  .spectable-contentline-scroll.item-16 {
    width: calc((100% / 3 * 16) - 2px);
  }
  
  .spectable-contentline-scroll.item-17 {
    width: calc((100% / 3 * 17) - 2px);
  }
  
  .spectable-contentline-scroll.item-18 {
    width: calc((100% / 3 * 18) - 2px);
  }
  
  .spectable-contentline-scroll.item-19 {
    width: calc((100% / 3 * 19) - 2px);
  }
  
  .spectable-contentline-scroll.item-20 {
    width: calc((100% / 3 * 20) - 2px);
  }
  
  .spectable-contentline-scroll td {
    width: calc(100% / 3);
  }
  
  .spectable-contentline-scroll.item-4 td {
    width: calc(100% / 4);
  }
  
  .spectable-contentline-scroll.item-5 td {
    width: calc(100% / 5);
  }
  
  .spectable-contentline-scroll.item-6 td {
    width: calc(100% / 6);
  }
  
  .spectable-contentline-scroll.item-7 td {
    width: calc(100% / 7);
  }
  
  .spectable-contentline-scroll.item-8 td {
    width: calc(100% / 8);
  }
  
  .spectable-contentline-scroll.item-9 td {
    width: calc(100% / 9);
  }
  
  .spectable-contentline-scroll.item-10 td {
    width: calc(100% / 10);
  }
  
  .spectable-contentline-scroll.item-11 td {
    width: calc(100% / 11);
  }
  
  .spectable-contentline-scroll.item-12 td {
    width: calc(100% / 12);
  }
  
  .spectable-contentline-scroll.item-13 td {
    width: calc(100% / 13);
  }
  
  .spectable-contentline-scroll.item-14 td {
    width: calc(100% / 14);
  }
  
  .spectable-contentline-scroll.item-15 td {
    width: calc(100% / 15);
  }
  
  .spectable-contentline-scroll.item-16 td {
    width: calc(100% / 16);
  }
  
  .spectable-contentline-scroll.item-17 td {
    width: calc(100% / 17);
  }
  
  .spectable-contentline-scroll.item-18 td {
    width: calc(100% / 18);
  }
  
  .spectable-contentline-scroll.item-19 td {
    width: calc(100% / 19);
  }
  
  .spectable-contentline-scroll.item-20 td {
    width: calc(100% / 20);
  }
  
  .specicon-android {
    /* background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_android.svg) no-repeat left top; */
    background-size: 40px 40px;
    height: 40px;
    padding: 8px 0 13px 8px;
    display: inline-flex;
  }
  
  .specicon-android small {
    line-height: 1.2;
    display: inline-block;
    padding-top: 15px;
    font-size: 11px;
  }
  
  .specicon-volte {
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_volte.svg) no-repeat left top;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    padding: 13px 0 13px 45px;
  }
  
  .specicon-waterproof {
    /* background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_waterproof.svg) no-repeat left top; */
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    padding: 13px 0 13px 13px;
  }
  
  .specicon-wifi {
    /* background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_wifi.svg) no-repeat left top; */
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    padding: 13px 0 13px 13px;
  }
  
  .refinemodal-bottom-comparizon {
    background: #fff;
    text-align: center;
  }
  
  .refinemodal-bottom-comparizon .btn {
    transition: all .25s ease;
  }
  
  .refinemodal-bottom-comparizon .is-opacity {
    opacity: 0;
  }

}
  
  @media (max-width: 1180px) {
  .mobile-page-u96-container{
    .is-header-fixed .l-header {
      position: relative;
    }
    .is-header-fixed .l-container {
      padding-top: 0;
    }

    .is-productfix .specitem {
      padding: 10px 4% 10px 4%;
    }
  
  .shortcutmenu-comparison {
    background: url(/mobile/set/data/products/smartphone/comparison/img/shared/toolbtn_comparison_pc.png) no-repeat left top;
    background-size: 90px 90px;
  }
  
  .flow-guide-section {
    z-index: 99;
    position: relative;
  }
  
  .flow-guide-section::before {
    content: '';
    width: 100%;
    height: 100vh;
    background-color: #262626;
    opacity: .8;
    position: fixed;
    left: 0;
    top: 0;
  }
  
  .flow-guide-inner {
    width: 285px;
    padding-left: 80px;
    z-index: 100;
    position: absolute;
    top: 117px;
  }
  
  .flow-guide-inner.guide-01-inner {
    left: 22.5%;
  }
  
  .flow-guide-inner.guide-02-inner {
    left: 10%;
  }
  
  .flow-guide-text {
    color: #fff;
    margin: 0 0 0 30px;
    text-indent: -1em;
    padding-left: 1em;
  }
  
  .flow-guide-icon {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: .3s;
    cursor: pointer;
  }
  
  .flow-guide-icon.guide-01-icon {
    background-image: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_guide_step_01.svg);
  }
  
  .flow-guide-icon.guide-02-icon {
    background-image: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_guide_step_02.svg);
  }
  
  .is-productfix .flow-guide-wrap .l-container {
    max-width: 980px;
    margin: auto;
    padding-left: 175px;
  }
  
  .is-productfix .flow-guide-inner {
    padding-left: 51px;
  }
  
  .is-productfix .flow-guide-inner.guide-01-inner {
    top: 32px;
    left: 24.2%;
  }
  
  .is-productfix .flow-guide-inner.guide-02-inner {
    top: 32px;
    left: 12.7%;
  }
  
  .is-productfix .flow-guide-icon {
    width: 50px;
    height: 50px;
  }
  }
}
  
  @media (max-width: 980px) {
    .mobile-page-u96-container{
    .flow-guide-inner.guide-01-inner {
      left: 22%;
    }
    .flow-guide-inner.guide-02-inner {
      left: 8%;
    }
    }
  }
  
  .breadcrumb-wrap, .l-footer {
    z-index: 5;
  }
  
  @media (max-width: 768px) {
  .mobile-page-u96-container{
    .shortcutmenu-comparison {
      background: url(/mobile/set/data/products/smartphone/comparison/img/shared/toolbtn_comparison_pc.png) no-repeat left top;
      background-size: 48px 48px;
    }
    .l-inner-comparison {
      padding: 0;
    }
    .specitem {
      margin-bottom: 0px;
    }
    .specitem-base {
      width: 100%;
      height: 235px;
      padding-bottom: 0;
      background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_bg_item_base.svg) no-repeat center center;
      background-size: 95px 114px;
      border: none;
      border-radius: 0px;
      float: none;
    }
    .specitem-base-wrapper {
      position: relative;
      z-index: 10;
      float: left;
      width: 50%;
      overflow: hidden;
      padding-top: 0;
      box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.1);
    }
    .specitem-list {
      display: block;
      margin-bottom: 0;
      overflow: hidden;
      width: 100%;
      font-size: 0px;
      white-space: nowrap;
    }
    .specitem-list-wrapper {
      float: right;
      width: 50%;
      margin-right: 0px;
    }
    .specitem-list-item {
      float: none;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 0 0%;
      height: 235px;
      padding-bottom: 0;
      background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_bg_item.svg) no-repeat center center;
      background-size: 95px 114px;
      border: none;
    }
    .specitem-list-next, .specitem-list-prev {
      display: none;
    }
    .specitem-list-pager {
      position: absolute;
      right: 0px;
      top: 0px;
      width: 100%;
      padding: 5px 0;
      text-align: center;
      line-height: 1.0;
      font-size: 10px;
    }
    .specitem-list-pager span {
      display: inline-block;
      margin: 0 3px;
      width: 5px;
      height: 5px;
      background: #DBDBDB;
      line-height: 1.0;
      border-radius: 100%;
    }
    .specitem-list-pager span.is-active {
      background: #909090;
    }
    .specitem-more {
      display: none;
    }
    .specitem-inner {
      padding: 20px 10px;
      border-radius: 0px;
      overflow: hidden;
      height: 235px;
      box-sizing: border-box;
    }
    .specitem-inner-gray {
      background: #fff;
    }
    .specitem-image {
      padding-top: 0;
      margin-bottom: 10px;
    }
    .specitem-image img {
      max-height: 100px;
    }
    .specitem-title {
      text-align: center;
      font-size: 12px;
      min-height: 30px;
    }
    .specitem-close {
      width: 21px;
      height: 21px;
      top: 10px;
    }
    .is-productfix .specitem {
      top: 0;
      padding: 0px 15px;
      background: #fff;
      box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    }
    .is-productfix .specitem-wrapper {
      margin-inline: auto;
    }
/*
    .is-productfix .specitem-base {
      height: 115px;
      background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_bg_item_base.svg) no-repeat center center;
      background-size: 70px 84px;
      background-size: 70px;
    }
    .is-productfix .specitem-base-wrapper {
      padding-top: 0;
    }
    .is-productfix .specitem-list-item {
      height: 115px;
      background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_bg_item.svg) no-repeat center center;
      background-size: 70px 84px;
      background-size: 70px;
    }
    .is-productfix .specitem-list-slider-wrapper {
      padding-top: 0;
    }
    .is-productfix .specitem-more {
      height: 115px;
      background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_bg_item.svg) no-repeat center center;
      background-size: 50%;
    }
    .is-productfix .specitem-inner {
      padding: 20px 0px 0;
    }
    .is-productfix .specitem-inner .text-link-arrow {
      font-size: 12px;
      float: left;
      margin-bottom: 7px;
    }
    .is-productfix .specitem-inner .btn,
    .is-productfix .specitem-inner .btn:not(.btn-disabled):hover {
      float: none;
      clear: both;
      min-width: 0;
    }
    .is-productfix .specitem-inner-gray {
      background: #EEEEEE;
    }
    .is-productfix .specitem-image {
      float: left;
      width: 48px;
      padding-top: 0px;
      margin-bottom: 5px;
    }
    .is-productfix .specitem-image img {
      max-width: 100%;
      width: 90%;
    }
    .is-productfix .specitem-title {
      float: none;
      margin-left: 50px;
      margin-bottom: 8px;
      font-size: 11px;
      min-height: 0;
      height: 27px;
      overflow: hidden;
      text-align: left;
      padding-right: 20px;
      width: calc(100% - 50px - 10px);
    }
    .is-productfix .specitem-close {
      width: 20px;
      height: 20px;
      right: 5px;
      top: 15px;
    } */
    .is-productfix .spectable-container {
      padding-top: 235px;
    }
    .specitem-list-scroll {
      width: calc(100% * 3);
    }
    .specitem-list-scroll.item-4 {
      width: calc(100% * 4);
    }
    .specitem-list-scroll.item-5 {
      width: calc(100% * 5);
    }
    .specitem-list-scroll.item-6 {
      width: calc(100% * 6);
    }
    .specitem-list-scroll.item-7 {
      width: calc(100% * 7);
    }
    .specitem-list-scroll.item-8 {
      width: calc(100% * 8);
    }
    .specitem-list-scroll.item-9 {
      width: calc(100% * 9);
    }
    .specitem-list-scroll.item-10 {
      width: calc(100% * 10);
    }
    .specitem-list-scroll.item-11 {
      width: calc(100% * 11);
    }
    .specitem-list-scroll.item-12 {
      width: calc(100% * 12);
    }
    .specitem-list-scroll.item-13 {
      width: calc(100% * 13);
    }
    .specitem-list-scroll.item-14 {
      width: calc(100% * 14);
    }
    .specitem-list-scroll.item-15 {
      width: calc(100% * 15);
    }
    .specitem-list-scroll.item-16 {
      width: calc(100% * 16);
    }
    .specitem-list-scroll.item-17 {
      width: calc(100% * 17);
    }
    .specitem-list-scroll.item-18 {
      width: calc(100% * 18);
    }
    .specitem-list-scroll.item-19 {
      width: calc(100% * 19);
    }
    .specitem-list-scroll.item-20 {
      width: calc(100% * 20);
    }
    .specitem-list-scroll .specitem-list-item {
      width: calc(100% / 3);
    }
    .specitem-list-scroll.item-4 .specitem-list-item {
      width: calc(100% / 4);
    }
    .specitem-list-scroll.item-5 .specitem-list-item {
      width: calc(100% / 5);
    }
    .specitem-list-scroll.item-6 .specitem-list-item {
      width: calc(100% / 6);
    }
    .specitem-list-scroll.item-7 .specitem-list-item {
      width: calc(100% / 7);
    }
    .specitem-list-scroll.item-8 .specitem-list-item {
      width: calc(100% / 8);
    }
    .specitem-list-scroll.item-9 .specitem-list-item {
      width: calc(100% / 9);
    }
    .specitem-list-scroll.item-10 .specitem-list-item {
      width: calc(100% / 10);
    }
    .specitem-list-scroll.item-11 .specitem-list-item {
      width: calc(100% / 11);
    }
    .specitem-list-scroll.item-12 .specitem-list-item {
      width: calc(100% / 12);
    }
    .specitem-list-scroll.item-13 .specitem-list-item {
      width: calc(100% / 13);
    }
    .specitem-list-scroll.item-14 .specitem-list-item {
      width: calc(100% / 14);
    }
    .specitem-list-scroll.item-15 .specitem-list-item {
      width: calc(100% / 15);
    }
    .specitem-list-scroll.item-16 .specitem-list-item {
      width: calc(100% / 16);
    }
    .specitem-list-scroll.item-17 .specitem-list-item {
      width: calc(100% / 17);
    }
    .specitem-list-scroll.item-18 .specitem-list-item {
      width: calc(100% / 18);
    }
    .specitem-list-scroll.item-19 .specitem-list-item {
      width: calc(100% / 19);
    }
    .specitem-list-scroll.item-20 .specitem-list-item {
      width: calc(100% / 20);
    }
    .additem-text-main,
    .additem-text-comparison {
      padding: 0 20px;
    }
    .additem-table,
    .additem-table tbody,
    .additem-table tr,
    .additem-table th,
    .additem-table td {
      display: block;
    }
    .additem-table {
      padding: 0 20px;
    }
    .additem-table tr {
      overflow: hidden;
      margin-bottom: 0px;
    }
    .additem-table th {
      background: #fff;
      padding: 15px 10px;
      font-weight: normal;
      font-size: 13px;
      width: auto;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      position: relative;
      cursor: pointer;
    }
    .additem-table th:after {
      display: block;
      content: '';
      background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_plus.png) no-repeat center center;
      background-size: 100%;
      width: 10px;
      height: 10px;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -5px;
    }
    .additem-table th.is-open:after {
      background-image: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_minus.png);
      background-size: 100%;
    }
    .additem-table td {
      overflow: hidden;
      padding: 10px 0 0 0;
    }
    .additem-table td .formcheckbox-inline-item-s {
      display: block;
      float: left;
      width: 49%;
      margin: 0 0 10px 2%;
      text-align: left;
    }
    .additem-table td .formcheckbox-inline-item-s:nth-child(2n+1) {
      margin-left: 0;
      clear: left;
    }
    .additem-lineupsection {
      padding: 30px 20px;
    }
    .additem-table td .formcheckbox-inline-wrapper {
      display: none;
      overflow: hidden;
    }
    .additem-filter-btn-wrapper {
      padding-bottom: 10px;
      padding: 0 20px 10px;
    }
    .additem-filter-btn {
      width: 100%;
    }
    .additem-filter {
      display: none;
    }
    .spectable,
    .spectable tbody,
    .spectable tr,
    .spectable th,
    .spectable td {
      display: block;
    }
    .spectable-title {
      text-align: center;
      font-size: 15px;
      font-weight: bold;
      color: #000;
      width: auto;
      border-right: none;
      border-left: none;
      border-bottom: 1px solid #e8e8e8;
    }
    .spectable-line-title {
      width: 100%;
      box-sizing: border-box;
      float: none;
      padding: 10px 5px;
      font-size: 13px;
      border: none;
      position: relative;
      z-index: 5;
      border-bottom: 1px solid #e8e8e8;
    }
    .spectable tr {
      border-bottom: 1px solid #e8e8e8;
      overflow: hidden;
    }
    .spectable tr:last-child {
      border-bottom: none;
    }
    .spectable td {
      font-size: 13px;
      border: none;
      box-sizing: border-box;
      width: 100%;
    }
    .spectable td .spectable-td-inner {
      padding: 10px 5px;
      font-size: 13px;
    }
    .spectable td .color {
      margin: 0 5px;
      width: 16px;
      height: 16px;
    }
    .spectable-fixline {
      width: 50%;
    }
    .spectable-fixline td {
      border-right: none;
      width: 100%;
    }
    .spectable-contentline {
      float: right;
      width: 50%;
    }
    .spectable-contentline-scroll {
      overflow: hidden;
    }
    .spectable-contentline-scroll .spectable {
      overflow: hidden;
    }
    .spectable-contentline-scroll .spectable td {
      float: left;
      border-right: 1px solid #e8e8e8;
    }
    .spectable-contentline-scroll {
      width: calc((100% * 3));
    }
    .spectable-contentline-scroll.item-4 {
      width: calc((100% * 4));
    }
    .spectable-contentline-scroll.item-5 {
      width: calc((100% * 5));
    }
    .spectable-contentline-scroll.item-6 {
      width: calc((100% * 6));
    }
    .spectable-contentline-scroll.item-7 {
      width: calc((100% * 7));
    }
    .spectable-contentline-scroll.item-8 {
      width: calc((100% * 8));
    }
    .spectable-contentline-scroll.item-9 {
      width: calc((100% * 9));
    }
    .spectable-contentline-scroll.item-10 {
      width: calc((100% * 10));
    }
    .spectable-contentline-scroll.item-11 {
      width: calc((100% * 11));
    }
    .spectable-contentline-scroll.item-12 {
      width: calc((100% * 12));
    }
    .spectable-contentline-scroll.item-13 {
      width: calc((100% * 13));
    }
    .spectable-contentline-scroll.item-14 {
      width: calc((100% * 14));
    }
    .spectable-contentline-scroll.item-15 {
      width: calc((100% * 15));
    }
    .spectable-contentline-scroll.item-16 {
      width: calc((100% * 16));
    }
    .spectable-contentline-scroll.item-17 {
      width: calc((100% * 17));
    }
    .spectable-contentline-scroll.item-18 {
      width: calc((100% * 18));
    }
    .spectable-contentline-scroll.item-19 {
      width: calc((100% * 19));
    }
    .spectable-contentline-scroll.item-20 {
      width: calc((100% * 20));
    }
    .spectable-contentline-scroll td {
      width: calc(100% / 3);
    }
    .spectable-contentline-scroll.item-4 td {
      width: calc(100% / 4);
    }
    .spectable-contentline-scroll.item-5 td {
      width: calc(100% / 5);
    }
    .spectable-contentline-scroll.item-6 td {
      width: calc(100% / 6);
    }
    .spectable-contentline-scroll.item-7 td {
      width: calc(100% / 7);
    }
    .spectable-contentline-scroll.item-8 td {
      width: calc(100% / 8);
    }
    .spectable-contentline-scroll.item-9 td {
      width: calc(100% / 9);
    }
    .spectable-contentline-scroll.item-10 td {
      width: calc(100% / 10);
    }
    .spectable-contentline-scroll.item-11 td {
      width: calc(100% / 11);
    }
    .spectable-contentline-scroll.item-12 td {
      width: calc(100% / 12);
    }
    .spectable-contentline-scroll.item-13 td {
      width: calc(100% / 13);
    }
    .spectable-contentline-scroll.item-14 td {
      width: calc(100% / 14);
    }
    .spectable-contentline-scroll.item-15 td {
      width: calc(100% / 15);
    }
    .spectable-contentline-scroll.item-16 td {
      width: calc(100% / 16);
    }
    .spectable-contentline-scroll.item-17 td {
      width: calc(100% / 17);
    }
    .spectable-contentline-scroll.item-18 td {
      width: calc(100% / 18);
    }
    .spectable-contentline-scroll.item-19 td {
      width: calc(100% / 19);
    }
    .spectable-contentline-scroll.item-20 td {
      width: calc(100% / 20);
    }
    .specicon-android {
      /* background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_android.svg) no-repeat left top; */
      background-size: 30px 30px;
      height: 35px;
      padding: 8px 0 8px 8px;
    }
    .specicon-volte {
      background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_volte.svg) no-repeat left top;
      background-size: 30px 30px;
      width: 30px;
      height: 30px;
      padding: 8px 0 8px 35px;
    }
    .specicon-waterproof {
      /* background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_waterproof.svg) no-repeat left top; */
      background-size: 30px 30px;
      width: 30px;
      height: 30px;
      padding: 8px 0 8px 8px;
    }
    .specicon-wifi {
      /* background: url(/mobile/set/data/products/smartphone/comparison/img/shared/icon_wifi.svg) no-repeat left top; */
      background-size: 30px 30px;
      width: 30px;
      height: 30px;
      padding: 8px 0 8px 8px;
    }
    .flow-guide-section {
      z-index: 99;
      position: relative;
    }
    .flow-guide-section::before {
      content: '';
      width: 100%;
      height: 100vh;
      background-color: #262626;
      opacity: .8;
      position: fixed;
      left: 0;
      top: 0;
    }
    .flow-guide-inner {
      width: 100%;
      top: 64px;
      left: 0 !important;
      right: 0;
      text-align: center;
      margin: auto;
      padding-left: 0;
    }
    .flow-guide-text {
      margin: 0;
      display: inline-block;
      transform: translateY(-50px);
    }
    .flow-guide-icon {
      width: 74px;
      height: 74px;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      transform: none;
    }
    .guide-01-inner {
      width: 50%;
      margin: 0;
    }
    .is-productfix .flow-guide-wrap .l-container {
      padding-left: 0;
    }
    .is-productfix .flow-guide-inner {
      padding-left: 0;
      top: 18px !important;
    }
    .is-productfix .flow-guide-text {
      font-size: 11px;
      transform: translateY(60px);
    }
    .is-productfix .flow-guide-icon {
      width: 54px;
      height: 54px;
    }
    .shortcutmenu-comparison {
      background: url(/mobile/set/data/products/smartphone/comparison/img/shared/toolbtn_comparison_pc.png) no-repeat left top;
      background-size: contain;
      width: 60px !important;
      height: 60px !important;
    }
  
  }
}

  @media (min-width: 769px) {
    .mobile-page-u96-container{
    .formcheckbox-inline-wrapper{
      display: block !important;
    }
    }
  }
  
  @media (max-width: 370px) {
    .mobile-page-u96-container{
      .is-productfix .specitem-inner .btn, .is-productfix .specitem-inner .btn:not(.btn-disabled):hover {
        width: 65%;
      }
    }
  }