@charset "utf-8";

/*-------------------------------------------------------
既存CSSの上書き
-------------------------------------------------------*/
.wrapper_content {
  overflow: hidden;
  color: #232323;
  background-color: #fff;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.wrapper_content sup {
  font-size: 0.5em;
  vertical-align: text-top;
}
.wrapper.s_en *,
.wrapper.s_en *::before,
.wrapper.s_en *::after {
  overflow-wrap: break-word;
}


/*-------------------------------------------------------
ページ共通
top-m_xxx(親)
top-m_xxx__xxx（子）
-------------------------------------------------------*/
:root {
  /* デザイン */
  --pcDesignSize: 1400;
  --spDesignSize: 375;
  --pcDesignWidth: calc(var(--pcDesignSize) * 1px);
  --spDesignWidth: calc(var(--spDesignSize) * 1px);

  /* レイアウト */
  --innerSize: 1200;
  --innerW: calc(var(--innerSize) * 1px);

  /* 内余白 */
  --pcInnerPadding: 100px;
  --tbInnerPadding: 40px;
  --spInnerPadding: 20px;
}

/* アニメーション
------------------------*/
@keyframes wheel{
	0%{ transform: translateY(-100%);}
	100%{transform: translateY(200%);}
}

/* パララックス
------------------------*/
.js_parallax.s_parallaxY,
.js_parallax.s_parallaxX {
  transition: opacity 0.7s 0s,transform 0.7s 0s;
}
.js_parallax.s_parallaxY {
  transform: translateY(60px);
  opacity: 0;
}
.js_parallax.s_parallaxY.s_aniShow {
  transform: translateY(0);
  opacity: 1;
}
.js_parallax.s_parallaxX {
  transform: translateX(60px);
  opacity: 0;
}
.js_parallax.s_parallaxX.s_aniShow {
  transform: translateX(0);
  opacity: 1;
}

/*text
------------------------*/
.top-m_textA {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
.top-m_textA p + p {
  margin-top: 1em;
}
.top-m_textA.s_lineS {
  line-height: 1.875;
}
@media screen and (max-width: 767px){
  .top-m_textA {
    font-size: 13px;
  }
}

/* top-m_titleA
------------------------*/
.top-m_titleA {
  text-align: center;
  font-family: Noto Sans JP, Noto Sans, Helvetica, sans-serif;
  font-size: clamp(26px, calc(40 / 1400 * 100vw) , 40px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 35px;
}
.wrapper.s_en .top-m_titleA {
  font-family: "Fjalla One", "Noto Sans JP",sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px){
  .top-m_titleA {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

/* top-m_titleB
------------------------*/
.top-m_titleB {
  font-family: Noto Sans JP, Noto Sans, Helvetica, sans-serif;
  font-size: clamp(24px, calc(38 / 1400 * 100vw) , 38px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
.wrapper.s_en .top-m_titleB {
  font-family: "Fjalla One", "Noto Sans JP",sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767px){
  .top-m_titleB {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* top-m_notes
------------------------*/
.top-m_notes {
  font-size: 11px;
  margin-top: 28px;
}
@media screen and (max-width: 767px){
  .top-m_notes {
    font-size: 10px;
    margin-top: 10px;
  }
}

/* top-m_creditA
------------------------*/
.top-m_creditA {
  text-align: right;
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 767px){
  .top-m_creditA {
    font-size: 10px;
    margin-top: 8px;
  }
}

/* top-m_linkA
------------------------*/
.top-m_linkA {
  margin-top: 28px;
}
.top-m_linkA__link {
  position: relative;
  display: inline-block;
  background: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/icon_link_01.svg) no-repeat calc(100% - 3px) 0.5em / 6px 10px;
  padding-bottom: 10px;
  padding-right: 27px;
  text-decoration: none !important;
  transition: background-position-x 0.3s;
}
.top-m_linkA__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 3px);
  height: 1px;
  background-color: #232323;
}
.top-m_linkA__link:hover {
  background-position-x: 100%;
}
@media screen and (max-width: 767px){
  .top-m_linkA {
    margin-top: 15px;
  }
  .top-m_linkA__link {
    font-size: 12px;
    background-size: 5px 8px;
    padding-bottom: 5px;
    padding-right: 20px;
  }
}


/* movie
------------------------*/
.top-m_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.top-m_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.top-m_movie__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 10px;
  cursor: pointer;
}
.top-m_movie__image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  right: 0;
  width: calc(80 / 800 * 100%);
  height: calc(80 / 450 * 100%);
  background: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/icon_play_01.png) no-repeat 0 0 / contain;
  margin: auto;
  z-index: 1;
}

/*-------------------------------------------------------
ページ個別
top-xxx_xxx(親)
top-xxx_xxx__xxx（子）
-------------------------------------------------------*/

/* top-kv
------------------------*/
.top-kv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background-color: #fff;
}
.top-kv img {
  object-fit: cover;
  margin: auto;
}
.top-kv_title {
  width: calc(432 / 1400 * 100vw);
}
.top-kv_title img {
  width: 100%;
}
.top-kv_scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(50 / 1400 * 100vh);
  width: fit-content;
  margin: 0 auto;
  z-index: 5;
}
.top-kv_scroll__text {
  text-align: center;
  color: #fff;
  font-size: calc(12 / 1400 * 100vw);
  line-height: 1;
  margin-bottom: calc(10 / 1400 * 100vw);
}
.top-kv_scroll__wheel {
  overflow: hidden;
  position: relative;
  background-color: rgba(255,255,255,0.2);
  width: min(1px,calc(1 / 1400 * 100vw));
  height: calc(60 / 1400 * 100vw);
  margin: 0 auto;
}
.top-kv_scroll__wheel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255);
  width: min(1px,calc(1 / 1400 * 100vw));
  height: calc(20 / 1400 * 100vw);
}
.top-kv_scroll__wheel::before {
  animation: wheel 2s infinite linear 0.5s both;
}
.top-kv_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(432 / 1400 * 100%);
  height: calc(36 / 938 * 100%);
  margin: auto;
  z-index: 5;
}
.top-kv_visual {
  aspect-ratio: 1400 / 938;
}
.top-kv_visual__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-kv_visual__item:first-child {
  z-index: 2;
}
.top-kv_visual img {
  width: 100%;
}
.top-kv_visual .top-m_creditA {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
}
@media screen and (max-width: 767px){
  .top-kv_visual {}
  .top-kv_title {
    width: calc(432 / 750 * 100vw);
  }
  .top-kv_visual .top-m_creditA {
    bottom: calc(10 / 750 * 100vw);
    right: calc(10 / 750 * 100vw);
  }
  .top-kv_scroll {
    bottom: calc(50 / 750 * 100vh);
  }
  .top-kv_scroll__text {
    font-size: calc(18 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
  }
  .top-kv_scroll__wheel {
    width: min(1px,calc(1 / 750 * 100vw));
    height: calc(70 / 750 * 100vw);
  }
  .top-kv_scroll__wheel::before {
    width: min(1px,calc(1 / 750 * 100vw));
    height: calc(30 / 750 * 100vw);
  }
}

/* top-mainvisual
------------------------*/
.top-mainvisual {
}
.top-mainvisual_visual {
  position: relative;
}
.top-mainvisual_scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(50 / 1400 * 100vw);
  width: fit-content;
  margin: 0 auto;
}
.top-mainvisual_scroll__text {
  text-align: center;
  color: #000;
  font-size: calc(12 / 1400 * 100vw);
  line-height: 1;
  margin-bottom: calc(10 / 1400 * 100vw);
}
.top-mainvisual_scroll__wheel {
  overflow: hidden;
  position: relative;
  background-color: rgba(0,0,0,0.2);
  width: calc(1 / 1400 * 100vw);
  height: calc(60 / 1400 * 100vw);
  margin: 0 auto;
}
.top-mainvisual_scroll__wheel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0);
  width: 1px;
  height: 20px;
}
.top-mainvisual_scroll__wheel::before {
  animation: wheel 2s infinite linear 0.5s both;
}
@media screen and (max-width: 1199px) {
  .top-mainvisual {
  }
}
@media screen and (max-width: 767px){
  .top-mainvisual_scroll {
    bottom: calc(50 / 750 * 100vw);
  }
  .top-mainvisual_scroll__text {
    font-size: calc(18 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
  }
  .top-mainvisual_scroll__wheel {
    width: min(1px,calc(1 / 750 * 100vw));
    height: calc(70 / 750 * 100vw);
  }
  .top-mainvisual_scroll__wheel::before {
    width: min(1px,calc(1 / 750 * 100vw));
    height: calc(30 / 750 * 100vw);
  }
}

/* top-concept
------------------------*/
.top-concept {
  position: relative;
  padding: 90px var(--pcInnerPadding) 60px;
}
.top-concept::after {
  content: "";
  position: absolute;
  bottom: calc(-200 / 1400 * 100vw);
  right: 0;
  width: calc(703 / 1400 * 100vw);
  height: calc(995 / 1400 * 100vw);
  background: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/bg_01.png) no-repeat 0 0 / contain;
  z-index: 0;
}
.top-concept_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-concept_contents {
  text-align: center;
}
.top-concept_title {
  font-family: "Fjalla One", "Noto Sans JP",sans-serif;
  font-weight: normal;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 55px;
}
.top-concept_movieWrap {
  max-width: 800px;
  margin: 80px auto 0;
}
.top-concept_movieWrap .top-m_movie__image::before {
  bottom: auto;
  top: 65%;
}
@media screen and (max-width: 1023px){
  .top-concept {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
}
@media screen and (max-width: 767px){
  .top-concept {
    padding: 50px var(--spInnerPadding) 30px;
  }
  .top-concept_title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .top-concept_contents {
    margin: 0 -20px;
  }
  .top-concept_movieWrap {
    margin-top: 45px;
  }
}

/* top-sec01
------------------------*/
.top-sec01 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec01_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec01_image {
  position: relative;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
}
.top-sec01_image img {
  width: 100%;
}
.top-sec01_contents {
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1023px){
  .top-sec01 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
}
@media screen and (max-width: 767px){
  .top-sec01 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec01_contents {
    margin-top: 20px;
  }
}

/* top-sec02
------------------------*/
.top-sec02 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec02_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec02_visual .slick-prev,
.top-sec02_visual .slick-next {
  height: 30px;
  width: 26px;
  bottom: 0;
  margin: auto 0;
}
.top-sec02_visual .slick-prev{
  background: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/fewagac_sec02_prev_01.png) no-repeat center;
  transform: none;
  left: -65px !important;
  right: auto !important;
}
.top-sec02_visual .slick-next {
  background: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/fewagac_sec02_next_01.png) no-repeat center;
  left: auto !important;
  right: -65px !important;
}
.top-sec02_visual .slick-list {
  overflow: hidden;
}
.top-sec02_image {
  max-width: 690px;
  margin: 50px auto 0;
}
.top-sec02_contents {
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1023px){
  .top-sec02 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec02_visual .slick-prev{
    left: -42px !important;
  }
  .top-sec02_visual .slick-next {
    right: -42px !important;
  }
}
@media screen and (max-width: 767px){
  .top-sec02 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec02_image {
    margin-top: 15px;
  }
  .top-sec02_contents {
    margin-top: 20px;
  }
  .top-sec02_visual .slick-prev,
  .top-sec02_visual .slick-next {
    width: 13px;
    height: 15px;
    background-size: contain;
  }
  .top-sec02_visual .slick-prev{
    left: -17px !important;
  }
  .top-sec02_visual .slick-next {
    right: -17px !important;
  }
}

/* top-sec03
------------------------*/
.top-sec03 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec03::before {
  content: "";
  position: absolute;
  top: calc(-300 / 1400 * 100vw);
  left: 0;
  width: calc(651 / 1400 * 100vw);
  height: calc(995 / 1400 * 100vw);
  background: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/bg_02.png) no-repeat 0 0 / contain;
  z-index: 0;
}
.top-sec03::after {
  content: "";
  position: absolute;
  bottom: calc(-300 / 1400 * 100vw);
  right: 0;
  width: calc(703 / 1400 * 100vw);
  height: calc(995 / 1400 * 100vw);
  background: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/bg_01.png) no-repeat 0 0 / contain;
  z-index: 0;
}
.top-sec03_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec03_media {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}
.top-sec03_media__contents {
  width: 50%;
}
.top-sec03_media__image {
  width: calc(400 / 950 * 100%);
}
@media screen and (max-width: 1023px){
  .top-sec03 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
}
@media screen and (max-width: 767px){
  .top-sec03 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec03_media {
    flex-direction: column-reverse;
  }
  .top-sec03_media__contents,
  .top-sec03_media__image {
    width: auto;
  }
  .top-sec03_media__contents {
    padding-left: 0;
  }
  .top-sec03_media__image {
    margin-top: 30px;
  }
}

/* top-sec04
------------------------*/
.top-sec04 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec04_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec04_media {
  position: relative;
}
.wrapper.s_jp .top-sec04_media .top-m_titleB {
  white-space: nowrap;
}
.top-sec04_media__contents{
  position: absolute;
  width: calc(445 / 1200 * 100%);
}
.top-sec04_media__image {
  position: relative;
}
.top-sec04_media__image .top-m_creditA {
  position: absolute;
  top: 78%;
  right: 0;
}
@media screen and (max-width: 1399px){
  .top-sec04_media__contents{
    bottom: 70.5%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px){
  .top-sec04_media {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1023px){
  .top-sec04 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec04_media__contents{
    position: relative;
    width: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px){
  .top-sec04 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec04_media {
    display: flex;
    flex-direction: column-reverse;
  }
  .top-sec04_media__contents{
    position: static;
    width: calc(445 / 864 * 100%);
    min-height: 35vw;
    margin-left: auto;
    margin-top: calc(-300 / 750 * 100vw);
  }
  .top-sec04_media__image .top-m_creditA {
    top: 58%;
  }
}

/* top-sec05
------------------------*/
.top-sec05 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec05_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec05_media {
  position: relative;
}
.top-sec05_title {
  position: absolute;
  top: 9%;
  right: 0;
  width: calc(375 / 1200 * 100%);
  font-family: "Fjalla One", "Noto Sans JP",sans-serif;
  font-weight: normal;
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: 0;
}
/* .wrapper.s_en .top-sec05_title {
  width: calc(387 / 1200 * 100%);
} */
.top-sec05_media__image {
  position: relative;
}
.top-sec05_media__contents{
  position: absolute;
  top: 90%;
  left: 0;
  width: calc(650 / 1200 * 100%);
}
.top-sec05_media__image .top-m_creditA {
  position: absolute;
  top: 80%;
  right: 42%;
}
@media screen and (max-width: 1399px){
  .top-sec05_title {
    font-size: calc(58 / 1400 * 100vw);
    line-height: 1.2;
  }
}
@media screen and (max-width: 1023px){
  .top-sec05 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec05_title {
    position: static;
    width: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px){
  .top-sec05 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec05_title {
    position: absolute;
    top: 0;
    width: calc(200 / 670* 100%);
    height: calc(130 / 750* 100vw);
    font-size: calc(48 / 750 * 100vw);
    display: flex;
    align-items: flex-end;
  }
  .top-sec05_media__image {
    position: relative;
  }
  .top-sec05_media__contents{
    position: static;
    width: auto;
    margin-top: 25px;
  }
}

/* top-sec06
------------------------*/
.top-sec06 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec06_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec06 .top-m_titleB {
  text-align: center;
}
.top-sec06_media {
  position: relative;
}
.top-sec06_media__image {
  position: relative;
}
.top-sec06_media__contents {
  position: absolute;
  top: 68.2%;
  right: 0;
  width: calc(560 / 1200 * 100%);
}
.top-sec06_media__image .top-m_creditA {
  position: absolute;
  top: 64%;
  right: 0;
}
@media screen and (max-width: 1023px){
  .top-sec06 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .wrapper.s_en .top-sec06_media__contents {
    position: static;
    top: 68.2%;
    right: 0;
    width: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px){
  .top-sec06 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec06_media__contents {
    position: static;
    width: auto;
    margin-top: 20px;
  }
  .top-sec06_media__image .top-m_creditA {
    position: static;
  }
}

/* top-sec07
------------------------*/
.top-sec07 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec07_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec07_title {
  position: relative;
  text-align: center;
  font-family: Noto Sans JP, Noto Sans, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.666;
  margin-bottom: 40px;
  padding-bottom: 25px;
}
.wrapper.s_en .top-sec07_title {
  font-family: "Fjalla One", "Noto Sans JP",sans-serif;
  font-weight: normal;
}
.top-sec07_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #232323;
  margin: 0 auto;
}
.top-sec07_panel {
  display: grid;
  gap: 50px 60px;
  grid-template-columns: 1fr 1fr 1fr;
}
.top-sec07_panel__contents {
  margin-top: 25px;
}
.top-sec07_panel__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.444;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px){
  .top-sec07 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec07_panel {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
}
@media screen and (max-width: 767px){
  .top-sec07 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec07_title {
    font-size: 20px;
    line-height: 1.666;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  .top-sec07_title::after {
    width: 20px;
  }
  .top-sec07_panel__contents {
    margin-top: 15px;
  }
  .top-sec07_panel__title {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

/* top-sec08
------------------------*/
.top-sec08 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec08_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec08_image {
  position: relative;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
}
.top-sec08_image img {
  width: 100%;
}
.top-sec08_image .top-m_creditA {
  position: absolute;
  top: 100%;
  right: 25px;
}
.top-sec08_contents {
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1023px){
  .top-sec08 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
}
@media screen and (max-width: 767px){
  .top-sec08 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec08_image .top-m_creditA {
    right: 10px;
  }
}

/* top-sec09
------------------------*/
.top-sec09 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec09_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec09_media {
  display: flex;
  flex-direction: row-reverse;
}
.top-sec09_media__contents {
  flex: 0 0 400px;
  padding-left: 58px;
}
.top-sec09_media__image {
  flex: 1 1 auto;
}
@media screen and (max-width: 1023px){
  .top-sec09 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec09_media {
    flex-direction: column-reverse;
  }
  .top-sec09_media__contents {
    flex: 1 1 auto;
    padding-left: 0;
  }
  .top-sec09_media__image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  .top-sec09 {
    padding: 30px var(--spInnerPadding);
  }
}

/* top-sec10
------------------------*/
.top-sec10 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec10_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec10_media {
  display: flex;
}
.top-sec10_media__contents {
  flex: 0 0 400px;
  padding-right: 58px;
}
.top-sec10_media__image {
  position: relative;
  align-self: start;
  flex: 1 1 auto;
}
.top-sec10_media__image .top-m_creditA {
  position: absolute;
  margin-top: 0;
  line-height: 0;
}
.top-sec10_media__image .top-m_creditA.s_01 {
  top: 53%;
  left: 0;
}
.top-sec10_media__image .top-m_creditA.s_02 {
  top: 86.5%;
  right: 0;
}
.top-sec10_media__image .top-m_creditA.s_03 {
  top: 103%;
  right: 50%;
}
@media screen and (max-width: 1023px){
  .top-sec10 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec10_media {
    flex-direction: column-reverse;
  }
  .top-sec10_media__contents {
    flex: 1 1 auto;
    padding-right: 0;
  }
  .top-sec10_media__image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px){
  .top-sec10 {
    padding: 30px var(--spInnerPadding);
  }
}

/* top-sec11
------------------------*/
.top-sec11 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec11::before {
  content: "";
  position: absolute;
  top: calc(-600 / 1400 * 100vw);
  left: 0;
  width: calc(651 / 1400 * 100vw);
  height: calc(995 / 1400 * 100vw);
  background: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/bg_02.png) no-repeat 0 0 / contain;
  z-index: 0;
}
.top-sec11::after {
  content: "";
  position: absolute;
  bottom: calc(-430 / 1400 * 100vw);
  right: 0;
  width: calc(703 / 1400 * 100vw);
  height: calc(995 / 1400 * 100vw);
  background: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/bg_01.png) no-repeat 0 0 / contain;
  z-index: 0;
}
.top-sec11_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec11_media {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.top-sec11_media__contents {
  width: calc(580 / 1200 * 100%);
}
.top-sec11_media__image {
  width: calc(560 / 1200 * 100%);
}
.top-sec11_media__image .top-m_creditA {
  position: absolute;
  top: 86%;
  left: 0;
  text-align: left;
  width: calc(170 / 560 * 100%);
  margin-top: 0;
  line-height: 1;
}
@media screen and (max-width: 1023px){
  .top-sec11 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec11_media {
    flex-direction: column-reverse;
  }
  .top-sec11_media__contents {
    width: auto;
  }
  .top-sec11_media__image {
    width: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  .top-sec11 {
    padding: 30px var(--spInnerPadding);
  }
}

/* top-sec12
------------------------*/
.top-sec12 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec12_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec12_panel {
  display: grid;
  gap: 70px 80px;
  grid-template-columns: 1fr 1fr;
}
.top-sec12_panel__contents {
  margin-top: 25px;
}
.top-sec12_panel__title {
  font-size: clamp(20px, calc(34 / 1400 * 100vw) , 34px);
  font-weight: bold;
  line-height: 1.47;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px){
  .top-sec12 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec12_panel {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 767px){
  .top-sec12 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec12_panel {
    grid-template-columns: 1fr;
  }
  .top-sec12_panel__contents {
    margin-top: 20px;
  }
  .top-sec12_panel__title {
    font-size: clamp(20px, calc(40 / 750 * 100vw) , 40px);
    margin-bottom: 10px;
  }
}

/* top-sec13
------------------------*/
.top-sec13 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec13_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec13_title {
  position: relative;
  text-align: center;
  font-family: Noto Sans JP, Noto Sans, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.666;
  margin-bottom: 40px;
  padding-bottom: 25px;
}
.wrapper.s_en .top-sec13_title {
  font-family: "Fjalla One", "Noto Sans JP",sans-serif;
  font-weight: normal;
}
.top-sec13_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #232323;
  margin: 0 auto;
}
.top-sec13_panel {
  max-width: 780px;
  display: grid;
  gap: 50px 60px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}
.top-sec13_panel__contents {
  margin-top: 25px;
}
.top-sec13_panel__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.444;
}
@media screen and (max-width: 1023px){
  .top-sec13 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec13_panel {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 767px){
  .top-sec13 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec13_title {
    font-size: 20px;
    line-height: 1.666;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  .top-sec13_title::after {
    width: 20px;
  }
  .top-sec13_panel__contents {
    margin-top: 15px;
  }
  .top-sec13_panel__title {
    font-size: 13px;
  }
}

/* top-sec14
------------------------*/
.top-sec14 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec14_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec14_image {
  position: relative;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
}
.top-sec14_image__main img {
  width: 100%;
}
.top-sec14_image__text {
  position: absolute;
  bottom: 30px;
  left: 50px;
}
.top-sec14_contents {
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1399px){
  .top-sec14_image__text {
    bottom: calc(30 / 1400 * 100vw);
    left: calc(50 / 1400 * 100vw);
    width: calc(874 / 1400 * 100vw);
  }
}
@media screen and (max-width: 1023px){
  .top-sec14 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
}
@media screen and (max-width: 767px){
  .top-sec14 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec14_image__text {
    bottom: calc(15 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
    width: calc(610 / 750 * 100vw);
  }
  .top-sec14_contents {
    margin-top: 25px;
  }
}

/* top-sec15
------------------------*/
.top-sec15 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec15::after {
  content: "";
  position: absolute;
  bottom: calc(-300 / 1400 * 100vw);
  right: 0;
  width: calc(703 / 1400 * 100vw);
  height: calc(995 / 1400 * 100vw);
  background: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/bg_01.png) no-repeat 0 0 / contain;
  z-index: 0;
}
.top-sec15_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec15_media {
  display: flex;
  flex-direction: row-reverse;
}
.top-sec15_media__contents {
  flex: 0 0 400px;
  padding-left: 58px;
}
.top-sec15_media__image {
  flex: 1 1 auto;
}
@media screen and (max-width: 1023px){
  .top-sec15 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec15_media {
    flex-direction: column-reverse;
  }
  .top-sec15_media__contents {
    flex: 1 1 auto;
    padding-left: 0;
  }
  .top-sec15_media__image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  .top-sec15 {
    padding: 30px var(--spInnerPadding);
  }
}

/* top-sec16
------------------------*/
.top-sec16 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec16_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec16_media {
  display: flex;
}
.top-sec16_media__contents {
  flex: 0 0 400px;
  padding-right: 58px;
}
.top-sec16_media__image {
  flex: 1 1 auto;
}
@media screen and (max-width: 1023px){
  .top-sec16 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec16_media {
    flex-direction: column-reverse;
  }
  .top-sec16_media__contents {
    flex: 1 1 auto;
    padding-left: 0;
  }
  .top-sec16_media__image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  .top-sec16 {
    padding: 30px var(--spInnerPadding);
  }
}

/* top-sec17
------------------------*/
.top-sec17 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec17_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec17_image {
  position: relative;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
}
.top-sec17_image__main img {
  width: 100%;
}
.top-sec17_contents {
  position: absolute;
  bottom: calc(60 / 1400 * 100vw);
  right: calc(100 / 1400 * 100vw);
  width: calc(334 / 1400 * 100vw);
}
@media screen and (min-width: 1024px) and (max-width: 1399px){
  .top-sec17 .top-m_textA{
    font-size: clamp(12px,calc(16 / 1400 * 100vw), 16px);
  }
}
@media screen and (max-width: 1023px){
  .top-sec17 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec17_contents {
    position: static;
    max-width: var(--innerW);
    width: auto;
    margin: 30px auto 0;
    padding: 0 var(--tbInnerPadding);
  }
}
@media screen and (max-width: 767px){
  .top-sec17 {
    padding: 30px var(--spInnerPadding);
  }
}

/* top-sec18
------------------------*/
.top-sec18 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec18_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec18_panel {
  display: grid;
  gap: 70px 80px;
  grid-template-columns: 1fr 1fr;
}
.top-sec18_panel__contents {
  margin-top: 25px;
}
.top-sec18_panel__title {
  font-size: clamp(20px, calc(34 / 1400 * 100vw) , 34px);
  font-weight: bold;
  line-height: 1.47;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px){
  .top-sec18 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec18_panel {
    gap: 30px 20px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px){
  .top-sec18 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec18_panel__contents {
    margin-top: 15px;
  }
  .top-sec18_panel__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* top-sec19
------------------------*/
.top-sec19 {
  position: relative;
  padding: 60px var(--pcInnerPadding) 0;
}
.top-sec19_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec19_image {
  position: relative;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
}
.top-sec19_image__main img {
  width: 100%;
}
.top-sec19_image__main video {
  width: 100%;
}
.top-sec19_image__text {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
@media screen and (max-width: 1399px){
  .top-sec19_image__text {
    bottom: calc(50 / 1400 * 100vw);
    left: calc(50 / 1400 * 100vw);
    width: calc(533 / 1400 * 100vw);
  }
}
@media screen and (max-width: 1023px){
  .top-sec19 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
}
@media screen and (max-width: 767px){
  .top-sec19 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec19_image__text {
    bottom: calc(40 / 750 * 100vw);
    left: calc(40 / 750 * 100vw);
    width: calc(430 / 750 * 100vw);
  }
}

/* top-sec20
------------------------*/
.top-sec20 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec20_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec20_title {
  position: relative;
  text-align: center;
  font-family: Noto Sans JP, Noto Sans, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.666;
  margin-bottom: 40px;
  padding-bottom: 25px;
}
.wrapper.s_en .top-sec20_title {
  font-family: "Fjalla One", "Noto Sans JP",sans-serif;
  font-weight: normal;
}
.top-sec20_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #232323;
  margin: 0 auto;
}
.top-sec20_contents {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px){
  .top-sec20 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
}
@media screen and (max-width: 767px){
  .top-sec20 {
    padding: 30px var(--spInnerPadding);
  }
}

/* top-sec21
------------------------*/
.top-sec21 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec21::after {
  content: "";
  position: absolute;
  bottom: calc(-500 / 1400 * 100vw);
  right: 0;
  width: calc(703 / 1400 * 100vw);
  height: calc(995 / 1400 * 100vw);
  background: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/bg_01.png) no-repeat 0 0 / contain;
  z-index: 0;
}
.top-sec21_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec21_media {
  display: flex;
  flex-direction: row-reverse;
}
.top-sec21_media__contents {
  flex: 0 0 400px;
  padding-left: 58px;
}
.top-sec21_media__image {
  flex: 1 1 auto;
}
@media screen and (max-width: 1023px){
  .top-sec21 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec21_media {
    flex-direction: column-reverse;
  }
  .top-sec21_media__contents {
    flex: 1 1 auto;
    padding-left: 0;
  }
  .top-sec21_media__image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  .top-sec21 {
    padding: 30px var(--spInnerPadding);
  }
}

/* top-sec22
------------------------*/
.top-sec22 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec22_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec22_media {
  display: flex;
}
.top-sec22_media__contents {
  flex: 0 0 400px;
  padding-right: 58px;
}
.top-sec22_media__image {
  flex: 1 1 auto;
}
@media screen and (max-width: 1023px){
  .top-sec22 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec22_media {
    flex-direction: column-reverse;
  }
  .top-sec22_media__contents {
    flex: 1 1 auto;
    padding-left: 0;
  }
  .top-sec22_media__image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  .top-sec22 {
    padding: 30px var(--spInnerPadding);
  }
}

/* top-sec23
------------------------*/
.top-sec23 {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-sec23::before {
  content: "";
  position: absolute;
  top: calc(-500 / 1400 * 100vw);
  left: 0;
  width: calc(651 / 1400 * 100vw);
  height: calc(995 / 1400 * 100vw);
  background: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/bg_02.png) no-repeat 0 0 / contain;
  z-index: 0;
}
.top-sec23_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-sec23_title {
  position: relative;
  text-align: center;
  font-family: Noto Sans JP, Noto Sans, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.666;
  margin-bottom: 40px;
  padding-bottom: 25px;
}
.wrapper.s_en .top-sec23_title {
  font-family: "Fjalla One", "Noto Sans JP",sans-serif;
  font-weight: normal;
}
.top-sec23_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #232323;
  margin: 0 auto;
}
.top-sec23_panel {
  display: grid;
  gap: 30px 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.top-sec23_panel__contents {
  margin-top: 25px;
}
.top-sec23_panel__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.444;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px){
  .top-sec23 {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-sec23_panel {
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px){
  .top-sec23 {
    padding: 30px var(--spInnerPadding);
  }
  .top-sec23_title {
    font-size: 20px;
    line-height: 1.666;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  .top-sec23_title::after {
    width: 20px;
  }
  .top-sec23_panel__contents {
    margin-top: 15px;
  }
  .top-sec23_panel__title {
    font-size: 13px;
  }
}

/* top-more
------------------------*/
.top-more {}
.top-more_area {
  display: none;
}
.top-more_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  background-color: transparent;
  text-decoration: none !important;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 30px;
  cursor: pointer;
}
.top-more_btn::before,
.top-more_btn::after {
  content: '';
  position: absolute;
  border: solid #000;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}
.top-more_btn::before{
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.top-more_btn::after{
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.top-more_btn:hover::before,
.top-more_btn:hover::after{
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border-color: #000
}
.top-more_btn__inner {
  position: relative;
  padding-left: 37px;
}
.top-more_btn__inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/more_open_01.svg) no-repeat 0 0 / contain;
  margin: auto 0;
}
.top-more_btn.s_close .top-more_btn__inner::before {
  height: 1px;
  background-image: url(https://www.fujifilm-x.com/products-cameras-static/gfx100s-ii/assets/images/top/more_close_01.svg);
}
@media screen and (max-width: 767px){
  .top-more_btn {
    width: 210px;
    height: 45px;
    font-size: 12px;
  }
  .top-more_btn::before,
  .top-more_btn::after {
    width: 15px;
    height: 15px;
  }
  .top-more_btn:hover::before,
  .top-more_btn:hover::after{
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border-color: #000
  }
  .top-more_btn__inner {
    padding-left: 30px;
  }
  .top-more_btn__inner::before {
    width: 12px;
    height: 12px;
  }
}


/* top-others
------------------------*/
.top-others {
  position: relative;
  padding: 60px var(--pcInnerPadding);
}
.top-others_inner {
  position: relative;
  max-width: var(--innerW);
  margin: 0 auto;
  z-index: 1;
}
.top-others_box {
  background-color: #ececec;
  padding: 60px;
}
.top-others_media {
  position: relative;
  max-width: 842px;
  min-height: 200px;
  margin: 0 auto;
}
.top-others_media__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
}
.top-others_media__title,
.top-others_media__main {
  padding-left: 260px;
}
.top-others_panel {
  display: grid;
  gap: 30px 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}
.top-others_panel__contents {
  margin-top: 25px;
}
.top-others_panel__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.444;
}
.top-others_panel__title:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px){
  .top-others {
    padding-left: var(--tbInnerPadding);
    padding-right: var(--tbInnerPadding);
  }
  .top-others_panel {
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .top-others {
    margin-top: 30px;
    padding-left: var(--spInnerPadding);
    padding-right: var(--spInnerPadding);
  }
  .top-others_box {
    padding: 30px;
  }
  .top-others_media {
    min-height: auto;
  }
  .top-others_media__head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .top-others_media__image {
    position: static;
    flex: 0 0 75px;
    width: auto;
    height: auto;
  }
  .top-others_media__title,
  .top-others_media__main {
    padding-left: 0;
  }
  .top-others_media__title {
    margin-left: 25px;
  }
  .top-others_media__title .top-m_titleB {
    margin-bottom: 0;
  }
  .top-others_panel__contents {
    margin-top: 15px;
  }
  .top-others_panel__title {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

/* top-product
------------------------*/
.top-product {
  max-width: 790px;
  width: calc(100% - 40px);
  margin: 80px auto 0
}

@media screen and (max-width: 767px) {
  .top-product {
    max-width: 90vw;
    font-size: 11px;
    margin-top: 30px
  }
}
