<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

.pc_only {
  display: block!important;
}
.sp_only {
  display: none!important;
}
#feature_sk_skm .contents_block.text_center.option&gt;.inner {
  z-index: auto!important;
}
.option_block {
  line-height: 1.6;
}
.option_block .ggcollabo_monitorBox .option_head {
  text-align: left;
}
.ggcollabo_monitorBox .featureTxt02 {
  font-size: 16px;
}
.option_block .ggcollabo_monitorBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.option_block .ggcollabo_monitorBox .featureBox img {
  width: 100%;
}
.option_block .ggcollabo_monitorBox label {
  color: #00A2E6;
  text-decoration: underline;
  width: auto;
  height: auto;
  position: static;
}
.option_block .ggcollabo_monitorBox label:hover {
  text-decoration: none;
}
.option_block .ggcollabo_monitorBox label::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../5shopping/include/detail_prime/templates/img/ico_info.svg?$staticlink$) no-repeat center;
  position: relative;
  left: 4px;
  top: 1px;
}
#slide .other_panel .other_panel_inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#slide .other_panel .other_detail p {
  color: #02012F;
  font-size: 16px;
}
#slide .other_panel .other_detail p.sub__ttl {
  font-size: 20px;
  line-height: normal;
  margin-top: 0;
}
#slide .other_panel .other_detail p span {
  font-size: 40px;
  display: initial;
  color: #435AC0;
}
#slide .other_panel .other_detail {
  width: 100%;
}
#slide .panel_img_area {
  border-left: 2px solid #435AC0;
}
#slide .other_panel img {
  width: 96%;
  margin: 0 0 0 20px!important;
}
#slide .other_panel .other_panel_inner.custom p {
  color: #004DA1;
  font-size: 16px;
}
#slide .other_panel .other_detail img {
  width: 100%;
  display: block;
  margin: 0 auto!important;
}
#slide .other_panel .panel_img_flex {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
  width: 100%;
}
#slide .other_panel .panel_img_flex img {
  width: auto;
}
#slide .other_panel_inner.custom .other_detail p {
  text-align: center;
}
#slide .other_panel_inner.custom .other_detail p span {
  font-size: 14px;
  color: #004DA1;
}
input.popup_flgB {
  display: none;
}
.popup_wrapperB, .popup_wrapperB * {
  box-sizing: border-box;
}
input.popup_flgB~.popup_bg_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  opacity: 0;
  background: rgba(0, 0, 0, .6);
  transition: opacity .5s;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
input.popup_flgB:checked~.popup_bg_layer, input.popup_flgB:checked~.popup_contentB_wrapperB {
  opacity: 1;
  pointer-events: all;
}
input.popup_flgB~.popup_contentB_wrapperB {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  z-index: 110;
  opacity: 0;
  pointer-events: none;
  max-width: 90vw;
}
@media screen and (min-width: 480px) {
  input.popup_flgB~.popup_contentB_wrapperB {
    padding: 35px;
  }
}
input.popup_flgB~.popup_contentB_wrapperB .popup_close_icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(calc(-100% - 5px));
  color: #fff;
  border: 1px solid #fff;
  width: 1.3em;
  height: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
input.popup_flgB~.popup_contentB_wrapperB .popup_contentB {
  max-height: calc(72vh - 1em);
  overflow-y: scroll;
  overflow-x: hidden;
}
label.popup_trigger, label.popup_close_icon {
  cursor: pointer;
}
body.scroll_stop {
  overflow: hidden;
}
#slide {
  margin: 0 auto;
}
#slide .swiper-container2 {
  witdh: 100%;
  max-width: 1009px;
}

/*.swiper-slide-next,.swiper-slide-prev{ opacity: 0.5; }*/


/*	.swiper-button-prev::before,.swiper-button-next::before {
        font-size:32px;
        color:#fff;
        font-weight:900;
      }*/


/*	.swiper-button-prev::before { content: "←"; }
      .swiper-button-next::before { content: "→"; }*/

#slide .swiper-button-next:after, #slide .swiper-container-rtl .swiper-button-prev:after {
  content: none!important;
}
#slide .swiper-button-prev:after, #slide .swiper-container-rtl .swiper-button-next:after {
  content: none!important;
}
#slide .swiper-button-prev, #slide .swiper-container-rtl .swiper-button-next {
  background-image: url(/5shopping/templates/category_top/contents/img/tg4/top/top_slide_prev.png);
  left: 10px;
  right: auto;
}
#slide .swiper-button-next, #slide .swiper-container-rtl .swiper-button-prev {
  background-image: url(/5shopping/templates/category_top/contents/img/tg4/top/top_slide_next.png);
  right: 10px;
  left: auto;
}
#slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #484848;
}
@media screen and (max-width: 479px) {
  .pc_only {
    display: none!important;
  }
  .sp_only {
    display: block!important;
  }
  input.popup_flgB~.popup_contentB_wrapperB .popup_contentB {
    max-height: calc(73vh - 1em);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  input.popup_flgB~.popup_contentB_wrapperB {
    width: 80%;
  }
  #slide .other_panel .other_detail {
    width: 94%;
  }
  .option_block .ggcollabo_monitorBox {
    flex-direction: column;
  }
  #slide .other_panel .other_detail p {
    font-size: 13px;
  }
  #slide .other_panel .other_detail p.sub__ttl {
    font-size: 15px;
  }
  #slide .other_panel .other_detail p span {
    font-size: 26px;
  }
  #slide .other_panel .panel_img_flex {
    flex-direction: column-reverse;
    margin-top: 0px;
  }
  #slide .other_panel .other_panel_inner.custom p {
    font-size: 13px;
  }
  #slide .other_panel .panel_img_flex img {
    margin-left: 0!important;
  }
  #slide .other_panel .other_panel_inner.custom p {
    font-size: 13px;
    width: 90%;
    text-align: left;
    margin-top: 20px;
  }
  #slide .other_panel_inner.custom .other_detail p {
    text-align: left;
    width: 90%;
    margin: 30px auto 0;
  }
  #slide .other_panel_inner.custom .other_detail p span {
    font-size: 12px;
  }
  #slide .swiper-button-prev, #slide .swiper-container-rtl .swiper-button-next {
    left: -28px!important;
    right: auto;
  }
  #slide .swiper-button-next, #slide .swiper-container-rtl .swiper-button-prev {
    right: -28px!important;
    left: auto;
  }
  #slide .swiper-button-prev, #slide .swiper-container-rtl .swiper-button-next {
    background-image: url(/5shopping/templates/category_top/contents/img/tg4/top/top_slide_prev.png);
    background-size: 18px;
    background-repeat: no-repeat;
  }
  #slide .swiper-button-next, #slide .swiper-container-rtl .swiper-button-prev {
    background-image: url(/5shopping/templates/category_top/contents/img/tg4/top/top_slide_next.png);
    background-size: 18px;
    background-repeat: no-repeat;
  }
  .option_block img {
    height: auto;
  }
}</pre></body></html>