@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%;
}
.breadcrumb-wrapper{
  background-color: #e4e5e6;
  height: 40px;
}
.breadcrumb-list {
  max-width: 1146px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.breadcrumb-list ol {
  background-color: #e4e5e6;
  display: flex;
  margin: 0 8px;
}
.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;
}
@media screen and (max-width: 1025px) {
  .breadcrumb-list ol {
    background-color: #e4e5e6;
    display: flex;
    margin-left: 10px;
  }
}
/* .pagetopbtn {
  display: none;
  bottom: 30px;
  cursor: pointer;
  width: 66px;
  height: 66px;
  position: fixed;
  right: 30px;
  z-index: 1100;
}

.pagetopbtn img {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.pagetopbtn img:hover {
  opacity: 1;
} */
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .m_header {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    height: 69px;
    background-color: #000;
    width: 100%;
    z-index: 100;
  }
  .m_header .m-logo {
    /* height: 38px; */
    display: block;
    margin: auto;
    padding: 20px 0;
    width: 117px;
  }
  .m_header .m-logo img {
    height: auto;
    width: 100%;
  }
  .hamburger {
    position: absolute;
    left: 13px;
    top: 26px;
    width: 30px;
    height: 24px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hamburger span {
    background-color: #df0000;
    height: 4px;
    width: 100%;
  }

  /* .faq-accordion {
    max-width: 1040px;
    background-color: #f2f2f2;
    margin: 0 auto;
  }

  .faq-accordion:not([open]) {
    margin-bottom: 16px;
  }

  .faq-accordion summary {
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 40px;
    background-color: #ffffff;
    color: #000;
    font-weight: 600;
    font-size: 22px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 40px center;
  }
  .faq-accordion summary span {
    color: #df0000;
    font-style: bold;
  }

  .faq-accordion:not([open]) summary {
    background-image: url(../images/accordion-plus.svg);
  }
  .faq-accordion[open] summary {
    background-image: url(../images/accordion-minus.svg);
  }

  .faq-accordion summary::-webkit-details-marker {
    display: none;
  }

  .faq-accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 24px 40px;
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    transition: transform 0.5s, opacity 0.5s;
  }

  .faq-accordion p span {
    color: #df0000;
  }

  .faq-accordion[open] p {
    transform: none;
    opacity: 1;
    margin-bottom: 16px;
    background-color: #d7d8da;
  } */
  #contents {
    /* position: sticky !important;
    top: 0;
    height: 0px;
    z-index: 100; */
  }
  .wrap_content {
    width: 100%;
    height: 100%;
  }
  .sp-header-menu {
    /* position: fixed; */
    z-index: 100;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0%;
    transform: translateY(100%);
    background-color: white;
    transition: 0.5s;
    width: 100%;
    height: calc(100vh - 69px);
    padding: 32px 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .sp-header-sec {
    padding: 0 25px;
    width: 100%;
    display: block;
  }
  .header-menu-title {
    position: relative;
    display: block;
    width: 100%;
    padding: 16px 0;
    font-size: 24px;
    border-width: 1px 0;
    border-color: #d7d8da;
    border-style: solid;
  }
  .header-menu-title::marker {
    display: none;
  }
  .header-menu-title:not(.header-news)::before {
    content: "";
    position: absolute;
    display: block;
    right: 53px;
    transform: translateY(0%);
    top: calc(50% - 5.5px);
    width: 2px;
    height: 13px;
    background-color: #000;
    transition: 0.3s;
  }
  .header-menu-title:not(.header-news)::after {
    content: "";
    position: absolute;
    display: block;
    right: 48px;
    top: calc(50%);
    width: 13px;
    height: 2px;
    background-color: #000;
  }
  .sp-header-sec[open] .header-menu-title::before {
    transform: rotate(90deg);
  }
  .header-menu-sub {
    position: relative;
    display: block;
    width: cac(100% - 24px);
    padding: 16px 0;
    margin-left: 24px;
    font-size: 14px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #d7d8da;
    text-decoration: none;
    color: black;
  }
  .header-menu-sub::after {
    content: "";
    position: absolute;
    display: block;
    right: 48px;
    transform: translateY(-50%);
    top: 50%;
    width: 7px;
    height: 12px;
    background-image: url(/marine/images/header-list-arrow.svg);
    background-repeat: no-repeat;
  }
  .header-menu-sub.new-tab-icon::after{
    width: 16px;
    height: 16px;
    background-image: url(/marine/images/new-tab.svg);
  }
  .header-menu-sub.pdf-icon::after{
    width: 16px;
    height: 16px;
    background-image: url(/marine/images/pdf-icon.svg);
  }
  .header-news {
    border-width: 1px 0 0 0;
    text-decoration: none;
    color: black;
  }
  .header-news::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    width: 8px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url(/marine/images/header-list-arrow-bold.svg);
  }
  .sp-header-sec a:nth-last-child(1) {
    border-width: 0;
  }
  .sp-header-menu .info-wrapper {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
  /* #contents {
    position: sticky !important;
    top: 0;
    height: 0px;
    z-index: 100;
  } */
  #marine_content {
    background: #f2f0f0;
    position: relative;
    width: 100%;
  }

  .wrap_content {
    margin: 0 auto;
    position: static;
    max-width: 1146px;
    height: 100%;
    max-width: 1146px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .wrap_content.gear-oil-contents{
    display: inherit;
  } 

  .m_header {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    height: 80px;
    background-color: #000;
    width: 100%;
    z-index: 100;
  }

  .m_header .m-logo {
    height: 38px;
    /* margin: 0 auto; */
    padding-top: 20px;
    width: 136px;
  }

  .m_header .m-logo img {
    height: auto;
    width: 100%;
  }

  .wrap_content .m-header-menu {
    display: flex;
    color: white;
    /* position: absolute; */
    right: 0;
    top: 0;
    height: 100%;
  }

  .wrap_content .m-header-menu li a {
    text-decoration: none;
    color: white;
    display: flex;
    /* position: relative; */
    padding: 30px 16px 30px 0px;
    margin: 0 8px 0 16px;
    transform: translateY(0%);
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 800;
  }
  .wrap_content .m-header-menu li {
    /* display: flex;
    position: relative;
    padding: 32px 0 32px;
    margin: 0 24px 0 16px;
    transform: translateY(0%);
    cursor: pointer;
    transition: 0.3s; */
    /* position: relative; */
  }
  .wrap_content .m-header-menu li a:not(.modal-contents-container)::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #df0000;
    transition: 0.5s;
    margin: auto;
  }
  .wrap_content .m-header-menu li:hover a::before {
    width: 100%;
  }

  .wrap_content .m-header-menu li:nth-child(4) {
    /* margin: auto 8px auto 20px; */
  }
  .wrap_content .m-header-menu li .plus {
    margin: auto 0 auto 8px;
    position: relative;
    top: -40px;
  }
  .wrap_content .m-header-menu li .horizontal {
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 38px;
    transition: 0.3s;
  }
  .wrap_content .m-header-menu li .vertical {
    display: block;
    width: 2px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    right: -8px;
    top: 32px;
    transition: 0.3s;
  }

  .wrap_content .m-header-menu li.hovered a {
    color: #df0000;
  }
  .wrap_content .m-header-menu li.hovered > .modal {
    opacity: 1;
    pointer-events: painted;
  }
  .modal-title,
  .contents-explain {
    color: black;
  }
  .wrap_content .m-header-menu li:hover .horizontal {
    background-color: #df0000;
  }
  .wrap_content .m-header-menu li:hover .vertical {
    /* opacity: 0; */
    transform: rotate(90deg);
  }
  .header-news .arrow {
    position: absolute;
    right: -8px;
    display: block;
    width: 14px;
    height: 14px;
    /* background-image: url(../../images/header-arrow.svg); */
    background-size: contain;
    background-repeat: no-repeat;
  }
  .icon {
    width: 48px;
    height: auto;
  }

  .path {
    transition: fill 0.5s;
    fill: #fff;
  }

  .header-news:hover .path {
    fill: #df0000;
  }
  .header-news .arrow svg {
    width: 100%;
  }
  .wrap_content .m-header-menu li .hover-underline {
    margin-left: 0px;
    display: block;
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0px;
    background-color: #df0000;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    transform: translateX(-50%);
    left: calc(50% + 8px);
  }
  .wrap_content .m-header-menu li:hover .hover-underline {
    width: calc(100% + 16px);
  }

  .wrap_content .m-header-menu li:hover .hover-underline {
    opacity: 1;
  }

  .modal-manager {
    height: 100vh;
    width: 100%;
    /* display: none; */
    /* background-color: #f1f2f3; */
  }

  .modal {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0%;
    transform: translateY(100%);
    /* height: 200px; */
    width: 100vw;
    z-index: 99;
    display: flex;
    opacity: 0;
    pointer-events: none;
    background-color: white;
    transition: 0.5s;
  }
  .modal .modal-title {
    width: 252px;
    margin-top: 40px;
    margin-left: 104px;
    font-size: 24px;
  }
  .modal .modal-contents {
    display: flex;
    position: relative;
    width: 75%;
    justify-content: end;
    margin-bottom: 16px;
    margin: 0 auto 16px auto;
    /* background-color: #000; */
  }
  .modal .modal-contents .modal-contents-wrapper {
    /* position: absolute; */
    display: flex;
    margin-top: 40px;
    /* padding-left: 110px; */
    flex-wrap: wrap;
  }
  .modal .modal-contents .modal-contents-container {
    justify-content: space-between;
    display: flex;
    width: 28%;
    margin-right: 32px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    cursor: pointer;
  }
  .modal .modal-contents .modal-contents-container img {
    width: 100%;
    margin-bottom: 8px;
  }
  .modal .modal-contents .modal-contents-container .modal-explain {
    font-size: 14px;
    cursor: pointer;
  }
  .modal-products {
  }
  .modal-machine {
  }
  .modal-story {
  }
  .modal-support {
  }

  /* menu */
  /* .menu-trigger,
  .menu-trigger span {
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.4s;
  }

  .menu-trigger {
    height: 24px;
    position: absolute;
    right: 28px;
    top: 28px;
    width: 30px;
  }

  .menu-trigger span {
    background-color: #ef0009;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  } */

  /*
	--------------パンくずメニュー
	*/
  .breadcrumb {
    background: #e7e9ea;
    color: #525358;
    height: 48px;
    width: 100%;
    padding: 0;
  }

  .breadcrumb .breadcrumb_inner {
    font-size: 12px;
    margin: 0 auto;
    width: 980px;
  }

  .breadcrumb .breadcrumb_inner a:before,
  .breadcrumb .breadcrumb_inner p:before {
    background: url(/marine/common/images/breadcrumb_arrow.png) no-repeat;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    width: 5px;
  }

  .breadcrumb .breadcrumb_inner a,
  .breadcrumb .breadcrumb_inner p {
    color: #525358;
    display: inline-block;
    line-height: 48px;
    margin-right: 8px;
    font-size: 18px;
    text-decoration: none;
  }

  .breadcrumb .breadcrumb_inner a:hover {
    text-decoration: underline;
  }

  /*
	--------------コンテンツ背景
	*/
  .content_wrap {
    background: #f2f0f0;
  }

  /*
	--------------ハンバーガーメニュー
	*/
  #gnavi-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 45, 66, 0.9);
    opacity: 0;
    display: none;
    z-index: 10000;
    transition: opacity 0.2s linear;
  }

  #gnavi-container .inner-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
  }

  .g_navi_wrap {
    height: 100%;
    padding: 30px 0 !important;
    text-align: center;
    width: 100%;
  }

  .g_navi_wrap a {
    color: #fff;
    display: block;
    font-size: 19px;
    font-weight: 700;
    margin: 20px 0;
    text-decoration: none;
  }

  .g_navi_wrap .gnavi_close {
    margin-top: 100px;
    cursor: pointer;
  }

  /*
	--------------BF2の使い方PDF部分　//2023-04-18追加
	*/
  .bf2_footer {
    padding: 75px 0;
    width: 100%;
  }

  .bf2_footer .bf2_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 980px;
  }

  .bf2_menu {
    flex-grow: 1;
    font-size: 17px;
    text-align: center;
    transition: all 0.6s;
  }

  .bf2_menu a {
    color: #333;
    font-weight: 700;
    text-decoration: none;
  }

  .bf2_menu img {
    display: block;
    height: auto;
    margin: 16px auto 0;
    width: 40px;
  }

  .bf2_menu:hover {
    opacity: 0.7;
  }

  /*
	--------------販売店検索等
	*/
  .regulation_footer {
    padding: 75px 0;
    width: 100%;
  }

  .regulation_footer .regulation_wrap {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 0 auto;
    width: 980px;
  }

  .regulation_menu {
    transition: all 0.6s;
    width: 72px;
  }

  .regulation_menu img {
    height: auto;
    width: 100%;
  }

  .regulation_menu:hover {
    opacity: 0.7;
  }

  /*
	--------------404ページ
	*/
  .redirect-image {
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
    background: url(/marine/common/images/404page/pc_bg.jpg) center top no-repeat;
    background-size: cover;
    display: flex;
    height: 400px;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
    position: relative;
    width: 100%;
  }

  .redirect-image p {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 702px;
  }

  .redirect-message {
    color: #47516b;
    font-size: 30px;
    font-weight: 700;
    margin: 60px auto 200px;
    text-align: center;
  }

  .redirect-message span {
    display: block;
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0;
  }

  .redirect-message a {
    color: #6279b8;
    font-weight: 700;
    text-decoration: underline;
  }

  /*
	--------------動画プレイヤー
	*/
  .movie_content {
    height: auto;
    margin: 0 auto 60px;
    text-align: center;
    width: 100%;
  }

  .movie_content .video_player {
    height: auto;
    margin: 0 auto;
    max-width: 730px;
    width: 100%;
  }

  .pagetopbtn {
    display: none;
  }
}
.modal-bg {
  position: absolute;
}
.support-modal {
  position: fixed;
  display: flex;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  top: 0;
  left: 0;
  transition: 0.5s;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .header-menu-wrapper a,
  .header-menu-title {
    text-decoration: none;
    color: black;
  }

  .info-container {
    display: block;
    width: 100%;
    height: 660px;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  h3.info-container-title {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 32px;
    margin-top: 48px;
    text-align: center;
  }

  h3.info-container-title .sub {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-top: 0.5em;
    color: #df0000;
  }

  .info-wrapper {
    max-width: 1040px;
    /* height: 444px; */
    /* background-color: #df0000; */
    margin: 0 auto;
  }
  .info-container .info-wrapper .info-item-area {
    width: 100%;
    height: 70%;
    position: absolute;
    top: 20%;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-end;
    align-content: space-around;
  }

  .info-wrapper .info-items {
    position: relative;
    width: 320px;
    height: 202px;
    background-color: #e4e5e6;
  }
  .info-wrapper .info-items:nth-child(2n) {
    background-color: #d7d8da;
  }
  .info-wrapper .info-items .info-img {
    width: 130px;
    height: 112px;
    margin: 12px auto;
    display: flex;
    align-self: center;
  }
  .info-wrapper .info-items .info-title {
    width: max-content;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    bottom: 26px;
    display: flex;
    text-align: center;
    color: #df0000;
    font-family: 700;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
  }
  .info-wrapper .info-items .info-explain {
    width: max-content;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    bottom: 9.375%;
    display: flex;
    text-align: center;
    font-family: 700;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #505157;
  }
  .info-wrapper .info-items .info-title .info-icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
  .info-wrapper .info-items:nth-child(2) .info-title .info-icon {
    position: absolute;
    right: 12%;
    top: 45%;
  }
  .support-modal .modal-bg {
    background-color: #00000080;
    height: 100%;
    width: 100%;
  }
  .support-modal .modal-close {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 50px;
    cursor: pointer;
    transition: 0.3s;
  }
  .support-modal .modal-close:hover {
    opacity: 0.7;
  }
  .support-modal .info-wrapper {
    height: 100%;
    width: 100%;
    background-color: white;
    /* align-content: space-between;
  justify-content: space-evenly; */
  }
  .info-container-title {
    position: absolute;
  }
  .support-modal .info-wrapper .info-item-area .info-items {
    position: relative;
    width: 30%;
    height: 45%;
    max-width: 320px;
    aspect-ratio: 320/202 !important;
    background-color: #e4e5e6;
  }
  .support-modal .info-wrapper .info-items .info-title {
    bottom: 16px;
  }
  .support-modal .info-wrapper .info-items:nth-child(2n) {
    background-color: #d7d8da;
  }
  .contents_banner_area{
    margin: 0 auto;
    width: 100%;
    /* max-width: 1146px; */
    background-color: white;
  }
  .contents_banner_wrapper{
    width: 100%;
    max-width: 1146px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
  .contents_banner_wrapper.two_columns{
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
  }
  .contents_banner_wrapper a{
    width: 100%;
    padding: 0 16px;
  }
  .contents_banner_wrapper.two_columns a{
    width: 400px;
    padding: 16px 16px;
  }
  .contents_banner_wrapper a img{
    width: 100%;
  }
}


@media screen and (max-width: 1024px) {
  h3.info-container-title {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 32px;
    margin-top: 2.5rem;
    text-align: center;
  }

  h3.info-container-title .sub {
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-top: 0.5em;
    color: #df0000;
  }
  .info-wrapper {
    max-width: 1040px;
    /* height: 444px; */
    /* background-color: #df0000; */
    margin: 0 auto;
  }
  .info-container .info-wrapper .info-item-area {
    width: 100%;
    height: 70%;
    position: absolute;
    top: 21%;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-end;
    align-content: space-around;
  }

  .info-container .info-wrapper .info-items {
    position: relative;
    width: 320px;
    height: 202px;
    background-color: #e4e5e6;
  }
  .info-container .info-wrapper .info-items:nth-child(2n) {
    background-color: #d7d8da;
  }
  .info-container .info-wrapper .info-items .info-img {
    height: 60%;
    /* height: 112px; */
    margin: 0.5rem auto;
    display: flex;
    align-self: center;
  }
  .info-container .info-wrapper .info-items .info-title {
    width: max-content;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    top: 70%;
    display: flex;
    text-align: center;
    color: #df0000;
    font-weight: 700;
    align-items: center;
    font-size: clamp(10px, 2vw, 18px);
    line-height: clamp(15px, 3vw, 20px);
  }
  .info-container .info-wrapper .info-items .info-explain {
    width: max-content;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    bottom: 9.375%;
    display: flex;
    text-align: center;
    font-weight: 700;
    align-items: center;
    font-size: 11px;
    line-height: 24px;
    color: #505157;
  }
  .info-container .info-wrapper .info-items .info-title .info-icon {
    width: clamp(12px, 1.5vw, 24px);
    height: clamp(12px, 1.5vw, 24px);
    margin-left: 4px;
  }
  .info-container .info-wrapper .info-items:nth-child(2) .info-title .info-icon {
    position: absolute;
    right: 12%;
    bottom: calc(195% - 7vh);
  }
  .portable-first-btn-wrapper .detail-wrapper .more-btn a,
  .portable-first-btn-wrapper .detail-wrapper .operation-btn a {
    width: 80%;
    max-width: 240px;
    margin: 32px auto 8px;
  }
  .support-modal {
    position: fixed;
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    bottom: 0;
    left: 0;
    transition: 0.5s;
  }
  .support-modal .modal-bg {
    background-color: #00000080;
    height: 100%;
    width: 100%;
  }
  .support-modal .modal-close {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 30px;
  }
  .support-modal .info-wrapper {
    width: 90%;
    /* max-width: 1200px; */
    height: 75%;
    padding: 0px 0;
    /* margin: 40px auto; */
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: white;
    align-content: space-between;
    justify-content: space-around;
  }
  .support-modal .info-wrapper .info-items {
    position: relative;
    width: 45%;
    height: 30%;
    max-width: 320px;
    aspect-ratio: 320/202 !important;
    background-color: #e4e5e6;
  }
  .support-modal .info-wrapper .info-items .info-title {
    bottom: 0.5rem;
  }
  .support-modal .info-wrapper .info-items:nth-child(2n) {
    background-color: #d7d8da;
  }
  .marine-jbia {
    padding-bottom: 56px !important;
  }
  .contents_banner_area{
    margin: 0 auto;
    width: 100%;
    max-width: 1146px;
    background-color: white;
  }
  .contents_banner_wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .contents_banner_wrapper a{
    width: 100%;
    padding: 16px 32px;
  }
  .contents_banner_wrapper a img{
    width: 100%;
  }
}
.g_navi_wrap{
  display: none;
}