@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-size: 16px !important;
  line-height: 1 !important;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

/*タブのスタイル*/
.products-main {
  padding-top: 40px;
  background-color: #f1f2f3;
}

.tab-item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab-item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab-content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#portable:checked ~ .portable-content,
#middle:checked ~ .middle-content,
#high-powered:checked ~ .high-powered-content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab-item {
  background: linear-gradient(180deg, #35363b 0%, #35363b 94%, #df0000 94%, #df0000 100%);
  /* border-bottom: 4px solid red; */
  color: #fff;
  margin: 0 auto;
  /* box-sizing: border-box; */
}

@media screen and (min-width: 1025px) {
  .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #f1f2f3;
    max-width: 1146px;
    margin: 0 auto;
  }
  #contents .breadcrumb-list {
    background-color: #e4e5e6;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .breadcrumb-list ol {
    background-color: #e4e5e6;
    display: flex;
  }
  .breadcrumb-list ol li {
    margin-right: 4px;
    color: #35363b;
  }
  .breadcrumb-list ol li a {
    text-decoration: none;
    color: #35363b;
  }
  .breadcrumb-list ol li span::before {
    content: "＞";
    margin-right: 4px;
  }
  .tab-item {
    width: 33%;
    height: 68px;
    border: 1px solid #aaabae;
    margin-left: -1px;
    /* border-bottom: 4px solid #f1f2f3; */
    /* background-color: white; */
    line-height: 68px;
    font-size: 24px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
  }
  .power-grade-title {
    font-size: 32px;
    text-align: center;
    margin: 40px auto;
  }
  .portable-first-products-wrapper {
    max-width: 1166px;
    height: 280px;
    background-color: white;
    display: flex;
    margin-bottom: 32px;
  }
  .portable-first-products-wrapper img {
    width: 400px;
  }
  .portable-first-products-wrapper .detail-wrapper {
    position: relative;
    margin: 72px auto;
  }
  .product-title {
    font-size: 24px;
    margin-left: 8px;
    font-family: 900;
  }
  .detail-wrapper {
    margin: 16px auto;
  }
  .detail-wrapper span {
    display: block;
    position: absolute;
    width: 3px;
    height: 21px;
    background-color: #df0000;
  }
  .portable-first-btn-wrapper {
    display: flex;
  }
  .products-2column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* .products-2column:nth-child(2n + 1) {
    float: left;
  }
  .products-2column:nth-child(2n) {
    float: right;
  } */
  .product-list-wrapper {
    display: flex;
    width: 50%;
    height: 320px;
    max-width: 560px;
    background-color: white;
    margin-bottom: 32px;
  }
  .product-list-wrapper img {
    height: 320px;
    width: 45.71%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .product-list-wrapper .product-title {
    padding-bottom: 88px;
  }
  .product-list-wrapper .more-btn,
  .product-listwrapper .operation-btn {
    margin: 16px 0;
  }
}
@media screen and (max-width: 1025px) {
  .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #f1f2f3;
    width: 93%;
    margin: 0 auto;
  }
  .tab-item {
    width: 32.9%;
    height: 49px;
    border: 1px solid #aaabae;
    margin-left: -1px;
    /* border-bottom: 4px solid #f1f2f3; */
    /* background-color: white; */
    line-height: 49px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
  }
  .power-grade-title {
    font-size: 32px;
    text-align: center;
    margin: 40px auto;
  }
  .portable-first-products-wrapper {
    /* max-width: 1166px; */
    /* height: 280px; */
    width: 100%;
    /* background-color: white; */
    display: flex;
    margin-bottom: 32px;
    background-color: white;
    aspect-ratio: 345/162;
  }
  .portable-first-products-wrapper img {
    height: 100%;
    width: 50%;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .portable-first-products-wrapper .detail-wrapper {
    position: relative;
    margin: auto;
    bottom: 0;
    width: 100%;
  }
  .product-title {
    font-size: 14px;
    margin-left: calc(8px + 10%);
    font-family: 900;
  }
  .detail-wrapper {
    margin: 16px auto;
    position: relative;
  }
  .detail-wrapper span {
    display: block;
    position: absolute;
    width: 3px;
    height: 21px;
    background-color: #df0000;
    left: 8%;
    top: -2px;
  }
  .detail-wrapper .more-btn a, .operation-btn a {
    font-size: clamp(7px, 2.2vw, 12px);
    padding: 12px 8px;
    background-position: right 8px center;
    margin: 0 auto;
    background-size: 10px;
  }
  .products-2column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* .products-2column:nth-child(2n + 1) {
    float: left;
  }
  .products-2column:nth-child(2n) {
    float: right;
  } */
  .product-list-wrapper {
    /* display: flex; */
    width: calc(50% - 16px);
    max-width: 560px;
    background-color: white;
    margin: 0 8px 32px;
  }
  .product-list-wrapper img {
    width: 100%;
  }
  .product-list-wrapper .more-btn,
  .product-list-wrapper .operation-btn {
    margin: 18px auto 12auto;
  }
  .img-wrapper {
    /* width: 190.4%; */
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    display: flex;
    overflow: hidden;
  }
  section.news.bg-gray .more-btn a {
    width: 80%;
    background: #ffffff;
    padding: 18px 18px;
    display: flex;
    margin: 24px auto 18px;
    text-align: center;
    align-items: center;
    color: #df0000;
    font-weight: 600;
    position: relative;
    border: solid 1px #df0000;
    background-image: url(../images/next-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 24px center;
  }
  .bf-items {
    display: flex;
    justify-content: center;
    overflow-x: scroll;
  }
  .bf-item {
    width: 300px;
  }
  .bf-items a {
    width: 300px;
    text-decoration: none;
  }
  .bf-items a img {
    padding: 0 8px;
    /* width: 100%; */
  }
  .bf-items a .txt-block {
    padding: 8px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  section.pick-up .img-wrapper .pick-up-content img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .information {
    background-color: white;
  }
}
main {
  position: relative;
  display: block;
  grid-template-rows: initial;
  grid-template-columns: initial;
  /* width: 100%; */
}

section {
  width: 100%;
}

/* section:not(.product_detail_main_bg_wrap_7th) {
  padding: 42px 0px 42px 0px;
}
section.product_detail_main_bg_wrap_7th{
  padding-bottom: 0;
} */
section.product-feature {
  padding-top: 0;
}

.contents-inner {
  width: 100%;
  margin: 0 auto;
}

section.kv {
  max-width: 100vw;
  margin-top: 49px;
}

.slick-container {
  position: relative;
}

.scroll-object {
  position: absolute;
  left: 9.4%;
  bottom: -8%;
  z-index: 0;
}

ul.m-header-menu li {
  transform: 0.3s;
}

ul.m-header-menu li.hovered > a {
  opacity: 0.7;
}

ul.m-header-menu li.active .modal {
  pointer-events: auto;
  opacity: 1;
}

ul.m-header-menu li.active > a {
  background-color: #df0000;
  color: #ffffff;
}

ul.m-header-menu li.active > a > .plus {
  opacity: 0;
}

ul.m-header-menu li.active.hovered > a {
  color: #ffffff;
}

.wrap_content .m-header-menu li a {
  padding: 32px 40px 32px 24px;
  margin: 0;
}

ul.m-header-menu li.active > a {
  padding: 32px 24px 32px 24px;
}

.header-news .arrow {
  /* right: 18px; */
}

span.catch-st {
  display: block;
  color: #ffffff;
  font-weight: 600;
}

h2.catch-head {
  margin: 0px auto 40px;
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
  color: #35363b;
}

@media screen and (max-width: 768px) {
  h2.catch-head {
    font-size: 24px !important;
  }
}
.slick-container .catch-copy {
  position: absolute;
  left: 11%;
  top: 38px;
  z-index: 5;
}

.slick-container .catch-copy .catch-copy-sub {
  text-align: left;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: initial !important;
}

h3.topic-title {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 32px;
  margin-top: 18px;
}

h3.topic-title.center {
  text-align: center;
}

h3.topic-title .sub {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-top: 0.5em;
  color: #df0000;
}

section.pick-up .img-wrapper {
  width: 100%;
  max-width: 1020px;
  /* height: 325px; */
  aspect-ratio: 2.65625;
  display: flex;
  justify-content: center;
  justify-self: center;
  margin: 0 auto;
}

section.pick-up .img-wrapper .pick-up-content {
  /* background-image: url(../images/bf250-picture.png);
  background-size: contain;
  background-repeat: no-repeat; */
  /* width: 33.33%; */
  height: 100%;
  position: relative;
}

section.pick-up .img-wrapper .pick-up-content img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.pick-up .img-wrapper .pick-up-content h3 {
  color: white;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 46px;
  font-weight: 700;
}

section.pick-up .img-wrapper .pick-up-content p {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
}

section.pick-up .pick-up .img-wrapper .pick-up-content p {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 16px;
  line-height: 24px;
}

section.technology {
  background-image: url(/marine/images/technology-bg-pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0px;
}

.bg-gray {
  width: 1040px;
  margin: 0 auto 38px auto;
  padding: 82px 42px;
}

@media screen and (max-width: 768px) {
  .bg-gray {
    width: 100%;
    margin: 0 auto 38px auto;
    padding: 24px 0;
  }
}
.decorated-row {
  margin-top: 18vw;
}

.project-story-item {
  position: relative;
  width: 100%;
}

span.tag:before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background-color: #df0000;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

span.tag {
  background-color: #ffffff;
  color: #000000;
  padding: 8px 14px 8px 32px;
  position: relative;
  display: inline-block;
}

h4.project-story-explain {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 200;
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  .item-first .project-story-description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #35363b;
    margin: 42px 42px;
    padding: 28px 24px;
    min-width: 400px;
    color: #ffffff;
  }
  .item-sec .project-story-description {
    position: initial;
    background-color: #35363b;
    /* min-width: 400px; */
    color: #ffffff;
    margin-top: 0;
    padding: 16px;
  }
  .item-sec .project-story-explain {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .project-story-item .project-story-description {
    background-color: #35363b;
    /* min-width: 400px; */
    color: #ffffff;
    margin-top: 0;
    padding: 16px;
  }
  .item-first .project-story-description {
    padding: 16px 16px 56px 16px;
  }
  h4.project-story-explain {
    margin-top: 0;
  }
}
.project-story-item .project-story-description:before {
  content: "";
  position: absolute;
  bottom: 18px;
  background-image: url(../images/next-arrow-3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  right: 18px;
}

.project-story-item img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1025px) {
  .product_detail_main_bg_wrap_7th {
    background: url(/marine/products/images/product_detail_bg3.jpg) center 0px repeat;
    height: 2000px;
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product_detail_main_bg_wrap_7th {
    padding-bottom: 0;
  }
}
/*山本さん追加部分ここから*/
.row {
  display: flex;
  flex-wrap: wrap;
}

.row .col {
  display: flex;
  flex-direction: column;
  padding: 0 18px;
}

@media screen and (max-width: 768px) {
  .row .col {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .row .col {
    padding: 0;
  }
}
.row .col.col-1 {
  width: 8.3333333333%;
}

@media screen and (max-width: 768px) {
  .row .col.col-1 {
    width: 100%;
  }
}
.row .col.col-2 {
  width: 16.6666666667%;
}

@media screen and (max-width: 768px) {
  .row .col.col-2 {
    width: 100%;
  }
}
.row .col.col-3 {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .row .col.col-3 {
    width: 100%;
  }
}
.row .col.col-4 {
  width: 33.3333333333%;
}

@media screen and (max-width: 768px) {
  .row .col.col-4 {
    width: 100%;
  }
}
.row .col.col-5 {
  width: 41.6666666667%;
}

@media screen and (max-width: 768px) {
  .row .col.col-5 {
    width: 100%;
  }
}
.row .col.col-6 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .row .col.col-6 {
    width: 100%;
  }
}
.row .col.col-7 {
  width: 58.3333333333%;
}

@media screen and (max-width: 768px) {
  .row .col.col-7 {
    width: 100%;
  }
}
.row .col.col-8 {
  width: 66.6666666667%;
}

@media screen and (max-width: 768px) {
  .row .col.col-8 {
    width: 100%;
  }
}
.row .col.col-9 {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .row .col.col-9 {
    width: 100%;
  }
}
.row .col.col-10 {
  width: 83.3333333333%;
}

@media screen and (max-width: 768px) {
  .row .col.col-10 {
    width: 100%;
  }
}
.row .col.col-11 {
  width: 91.6666666667%;
}

@media screen and (max-width: 768px) {
  .row .col.col-11 {
    width: 100%;
  }
}
.row .col.col-12 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .row .col.col-12 {
    width: 100%;
  }
}
.row + .row {
  margin-top: 24px;
}

.pagetopbtn {
  display: none;
}

ul.m-header-menu li {
  transform: 0.3s;
}

ul.m-header-menu li.hovered > a {
  opacity: 0.7;
}

.wrap_content .m-header-menu li.hovered > .modal {
  opacity: 1;
  pointer-events: painted;
}

ul.m-header-menu li.active .modal {
  pointer-events: auto;
  opacity: 1;
}

ul.m-header-menu li.active > a {
  background-color: #df0000;
  color: #ffffff;
}

ul.m-header-menu li.active > a > .plus {
  opacity: 0;
}

ul.m-header-menu li.active.hovered > a {
  color: #ffffff;
}

.wrap_content .m-header-menu li a {
  padding: 30px 16px 30px 0px;
  margin: 0 8px 0 16px;
}

ul.m-header-menu li.active > a {
  padding: 32px 24px 32px 24px;
}

.header-news .arrow {
  /* right: 18px; */
}

span.catch-st {
  display: block;
  color: #ffffff;
  font-weight: 600;
}

h2.catch-head {
  margin: 0px auto 40px;
  text-align: center;
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
  color: #35363b;
}

@media screen and (max-width: 768px) {
  h2.catch-head {
    font-size: 24px !important;
  }
}
.slick-container .catch-copy {
  position: absolute;
  left: 11%;
  top: 38px;
  z-index: 5;
}

.slick-container .catch-copy .catch-copy-sub {
  text-align: left;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: initial !important;
}

h3.topic-title {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 32px;
  margin-top: 18px;
}

h3.topic-title.center {
  text-align: center;
}

h3.topic-title .sub {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-top: 0.5em;
  color: #df0000;
}

section.pick-up .img-wrapper {
  width: 100%;
  max-width: 1020px;
  /* height: 325px; */
  aspect-ratio: 2.65625;
  display: flex;
  justify-content: center;
  justify-self: center;
  margin: 0 auto;
}

section.pick-up .img-wrapper .pick-up-content {
  /* background-image: url(../images/bf250-picture.png);
  background-size: contain;
  background-repeat: no-repeat; */
  /* width: 33.33%; */
  height: 100%;
  position: relative;
}

section.pick-up .img-wrapper .pick-up-content img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.pick-up .img-wrapper .pick-up-content h3 {
  color: white;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 46px;
  font-weight: 700;
}

section.pick-up .img-wrapper .pick-up-content p {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
}

section.pick-up .pick-up .img-wrapper .pick-up-content p {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 16px;
  line-height: 24px;
}

section.technology {
  background-image: url(/marine/images/technology-bg-pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0px;
}

.bg-gray {
  width: 1040px;
  margin: 0 auto 38px auto;
  padding: 82px 42px;
}

@media screen and (max-width: 768px) {
  .bg-gray {
    width: 100%;
    margin: 0 auto 38px auto;
    padding: 24px 0;
  }
}
.decorated-row {
  margin-top: 18vw;
}

.project-story-item {
  position: relative;
  width: 100%;
}

span.tag:before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background-color: #df0000;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

span.tag {
  background-color: #ffffff;
  color: #000000;
  padding: 8px 14px 8px 32px;
  position: relative;
  display: inline-block;
}

h4.project-story-explain {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 200;
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  .item-first .project-story-description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #35363b;
    margin: 42px 42px;
    padding: 28px 24px;
    min-width: 400px;
    color: #ffffff;
  }
  .item-sec .project-story-description {
    position: initial;
    background-color: #35363b;
    /* min-width: 400px; */
    color: #ffffff;
    margin-top: 0;
    padding: 16px;
  }
  .item-sec .project-story-explain {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .project-story-item .project-story-description {
    background-color: #35363b;
    /* min-width: 400px; */
    color: #ffffff;
    margin-top: 0;
    padding: 16px;
  }
  .item-first .project-story-description {
    padding: 16px 16px 56px 16px;
  }
  h4.project-story-explain {
    margin-top: 0;
  }
}
.project-story-item .project-story-description:before {
  content: "";
  position: absolute;
  bottom: 18px;
  background-image: url(../images/next-arrow-3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  right: 18px;
}

.project-story-item img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row .col {
  display: flex;
  flex-direction: column;
  padding: 0 18px;
}

@media screen and (max-width: 768px) {
  .row .col {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .row .col {
    padding: 0;
  }
}
.row .col.col-1 {
  width: 8.3333333333%;
}

@media screen and (max-width: 768px) {
  .row .col.col-1 {
    width: 100%;
  }
}
.row .col.col-2 {
  width: 16.6666666667%;
}

@media screen and (max-width: 768px) {
  .row .col.col-2 {
    width: 100%;
  }
}
.row .col.col-3 {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .row .col.col-3 {
    width: 100%;
  }
}
.row .col.col-4 {
  width: 33.3333333333%;
}

@media screen and (max-width: 768px) {
  .row .col.col-4 {
    width: 100%;
  }
}
.row .col.col-5 {
  width: 41.6666666667%;
}

@media screen and (max-width: 768px) {
  .row .col.col-5 {
    width: 100%;
  }
}
.row .col.col-6 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .row .col.col-6 {
    width: 100%;
  }
}
.row .col.col-7 {
  width: 58.3333333333%;
}

@media screen and (max-width: 768px) {
  .row .col.col-7 {
    width: 100%;
  }
}
.row .col.col-8 {
  width: 66.6666666667%;
}

@media screen and (max-width: 768px) {
  .row .col.col-8 {
    width: 100%;
  }
}
.row .col.col-9 {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .row .col.col-9 {
    width: 100%;
  }
}
.row .col.col-10 {
  width: 83.3333333333%;
}

@media screen and (max-width: 768px) {
  .row .col.col-10 {
    width: 100%;
  }
}
.row .col.col-11 {
  width: 91.6666666667%;
}

@media screen and (max-width: 768px) {
  .row .col.col-11 {
    width: 100%;
  }
}
.row .col.col-12 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .row .col.col-12 {
    width: 100%;
  }
}
.row + .row {
  margin-top: 24px;
}

.pagetopbtn {
  display: none;
}

section.pick-up .img-wrapper {
  width: 100%;
  max-width: 1020px;
  /* height: 325px; */
  aspect-ratio: 2.65625;
  display: flex;
  justify-content: center;
  justify-self: center;
  margin: 0 auto;
  overflow-x: scroll;
}

section.pick-up .img-wrapper .pick-up-content {
  /* background-image: url(../images/bf250-picture.png);
  background-size: contain;
  background-repeat: no-repeat; */
  /* width: 33.33%; */
  height: 100%;
  position: relative;
}

section.pick-up .img-wrapper .pick-up-content img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

section.pick-up .img-wrapper .pick-up-content h3 {
  color: white;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 46px;
  font-weight: 700;
}

section.pick-up .img-wrapper .pick-up-content p {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
}

section.pick-up .pick-up .img-wrapper .pick-up-content p {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 16px;
  line-height: 24px;
}

section.technology {
  background-image: url(/marine/images/technology-bg-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0px;
}

/*山本さん追加部分ここまで*/
/*BF225スタイル一部修正*/
@media screen and (min-width: 1025px) {
  .product_detail_main_bg_wrap_2nd.bg_bf225 {
    height: 800px;
  }
}
/*BF250スタイル修正*/
.product_detail_main_bf250 {
  margin: 0 auto;
  position: relative;
  width: 94%;
  max-width: 980px;
  margin: 0 auto;
  display: block;
}

.product_detail_main.product_detail_main_bf250 .detail_title,
.product_detail_main.product_detail_main_bf250 .detail_text {
  color: #2b2d42;
}

.product_detail_main.product_detail_main_bf250 .detail_text {
  left: 0;
  width: 100%;
}

.product_detail_main_bf250 .product_detail_main .detail_text .model_detail_wrap {
  justify-content: space-between;
  padding: 0 16px;
}

@media screen and (max-width: 1024px) {
  .product_detail_main_bf250 .product_photo {
    margin: 0 auto;
    order: 1;
    width: 60%;
    padding-top: 30px;
  }
  .product_detail_main_bf250 .product_detail_main .detail_text .model_detail_wrap {
    justify-content: center;
  }
  .product_detail_main_bf250 .detail_title {
    font-size: 19px;
    line-height: 1.5;
    order: 2;
    position: initial;
  }
  .product_detail_main_bf250 .detail_title h3 {
    font-size: 28px;
    font-weight: 700;
  }
  .product_feature_bf250 ul.spec_table_title {
    border-bottom: solid 1px #bcbcbc;
    border-top: solid 1px #bcbcbc;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 35px 0 0;
    padding: 0;
    width: 100%;
  }
  .product_feature_bf250 ul.spec_table_title li {
    display: block;
    width: 50%;
  }
  .product_feature_bf250 ul.spec_table_title li dl dt {
    display: inline-block;
    font-weight: 700;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .product_feature_bf250 ul.spec_table_title li dl dd {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .product_detail_main_bf250 .detail_text .model_detail_wrap .model_detail {
    font-size: 16px;
    margin: 0 2px 50px 2px;
    width: 240px;
  }
  .product_detail_main_bg_wrap_8th.bg_bf250 {
    background: url(/marine/products/images/product_detail_bg3.jpg) center 0px repeat;
    background-size: cover;
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .product_detail_main_bf250 .detail_text .model_detail_wrap .model_detail div {
    height: 135px;
    position: relative;
  }
}
/*BF300スタイル一部修正*/
@media screen and (min-width: 1025px) {
  .product_detail_main_bg_wrap_7th.bg_bf300 {
    height: 1440px;
  }
}
#marine_content {
  background-color: white;
}

.content_wrap {
  background-color: white;
  padding-top: 48px;
  padding-bottom: 0;
}
.content_wrap .product_title_wrap .title {
  text-align: center;
}
.content_wrap .product_title_wrap .title span {
  color: #d40300;
  font-size: 16px;
  font-weight: 600;
}
.content_wrap .product_title_wrap .title span h2 {
  margin-top: 16px;
  color: black;
  font-size: 46px;
  font-weight: 800;
}
.content_wrap .performance-logo {
  padding: 40px 80px 24px;
}
.content_wrap .performance-logo img {
  width: 145px;
}

.content_wrap.no-performance {
  padding-bottom: 48px;
}

table {
  border-collapse: collapse;
  text-indent: initial;
  border-spacing: 0;
}
table th, table tr, table td {
  border: 2px solid #3c3d44;
  padding: 12px 24px;
}
table tbody tr {
  background-color: #f3f4f5;
}
table tbody tr:nth-child(even) {
  background-color: white;
}
table tbody th, table tbody td {
  font-size: 22px;
  font-weight: 800;
}
table tbody td:nth-child(even) {
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 1025px) {
  section.product_common {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
  }
  section.product_common .detail_text .product_detail_main {
    background-color: #f3f4f5;
    padding: 72px 100px;
  }
  section.product_common .detail_text .product_detail_main h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    padding: 8px 24px;
    width: 75%;
  }
  section.product_common .detail_text .product_detail_main .model_detail_wrap {
    margin-top: 24px;
    width: 70%;
  }
  section.product_common .detail_text .product_detail_main .model_detail_wrap p {
    font-size: 20px;
    line-height: 28px;
  }
  section.product_common .detail_text .product_photo {
    position: absolute;
    right: 4%;
    top: -50px;
    height: 120%;
  }
  section.product_common .detail_text .product_photo img {
    height: 100%;
  }
  section.product_common .section_wrapper .section_title {
    padding: 48px 16px 32px;
    width: 100%;
  }
  section.product_common .section_wrapper .section_title h3 {
    display: flex;
    margin: 0;
    font-size: 40px;
    vertical-align: bottom;
    font-weight: 800;
    padding: 8px 24px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #3c3d44;
    flex-direction: column;
  }
  section.product_common .section_wrapper .section_title h3 span {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 800;
  }
  section.product_common .section_wrapper .section_title .model_detail_wrap {
    margin-top: 24px;
    width: 70%;
  }
  section.product_common .section_wrapper .section_title .model_detail_wrap p {
    font-size: 20px;
    line-height: 28px;
  }
  section.product_common .section_wrapper .product_photo {
    position: absolute;
    right: 6%;
    top: -50px;
    width: 23%;
  }
  section.product_common .section_wrapper .product_photo img {
    width: 100%;
  }
  section.product_common .section_wrapper .movie-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  section.product_common .section_wrapper .movie-container .movie-item {
    width: 90%;
    min-width: 400px;
    margin: 0 auto;
  }
  section.product_common .section_wrapper .movie-container .movie-item a {
    width: 100%;
  }
  section.product_common .section_wrapper .movie-container .movie-item a img {
    width: 100%;
  }
  section.product_common .section_wrapper .movie-container .movie-item a p {
    padding: 0 16px;
  }
  section.product_common .section_wrapper .product-table {
    border-collapse: collapse;
    width: 800px;
    margin-top: 10px;
    margin: 0 auto;
  }
  section.product_common .spec_content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
  }
  section.product_common .spec_content .spec-explain {
    font-size: 22px;
    line-height: 36px;
  }
  section.product_common .spec_content input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.product_common .spec_content input[type=radio]:checked + label {
    background: #d40300; /* マウス選択時の背景色を指定する */
    color: #ffffff; /* マウス選択時のフォント色を指定する */
  }
  section.product_common .spec_content label {
    display: block;
    float: left;
    margin: 24px 8px 12px;
    width: 200px;
    height: 42px;
    padding: 8px;
    color: #d40300;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    border: 2px solid #d40300;
    font-size: 28px;
    font-weight: 800;
  }
  section.product_common .spec_content #counter-exp, section.product_common .spec_content #remote-controller-model {
    font-size: 18px;
    text-align: start;
    margin-top: 16px;
  }
  section.product_common .spec_content .product-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
  }
  section.product_common .spec_content .product-image-wrapper #product-image {
    margin: 24px auto 48px;
    width: 380px;
  }
  section.product_common .spec_content .product-image-wrapper #subkey-radio {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 100px;
    left: 80%;
  }
  section.product_common .spec_content .product-image-wrapper #subkey-radio input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.product_common .spec_content .product-image-wrapper #subkey-radio input[type=radio]:checked + label {
    background: transparent; /* マウス選択時の背景色を指定する */
    color: black; /* マウス選択時のフォント色を指定する */
    opacity: 1;
  }
  section.product_common .spec_content .product-image-wrapper #subkey-radio label {
    display: block;
    margin: 0px 8px;
    width: 200px;
    height: 32px;
    padding: 0px;
    color: black;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    border: transparent;
    font-size: 18px;
    font-weight: 800;
    opacity: 0.2;
    position: relative;
  }
  section.product_common .spec_content .product-image-wrapper #subkey-radio label::before {
    content: "";
    height: 20px;
    width: 60px;
    transform: translateY(-25%);
    position: absolute;
    right: 105%;
    top: 50%;
  }
  section.product_common .spec_content .product-image-wrapper #subkey-radio label[for=subkey-silver]::before {
    background-image: url(../bf150/images/aquamarine-silver.svg);
  }
  section.product_common .spec_content .product-image-wrapper #subkey-radio label[for=subkey-white] {
    margin-left: -16px;
  }
  section.product_common .spec_content .product-image-wrapper #subkey-radio label[for=subkey-white]::before {
    right: 100%;
    background-image: url(../bf150/images/grand-prix-white.svg);
  }
  section.product_common .spec_content .product-image-wrapper #subkey-radio label[for=subkey-swhite]::before {
    right: 100%;
    background-image: url(../bf250/images/sporty-white.svg);
  }
  section.product_common .spec_content #spec-table table {
    width: 100%;
  }
  section.product_common .spec_content #spec-table table th, section.product_common .spec_content #spec-table table tr, section.product_common .spec_content #spec-table table td {
    border: 2px solid #3c3d44;
    text-align: start;
  }
  section.product_common .spec_content #spec-table table th {
    padding: 16px 32px;
  }
  section.product_common .spec_content #spec-table table td {
    padding: 16px 48px;
  }
  section.product_common .spec_content #spec-table table tbody tr {
    background-color: #f3f4f5;
  }
  section.product_common .spec_content #spec-table table tbody tr:nth-child(even) {
    background-color: white;
  }
  section.product_common .spec_content #spec-table table tbody th, section.product_common .spec_content #spec-table table tbody td {
    font-size: 22px;
    font-weight: 800;
  }
  section.product_common .spec_content #spec-table table tbody td:nth-child(even) {
    width: 60%;
  }
  section.product_common .spec_content .product_caution {
    margin-top: 16px;
  }
  section.product_common .spec_content .product_caution li {
    font-size: 14px;
    line-height: 18px;
  }
  section.product_common .spec_content .more-btn {
    border: 1px solid #df0000;
    margin: 40px auto 0;
    width: 360px;
  }
  section.product_common .spec_content .more-btn a {
    color: #df0000;
    display: block;
    text-align: start;
    text-decoration: none;
    transition: all 0.6s;
    font-weight: 700;
    background-image: url(../../images/next-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 24px center;
    padding: 24px;
  }
  .breadcrumb {
    width: 100%;
    margin: 0;
  }
  section.product_common.product_detail_main_bg_wrap {
    max-width: 1366px;
    padding: 0;
  }
  section.product_common h3:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 70px;
    margin-left: 16px;
    background-color: #d40300;
    left: 0;
  }
  section.product_common .product-catch:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 70px;
    margin-left: 100px;
    background-color: #d40300;
    left: 0;
  }
  .feature-container {
    display: flex;
    /* justify-content: center; */
    overflow-y: hidden;
    max-width: 1146px;
    margin-bottom: 16px;
    margin: 0 auto;
  }
  .feature-item {
    width: 334px;
    min-width: 334px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }
  .feature-item .feature-point h4 {
    color: black;
    font-size: 22px;
    font-weight: 600;
    height: 72px;
  }
  .feature-item .feature-point h4 span {
    color: #d40300;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
  .feature-item .feature-point h4 p {
    font-size: 16px;
  }
  .feature-item img {
    padding: 24px 0 32px;
    width: 100%;
  }
  .feature-item .txt-block {
    padding: 8px 0;
    display: flex;
    width: 100%;
    color: black;
    font-size: 16px;
    line-height: 21px;
  }
  .feature-item .feature-container::-webkit-scrollbar {
    display: none;
  }
  .feature-container.img-exist .txt-block {
    height: 150px;
  }
  .feature-container.img-exist-long .txt-block {
    height: 250px;
  }
  .feature-container.no-img {
    height: 256px;
  }
  .feature-arrow-btn {
    height: 60px;
    width: 60px;
    background-color: transparent;
    border-width: 0;
  }
  .feature-arrow-btn img {
    width: 100%;
  }
  .feature-arrow-btn.prev-mv-btn {
    position: absolute;
    top: 88.7%;
    left: initial;
    right: 8%;
  }
  .feature-arrow-btn.next-mv-btn {
    position: absolute;
    top: 88.7%;
    right: 2%;
  }
  .feature-arrow-btn:disabled {
    opacity: 0.5;
  }
  .feature-arrow-btn:not(:disabled) {
    opacity: 1;
  }
  .simplebar-track {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #c8c9cc;
    height: 5px !important;
    width: 80%;
    margin: 0 0 0 16px;
    /* padding-top: 16px; */
  }
}
@media screen and (max-width: 1024px) {
  table {
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 0;
  }
  table th, table tr, table td {
    border: 2px solid #3c3d44;
    padding: 12px;
  }
  table tbody th, table tbody td {
    font-size: 16px;
    font-weight: 800;
  }
  table tbody td:nth-child(even) {
    width: 25%;
    text-align: center;
  }
  .title {
    font-size: 32px;
  }
  section.product_common {
    max-width: 1146px;
    margin: 0 auto;
    position: relative;
  }
  section.product_common .performance-logo {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 290px;
    margin: 0 auto;
    padding: 24px 0;
  }
  section.product_common .performance-logo img {
    width: 145px;
  }
  section.product_common .detail_text .product_detail_main {
    background-color: #f3f4f5;
    padding: 24px 40px 48px;
  }
  section.product_common .detail_text .product_detail_main h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    padding: 8px 24px;
  }
  section.product_common .detail_text .product_detail_main .model_detail_wrap {
    margin-top: 24px;
    width: 100%;
  }
  section.product_common .detail_text .product_detail_main .model_detail_wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  section.product_common .detail_text .product_photo {
    position: initial;
    width: 50%;
    max-width: 380px;
    margin: -64px auto 32px;
  }
  section.product_common .detail_text .product_photo img {
    width: 100%;
  }
  section.product_common .section_wrapper .section_title {
    padding: 32px 16px 24px;
    width: 100%;
  }
  section.product_common .section_wrapper .section_title h3 {
    display: flex;
    margin: 0;
    font-size: 24px;
    vertical-align: bottom;
    font-weight: 800;
    padding: 8px 16px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #3c3d44;
    flex-direction: column;
  }
  section.product_common .section_wrapper .section_title h3 span {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 800;
  }
  section.product_common .section_wrapper .section_title .model_detail_wrap {
    margin-top: 24px;
    width: 70%;
  }
  section.product_common .section_wrapper .section_title .model_detail_wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  section.product_common .section_wrapper .product_photo {
    position: absolute;
    right: 6%;
    top: -50px;
    width: 23%;
  }
  section.product_common .section_wrapper .product_photo img {
    width: 100%;
  }
  section.product_common .section_wrapper .movie-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  section.product_common .section_wrapper .movie-container .movie-item {
    width: 90%;
    min-width: 400px;
    margin: 0 auto;
  }
  section.product_common .section_wrapper .movie-container .movie-item a {
    width: 100%;
  }
  section.product_common .section_wrapper .movie-container .movie-item a img {
    width: 100%;
    padding: 0;
  }
  section.product_common .section_wrapper .product-table {
    border-collapse: collapse;
    width: calc(100% - 32px);
    margin: 10px auto;
    margin: 0 auto;
  }
  section.product_common .spec_content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 32px);
    max-width: 1040px;
    margin: 0 auto;
  }
  section.product_common .spec_content .spec-explain {
    font-size: 16px;
    line-height: 36px;
  }
  section.product_common .spec_content input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.product_common .spec_content input[type=radio]:checked + label {
    background: #d40300; /* マウス選択時の背景色を指定する */
    color: #ffffff; /* マウス選択時のフォント色を指定する */
  }
  section.product_common .spec_content label {
    display: block;
    float: left;
    margin: 8px 8px;
    width: 100px;
    height: 24px;
    padding: 8px;
    color: #d40300;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    border: 2px solid #d40300;
    font-size: 18px;
    font-weight: 800;
  }
  section.product_common .spec_content .product-image-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  section.product_common .spec_content .product-image-wrapper #product-image {
    margin: 24px auto;
    width: 60%;
  }
  section.product_common .spec_content #subkey-radio {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(40px);
    margin-bottom: 40px;
  }
  section.product_common .spec_content #subkey-radio input[type=radio] {
    display: none; /* ラジオボタンを非表示にする */
  }
  section.product_common .spec_content #subkey-radio input[type=radio]:checked + label {
    background: transparent; /* マウス選択時の背景色を指定する */
    color: black; /* マウス選択時のフォント色を指定する */
    opacity: 1;
  }
  section.product_common .spec_content #subkey-radio label {
    display: block;
    margin: 0px 8px;
    width: 200px;
    height: 32px;
    padding: 0px;
    color: black;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    border: transparent;
    font-size: 18px;
    font-weight: 800;
    opacity: 0.2;
    position: relative;
  }
  section.product_common .spec_content #subkey-radio label::before {
    content: "";
    height: 20px;
    width: 60px;
    transform: translateY(-25%);
    position: absolute;
    right: 105%;
    top: 50%;
  }
  section.product_common .spec_content #subkey-radio label[for=subkey-silver]::before {
    background-image: url(../bf150/images/aquamarine-silver.svg);
  }
  section.product_common .spec_content #subkey-radio label[for=subkey-white]::before {
    right: 100%;
    background-image: url(../bf150/images/grand-prix-white.svg);
  }
  section.product_common .spec_content #subkey-radio label[for=subkey-swhite]::before {
    right: 100%;
    background-image: url(../bf250/images/sporty-white.svg);
  }
  section.product_common .spec_content #spec-table table {
    width: 100%;
  }
  section.product_common .spec_content #spec-table table th, section.product_common .spec_content #spec-table table tr, section.product_common .spec_content #spec-table table td {
    border: 2px solid #3c3d44;
    text-align: start;
    vertical-align: middle;
  }
  section.product_common .spec_content #spec-table table th {
    padding: 24px 16px;
  }
  section.product_common .spec_content #spec-table table td {
    padding: 8px 24px;
  }
  section.product_common .spec_content #spec-table table tbody tr {
    background-color: #f3f4f5;
  }
  section.product_common .spec_content #spec-table table tbody tr:nth-child(even) {
    background-color: white;
  }
  section.product_common .spec_content #spec-table table tbody th, section.product_common .spec_content #spec-table table tbody td {
    font-size: 16px;
    font-weight: 800;
  }
  section.product_common .spec_content #spec-table table tbody td:nth-child(even) {
    width: 50%;
  }
  section.product_common .spec_content .product_caution {
    margin-top: 16px;
  }
  section.product_common .spec_content .product_caution li {
    font-size: 14px;
    line-height: 18px;
  }
  section.product_common .spec_content .more-btn {
    border: 1px solid #df0000;
    margin: 40px auto 0;
    width: min(300px, 80%);
  }
  section.product_common .spec_content .more-btn a {
    color: #df0000;
    display: block;
    text-align: start;
    text-decoration: none;
    transition: all 0.6s;
    font-weight: 700;
    background-image: url(../../images/next-arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 24px center;
    padding: 24px;
  }
  section.product_common .spec_content.bf60 label {
    height: 46px;
  }
  .breadcrumb {
    width: 100%;
    margin: 0;
  }
  section.product_common h3:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 56px;
    margin-left: 16px;
    background-color: #d40300;
    left: 0;
  }
  section.product_common .product-catch:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 64px;
    margin-left: 40px;
    background-color: #d40300;
    left: 0;
  }
  .feature-container {
    display: flex;
    /* justify-content: center; */
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 1146px;
    margin-bottom: 16px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .feature-item {
    width: 334px;
    min-width: 334px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }
  .feature-item .feature-point h4 {
    color: black;
    font-size: 22px;
    font-weight: 600;
    height: 60px;
  }
  .feature-item .feature-point h4 span {
    color: #d40300;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
  .feature-item .feature-point h4 p {
    font-size: 16px;
  }
  .feature-item img {
    padding: 16px 0 32px;
    width: 100%;
  }
  .feature-item .txt-block {
    padding: 8px 0;
    display: flex;
    width: 100%;
    color: black;
    font-size: 16px;
    line-height: 21px;
    /* width: 100%; */
  }
  .feature-item .feature-container::-webkit-scrollbar {
    display: none;
  }
  .feature-arrow-btn {
    height: min(60px, 15vw);
    width: min(60px, 15vw);
    background-color: transparent;
    border-width: 0;
  }
  .feature-arrow-btn img {
    width: 100%;
  }
  .feature-arrow-btn.prev-mv-btn {
    position: absolute;
    top: 94%;
    left: initial;
    right: calc(2% + 70px);
  }
  .feature-arrow-btn.next-mv-btn {
    position: absolute;
    top: 94%;
    right: 2%;
  }
  .feature-arrow-btn:disabled {
    opacity: 0.5;
  }
  .feature-arrow-btn:not(:disabled) {
    opacity: 1;
  }
  .simplebar-content-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
}
/*以下消さないこと*/
.simplebar-content-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  background: transparent;
  display: none !important;
}/*# sourceMappingURL=style.css.map */