@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .link_wrap a {
    margin: 0 auto;
    width: 71.01%;
    height: 48px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #009B77;
  }
  .link_wrap a span {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .inner_wrap {
    width: 74.57%;
    max-width: 1044px;
    margin: 0 auto;
    padding: 0;
  }
  .link_wrap a {
    width: 56.33%;
    max-width: 200px;
    /* height: 48px; */
    aspect-ratio: 1/0.24;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #009B77;
    transition: all .3s;
  }
  .link_wrap a:hover {
    background-color: #008969;
  }
  .link_wrap a span {
    font-size: 1.07vw;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
  }
}

@media screen and (min-width: 1400px) {
  .link_wrap a span {
    font-size: 15px;
  }
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
.mv_wrap .slick-initialized .slick-slide {
  font-size: 0;
  border: none;
  margin: 0;
}
.mv_img_wrap figure {
  margin: 0;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

@media screen and (max-width: 767px) {
  .mv_wrap {
    position: relative;
  }
  .mv_img_wrap img {
    width: 100%;
  }
  .mv_img_wrap .slick-dots {
    bottom: 24px;
  }
  .mv_img_wrap .slick-dots li {
    height: 9px;
    width: 9px;
    margin: 0 10px;
  }
  .mv_img_wrap .slick-dots li button {
    height: 9px;
    width: 9px;
  }
  .mv_img_wrap .slick-dots li button:before {
    height: 9px;
    width: 9px;
    opacity: .3;
    color: #fff;
  }
  .mv_img_wrap .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  .mv_text_wrap {
    width: 92%;
    position: absolute;
    bottom: 74px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .mv_text_wrap strong {
    display: block;
    font-size: 1.6rem;
    line-height: 1.81;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .mv_text_wrap h1 {
    margin: 15px auto 0;
    width: 60.86%;
    max-width: 280px;
  }
  .mv_text_wrap h1 img {
    width: 100%;
  }
  .mv_text_wrap .link_wrap {
    margin-top: 47px;
  }
}

@media screen and (min-width: 768px) {
  .mv_wrap {
    position: relative;
  }
  .mv_img_wrap img {
    width: 100%;
  }
  .mv_img_wrap .slick-dots {
    bottom: 24px;
  }
  .mv_img_wrap .slick-dots li {
    height: 9px;
    width: 9px;
    margin: 0 10px;
  }
  .mv_img_wrap .slick-dots li button {
    height: 9px;
    width: 9px;
  }
  .mv_img_wrap .slick-dots li button:before {
    height: 9px;
    width: 9px;
    opacity: .3;
    color: #fff;
  }
  .mv_img_wrap .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  .mv_text_wrap {
    /* width: 25.3%; */
    width: 25.35vw;
    max-width: 355px;
    margin-top: 3px;
    position: absolute;
    top: 50%;
    left: calc(50% - 6.3%);
    transform: translate(-100%, -50%);
    z-index: 1;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .mv_text_wrap strong {
    display: block;
    font-size: 1.57vw;
    line-height: 1.81;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #fff;
  }
  .mv_text_wrap h1 {
    margin: 23px 0 0;
    width: 78.87%;
    max-width: 280px;
  }
  .mv_text_wrap h1 img {
    width: 100%;
  }
  .mv_text_wrap .link_wrap {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1400px) {
  .mv_text_wrap strong {
    font-size: 22px;
  }
}

/* -----------------------------------------------
about_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .about_wrap {
    padding: 48px 0 63px;
    background-image: url(../img/top/about_bg_sp.jpg?202306201512);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .about_wrap .sec_heading strong {
    color: #fff;
  }
  .about_wrap .sec_heading h2 {
    color: #fff;
    margin-top: 14px;
  }
  .about_wrap .text p {
    margin-top: 32px;
    font-size: 1.4rem;
    line-height: 1.78;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #fff;
  }
  .about_wrap .sec_fx .text .link_wrap {
    margin-top: 26px;
  }
  .about_wrap .sec_fx .text .link_wrap a {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .about_wrap .sec_fx .text .link_wrap a span {
    font-size: 1.3rem;
  }
  .about_wrap .sec_fx .text .link_wrap a:hover {
    background-color: #fff;
  }
  .about_wrap .sec_fx .text .link_wrap a:hover span {
    color: #000;
  }
  .about_wrap .sec_fx .img {
    width: 100%;
    margin-top: 28px;
  }
  .about_wrap .sec_fx .img img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .about_wrap {
    padding: 96px 0 118px;
    background-image: url(../img/top/about_bg_pc.jpg?202306201512);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .about_wrap .sec_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .about_wrap .sec_fx .text {
    width: 42.33%;
  }
  .about_wrap .sec_heading strong {
    color: #fff;
  }
  .about_wrap .sec_heading h2 {
    color: #fff;
  }
  .about_wrap .text p {
    margin-top: 40px;
    font-size: 1.3rem;
    line-height: 1.76;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .about_wrap .sec_fx .text .link_wrap {
    margin-top: 48px;
  }
  .about_wrap .sec_fx .text .link_wrap a {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .about_wrap .sec_fx .text .link_wrap a span {
    font-size: 1.3rem;
  }
  .about_wrap .sec_fx .text .link_wrap a:hover {
    background-color: #fff;
  }
  .about_wrap .sec_fx .text .link_wrap a:hover span {
    color: #000;
  }
  .about_wrap .sec_fx .img {
    width: 39.75%;
  }
  .about_wrap .sec_fx .img img {
    width: 100%;
  }
}

/* -----------------------------------------------
product_wrap
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .product_wrap .product_item {
    padding: 28px 0 48px;
  }
  .product_wrap .item_inner {
    width: 92%;
    margin: 0 auto;
    position: relative;
  }
  .product_wrap .product_item_duo {
    background-color: #E0E1E8;
    position: relative;
  }
  .product_wrap .product_item_duo::before {
    content: '';
    width: 85.6%;
    max-height: 90%;
    aspect-ratio: 1/0.872;
    background-image: url(../img/top/sonihull_duo_bg_sp.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: calc(50% - 42px);
    transform: translateY(-50%);
  }
  .product_wrap .product_item_quad {
    background-color: #D7D8E0;
    position: relative;
  }
  .product_wrap .product_item_quad::before {
    content: '';
    width: 108.8%;
    max-height: 90%;
    aspect-ratio: 1/0.931;
    background-image: url(../img/top/sonihull_quad_bg_sp.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% + 14px);
    left: calc(50% - 8px);
    transform: translateY(-50%);
  }
  .product_wrap .product_item .img {
    width: 62.89%;
    margin: 0 auto;
  }
  .product_wrap .product_item .img img {
    width: 100%;
  }
  .product_wrap .product_item .text {
    margin-top: 2px;
    text-align: center;
  }
  .product_wrap .product_item .text h2 span.en {
    font-size: 2.6rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    display: block;
  }
  .product_wrap .product_item .text h2 span.ja {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #888888;
    display: block;
  }
  .product_wrap .product_item .text .product_size {
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #333333;
  }
  .product_wrap .product_item .text .product_desc {
    margin-top: 9px;
    font-size: 1.3rem;
    line-height: 1.76;
    letter-spacing: 0.05em;
    color: #333333;
  }
  .product_wrap .product_item .text .link_wrap {
    margin-top: 20px;
  }
  .product_wrap .product_item .text .link_wrap a {
    margin: 0 auto;
    width: 51.81%;
    max-width: 228px;
    aspect-ratio: 1/0.228;
    /* height: 52px; */
  }
}

@media screen and (min-width: 768px) {
  .product_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .product_wrap .product_item {
    width: 50%;
    padding: 73px 0 112px;
  }
  .product_wrap .item_inner {
    width: 62.85%;
    max-width: 440px;
    z-index: 1;
    position: relative;
  }
  .product_wrap .product_item_duo {
    background-color: #E0E1E8;
    position: relative;
  }
  .product_wrap .product_item_duo::before {
    content: '';
    height: 100%;
    aspect-ratio: 1/1.4;
    background-image: url(../img/top/sonihull_duo_bg_pc.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: calc(50% - 10px);
    transform: translateY(-50%);
  }
  .product_wrap .product_item_duo .item_inner {
    margin-left: auto;
    margin-right: 12.85%;
  }
  .product_wrap .product_item_quad {
    background-color: #D7D8E0;
    position: relative;
  }
  .product_wrap .product_item_quad::before {
    content: '';
    height: 100%;
    aspect-ratio: 1/1.103;
    background-image: url(../img/top/sonihull_quad_bg_pc.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: calc(50% - 16px);
    transform: translateY(-50%);
  }
  .product_wrap .product_item_quad .item_inner {
    margin-left: 12.85%;
    margin-right: auto;
  }
  .product_wrap .product_item .img {
    width: 69.09%;
    margin: 0 auto;
  }
  .product_wrap .product_item .img img {
    width: 100%;
  }
  .product_wrap .product_item .text {
    margin-top: 17px;
    text-align: center;
  }
  .product_wrap .product_item .text h2 span.en {
    font-size: 2.6rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #555555;
    display: block;
  }
  .product_wrap .product_item .text h2 span.ja {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #888888;
    display: block;
  }
  .product_wrap .product_item .text .product_size {
    margin-top: 21px;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #333333;
  }
  .product_wrap .product_item .text .product_desc {
    margin-top: 9px;
    font-size: 1.3rem;
    line-height: 1.76;
    letter-spacing: 0.05em;
    color: #333333;
  }
  .product_wrap .product_item .text .link_wrap {
    margin-top: 20px;
  }
  .product_wrap .product_item .text .link_wrap a {
    margin: 0 auto;
    width: 51.81%;
    max-width: 228px;
    aspect-ratio: 1/0.228;
    /* height: 52px; */
  }
}

@media screen and (min-width: 1400px) {
  .product_wrap .product_item_duo::before {
    right: 340px;
  }
  .product_wrap .product_item_duo .item_inner {
    margin-right: 90px;
  }
  .product_wrap .product_item_quad::before {
    left: 334px;
  }
  .product_wrap .product_item_quad .item_inner {
    margin-left: 90px;
  }
}

/* -----------------------------------------------
ship_class_wrap
----------------------------------------------- */
.ship_class_wrap .content table {
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .ship_class_wrap {
    padding: 79px 0 0;
  }
  .ship_class_wrap .sec_heading {
    text-align: center;
  }
  .ship_class_wrap .sec_heading strong {
    color: #555555;
  }
  .ship_class_wrap .sec_heading h2 {
    margin-top: 11px;
    color: #888888;
  }
  .ship_class_wrap .content {
    max-width: 796px;
    margin: 46px auto 0;
  }
  .ship_class_wrap .content table {
    width: 100%;
  }
  .ship_class_wrap .content tr > * {
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
  }
  .ship_class_wrap .content tr > *:first-child {
    width: 9.27%;
  }
  .ship_class_wrap .content tr > *:nth-child(2) {
    width: 45.5%;
  }
  .ship_class_wrap .content tr > *:last-child {
    width: 45.5%;
    border-right: 1px solid #DEDEDE;
  }
  .ship_class_wrap .content tr:first-child > * {
    border-top: 1px solid #DEDEDE;
  }
  .ship_class_wrap .content tr:first-child > *:first-child {
    border-top: none;
    border-left: none;
  }
  .ship_class_wrap .product_heading {
    background-color: #555555;
    color: #fff;
    height: 117px;
  }
  .ship_class_wrap .product_heading strong {
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .ship_class_wrap .product_heading p {
    margin-top: 16px;
    font-size: 1.1rem;
    line-height: 1.63;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
  .ship_class_wrap .class_heading {
    height: 166px;
    background-color: #EBEBEB;
  }
  .ship_class_wrap .class_heading span {
    color: #555555;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space:nowrap;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .ship_class_wrap tr:nth-child(2) td,
  .ship_class_wrap tr:nth-child(3) td {
    padding: 17px 0;
  }
  .ship_class_wrap tr:nth-child(4) td {
    padding: 22px 0;
  }
  .ship_class_wrap td .img {
    width: 82.58%;
    max-width: 128px;
    margin: 0 auto;
  }
  .ship_class_wrap td .img img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .ship_class_wrap {
    padding: 79px 0 80px;
    position: relative;
  }
  .ship_class_wrap::after {
    content: '';
    width: 85.71%;
    max-width: 1200px;
    height: 1px;
    background-color: #DEDEDE;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .ship_class_wrap .sec_heading {
    text-align: center;
  }
  .ship_class_wrap .sec_heading strong {
    color: #555555;
  }
  .ship_class_wrap .sec_heading h2 {
    margin-top: 11px;
    color: #888888;
  }
  .ship_class_wrap .content {
    max-width: 796px;
    margin: 46px auto 0;
  }
  .ship_class_wrap .content table {
    width: 100%;
  }
  .ship_class_wrap .content tr > * {
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
  }
  .ship_class_wrap .content tr > *:first-child {
    width: 30.52%;
  }
  .ship_class_wrap .content tr > *:nth-child(2) {
    width: 34.67%;
  }
  .ship_class_wrap .content tr > *:last-child {
    width: 34.67%;
    border-right: 1px solid #DEDEDE;
  }
  .ship_class_wrap .content tr:first-child > * {
    border-top: 1px solid #DEDEDE;
  }
  .ship_class_wrap .content tr:first-child > *:first-child {
    border-top: none;
    border-left: none;
  }
  .ship_class_wrap .product_heading {
    height: 88px;
    background-color: #555555;
    color: #fff;
  }
  .ship_class_wrap .product_heading strong {
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .ship_class_wrap .product_heading p {
    margin-top: 7px;
    font-size: 1.2rem;
    line-height: 1.41;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
  .ship_class_wrap .class_heading {
    background-color: #EBEBEB;
    color: #555555;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .ship_class_wrap tr:nth-child(2) td,
  .ship_class_wrap tr:nth-child(3) td {
    padding: 17px 0;
  }
  .ship_class_wrap tr:nth-child(4) td {
    padding: 22px 0;
  }
  .ship_class_wrap td .img {
    width: 46.2%;
    margin: 0 auto;
  }
  .ship_class_wrap td .img img {
    width: 100%;
  }
}

