@charset "euc-jp";

.desc {
  background: rgba(84, 90, 128, 0.05);
  border-radius: 6px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
  color: #666;
  font-size: 93%;
  font-weight: bold;
  line-height: 1.8em;
}
.desc--img {
  width: 320px;
  height: 220px;
}
.desc--txt {
  flex: 1;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 48px;
  padding-left: 48px;
}

@media screen and (min-width: 960px) {
  .desc {
    text-align: center;
  }
}
@media screen and (max-width: 559px) {
  .desc {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
}


/* main_img
*************************************************** */
  .main_img {
    min-width: 1200px;
    height: 50vw;
    max-height: 480px;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .main_img::before,
  .main_img::after {
    content: '';
    position: absolute;
  }
  .main_img::before {
    top: -56px;
    left: 50%;
    width: 254px;
    height: 191px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    transform: translateX(-50%);
  }
  .main_img::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #edeef0;
    background-position:
      bottom center,
      bottom left,
      bottom right;
  }
  .main_img-jump::before {
    background-image: url(https://file003.shop-pro.jp/PA01437/036/images/products/jump-main_img-ico.png);
  }
  .main_img-jump::after {
    background-image:
      url(https://file003.shop-pro.jp/PA01437/036/images/products/jump-main_img-kasa.png),
      url(https://file003.shop-pro.jp/PA01437/036/images/products/jump-main_img-lft.jpg),
      url(https://file003.shop-pro.jp/PA01437/036/images/products/jump-main_img-rgt.jpg);
  }
  .main_img--cont {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 168px;
    width: 100%;
  }
  .main_img--cont p {
    font-size: 93%;
    color: #333;
    letter-spacing: .01em;
    font-weight: bold;
  }
  .main_img.v2 {
    height: auto;
    height: inherit;
    max-height: auto;
    max-height: inherit;
  }
  .main_img.v2::before,
  .main_img.v2::after {
    content: none;
  }
  @media screen and (max-width: 1280px) {
    .main_img {
      min-width: 100%;
    }
  }
  @media screen and (max-width: 960px) {
    .main_img::after {
      opacity: .5;
    }
    .main_img::before {
      width: 196px;
      height: 147px;
    }
    .main_img--cont {
      padding-top: 134px;
    }
    .main_img--cont img {
      width: 336px;
      margin-bottom: 24px;
    }
  }
  @media screen and (max-width: 768px) {
    .main_img--cont {
      padding-top: 112px;
    }
  }
  @media screen and (max-width: 560px) {
    .main_img {
      padding-top: 60vw;
      padding-bottom: 58vw;
      height: initial;
      max-height: initial;
    }
    .main_img::before {
      top: auto;
      bottom: 74%;
      width: 167px;
      height: 127px;
    }
    .main_img::after {
      background-size: 100%;
      background-position:
        center,
        center top,
        center bottom;
    }
    .main_img::after {
      opacity: 1;
    }
    .main_img-jump::before {
      background-image: url(https://file003.shop-pro.jp/PA01437/036/images/products/jump-main_img-ico-sp.png);
    }
    .main_img-jump::after {
      background-image:
        url(https://file003.shop-pro.jp/PA01437/036/images/products/jump-main_img-kasa-sp.png),
        url(https://file003.shop-pro.jp/PA01437/036/images/products/jump-main_img-top-sp.jpg),
        url(https://file003.shop-pro.jp/PA01437/036/images/products/jump-main_img-btm-sp.jpg);
    }
    .main_img--cont {
      position: static;
      left: auto;
      transform: none;
      padding-top: 0;
      padding-left: 16px;
      padding-right: 16px;
    }
    .main_img--cont img {
      margin-bottom: 40px;
    }
    .main_img.v2 {
      padding-top: 0;
      padding-bottom: 0;
    }
  }

/* feature
*************************************************** */
  .feature_list {
    width: 50%;
  }
  .feature_list--item {
    min-height: 250px;
  }
  .feature_list--item p {
    font-size: 93%;
    line-height: 1.6em;
  }
  .feature_list--item img {
    width: 100%;
  }
  @media screen and (max-width: 1280px) {
    .feature .flx-tab-blc {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .feature .img {
      text-align: center;
      margin-bottom: 40px;
    }
    .feature_list {
      width: 100%;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; 
      margin-left: auto;
      margin-right: auto;
    }
    .feature_list--item {
      width: 25%;
      min-height: auto;
      padding-left: 8px;
      padding-right: 8px;
    }
    .feature_list--item:nth-child(-n+2) {
      margin-bottom: 24px;
    }
  }
  @media screen and (max-width: 960px) {
    .feature_list {
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .feature_list--item {
      width: 50%;
    }
  }

/* color
*************************************************** */
  .color .head3 {
    padding-bottom: 24px;
  }
  .color .head3 .circles_line {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .color .head3 .circles_line > span {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin-left: 6px;
    margin-right: 6px;
  }
  .color_list {
    row-gap: 32px;
  }
  .color_list.col6 li {
    width: calc(100% / 6);
  }
  .color_list.col5 li {
    width: 20%;
  }
  .color_list li a::before {
    z-index: 1;
  }
  .color_list:not(.flx-col) li .img {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .color_list li .img::before {
    border-radius: 100%;
    transform: scale(.9);
    transition: .4s cubic-bezier(.07, .51, .12, 1);
    opacity: .5;
  }
  .color_list li .img-no_cir {
    transition: .4s cubic-bezier(.07, .51, .12, 1);
  }
  .color_list li .img-no_cir::before {
    content: none;
  }
  .item-blk .img::before {    background-color: #2E2B28; }
  .item-red .img::before {    background-color: #B70926; }
  .item-blue .img::before {   background-color: #004A93; }
  .item-purple .img::before { background-color: #D9A9C9; }
  .item-navy .img::before {   background-color: #163B4E; }
  .item-sax .img::before {    background-color: #a9c7e4; }
  .item-pink .img::before {   background-color: #CF3181; }
  .item-orange .img::before { background-color: #F3BA6C; }
  .item-green .img::before {  background-color: #2C3F2E; }
  .item-beige .img::before {  background-color: #e4d2af; }
  .item-lgreen .img::before { background-color: #A7C6AB; }
  .item-turquoise .img::before { background-color: #008BB0; }
  .item-aqua .img::before { background-color: #95BFD2; }
  .item-brown .img::before {  background-color: #704325; }

  .product-popular .color .head3 .circles_line > span:nth-of-type(1) { background-color: #B70926; }
  .product-popular .color .head3 .circles_line > span:nth-of-type(2) { background-color: #004A93; }
  .product-popular .color .head3 .circles_line > span:nth-of-type(3) { background-color: #D9A9C9; }
  .product-popular .color .head3 .circles_line > span:nth-of-type(4) { background-color: #163B4E; }
  .product-popular .color .head3 .circles_line > span:nth-of-type(5) { background-color: #a9c7e4; }
  .product-popular .color .head3 .circles_line > span:nth-of-type(6) { background-color: #CF3181; }
  .product-popular .color .head3 .circles_line > span:nth-of-type(7) { background-color: #F3BA6C; }
  .product-popular .color .head3 .circles_line > span:nth-of-type(8) { background-color: #2C3F2E; }
  .product-popular .color .head3 .circles_line > span:nth-of-type(9) { background-color: #e4d2af; }
  .product-popular .color .head3 .circles_line > span:nth-of-type(10) { background-color: #008BB0; }

  .product-sunshade .color .head3 .circles_line > span:nth-of-type(1) { background-color: #004A93; }
  .product-sunshade .color .head3 .circles_line > span:nth-of-type(2) { background-color: #E8E8E9; }
  .product-sunshade .color .head3 .circles_line > span:nth-of-type(3) { background-color: #a9c7e4; }
  .product-sunshade .color .head3 .circles_line > span:nth-of-type(4) { background-color: #C2C5C9; }
  .product-sunshade .color .head3 .circles_line > span:nth-of-type(5) { background-color: #2E2B28; }

  .product-minimum .color .head3 .circles_line > span:nth-of-type(1) { background-color: #95BFD2; }
  .product-minimum .color .head3 .circles_line > span:nth-of-type(2) { background-color: #D9A9C9; }
  .product-minimum .color .head3 .circles_line > span:nth-of-type(3) { background-color: #2E2B28; }
  .product-minimum .color .head3 .circles_line > span:nth-of-type(4) { background-color: #C2C5C9; }
  .product-minimum .color .head3 .circles_line > span:nth-of-type(5) { background-color: #004A93; }
  .product-minimum .color .head3 .circles_line > span:nth-of-type(6) { background-color: #2C3F2E; }

  .product-big .color .head3 .circles_line > span:nth-of-type(3n+1) { background-color: #004A93; }
  .product-big .color .head3 .circles_line > span:nth-of-type(3n+2) { background-color: #2E2B28; }
  .product-big .color .head3 .circles_line > span:nth-of-type(3n+3) { background-color: #2C3F2E; }

  .product-clearness .color .head3 .circles_line > span:nth-of-type(odd) { background-color: #2E2B28; }
  .product-clearness .color .head3 .circles_line > span:nth-of-type(even) { background-color: #E8E8E9; }

  .product-eva .color .head3 .circles_line > span:nth-of-type(odd) { background-color: #2E2B28; }
  .product-eva .color .head3 .circles_line > span:nth-of-type(even) { background-color: #004A93; }

  .product-kids .color .head3 .circles_line > span:nth-of-type(3n+1) { background-color: #2E2B28; }
  .product-kids .color .head3 .circles_line > span:nth-of-type(3n+2) { background-color: #004A93; }
  .product-kids .color .head3 .circles_line > span:nth-of-type(3n+3) { background-color: #FBCC0F; }

  @media (any-hover: hover) {
    .color_list li:hover .img::before { transform: scale(1.1); }
    .item-blk a:hover {       color: #2E2B28; }
    .item-red a:hover {       color: #B70926; }
    .item-blue a:hover {      color: #004A93; }
    .item-purple a:hover {    color: #D9A9C9; }
    .item-navy a:hover {      color: #163B4E; }
    .item-sax a:hover {       color: #a9c7e4; }
    .item-pink a:hover {      color: #CF3181; }
    .item-orange a:hover {    color: #F3BA6C; }
    .item-green a:hover {     color: #2C3F2E; }
    .item-beige a:hover {     color: #e4d2af; }
    .item-lgreen a:hover {    color: #A7C6AB; }
    .item-turquoise a:hover { color: #008BB0; }
    .item-aqua a:hover {      color: #95BFD2; }
    .item-brown a:hover {     color: #704325; }
    .color_list li:hover .img-no_cir { opacity: .65; }
  }
  @media screen and (max-width: 960px) {
    .color_list {
      row-bottom: 24px;
    }
    .color_list li {
      padding-left: 8px;
      padding-right: 8px;
      font-size: 80%;
      letter-spacing: 0em;
      line-height: 1.4em;
    }
    .color_list.col6 li {
      width: 25%;
    }
    .color_list.col5 li {
      width: calc(100% / 3);
    }
  }
  @media screen and (max-width: 560px) {
    .color_list.col6 li {
      width: calc(100% / 3);
    }
  }
  @media screen and (max-width: 320px) {
    .color_list li {
      padding-left: 4px;
      padding-right: 4px;
    }
  }

  /* --- var --- */
  .clr-50 {               color: #d46166; }
  .bg_clr-50 { background-color: #d46166; }
  .clr-55 {               color: #da8945; }
  .bg_clr-55 { background-color: #da8945; }
  .clr-58 {               color: #e5ab40; }
  .bg_clr-58 { background-color: #e5ab40; }
  .clr-60 {               color: #abc658; }
  .bg_clr-60 { background-color: #abc658; }
  .clr-65 {               color: #78b983; }
  .bg_clr-65 { background-color: #78b983; }
  .clr-70 {               color: #3390cc; }
  .bg_clr-70 { background-color: #3390cc; }
  .clr-75 {               color: #a980b3; }
  .bg_clr-75 { background-color: #a980b3; }
  .clr-80 {               color: #d675a2; }
  .bg_clr-80 { background-color: #d675a2; }
  .var_bloc {
    position: relative;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .var_bloc::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #bfbfbf;
  }
  .var_bloc .size_ttl {
    display: table;
    margin-left: auto;
    margin-right: auto;
    line-height: 1em;
    color: #fff;
    padding: 8px 24px;
    border-radius: 100vmax;
    font-size: 125%;
  }
  .var_bloc .color_list {
    height: 130px;
  }
  .var_bloc .color_list li {
    font-weight: 700;
    line-height: 1.4em;
  }
  .var_bloc .color_list.col2 li {
    width: 50%;
    font-size: 93%;
  }
  .var_bloc .color_list.col3 li {
    width: 33%;
    font-size: 70%;
  }
  .var_bloc .color_list.col3 li:nth-of-type(odd) {
    margin-top: auto;
  }
  .var_bloc .color_list.col3 li .img-no_cir {
    width: 80%;
  }
  .var_bloc .color_list.flx-col {
    height: auto;
    height: inherit;
    row-gap: 16px;
  }
  .var_bloc .color_list.flx-col li {
    width: 100%;
  }
  .var_bloc .color_list.flx-col li p {
    width: 80px;
    text-align: left;
  }
  .var_bloc picture {
    display: block;
    background-color: #f6f7f9;
    margin-top: auto;
  }
  .var_bloc .btn-dl {
    line-height: 1.4em;
    column-gap: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 16px;
  }
  .var_bloc .btn-dl small {
    font-weight: 700;
    opacity: .65;
    font-size: 10px;
  }
  .product-sunshade .var_bloc .color_list,
  .product-eva .var_bloc .color_list {
    height: auto;
  }
  .product-kids .var_blocs.col3 .var_bloc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }
  .product-kids .var_blocs.col3 .var_bloc-50 {
    max-width: 300px;
  }
  .product-eva .var_blocs.col3 .color_list.col2,
  .product-kids .var_blocs.col3 .color_list.col3 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  @media (any-hover: hover) {
    .var_bloc .btn-dl:hover {
      background-color: #00aca8;
      color: #fff;
    }
  }
  @media (min-width: 961px) {
    .var_bloc:last-child::before {
      content: none;
    }
    .var_blocs.col4 .var_bloc {
      width: 25%;
    }
    .var_blocs.col3 .var_bloc {
      width: calc(100% / 3);
    }
  }
  @media (max-width: 1280px) {
    .var_bloc .color_list {
      height: 106px;
    }
    .var_bloc .color_list.col2 li {
      font-size: 85%;
    }
    .var_bloc .color_list.col2 li .img {
      width: 80px;
    }
    .var_bloc .color_list.col3 li .img-no_cir {
      width: 75%;
    }
  }
  @media (max-width: 960px) {
    .var_blocs {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      row-gap: 32px;
    }
    .var_bloc {
      width: 50%;
    }
    .var_bloc:nth-of-type(even)::before {
      content: none;
    }
    .var_bloc:nth-of-type(-n+2)::after {
      content: '';
      position: absolute;
      bottom: -16px;
      left: 16px;
      width: calc(100% - 32px);
      height: 1px;
      background-color: #bfbfbf;
    }
    .var_bloc .color_list {
      max-width: 252px;
      margin-left: auto;
      margin-right: auto;
    }
    .var_bloc .color_list.col3 li .img {
      width: 100%;
    }
    .var_bloc .color_list.col3 li .img-no_cir {
      width: 92%;
    }
    .var_bloc .color_list.col2 li .img-no_cir {
      width: 92%;
    }
    .var_bloc .size_ttl {
      padding: 6px 18px;
      font-size: 108%;
    }
    .product-kids .var_blocs.col3 .var_bloc {
      width: 50%;
      max-width: 50%;
    }
    .product-kids .var_blocs.col3 .var_bloc {
      -webkit-box-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
    }
  }
  @media (max-width: 768px) {
    .var_bloc {
      padding-left: 16px;
      padding-right: 16px;
    }
  }
  @media (max-width: 560px) {
    .var_bloc {
      width: 100%;
    }
    .var_bloc::before {
      content: none;
    }
    .var_bloc:nth-of-type(2)::after {
      content: '';
    }
    .product-kids .var_blocs.col3 .var_bloc {
      width: 100%;
      max-width: 100%;
    }
    .product-eva .var_blocs.col3 .color_list.col2,
    .product-kids .var_blocs.col3 .color_list.col3 {
      max-width: 280px;
    }
  }

/* print_contents
*************************************************** */
  .print_contents--bloc {
    background-color: #edeeef;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .print_contents--bloc:not(:last-child) {
    margin-bottom: 8px;
  }
  .print_contents--bloc h3 {
    width: 174px;
    padding-right: 40px;
    font-size: 113%;
  }
  .print_contents--detail {
    flex: 1;
  }
  .print_contents--detail > div {
    padding: 3px;
  }
  .print_contents--detail-col2 > div {
    width: 50%;
  }
  .print_contents--detail-col3 > div {
    width: 33.333%;
  }
  .print_contents--detail-col4 > div {
    width: 25%;
  }
  .print_contents--detail > div > div {
    width: 100%;
    background-color: #fff;
    height: 132px;
  }
  .print_contents--detail p {
    font-size: 75%;
    line-height: 1.75em;
    font-weight: bold;
  }
  .print_contents--detail p small {
    display: inline-block;
    margin-bottom: 8px;
    color: #fff;
    background: #00aca8;
    font-weight: lighter;
    padding: 2px 12px;
    border-radius: 4px;
  }
  .print_contents--bloc-range img {
    margin-right: 10px;
  }
  .print_contents--bloc-color img {
    margin-bottom: 12px;
  }
  .print_contents--bloc-area img {
    margin-bottom: 6px;
  }
  .print_area--txtarea {
    text-align: center;
  }
  .print_area--txtarea .under {
    border-top: 1px dashed #00aca8;
    margin-top: 4px;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    color: #797979;
  }
  @media screen and (max-width: 1064px) {
    .print_contents--bloc {
      display: block !important;
      padding-left: 24px;
      padding-right: 24px;
    }
    .print_contents--bloc h3 {
      width: 100%;
      padding-right: 0;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 960px) {
    .print_contents--detail-col3 > div,
    .print_contents--detail-col4 > div {
      width: 50%;
    }
  }
  @media screen and (max-width: 560px) {
    .print_contents--bloc {
      padding-left: 16px;
      padding-right: 16px;
    }
    .print_contents--detail-col3 > div,
    .print_contents--detail-col2 > div {
      width: 100%;
    }
    .print_contents--detail-col3 > div > div,
    .print_contents--detail-col2 > div > div {
      height: auto;
      min-height: 120px;
    }
    .print_contents--detail-col4 > div > div {
      height: auto;
      min-height: 144px;
    }
    .print_contents--bloc-range img {
      width: 100px;
      margin-right: 16px;
    }
    .print_contents--bloc-color img {
      width: 120px;
    }
    .print_contents--bloc-area img {
      width: 94px;
    }
  }

/* quality
*************************************************** */
  .quality_tbl {
    column-gap: 8px;
  }
  .quality_tbl--bloc {
    padding-left: 12px;
    padding-right: 12px;
  }
  .quality_tbl p {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.4em;
    height: 52px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #fff;
    text-align: center;
  }
  .quality_tbl p:first-child {
    height: 60px;
  }
  .quality_tbl p:last-child {
    border: none;
  }
  .quality_tbl--label {
    width: 180px;
  }
  .quality_tbl--label p {
    border-color: #f1f1f3;
    font-weight: 700;
    color: #00aca8;
    font-size: 93%;
  }
  .quality_tbl--bloc p:first-child {
    font-size: 128%;
    font-weight: 700;
  }
  .quality_tbl--bloc p:not(:first-child) {
    font-size: 80%;
  }
  .quality_tbl--bloc .size_txt {
    text-shadow:
      -1px -1px 0 #fff,
       1px -1px 0 #fff,
      -1px  1px 0 #fff,
       1px  1px 0 #fff;
  }
  .quality_tbl--bloc {
    background-color: #f1f1f3;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1;
  }
  @media (max-width: 960px) {
    .quality_tbl--label {
      width: 120px;
    }
  }
  @media (max-width: 660px) {
    .quality_tbl p {
      height: 44px;
    }
    .quality_tbl p:first-child {
      height: 52px;
    }
    .quality_tbl--label {
      width: 96px;
    }
    .quality_tbl--label p {
      font-size: 80%;
    }
    .quality_tbl--bloc p:first-child {
      font-size: 100%;
    }
    .quality_tbl--bloc p:not(:first-child) {
      font-size: 73%;
    }
  }
  @media (max-width: 560px) {
    .quality_tbl {
      column-gap: 5px;
    }
    .quality_tbl li {
      border-radius: 3px;
    }
    .quality_tbl--label {
      display: none;
    }
    .quality_tbl p {
      height: 64px;
    }
    .quality_tbl p::before {
      content: attr(data-label);
      display: block;
      margin-top: 2px;
      margin-bottom: 4px;
      font-size: 11px;
      line-height: 1em;
      color: #00aca8;
      font-weight: 700;
    }
    .quality_tbl--bloc p:first-child {
      font-size: 114%;
      height: 72px;
    }
    .quality_tbl.sp-col2 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 10px;
    }
    .quality_tbl.sp-col2 li {
      width: calc(50% - 5px);
      -webkit-box-flex: initial;
      -ms-flex: initial;
      flex: initial;
    }
  }

  .quality_list li {
    width: 32.8%;
    margin-bottom: .8%;
    text-align: center;
    background-color: #f1f1f3;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .quality_list li h3 {
    color: #00aca8;
    font-size: 81%;
    line-height: 1em;
    margin-bottom: 8px;
  }
  .quality_list li p {
    line-height: 1em;
  }
  @media screen and (max-width: 560px) {
    .quality_list li {
      width: 49.4%;
    }
    .quality_list li p {
      font-size: 90%;
      letter-spacing: .025em;
    }
  }

/* price
*************************************************** */
  .tab-switch { display: none; }
  .tab-label {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 4px;
    border-radius: 100vmax;
  }
  .tab-switch:not(:checked) + .tab-label {
    background-color: #f1f1f3;
  }
  .tab-switch:checked + .tab-label {
    font-weight: bold;
    border-bottom: 2px solid #fff;
    color: #fff;
  }
  .tab-content {
    display: none;
    margin-top: 16px;
  }
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3,
  #tab4:checked ~ #content4 {
    display: block;
  }
  .table-price {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    text-align: center;
    text-align: center;
    table-layout: fixed;
  }
  .table-price thead tr {
    background-color: #59c9c6;
  }
  .table-price th,
  .table-price td {
    width: 33.333%;
  }
  .table-price thead th {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #003130;
  }
  .table-price thead th br {
    display: none;
  }
  .table-price thead th:nth-child(n+2)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 60%;
    background-color: #fff;
    transform: translateY(-50%);
    opacity: .75;
  }
  .table-price tbody td {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #edeef0;
    font-size: 93%;
  }
  .table-price tbody tr:nth-child(even) {
    background-color: #edf8f8;
  }
  .table-price tbody td:last-child::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #edeef0;
  }
  .price .attn-kome {
    font-size: 93%;
    opacity: .8;
    line-height: 1.6em;
  }
  @media (any-hover: hover) {
    .tab-label:hover {
      opacity: .65;
    }
    .tab-switch:checked + .tab-label {
      opacity: 1;
    }
  }
  @media screen and (min-width: 961px) {
    .price .attn-kome::before {
      position: static;
      padding-left: 0;
    }
  }
  @media screen and (max-width: 960px) {
    .table-price thead th {
      line-height: 1.2em;
      font-size: 90%;
      vertical-align: middle;
    }
    .table-price thead th br {
      display: block;
    }
    .table-price thead th span {
      font-size: 75%;
    }
    .price .attn-kome {
      text-align: left;
    }
  }
  @media (max-width: 560px) {
    .tab-label {
      padding: 8px 11px;
      font-size: 93%;
    }
  }

/* item_scroll
*************************************************** */
  .item_scroll {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 1;
  }
  .item_scroll a {
    display: block;
    height: 140px;
    background-color: #66cdcb;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 32px;
    padding-bottom: 20px;
    border-radius: 8px 0 0 8px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    transition: .6s ease-out;
  }
  .item_scroll .img {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 100px;
    border: 2px solid #66cdcb;
    width: 44px;
    height: 44px;
    transition: .4s ease-out;
    pointer-events: none;
  }
  .item_scroll .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: .6;
    transition: .6s ease-out;
  }
  #item_pos {
    position: absolute;
    top: -120px;
  }
  @media screen and (min-width: 961px) {
    .item_scroll:hover a {
      background-color: #00aca8;
    }
    .item_scroll:hover .img {
      border: 2px solid #00aca8;
      transform: translateX(-50%) rotate(360deg);
    }
    .item_scroll:hover .img img {
      opacity: 1;
    }
  }
  @media screen and (max-width: 560px) {
    .item_scroll {
      top: auto;
      top: initial;
      bottom: 16px;
      right: 2%;
      width: 96%;
    }
    .item_scroll a {
      height: auto;
      padding-left: 24px;
      padding-right: 24px;
      padding-top: 16px;
      padding-bottom: 16px;
      border-radius: 8px;
      -ms-writing-mode: inherit;
      writing-mode: horizontal-tb;
      text-align: center;
    }
    .item_scroll .img {
      top: 50%;
      left: 16px;
      transform: translateY(-50%);
    }
    #item_pos {
      top: -40px;
    }
  }
