@charset "UTF-8";

/* ============
common
============ */

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP","Noto sans",Arial, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    font-weight: 400;
    color: black;
    background-color: #ffffff;
    overflow-x: hidden;
}

.section__title {
    color: black;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4.5rem;
    word-wrap: break-word;
    text-align: center;
    padding-top: 100px;
}

.section__decoration {
    color: #333333;
    font-size: 2.4rem;
    font-family: Noto Sans;
    font-weight: 700;
    line-height: 4.5rem;
    word-wrap: break-word;
    margin-top: 10px;
    text-align: center;
}

.fadeIn.animated {
    transform: translate(0, 0);
    opacity: 1;
}

.fadeIn {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}


@media screen and (max-width: 1024px) {
  .section__title {
    font-size: 2.4rem;
    padding-top: 80px;
}

    .section__decoration {
        font-size: 1.6rem;
        line-height: 1.5rem;
}
}

/* ============
header
============ */
.top__header {
    position: fixed;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 10px 2.4% 0;
}

.header__menu {
    padding: 0 2.6%;
}

.burger {
    display: none;
    cursor: pointer;
}

h1 {
    font-size: 1.2rem;
    width: 450px;
    margin-bottom: -10px;
}

.nav__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tradeName_logo img {
    padding-bottom: 10px;
    width: 420px;
}

.header_menu {
    width: 35%;
}

.nav__list ul {
    display: flex;
    gap: 20px;
}

.nav__list ul li {
    color: black;
    font-size: 1.8rem;
    font-weight: 700;
}

.nav__list ul li:hover {
    color: #888888;
    transition: 0.3s ease;
}

.inquiry {
    padding: 15.5px 50px;
    background-color: #0077c2;
    color: #ffffff;
    letter-spacing: 0.05rem;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

.inquiry:hover {
    background-color: #d0e7ff;
    color: #000000;
    transition: 0.3s ease;
}

@media screen and (max-width: 1210px) {

    .top__header {
      position: fixed;
      z-index: 9999;
      background-color: rgba(255, 255, 255, 0.5);
      width: 100%;
    }

    .header_menu {
      padding: 10px 2.2% 2px;
    }

  h1 {
        font-size: 1rem;
        width: 335px;
  }

  .tradeName_logo img {
      width: 70%;
  }

  .slide-menu {
      position: fixed;
      top: 70px;
      left: -100vw;
      width: 100vw;
      height: 100vh;
      max-width: 100vw;
      box-sizing: border-box;
      background-color: #e0e0e0;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: flex-start;
      transition: left 0.3s ease-in-out;
      z-index: 99;
      padding: 2em;
      overflow: scroll;
  }

  .nav__list {
      display: flex;
      font-size: 1.8rem;
      align-items: flex-end;
      height: 60px;
  }

  .nav__list ul li {
      justify-content: center;
      font-size: 1.8rem;
      font-weight: bold;
      padding: 30px;
      color: #000000;
      width: fit-content;
      position: relative;
  }

  .nav__list ul li::before {
      content: '|';
      position: absolute;
      color: #ffffff;
      left: 10px;
  }

  .nav__list ul li:last-child::before {
      content: '';
  }

  .nav__list ul li:last-child {
        padding: 30px 10px;
  }

  /* ハンバーガーメニュー */

  .burger {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 100;
    position: fixed;
    right: 20px;
    top: 17px;
  }

.burger div {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin: 6px;
    transition: all 0.3s;
}

.menu .line1 {
    rotate: 45deg;
    transform: translate(7px, 7px);
}

.menu .line2 {
    opacity: 0;
}

.menu .line3 {
    rotate: -45deg;
    transform: translate(6px, -6px);
}

  /* メニューが開いた時のスタイル */
.slide-menu.active {
    left: 0%;
    align-items: flex-start;
}

   /* バツアイコンのアニメーション */
.burger.active .line1 {
    transform: translateY(9px) rotate(45deg);
}
.burger.active .line2 {
    opacity: 0;
}
.burger.active .line3 {
    transform: translateY(-9px) rotate(-45deg);
}
}
  /* ここまで */

.article__header {
    width: 100vw;
    height: 100vh; /* ←画面高さいっぱいにする */
    overflow: visible; /* ←画像やテキストがはみ出てもOKに */
    position: relative;
  }

.mainvw {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

.mainvw img {
    margin-left: auto;
    margin-right: 0;
    width: 80%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

.mainvw_txt-1 {
    position: absolute;
    top: 27%;
    left: 5vw; /* ←画面の外に突き抜ける */
    color: #333;
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    white-space: nowrap; /* 1行に収めてはみ出しやすく */
    background-color: rgba(255, 255, 255, 0.5);
  }

.mainvw_txt-2 {
    position: absolute;
    top: 35%;
    right: 47vw;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.5);
}

    .mainvw_span {
    font-size: 3vw;
  }

  .sp-br {
    display: none;
  }

@media screen and (max-width:1210px) {

    .mainvw_txt-2 {
    right: 34vw;
    font-size: 4.5vw;
  }
  }

@media screen and (max-width: 768px) {

  .mainvw img {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

.mainvw_txt-1 {
    top: 27%;
    left: 5vw; /* ←画面の外に突き抜ける */
    font-size: 3.5vw;
  }

.mainvw_txt-2 {
    top: 35%;
    right: 14vw;
    font-size: 9vw;
  }

.mainvw_span {
    font-size: 5vw;
  }

.sp-none {
    display: none;
  }

.sp-br {
    display: block;
}
}

/* ABOUT*/

.section__about {
    margin: 0 12.5%;
}

.about__txt {
    line-height: 5rem;
    letter-spacing: 0.24px;
    word-wrap: break-word;
    text-align: left;
    margin: 80px 0 100px;
}

@media screen and (max-width: 1024px) {
  .about__txt {
    margin: 50px 0 80px;
  }

  .section__about {
    margin: 0 10%;
}
}

@media screen and (max-width: 600px) {

  .about__txt {
    line-height: 3rem;
}
}

/* MERIT */

.section__merit {
    padding-bottom: 80px;
    background-color: #888888;
}

.section__merit h2 {
    margin-top: 0;
}

.merit__container {
    display: flex;
    align-items: stretch; /* ←これに変更！ */
    justify-content: center;
    width: 100vw;
    height: 80vh;
    margin-top: 60px;
    padding: 0 8.1%;
}

.merit__img {
    width: 40vw;
    height: 80vh;
    object-fit: cover;
    display: block;
}

.merit__container ul {
    margin-left: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.merit__container ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10%;
}

.merit__icon {
    width: 90px;
}

.merit__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.5rem;
    word-wrap: break-word
}

.merit__txt {
    line-height: 3rem;
    margin-top: 20px;
}

.section__merit--txt {
    margin-left: 40px ;
}

.section__merit--note {
    display: flex;
    margin: 60px 9.1% 0;
    justify-content: center;
    text-align: left;
}

.section__merit--note p {
    font-weight: 700;
    line-height: 2.5rem;
}

@media screen and (max-width: 1024px) {
.merit__container {
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
}

.merit__img {
    width: 100vw;
    height: 50vh;
    object-fit: cover;
    display: block;
}

.merit__container ul {
    margin-left: 0;
}

.merit__container ul li:first-child {
    margin-top: 50px;
}

.merit__container ul li {
    margin-bottom: 5%;
}

.merit__container ul li:last-child {
    margin-bottom: 0;
} 
  
.merit__icon {
    width: 70px;
}

.merit__title {
    font-size: 1.8rem;
}

.merit__txt {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 5px;
}

.section__merit--txt {
    margin-left: 20px ;
}

.section__merit--note {
    margin: 50px 8% 0;
}

.section__merit--note p {
    line-height: 3rem;
}
}

/* CATEGORY */

.section__category {
  background-color: #F5F5F5;
}

.category__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    text-align: center;
    margin: 80px 0;
}

.category__item {
    background-color: #ffffff;
    width: 30%;
    height: auto;
    border: 1px solid #000;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
  }

.category__item img {
    width: 100%;
    height: 170px;
    margin-top: 40px;
    object-fit: cover;
    object-position: 50% 35%;
}

  /* coming soon */

    .category__item .comingSoon {
    position: relative;
}

  .comingSoon::after {
    content: "COMING SOON!";
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
    background: rgba(0, 123, 255, 0.8); /* 青背景（透明感あり） */
    color: #fff; /* 白文字 */
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    pointer-events: none;
}

/* coming soonここまで */

.category__item--title {
    border-bottom: 1px solid #000;
    width: 120px;
    margin: 0 auto;
    color: #333333;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.5;
}

.category__item--txt {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.category__item--txt p {
    color: #333333;
    margin:40px 0;
    text-align: left;
    line-height: 2.5rem;
}

.category__item--btn {
    background-color: #0077c2;
    display: block;            /* ←ここを inline-block → block に変更 */
    width: 180px;              /* 固定幅 */
    margin: 20px auto 0;       /* 中央寄せ */
    padding: 10px 0;           /* 上下のパディングだけにして横幅は固定 */
    text-align: center;
    color: #F5F5F5;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;    /* 幅にパディング込み */
    cursor: pointer;
}

.category__item--btn:hover {
    background-color: #d0e7ff;
    color: #333;
    transition: 0.3s ease;
}

/* ボタンを隠す */
  .category__item--btn.hidden {
    visibility:hidden;
    pointer-events: none;
  }
/* ここまで */


.category__txt {
    text-align: center;
    margin: 0 6.8%;
}

.category__txt p:first-of-type {
    font-size: 2.4rem;
    font-weight: 700;
}

.category__txt p {
    line-height: 3rem;
    text-align: left;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.inquiry__btn {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 80px 0 105px;
}

@media screen and (max-width: 768px) {
    .category__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin: 50px 6.8% 80px;
}

    .category__item {
    width: 100%;
  }

    .category__txt p:first-of-type {
    font-size: 1.8rem;
}
}

/* COMPANY */

.hooter__container {
    background-color: #888888;
}

.section__company {
    background-color: #e0e0e0;
    padding-bottom: 100px;
}

.section__company img {
    width: 70vw;
    height: 500px;
    object-fit: cover; /* 画像の切り抜き方を調整（必要に応じて） */
    display: block;
    margin: 80px auto;
}

.section__company table {
    width: 70vw;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 1.6rem;
    line-height: 1.6;
}

.section__company table th,
.section__company table td {
    padding: 12px 12px;
    text-align: left;
    vertical-align: top;
}

.section__company table th {
    width: 180px;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
}

.section__company table th::after {
    content: "｜";
    color: #000;
    position: absolute;
    right: -10px;
}

.section__company table td ul {
    margin: 0;
    padding-left: 0.2em;
    list-style: disc;
    list-style: none;
}

.inquiry__txt {
    margin-top: 100px;
}

.inquiry__txt p {
    color: black;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.sp-txt-2 {
    display: none;
}

@media screen and (max-width: 768px) {
  .section__company img {
    width: 100vw;
    height: 50vh;
    margin-top: 50px;
  }

  .section__company table {
    width: 90vw;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .section__company table th {
    width: 30%;
    text-align: left;
    vertical-align: top;
  }

  .section__company table td {
    width: 70%;
    text-align: left;
    vertical-align: top;
  }

  .inquiry__txt p {
    font-size: 1.8rem;
}
}

@media screen and (max-width: 600px) {
.sp-txt-2 {
    display: block;
}

.section__company table th::after {
    top: 12px;
}
}

/* hooter */

.footer__container {
    background-color: #888888;
    padding-top: 100px;
}

.tradeName_logo--footer img {
    width: 420px;
    margin-left: 35px;
}

.footer__nav {
    margin: 100px 0 0 35px;
}

.footer__flex {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.footer__flex li {
    position: relative;
    font-weight: 700;
}

.footer__flex li:hover {
    color: #e0e0e0;
}

.footer__flex li::after {
    content: '|';
    color: #000;
    position: absolute;
    right: -20px;
}
 
.scrollTop img {
    display: block;
    margin-left: 90%;
    margin-bottom: 100px;
    filter: drop-shadow(4px 5px 6px #333);
}

.scrollTop img:hover {
    filter: brightness(60%);
}

.footer__img {
    display: block;
    width: 100vw;
    height: 50vh;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 3%, black 30px, black 100%);/* Safari・Chrome向けのベンダープレフィックスで、両方書くのが安心 */
    mask-image: linear-gradient(to bottom, transparent 3%, black 30%, black 100%);
}

.copylight {
    display: block;
    width: 100vw;
    background-color: #000;
}

.copylight p {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    text-align: center;
    padding: 20px 0;
}

@media screen and (max-width: 1024px) {

.footer__container {
    padding-top: 80px;
}

.tradeName_logo--footer img {
    width: 250px;
    margin-left: 35px;
}

.footer__nav {
    margin: 50px 0 0 50px;
}

.footer__flex {
    width: 300px;
    gap: 40px;
    flex-direction: column;
}

.footer__flex li {
    font-size: 1.4rem;
}

.footer__flex li::after {
    left: -10px;
}

.scrollTop img {
    margin-left: 85%;
    margin-bottom: 60px;
}
}