@import url('https://www.fujifilm-x.com/wp-content/mu-plugins/fujifilm/fujifilm-legacy/assets/fonts/notosansjp/notosansjp.css');
@import url('https://www.fujifilm-x.com/wp-content/mu-plugins/fujifilm/fujifilm-legacy/assets/fonts/notoserifjp/notoserifjp.css');

.entry-content div,
.entry-content span,
.entry-content hr,
.entry-content applet,
.entry-content object,
.entry-content iframe,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content blockquote,
.entry-content pre,
.entry-content a,
.entry-content abbr,
.entry-content acronym,
.entry-content address,
.entry-content big,
.entry-content cite,
.entry-content code,
.entry-content del,
.entry-content dfn,
.entry-content em,
.entry-content img,
.entry-content ins,
.entry-content kbd,
.entry-content q,
.entry-content s,
.entry-content samp,
.entry-content small,
.entry-content strike,
.entry-content strong,
.entry-content sub,
.entry-content sup,
.entry-content tt,
.entry-content var,
.entry-content b,
.entry-content u,
.entry-content i,
.entry-content center,
.entry-content dl,
.entry-content dt,
.entry-content dd,
.entry-content ol,
.entry-content ul,
.entry-content li,
.entry-content fieldset,
.entry-content form,
.entry-content label,
.entry-content legend,
.entry-content caption,
.entry-content article,
.entry-content aside,
.entry-content canvas,
.entry-content details,
.entry-content embed,
.entry-content figure,
.entry-content figcaption,
.entry-content footer,
.entry-content header,
.entry-content hgroup,
.entry-content menu,
.entry-content nav,
.entry-content output,
.entry-content ruby,
.entry-content section,
.entry-content summary,
.entry-content time,
.entry-content mark,
.entry-content audio,
.entry-content video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
.entry-content article,
.entry-content aside,
.entry-content details,
.entry-content figcaption,
.entry-content figure,
.entry-content footer,
.entry-content header,
.entry-content hgroup,
.entry-content menu,
.entry-content nav,
.entry-content section {
  display: block;
}

.entry-content {
  line-height: 1.5;
}

.entry-content ol,
.entry-content ul {
  list-style: none;
}

.entry-content blockquote,
.entry-content q {
  quotes: none;
}

.entry-content blockquote:before,
.entry-content blockquote:after {
  content: '';
  content: none;
}

.entry-content q:before,
.entry-content q:after {
  content: '';
  content: none;
}

.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}

.entry-content a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.entry-content img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.entry-content {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
}

.entry-content .font-noto500 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
}

.entry-content .font-fjalla_one {
  font-family: "Fjalla One", sans-serif !important;
}

.entry-content .btn_detail {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
  padding-bottom: 6px;
  display: inline-block;
  -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

.entry-content .btn_detail:hover {
  opacity: 0.7;
}

.entry-content .btn_detail:hover:after {
  -webkit-transform: scale(1.03) translate(1px, 0);
  transform: scale(1.03) translate(1px, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.entry-content .btn_detail:hover .line-left {
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.entry-content .btn_detail:hover .line-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.entry-content .btn_detail:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  background: url("https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/arr_right_detail.png") no-repeat;
  background-size: cover;
  width: 6px;
  height: 11px;
  margin-top: -8px;
  -webkit-transform: scale(1) translate(-1px, 0);
  transform: scale(1) translate(-1px, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.entry-content .btn_detail .line-left {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  will-change: transform;
}

.entry-content .btn_detail .line-right {
  position: absolute;
  bottom: 0px;
  left: 0%;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transform: translateX(-102%);
  transform: translateX(-102%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

@media only screen and (max-width: 767px) {
  .entry-content .btn_detail {
    font-size: 13px;
    padding-bottom: 3px;
    padding-right: 19px;
  }

  .entry-content .btn_detail:after {
    width: 4px;
    height: 8px;
    margin-top: -5px;
  }

  .entry-content .btn_detail .line-left {
    height: 2px;
  }

  .entry-content .btn_detail .line-right {
    height: 2px;
  }
}

.entry-content .tit_h2 {
  font-size: 40px;
  line-height: 1.25;
  color: #000;
  letter-spacing: 0.075em;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif !important;
  margin-bottom: 45px;
}

.entry-content .tit_h2_large {
  font-size: 50px;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif !important;
  margin-bottom: 35px;
}

.entry-content .txt_normal {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  color: #000;
}

.entry-content .tit_h3 {
  font-size: 30px;
  line-height: 1.6667;
  font-weight: bold;
  color: #000;
  margin-bottom: 16px;
}

.entry-content .tit_h3_large {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif !important;
  color: #000;
  margin-bottom: 19px;
}

.entry-content .tit_h3_large.tit_full {
  margin-right: -45px;
  letter-spacing: -0.05em;
}

.entry-content .txt_normal_small {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  display: inline-block;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .entry-content .tit_h2 {
    font-size: 24px;
    line-height: 1.458;
    margin-bottom: 25px;
    letter-spacing: normal;
  }

  .entry-content .txt_normal {
    font-size: 13px;
    line-height: 30px;
  }

  .entry-content .tit_h3 {
    font-size: 20px;
    line-height: 1.25;
  }

  .entry-content .tit_h3_large {
    font-size: 24px;
    line-height: 1.458;
    margin-bottom: 25px;
    font-weight: 600;
  }

  .entry-content .tit_h3_large.tit_full {
    margin-right: 0;
    letter-spacing: normal;
  }

  .entry-content .tit_h2_large {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .entry-content .txt_normal_small {
    font-size: 11px;
    line-height: 20px;
    margin-top: 15px;
  }
}

.entry-content .mt-60 {
  margin-top: 60px;
}

.entry-content .mt-40 {
  margin-top: 40px;
}

.entry-content .mt-33 {
  margin-top: 33px;
}

.entry-content .mt--84 {
  margin-top: -84px;
}

.entry-content .f-14 {
  font-size: 14px;
}

.entry-content .pb-10 {
  padding-bottom: 10px;
}

.entry-content .mt-0 {
  margin-top: 0;
}

.entry-content .fw-600 {
  font-weight: 600 !important;
}

@media only screen and (min-width: 768px) {
  .mt-10_pc {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-15_sp {
    margin-top: 15px;
  }

  .mt-20_sp {
    margin-top: 20px;
  }

  .mt-30_sp {
    margin-top: 30px;
  }

  .mt--42_sp {
    margin-top: -42px;
  }
}

.entry-content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.entry-content.is-fixed_body {
  position: fixed;
  left: 0;
  width: 100%;
}

.entry-content .clearfix:after {
  clear: both;
  content: '';
  display: block;
}

.entry-content .t-center {
  text-align: center;
}

.entry-content .t-center_imp {
  text-align: center !important;
}

.entry-content .f-bold {
  font-weight: bold;
}

.entry-content .is-overflow {
  overflow: hidden;
}

.entry-content .content {
  width: 1260px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto !important;
}

.entry-content .content_medium {
  width: 1340px;
  max-width: 100%;
  padding: 0 70px;
  margin: 0 auto;
}

.entry-content .content_medium01 {
  width: 1140px;
  max-width: 100%;
  padding: 0 70px;
  margin: 0 auto;
}

.entry-content .none {
  display: none;
}

.entry-content .wrapper {
  overflow: hidden;
}

.entry-content .wrapper_fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.84, 0.5, 1);
  transition: all 0.5s cubic-bezier(0.2, 0.84, 0.5, 1);
}

.entry-content .content_small {
  width: 960px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.entry-content sup {
  font-size: smaller;
}

.entry-content .bg_white {
  background: #fff !important;
}

.entry-content a:hover {
  text-decoration: none;
}

.entry-content video {
  display: block;
  background-color: transparent;
  width: calc(100% + 1px) !important;
  margin: -1px;
}

.entry-content .video_content {
  overflow: hidden;
}

.entry-content .slick-slider {
  padding: 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.entry-content .slide_main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-content .slide_main #sliderBody {
  width: 60%;
  height: 100%;
}

.entry-content .slide_main .logo_mv {
  width: 40%;
}

.entry-content .img_hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
}

.entry-content .img_hidden img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .entry-content a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  .entry-content a:hover {
    opacity: 0.7;
    text-decoration: none;
  }

  .entry-content .pcBr:before {
    content: "\a";
    white-space: pre;
  }

  .entry-content .pcNone {
    display: none !important;
  }

  #sliderBody canvas:last-child {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .slide_main #sliderBody {
    width: 100%;
  }

  .entry-content .slide_main .logo_mv {
    display: none;
  }

  .entry-content .img_hidden {
    width: 100%;
  }

  #sliderBody canvas:first-child {
    display: none;
  }

  .entry-content .spBr:before {
    content: "\a";
    white-space: pre;
  }

  .entry-content .spNone {
    display: none !important;
  }

  .entry-content .content_medium {
    padding: 0 30px;
  }

  .entry-content .content_medium01 {
    padding: 0 30px;
  }

  .entry-content .align-justify_sp {
    text-align: justify !important;
  }
}

.entry-content .banner_sub {
  /* margin-top: 72px; */
  position: relative;
  margin-bottom: 95px;
}

.entry-content .banner_sub figure {
  width: 100%;
}

.entry-content .banner_sub figure img {
  display: block;
  width: 100%;
}

.entry-content .banner_sub_txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 60px;
  line-height: 1.4;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif !important;
  color: #fff;
}

.entry-content .sec_info {
  margin-bottom: 86px;
}

.entry-content .visual_info {
  text-align: justify;
}

.entry-content .slider_color {
  overflow: hidden;
}

.entry-content .slider_color_item {
  padding: 0 0.5px;
  position: relative;
}

.entry-content .slider_color_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.entry-content .slider_color_item.slick-current:after {
  background: rgba(0, 0, 0, 0);
}

.entry-content .slider_color_item.slick-current .txt {
  opacity: 1;
  right: 20px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.entry-content .slider_color .txt {
  position: absolute;
  font-size: 30px;
  font-family: "Fjalla One", sans-serif !important;
  color: #fff;
  right: 0;
  bottom: 9px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.entry-content .slider_color .slick-prev,
.entry-content .slider_color .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-size: 21px 35px;
  width: 40px;
  height: 40px;
  z-index: 1;
  -webkit-transform: none;
  transform: none;
}

.entry-content .slider_color .slick-prev {
  background-image: url("https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/arr_left.png");
  left: 30px;
}

.entry-content .slider_color .slick-next {
  background-image: url("https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/arr_right.png");
  right: 30px;
}

.entry-content .slider_color_txt {
  text-align: center;
}

.entry-content .slider_color_nav {
  margin: 0 -3px;
  padding: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.entry-content .slider_color_nav_item {
  padding: 3px;
  position: relative;
  cursor: pointer;
}

.entry-content .slider_color_nav_item.slick-current:before {
  content: "";
  position: absolute;
  border: 4px solid #30a58f;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
}

.entry-content .slider_color_nav_item img {
  width: 61px;
}

.entry-content .slider_color_info {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 52px;
}

.entry-content .slider_color_info .tit {
  font-family: "Fjalla One", sans-serif !important;
  font-size: 30px;
  margin-bottom: 3px;
}

.entry-content .slider_color_info .txt {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.entry-content .bl_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-content .bl_info_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 70px;
  margin-top: -5px;
}

.entry-content .bl_info_img {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.entry-content .sec_slider {
  padding-bottom: 43px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.entry-content .sec_slider .txt_credit {
  position: absolute;
  top: 600px;
  right: 0;
}

.entry-content .sec_parameters {
  padding-top: 95px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content .img_full {
  width: 100%;
  margin-top: 50px;
}

.entry-content .list_parametes {
  padding-top: 90px;
}

.entry-content .list_parametes_item {
  margin-bottom: 80px;
}

.entry-content .visual_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 48px -20px 0;
}

.entry-content .visual_img figure {
  width: 50%;
  padding: 0 20px;
}

.entry-content .visual_img figure img {
  margin-bottom: 3px;
  width: 100%;
  display: block;
}

.entry-content .visual_img .txt_normal {
  font-weight: bold;
}

.entry-content .visual_img_full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 48px 0px 0;
}

.entry-content .visual_img_full figure {
  width: 100%;
}

.entry-content .visual_img_full figure img {
  width: 100%;
  display: block;
}

.entry-content .visual_img_full .txt_normal {
  font-weight: bold;
  width: 50%;
}

.entry-content .bl_parametes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-content .bl_parametes.bl_parametes_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.entry-content .bl_parametes.bl_parametes_reverse .bl_parametes_img {
  margin-left: 0;
  margin-right: 80px;
}

.entry-content .bl_parametes_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.entry-content .bl_parametes_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 65%;
  padding-top: 10px;
  margin-left: 80px;
  margin-bottom: 10px;
}

.entry-content .sec_slider01 {
  padding-bottom: 130px;
  margin-top: -15px;
}

.entry-content .sec_slider01 .slider_color_info {
  padding-top: 35px !important;
}

.entry-content .sec_navi_bottom {
  background: #f4f4f4;
  padding: 60px 0 82px;
}

.entry-content .navi_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.entry-content .navi_bottom li {
  width: calc(100% / 6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.entry-content .navi_bottom li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
}

.entry-content .navi_bottom li:last-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
}

.entry-content .navi_bottom a {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100%;
}

.entry-content .navi_bottom a:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  background: url("https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/arr_down.png") no-repeat;
  background-size: cover;
  width: 15px;
  height: 10px;
  margin-left: -8px;
}

.entry-content .navi_bottom a span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}

@media screen and (max-width: 1199px),
print {
  .entry-content .banner_sub {
    margin-top: 48px;
  }

  .entry-content .sec_slider .txt_credit {
    position: relative;
    top: 0;
    margin-top: -12px;
    padding-top: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .banner_sub {
    margin-bottom: 35px;
  }

  .entry-content .banner_sub_txt {
    font-size: 35px;
    line-height: 42px;
  }

  .entry-content .sec_info {
    margin-bottom: 41px;
  }

  .entry-content .slider_color_item {
    padding: 0;
  }

  .entry-content .slider_color_item.slick-current .txt {
    right: 10px;
  }

  .entry-content .slider_color .slick-prev,
  .entry-content .slider_color .slick-next {
    background-size: 11px;
  }

  .entry-content .slider_color .slick-prev {
    left: -3px;
  }

  .entry-content .slider_color .slick-next {
    right: -3px;
  }

  .entry-content .slider_color .txt {
    font-size: 15px;
    bottom: 5px;
  }

  .entry-content .slider_color_txt {
    text-align: left;
  }

  .entry-content .slider_color_nav {
    width: 230px;
    margin: 0 auto;
    max-width: 100%;
    padding: 25px 0 12px;
  }

  .entry-content .slider_color_nav_item {
    padding: 0 2.25px;
    margin-bottom: 10px;
  }

  .entry-content .slider_color_nav_item.slick-current:before {
    border: 2px solid #30a58f;
    top: 0px;
    left: 2.25px;
    right: 2.25px;
    bottom: 0px;
  }

  .entry-content .slider_color_nav_item img {
    width: 31px;
  }

  .entry-content .slider_color_info {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .entry-content .slider_color_info .tit {
    font-size: 20px;
    line-height: 1.75;
  }

  .entry-content .slider_color_info .txt {
    font-size: 13px;
    line-height: 25px;
  }

  .entry-content .bl_info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .entry-content .bl_info_txt {
    padding: 0;
    margin-bottom: 30px;
  }

  .entry-content .bl_info_img {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .entry-content .sec_slider {
    padding-bottom: 25px;
  }

  .entry-content .sec_parameters {
    padding-top: 70px;
    padding-bottom: 5px;
  }

  .entry-content .img_full {
    margin-top: 30px;
  }

  .entry-content .bl_parametes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .entry-content .bl_parametes.bl_parametes_reverse .bl_parametes_img {
    margin-left: 0;
    margin-right: 0px;
  }

  .entry-content .bl_parametes_txt {
    padding: 0;
    width: 100%;
  }

  .entry-content .bl_parametes_img {
    max-width: 100%;
    width: 100%;
    padding-top: 20px;
    margin-left: 0;
  }

  .entry-content .list_parametes {
    padding-top: 36px;
  }

  .entry-content .list_parametes_item {
    margin-bottom: 60px;
  }

  .entry-content .visual_img {
    margin: 20px 0 0px;
  }

  .entry-content .visual_img figure {
    width: 100%;
    padding: 0;
  }

  .entry-content .visual_img figure img {
    margin: 0;
  }

  .entry-content .visual_img figure:nth-child(n + 2) {
    margin-top: 15px;
  }

  .entry-content .visual_img_full {
    margin: 20px 0 0px;
  }

  .entry-content .visual_video_full {
    margin: 20px -30px 0px;
    text-align: center;
  }

  .entry-content .visual_video_full .full_sp {
    margin: 0;
  }

  .entry-content .sec_auto {
    padding-top: 30px;
  }

  .entry-content .sec_slider01 {
    margin-top: -40px;
    padding-bottom: 30px;
  }

  .entry-content .sec_slider01 .slider_color_info {
    padding-top: 20px !important;
  }

  .entry-content .sec_navi_bottom {
    padding-top: 25px;
    padding-bottom: 2px;
  }

  .entry-content .sec_navi_bottom .content {
    padding: 0 20px;
  }

  .entry-content .navi_bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .entry-content .navi_bottom li {
    width: calc(100% / 3);
    margin-bottom: 35px;
  }

  .entry-content .navi_bottom li:before {
    height: 11px;
  }

  .entry-content .navi_bottom li:nth-child(3n):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
  }

  .entry-content .navi_bottom a {
    font-size: 15px;
    line-height: 22px;
  }

  .entry-content .navi_bottom a:before {
    width: 8px;
    height: 5px;
    background-image: url("https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/arr_down_sp.png");
    margin-left: -4px;
    bottom: -12px;
  }

  .entry-content .navi_bottom a span {
    font-size: 9px;
    line-height: 13px;
  }
}

.entry-content .cl-white {
  color: #fff;
}

.entry-content .wrapper {
  font-family: 'Noto Serif JP', serif !important;
}

.entry-content .wrapper .custom_footer {
  font-family: 'Noto Sans JP', sans-serif !important;
}

@media only screen and (min-width: 768px) {
  .entry-content .txt_normal_pc-small {
    font-size: 16px;
  }

  .entry-content .sec_top_sec04_txt_pc-small {
    font-size: 43px !important;
    line-height: 69px !important;
  }

  .entry-content .tit_h2_large_pc-small {
    font-size: 40px;
  }

  .entry-content .weight_num .span01 {
    font-size: 200.6px !important;
    line-height: 210.6px !important;
    margin-left: -26px !important;
  }
}

.entry-content .info_camera {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.entry-content .info_camera figure {
  text-align: center;
  width: 100%;
  margin-bottom: 55px;
}

.entry-content .info_camera .weight {
  margin-bottom: 0;
}

.entry-content .sec_lightness_info {
  padding-bottom: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content .sec_lightness_01 {
  padding-top: 90px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content .sec_lightness_02 {
  padding-top: 95px;
  padding-bottom: 190px;
}

@media only screen and (max-width: 767px) {
  .entry-content .info_camera {
    margin-top: 22px;
  }

  .entry-content .info_camera figure {
    margin-bottom: 45px;
  }

  .entry-content .sec_lightness_info {
    padding-bottom: 68px;
  }

  .entry-content .sec_lightness_01 {
    padding-top: 70px;
    padding-bottom: 65px;
  }

  .entry-content .sec_lightness_02 {
    padding-top: 70px;
    padding-bottom: 75px;
  }

  .entry-content figure.full_sp {
    margin: 0 -30px;
  }

  .entry-content figure.full_sp img {
    margin-top: 20px;
  }
}

.entry-content .sec_reliability_info {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content .sec_reliability_01 {
  padding-top: 95px;
  padding-bottom: 45px;
}

.entry-content .movie_full {
  text-align: center;
  padding-bottom: 10px;
  width: 899px;
  max-width: 100%;
  margin: 0px auto -35px;
}

.entry-content .img_reliability_01 {
  padding-bottom: 85px;
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_reliability_info {
    padding-bottom: 5px;
  }

  .entry-content .sec_reliability_01 {
    padding-top: 70px;
    padding-bottom: 5px;
  }

  .entry-content .movie_full {
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -45px;
  }

  .entry-content .img_reliability_01 {
    padding-bottom: 10px;
    margin: 0 -20px;
  }
}

.entry-content .sec_scalability_info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content .sec_scalability_01 {
  padding-top: 90px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content .sec_scalability_02 {
  padding-top: 95px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content .sec_scalability_03 {
  padding-top: 95px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_scalability_info {
    padding-bottom: 5px;
  }

  .entry-content .sec_scalability_01 {
    padding-top: 70px;
    padding-bottom: 5px;
  }

  .entry-content .sec_scalability_02 {
    padding-top: 70px;
    padding-bottom: 5px;
  }

  .entry-content .sec_scalability_03 {
    padding-top: 70px;
    padding-bottom: 5px;
  }
}

.entry-content .slide_main {
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.entry-content .slide_main.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.entry-content .main_visual {
  padding: 28% 0;
  position: relative;
  overflow: hidden;
  margin-top: 72px;
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.entry-content .main_visual.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.entry-content .main_visual img {
  width: 100%;
  display: block;
}

.entry-content .main_visual_item {
  position: absolute;
  top: 0;
  left: 80%;
  width: 100%;
  -webkit-transition: 0.8s cubic-bezier(0.51, 0.21, 0.4, 0.95);
  transition: 0.8s cubic-bezier(0.51, 0.21, 0.4, 0.95);
  opacity: 0;
}

.entry-content .main_visual_item.is-current {
  left: 0;
  opacity: 1;
  z-index: 1;
}

.entry-content .main_visual_item.is-prev {
  opacity: 0;
  left: -80%;
}

.entry-content .sec_top_info {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 120px;
}

.entry-content .sec_top_info_tit {
  margin-bottom: 50px;
}

.entry-content .sec_top_info_txt {
  font-family: 'Noto Serif JP', serif !important;
  margin-bottom: 90px;
}

.entry-content .sec_top_info_txt .txt_normal:nth-child(n + 2) {
  margin-top: 40px;
}

.entry-content .video_youtube {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.entry-content .video_youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.entry-content .video_youtube.is-play .video_youtube_content {
  opacity: 0;
  pointer-events: none;
}

.entry-content .video_youtube_content {
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.entry-content .video_youtube_content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.entry-content .video_youtube_content .img_youtube {
  width: 100%;
  display: block;
}

.entry-content .video_youtube_info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.entry-content .video_youtube_info figure {
  margin-bottom: 4px;
}

.entry-content .video_youtube_info .txt_normal {
  font-weight: bold;
  color: #fff;
  font-family: 'Noto Serif JP', serif !important;
  margin-bottom: 24px;
}

.entry-content .video_youtube .btn_video {
  cursor: pointer;
}

.entry-content .sec_top_sec01 {
  margin-bottom: 120px;
  position: relative;
}

.entry-content .sec_top_sec01_txt {
  font-size: 40px;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif !important;
  color: #fff;
  top: 320px;
  left: 100px;
  position: absolute;
  right: 100px;
  font-weight: 500;
}

.entry-content .visual_A {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 85px;
}

.entry-content .visual_A .img_sec02 {
  width: 53.5714%;
}

.entry-content .visual_A .bl_A {
  margin-right: 0;
  margin-top: 100px;
  position: relative;
  left: -80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 630px;
  flex: 0 0 630px;
}

.entry-content .bl_A {
  width: 630px;
  max-width: 100%;
  position: relative;
}

.entry-content .bl_A_content {
  padding: 90px 80px 75px 90px;
  background: #fafafa;
}

.entry-content .bl_A_tit {
  font-size: 32px;
  line-height: 1.25;
  font-family: 'Noto Serif JP', serif !important;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: -0.05em;
}

.entry-content .bl_A_txt {
  text-align: justify;
}

.entry-content img.full {
  width: 100%;
  display: block;
}

.entry-content .visual_B {
  padding-bottom: 110px;
}

.entry-content .visual_B .btn_detail {
  margin-top: 40px;
}

.entry-content .visual_B .list_feature {
  margin-top: 70px;
}

.entry-content .list_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -30px;
}

.entry-content .list_feature.list_feature00 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-content .list_feature.list_feature00 li {
  min-width: 25%;
}

.entry-content .list_feature.list_feature01 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.entry-content .list_feature.list_feature01 li {
  min-width: 25%;
  margin-bottom: 43px;
}

.entry-content .list_feature li {
  min-width: 160px;
  margin-bottom: 23px;
}

.entry-content .list_feature_content {
  text-align: center;
}

.entry-content .list_feature_content figure {
  width: 102px;
  margin: 0 auto 12px;
}

.entry-content .list_feature_content .txt_normal {
  font-weight: bold;
  line-height: 1.5;
}

.entry-content .paralax_item {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 330px;
  top: 0;
  left: 0;
  width: 100%;
}

.entry-content .paralax_info {
  padding-top: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.entry-content .paralax_info_txt {
  overflow: hidden;
}

.entry-content .paralax_tit {
  font-family: "Fjalla One", sans-serif !important;
  font-size: 203.02px;
  line-height: 213.02px;
  color: #bbbfbf;
  letter-spacing: -0.02em;
  position: relative;
  top: 5px;
}

.entry-content .paralax_txt {
  font-family: 'Noto Serif JP', serif !important;
  font-weight: 600;
  font-size: 27px;
  line-height: 40px;
  margin-bottom: 8px;
}

.entry-content .paralax_img {
  position: relative;
  margin-top: 34px;
  display: inline-block;
  z-index: 1;
  margin-left: 26px;
}

.entry-content .paralax_img .img_camera {
  display: block;
  margin: 0 auto;
}

.entry-content .paralax_img_content {
  position: absolute;
  top: 177px;
  left: 104px;
  overflow: hidden;
  width: 330px;
  height: 206px !important;
}

.entry-content .paralax_img_content img {
  display: block;
  width: auto;
  height: 100% !important;
  max-width: none !important;
  position: relative;
}

.entry-content .paralax_img_content_text {
  margin: 10px auto 0;
  text-align: right;
  width: 638px;
  padding-right: 100px;
  max-width: 100%;
}

.entry-content .txt_credit {
  text-align: right;
  padding: 10px 20px;
}

.entry-content .img_camera_01 {
  left: -20px;
}

.entry-content .img_camera_03 {
  top: -10px;
}

.entry-content .img_paralax_01-1 {
  left: -189px;
}

.entry-content .img_paralax_01-2 {
  top: -340px;
}

.entry-content .img_paralax_01-3 {
  top: -400px;
  left: -121px;
}

.entry-content .img_paralax_02-1 {
  top: -162px;
}

.entry-content .img_paralax_02-2 {
  top: -207px;
}

.entry-content .img_paralax_02-3 {
  top: 142px;
}

.entry-content .img_paralax_03-1 {
  left: 55px;
}

.entry-content .img_paralax_03-2 {
  left: 82px;
  top: -30px;
}

.entry-content .img_paralax_03-3 {
  left: 234px;
  top: -133px;
}

.entry-content .paralax_img_01 {
  position: absolute;
  top: 340px;
  left: 50%;
  text-align: left;
  margin-left: -700px;
}

.entry-content .paralax_img_01 img {
  position: relative;
  height: auto !important;
}

.entry-content .paralax_img_02 {
  position: absolute;
  top: 462px;
  right: 50%;
  text-align: left;
  margin-right: -700px;
  width: 751px;
}

.entry-content .paralax_img_02 img {
  position: relative;
  float: right;
  height: auto !important;
}

.entry-content .paralax_img_03 {
  position: absolute;
  top: 798px;
  left: 50%;
  text-align: left;
  margin-left: -700px;
}

.entry-content .paralax_img_03 img {
  position: relative;
  height: auto !important;
}

.entry-content .paralax_pos {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.8s cubic-bezier(0.24, 0.89, 0.31, 0.97);
  transition: 0.8s cubic-bezier(0.24, 0.89, 0.31, 0.97);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.entry-content .item {
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.24, 0.89, 0.31, 0.97);
  transition: 0.8s cubic-bezier(0.24, 0.89, 0.31, 0.97);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  display: block;
}

.entry-content .item.is-show {
  opacity: 1;
}

.entry-content .slider_film_simulations_container {
  margin-bottom: 180px;
}

.entry-content .slider_film_simulations_container .txt {
  font-size: 24px;
  line-height: 44px;
  padding: 0 40px;
  margin-bottom: 18px;
  font-weight: 500;
}

.entry-content .slider_film_simulations_container .txt span {
  font-size: 44px;
}

.entry-content .slider_film_simulations_item {
  padding: 0 10px;
}

.entry-content .slider_film_simulations_item .txt_slider {
  font-size: 18px;
  margin-top: 5px;
  font-family: "Fjalla One", sans-serif !important;
}

.entry-content .slider_film_simulations .slick-next,
.entry-content .slider_film_simulations .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background-repeat: no-repeat;
  background-size: 21px 35px;
  width: 40px;
  height: 40px;
  z-index: 1;
  -webkit-transform: none;
  transform: none;
}

.entry-content .slider_film_simulations .slick-prev {
  background-image: url("https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/arr_left.png");
  left: 30px;
}

.entry-content .slider_film_simulations .slick-next {
  background-image: url("https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/arr_right.png");
  right: 30px;
}

.entry-content .sec_top_sec04 {
  position: relative;
}

.entry-content .sec_top_sec04_txt {
  position: absolute;
  font-size: 54px;
  line-height: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  top: 162px;
  font-family: 'Noto Serif JP', serif !important;
}

.entry-content .sec_top_sec05 {
  padding-top: 130px;
}

.entry-content .sec_top_sec05 .visual_A {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.entry-content .sec_top_sec05 .visual_A .bl_A {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
  left: auto;
  right: -80px;
  margin-top: 0;
  position: relative;
  z-index: 4;
}

.entry-content .sec_top_sec05 .visual_A .bl_A_content {
  padding: 60px 60px 87px;
}

.entry-content .sec_top_sec05 .btn_detail {
  margin-top: 40px;
}

.entry-content .sec_top_sec05 .img_sec05 {
  width: 58.57%;
}

.entry-content .sec_top_sec05 .img_sec05 .txt_caption {
  font-size: 25px;
  line-height: 56px;
  margin-top: 17px;
  padding-left: 110px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif !important;
}

.entry-content .weight {
  margin-top: -42px;
  margin-bottom: 38px;
}

.entry-content .weight_num .span00 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 39.42px;
  line-height: 44.75px;
  font-weight: 500;
  color: #bbc0c0;
}

.entry-content .weight_num .span01 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 248.6px;
  line-height: 248.6px;
  font-weight: 500;
  color: #cbd1d1;
  margin-left: -20px;
  letter-spacing: -0.04em;
}

.entry-content .weight_num .span02 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 49.72px;
  font-weight: 500;
  color: #bbc0c0;
  margin-left: -5px;
}

.entry-content .weight_txt {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  color: #979d9d;
}

.entry-content .weight .txt_caption {
  font-size: 25px;
  line-height: 56px;
  font-family: 'Noto Serif JP', serif !important;
  font-weight: 500;
}

.entry-content .slide_img {
  position: relative;
  padding: 43.3%;
  overflow: hidden;
}

.entry-content .slide_img_item {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: width 1s cubic-bezier(0.24, 0.89, 0.31, 0.97) 0.8s;
  transition: width 1s cubic-bezier(0.24, 0.89, 0.31, 0.97) 0.8s;
  width: 100%;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
}

.entry-content .slide_img_item.is-current {
  z-index: 2;
  -webkit-transition: none;
  transition: none;
}

.entry-content .slide_img_item.is-next {
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}

.entry-content .slide_img_item.is-prev {
  z-index: 3;
}

.entry-content .slide_img img {
  width: 928px;
  position: absolute;
  top: 0;
  right: 0;
  max-width: none !important;
}

.entry-content .sec_top_sec06 {
  padding-top: 83px;
}

.entry-content .sec_top_sec07 {
  padding-top: 130px;
}

.entry-content .sec_top_sec07 .list_feature {
  margin-top: 47px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.entry-content .sec_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}

.entry-content .sec_content_img {
  width: 57.57%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.57%;
  flex: 0 0 57.57%;
}

.entry-content .sec_content_video {
  width: 57.57%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.57%;
  flex: 0 0 57.57%;
}

.entry-content .sec_content_info {
  margin-top: -10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  max-width: 593px;
}

.entry-content .sec_content .btn_detail {
  margin-top: 35px;
}

.entry-content .img_08 {
  text-align: right;
  padding: 0 39px;
  margin-top: 2px;
}

.entry-content .sec_top_sec08 {
  padding-top: 110px;
}

.entry-content .sec_top_sec08 .sec_content_img {
  margin-top: 165px;
}

.entry-content .sec_top_sec08 .sec_content_info {
  margin-top: 0;
  padding-top: 530px;
}

.entry-content .sec_top_sec08 .tit_h2_large {
  margin-bottom: 0;
}

.entry-content .img_09 {
  width: 1073px;
  max-width: none !important;
  left: 603px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.entry-content .visual_C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 1340px;
  max-width: 100%;
  margin: 60px auto 165px;
}

.entry-content .visual_C_info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: -10px;
}

.entry-content .visual_C .list_feature {
  width: 320px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  margin-left: 60px;
}

.entry-content .sec_top_sec09 {
  padding: 0 70px;
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
}

.entry-content .sec_top_sec09_content {
  max-width: 600px;
  position: relative;
  z-index: 1;
}

.entry-content .sec_top_sec09 .list_feature {
  margin-top: 80px;
}

.entry-content .sec_fade_img {
  position: relative;
}

.entry-content .sec_fade_img.is-show .fade_img {
  opacity: 1;
}

.entry-content .sec_fade_img.is-show .fade_img_02 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.entry-content .sec_fade_img.is-show .fade_img_03 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.entry-content .sec_fade_img.is-show .fade_img_04 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.entry-content .sec_fade_img .fade_img {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

.entry-content .sec_fade_img .fade_img_01 {
  position: relative;
  left: 640px;
  width: 794px;
  margin-top: -510px;
}

.entry-content .sec_fade_img .fade_img_01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: -15px;
  background: url("https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/img_fade_01_line.png") no-repeat;
  background-size: cover;
  width: 115px;
  height: 112px;
  margin-top: 105px;
}

.entry-content .sec_fade_img .fade_img_02 {
  position: relative;
  left: 87px;
  width: 591px;
  margin-top: 151px;
}

.entry-content .sec_fade_img .fade_img_02:before {
  content: "";
  position: absolute;
  top: 59px;
  left: 116px;
  background: url("https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/img_fade_02_line.png") no-repeat;
  background-size: cover;
  width: 108px;
  height: 108px;
}

.entry-content .sec_fade_img .fade_img_03 {
  position: absolute;
  left: -27px;
  width: 272px;
  top: 570px;
}

.entry-content .sec_fade_img .fade_img_04 {
  position: absolute;
  left: 790px;
  width: 423px;
  top: 571px;
}

.entry-content .sec_fade_img .fade_img_04:before {
  content: "";
  position: absolute;
  top: 375px;
  left: -141px;
  background: url("https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/img_fade_03_line.png") no-repeat;
  background-size: cover;
  width: 97px;
  height: 7px;
}

.entry-content .slide_photo {
  margin-top: -87px;
  background: #fff;
}

.entry-content .slide_photo_item {
  padding: 0 1px;
}

.entry-content .slide_photo .slick-next,
.entry-content .slide_photo .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-size: 21px 35px;
  width: 40px;
  height: 40px;
  z-index: 1;
  -webkit-transform: none;
  transform: none;
}

.entry-content .slide_photo .slick-next {
  background-image: url("https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/arr_right.png");
  right: 30px;
}

.entry-content .slide_photo .slick-prev {
  background-image: url("https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/arr_left.png");
  left: 30px;
}

.entry-content .sec_top_sec10 {
  padding-top: 185px;
  padding-bottom: 78px;
}

.entry-content .sec_top_sec10 .full {
  margin-bottom: 50px;
}

.entry-content .sec_top_sec10 .tit_h2_large {
  text-align: center;
  margin-bottom: 45px;
}

.entry-content .sec_top_sec10 .list_feature {
  margin-top: 85px;
}

.entry-content .is-effect {
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.entry-content .is-effect_tit {
  opacity: 0;
  -webkit-transform: matrix(1.015, 0, 0, 1.015, 0, 0);
  transform: matrix(1.015, 0, 0, 1.015, 0, 0);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.entry-content .is-effect_op {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 10);
  transform: matrix(1, 0, 0, 1, 0, 10);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.entry-content .sec_features {
  margin-bottom: 126px;
}

.entry-content .sec_features .content {
  width: 810px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px;
}

.entry-content .sec_features table td .txt:nth-child(n + 2) {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #c9c9c9;
}

@media screen and (min-width: 1400px) {
  .entry-content .img_09 {
    left: auto;
    right: -272px;
  }
}

@media screen and (max-width: 992px) {
  .entry-content .sec_top_sec01_txt {
    top: 150px;
  }

  .entry-content .sec_top_sec04_txt {
    font-size: 45px;
    line-height: 70px;
    top: 62px;
  }
}

@media screen and (max-width: 1199px),
print {
  .entry-content .main_visual {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .entry-content .main_visual {
    padding: 81.4% 0;
  }

  .entry-content .main_visual_item {
    left: 100%;
    -webkit-transition: 0.5s cubic-bezier(0.51, 0.21, 0.4, 0.95);
    transition: 0.5s cubic-bezier(0.51, 0.21, 0.4, 0.95);
  }

  .entry-content .main_visual_item.is-current {
    left: 0;
  }

  .entry-content .main_visual_item.is-prev {
    left: -100%;
  }

  .entry-content .sec_top_info {
    padding-top: 42px;
    padding-bottom: 75px;
  }

  .entry-content .sec_top_info_tit {
    padding: 0 9px;
    margin-bottom: 30px;
  }

  .entry-content .sec_top_info_txt {
    margin-bottom: 40px;
  }

  .entry-content .sec_top_info .txt_normal {
    font-size: 12px;
  }

  .entry-content .sec_top_info .txt_normal:nth-child(n + 2) {
    margin-top: 30px;
  }

  .entry-content .video_youtube {
    width: auto;
    max-width: none;
    margin: 0 -20px;
  }

  .entry-content .video_youtube_info figure img {
    width: 69px;
    margin: 0 auto;
  }

  .entry-content .video_youtube_info .txt_normal {
    font-size: 10px !important;
    line-height: 20px;
    margin-top: 3px !important;
    margin-bottom: 13px;
  }

  .entry-content .video_youtube .btn_video img {
    width: 28px;
    margin: 0 auto;
  }

  .entry-content .sec_top_sec01 {
    margin-bottom: 40px;
  }

  .entry-content .sec_top_sec01_txt {
    font-size: 19px;
    line-height: 30px;
    left: 10px;
    right: 10px;
    text-align: center;
    top: 10px;
  }

  .entry-content .visual_A {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 31px;
  }

  .entry-content .visual_A .img_sec02 {
    width: 100%;
  }

  .entry-content .visual_A .bl_A {
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: -20px;
  }

  .entry-content .bl_A {
    padding: 0 30px;
  }

  .entry-content .bl_A_content {
    padding: 30px 35px;
  }

  .entry-content .bl_A_tit {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 8px;
    margin-right: -30px;
  }

  .entry-content .visual_B {
    padding-bottom: 7px;
  }

  .entry-content .visual_B .list_feature {
    margin-top: 50px;
  }

  .entry-content .visual_B .btn_detail {
    margin-top: 15px;
  }

  .entry-content .list_feature {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-left: -24px;
    margin-right: -24px;
  }

  .entry-content .list_feature.list_feature01 li {
    width: 33.333%;
    margin-bottom: 26px;
  }

  .entry-content .list_feature.list_feature00 {
    margin: 50px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-left: -24px;
    margin-right: -24px;
  }

  .entry-content .list_feature.list_feature00 li {
    min-width: 120px;
    width: 120px;
  }

  .entry-content .list_feature li {
    min-width: 120px;
    width: 120px;
    margin-bottom: 26px;
  }

  .entry-content .list_feature li figure {
    width: 72px;
    margin: 0 auto 11px;
  }

  .entry-content .paralax_item {
    padding-bottom: 45px;
  }

  .entry-content .paralax_info {
    padding-top: 12px;
  }

  .entry-content .paralax_info_txt {
    padding: 0 30px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .entry-content .paralax_tit {
    font-size: 101px;
    line-height: 111px;
    margin-bottom: 17px;
  }

  .entry-content .paralax_tit.paralax_tit_small {
    font-size: 80px;
    line-height: 90px;
  }

  .entry-content .paralax_txt {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .entry-content .paralax_img {
    margin-top: 31px;
    margin-left: 0;
  }

  .entry-content .paralax_img .img_camera {
    width: 527px;
    max-width: none !important;
    margin-left: -32px;
  }

  .entry-content .paralax_img_content {
    top: 146px;
    left: 52px;
    width: 275px;
    height: 170px !important;
  }

  .entry-content .paralax_img_content_text {
    padding: 0 20px;
    margin-top: 0;
  }

  .entry-content .slider_film_simulations_container {
    margin-bottom: 72px;
  }

  .entry-content .slider_film_simulations_container .txt {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    padding: 0 30px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .entry-content .slider_film_simulations_container .txt span {
    font-size: 28px;
    line-height: 28px;
  }

  .entry-content .slider_film_simulations_item {
    padding: 0 5px;
  }

  .entry-content .slider_film_simulations_item .txt_slider {
    font-size: 12px;
    margin-top: 7px;
  }

  .entry-content .slider_film_simulations img {
    width: 196px;
  }

  .entry-content .slider_film_simulations .slick-prev {
    left: -3px;
  }

  .entry-content .slider_film_simulations .slick-next {
    right: -3px;
  }

  .entry-content .slider_film_simulations .slick-prev,
  .entry-content .slider_film_simulations .slick-next {
    background-size: 11px;
  }

  .entry-content .sec_top_sec04_txt {
    top: 140px;
    font-size: 27px;
    line-height: 42px;
    text-align: center;
    left: 0;
    margin-left: 0;
    width: 100%;
  }

  .entry-content .sec_top_sec05 {
    padding-top: 30px;
  }

  .entry-content .sec_top_sec05 .visual_A {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .entry-content .sec_top_sec05 .visual_A .bl_A {
    left: 0;
    width: 100%;
    padding: 0 30px;
    margin-top: 43px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .entry-content .sec_top_sec05 .visual_A .bl_A_content {
    padding: 30px 35px 35px;
  }

  .entry-content .sec_top_sec05 .img_sec05 {
    width: 100%;
    padding-left: 30px;
  }

  .entry-content .sec_top_sec05 .btn_detail {
    margin-top: 15px;
  }

  .entry-content .weight .txt_caption {
    font-size: 15px;
    line-height: 28px;
    font-family: 'Noto Serif JP', serif !important;
    font-weight: 500;
    margin-top: 8px;
  }

  .entry-content .weight_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .entry-content .weight_num .span00 {
    font-size: 23px;
    line-height: 27px;
  }

  .entry-content .weight_num .span01 {
    font-size: 148px;
    line-height: 148px;
    margin-left: -10px;
  }

  .entry-content .weight_num .span02 {
    font-size: 30px;
    line-height: 30px;
  }

  .entry-content .weight_txt {
    font-size: 11px;
    line-height: 20px;
  }

  .entry-content .sec_top_sec06 {
    padding-top: 63px;
  }

  .entry-content .sec_top_sec06 .content {
    text-align: left;
  }

  .entry-content .sec_top_sec07 {
    padding-top: 94px;
  }

  .entry-content .sec_top_sec07 .list_feature {
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .entry-content .sec_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .entry-content .sec_content_img {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .entry-content .sec_content_img .tit_h2_large {
    padding: 0 30px;
    margin-bottom: 35px;
  }

  .entry-content .sec_content_info {
    padding: 0 30px;
    margin-top: 32px;
    max-width: 100%;
  }

  .entry-content .sec_content .btn_detail {
    margin-top: 15px;
  }

  .entry-content .img_08 {
    padding: 0 37px;
  }

  .entry-content .sec_top_sec08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 70px;
  }

  .entry-content .sec_top_sec08 .tit_h2_large {
    margin-right: -20px;
    margin-bottom: 25px;
  }

  .entry-content .sec_top_sec08 .sec_content_img {
    margin-top: 203px;
  }

  .entry-content .visual_C {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
    margin-top: 0;
    margin-bottom: -12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .entry-content .visual_C .list_feature {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 35px -19px 0;
  }

  .entry-content .visual_C .list_feature li {
    padding: 0 19px;
  }

  .entry-content .visual_C .list_feature li .txt_normal {
    margin: 0 -19px;
  }

  .entry-content .img_09 {
    width: 537px;
    left: 20px;
  }

  .entry-content .sec_top_sec09 {
    padding: 94px 30px 0;
  }

  .entry-content .sec_top_sec09 .list_feature {
    margin-top: 50px;
  }

  .entry-content .sec_top_sec09 .list_feature li {
    min-width: 140px;
    width: 140px;
  }

  .entry-content .sec_top_sec09_txt {
    letter-spacing: -0.01em;
  }

  .entry-content .sec_fade_img {
    width: 315px;
    margin: 21px auto 0;
  }

  .entry-content .sec_fade_img .fade_img_01 {
    left: 0;
    width: 318px;
    margin: 0 auto;
  }

  .entry-content .sec_fade_img .fade_img_01:before {
    left: 87px;
    background-image: url(https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/img_fade_01_line_sp.png);
    width: 3px;
    height: 86px;
    margin-top: 15px;
  }

  .entry-content .sec_fade_img .fade_img_02 {
    left: -50px;
    width: 243px;
    margin-top: 105px;
  }

  .entry-content .sec_fade_img .fade_img_02:before {
    top: 20px;
    left: 100%;
    background: url(https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/img_fade_02_line_sp.png) no-repeat;
    background-size: contain;
    width: 61px;
    height: 46px;
    margin-left: -14px;
  }

  .entry-content .sec_fade_img .fade_img_03 {
    position: absolute;
    left: auto;
    width: 114px;
    top: 0;
    right: -10px;
    margin-top: 225px;
  }

  .entry-content .sec_fade_img .fade_img_04 {
    position: absolute;
    left: auto;
    width: 133px;
    top: 0;
    right: -15px;
    margin-top: 423px;
  }

  .entry-content .sec_fade_img .fade_img_04:before {
    top: -3px;
    left: -12px;
    background: url(https://www.fujifilm-x.com/products-cameras-static/x-s10/assets/images/img_fade_03_line_sp.png) no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
  }

  .entry-content .slide_photo {
    margin-top: 53px;
  }

  .entry-content .slide_photo_item {
    padding: 0 0.5px;
  }

  .entry-content .slide_photo_item img {
    width: 288px;
  }

  .entry-content .slide_photo .slick-prev {
    left: -3px;
  }

  .entry-content .slide_photo .slick-next {
    right: -3px;
  }

  .entry-content .slide_photo .slick-prev,
  .entry-content .slide_photo .slick-next {
    background-size: 11px;
  }

  .entry-content .sec_top_sec10 {
    padding-top: 94px;
    padding-bottom: 50px;
  }

  .entry-content .sec_top_sec10 .tit_h2_large {
    margin: 0 -25px 34px;
  }

  .entry-content .sec_top_sec10 .full {
    margin-bottom: 30px;
  }

  .entry-content .sec_top_sec10 .list_feature {
    margin-top: 50px;
  }

  .entry-content .video_bottom {
    height: 395px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .entry-content .video_bottom video {
    height: calc(100% + 1px);
    margin: 0;
    width: auto !important;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .entry-content .sec_features {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .entry-content .sec_features .content {
    font-size: 13px;
    line-height: 30px;
  }
}

.entry-content .sec_video_info {
  padding-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  .entry-content .sec_video_info {
    padding-bottom: 5px;
  }
}