@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
html {
  width: 100%;
  scroll-behavior: smooth;
      scroll-padding-top: 110px;
}
body {
  font-size: clamp(14px, 1.2vw, 16px);
  font-family: "Shippori Mincho", serif;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #FFFFFF;
  line-height: 1.8;
  text-align: justify;
  font-weight: 400;
  overflow-x: hidden;
  animation: fadeIn 1s ease 0s 1 normal;
}
p {
  text-align: justify;
}
*, *:before, *:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease;
}
a:hover {
  color: #333 text-decoration: none;
}
.pc_no {
  display: none !important;
}

/* FLEX */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* header
----------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  padding-right: 3vw;
  padding-left: 3vw;
  padding-bottom: 0;
  box-sizing: border-box;
 background: rgba(255, 255, 255, 0.94);
    z-index: 9999;
}
.logo {
  margin: 0;
  width: 230px;
  display: flex;
  align-items: center;
}
.logo a {
  display: flex;
  align-items: center;
}
.logo img {
  margin: 0;
  width: auto;
  height: 32px;
}
.gnav {
  margin-left: auto;
}
.menu_box {
  display: flex;
  align-items: center;
}
.menu_box li {
  border-left: 1px solid #222;
}
.menu_box li:last-child {
  border-right: 1px solid #222;
}
.menu_box li a {
  display: block;
  padding: 0.45em 2.4em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
.menu_box li a:hover {
  opacity: 0.55;
}
/* first view
----------------------------------- */
.fv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #fff;
}

.fv_inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mizuhiki {
  width: 68px;
  margin-bottom: 28px;
}

.mizuhiki img {
  width: 100%;
  height: auto;
  display: block;
}

.fv h2 {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.22em;
}
/* scroll
----------------------------------- */
.scroll_line {
  position: absolute;
  left: 50%;
  bottom: 52px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scroll_line p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.36em;
  color: #222;
  animation: scrollTextBlink 1.8s ease-in-out infinite;
}
.scroll_line span {
  position: relative;
  display: block;
  width: 1px;
  height: 80px;
  overflow: hidden;
  background: transparent;
}
.scroll_line span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  width: 1px;
  height: 80px;
  background: #222;
  animation: scrollLineMove 1.8s ease-in-out infinite;
}
@keyframes scrollTextBlink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollLineMove {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(160px);
    opacity: 0;
  }
}
/* right sns
----------------------------------- */
.side_sns {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  width: 72px;
}
.side_sns a {
  width: 72px;
    display: flex;
  justify-content: center;
  align-items: center;
}
.side_sns a img {
 width: 34px;
  height: auto;
    margin-left: auto;
    margin-right: auto;

}
.side_sns a:hover {
  opacity: 0.65;
}
/* right contact
----------------------------------- */
.side_contact {
  font-family: "Noto Sans JP", sans-serif;
  width: 72px;
  height: 250px;
  background: #9c9c9c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  writing-mode: vertical-rl;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
  box-sizing: border-box;
    padding-bottom: 10px;
}
.side_contact .mail_icon {
  writing-mode: horizontal-tb;
    font-weight: 400;
  font-size: 42px;
  line-height: 1;
}
.side_contact:hover {
  opacity: 0.75;
}


.top_intro {
  position: relative;
  width: 100%;
  padding-top: 54px;
  padding-right: 0;
  padding-left: 0;
  background: #fff;
}
.top_intro_inner {
  width: min(1040px, 86%);
  margin: 0 auto;
  text-align: center;
}
.top_intro_title {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 32px;
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.24em;
}
.top_intro_text {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 2.4;
    font-weight: 500;
    text-align: center;
}
.top_intro_img {
  width: min(860px, 100%);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.top_intro_img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #fff;
  pointer-events: none;
  transform: translateX(0);
}
/* 画面に入ったら発火 */
.top_intro_img.is-show::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
.top_intro_img img {
  width: 100%;
  height: auto;
  display: block;
}
.box1 {
  width: 100%;
  padding-top: 54px;
  padding-right: 0;
  padding-left: 0;
  background: #fff;
}
.pickup_inner {
  width: min(1200px, 86%);
  margin: 0 auto;
}
/* 見出し */
.sec_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 54px;
}
.sec_title span {
  display: block;
  width: 1px;
  height: 80px;
  background: #222;
}
.sec_title h2 {
  margin: 26px 0;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.26em;
}
/* pickup list */
.pickup_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.pickup_list li a {
  min-height: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-sizing: border-box;
  transition: 0.3s ease;
}
.pickup_list li strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 600;
  line-height: 1;
}
.pickup_list li em {
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: #555;
}
.pickup_kumade a {
  border: 2px solid #d51b39;
}
.pickup_novelty a {
  border: 2px solid #00a9a5;
}
.pickup_yukapita a {
  border: 2px solid #f39800;
}
.pickup_list li a:hover {
  
}
.pickup_kumade a:hover {
  background: #d51b39;
  color: #fff;
}
.pickup_novelty a:hover {
  background: #00a9a5;
  color: #fff;
}
.pickup_yukapita a:hover {
  background: #f39800;
  color: #fff;
}
.pickup_list li a:hover em {
  color: #fff;
}
/* pickup 枠線アニメーション追加
----------------------------------- */

/* 色だけ変数で指定 */
.pickup_kumade {
  --line-color: #d51b39;
}

.pickup_novelty {
  --line-color: #00a9a5;
}

.pickup_yukapita {
  --line-color: #f39800;
}

/* 既存borderを消して、疑似要素で線を描く */
.pickup_list li {
  position: relative;
}

.pickup_list li a {
  position: relative;
  overflow: hidden;
  border: none !important;
}

/* テキストを線より上に */
.pickup_list li a strong,
.pickup_list li a em {
  position: relative;
  z-index: 2;
}

/* 線4本 */
.pickup_list li a::before,
.pickup_list li a::after,
.pickup_list li::before,
.pickup_list li::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: var(--line-color);
  transition: transform 0.45s ease;
}

/* 上線：左上 → 右 */
.pickup_list li a::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
}

/* 右線：右上 → 下 */
.pickup_list li a::after {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top center;
}

/* 下線：右下 → 左 */
.pickup_list li::before {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right center;
}

/* 左線：左下 → 上 */
.pickup_list li::after {
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
}

/* 画面に入ったら線を表示 */
.pickup_list li.is-show a::before {
  transform: scaleX(1);
  transition-delay: 0s;
}

.pickup_list li.is-show a::after {
  transform: scaleY(1);
  transition-delay: 0.35s;
}

.pickup_list li.is-show::before {
  transform: scaleX(1);
  transition-delay: 0.7s;
}

.pickup_list li.is-show::after {
  transform: scaleY(1);
  transition-delay: 1.05s;
}
/* service
----------------------------------- */
.top_service_inner {
  width: min(1180px, 88%);
  margin: 0 auto;
}

.top_service_lead {
  margin: 0 auto 80px;
  text-align: center;
  font-size: 16px;
  line-height: 2.4;
  font-weight: 500;
  letter-spacing: 0.14em;
}
/* service list
----------------------------------- */
.service_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 36px;
  row-gap: 58px;
}
.service_list li {
  text-align: center;
}
.service_icon {
  width: 100px;
  height: auto;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service_list h3 {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 18px;
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.service_list h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #222;
}
.service_list p {
  margin: 0;
  text-align: justify;
  font-size: 16px;
  line-height: 2.1;
  margin-left: 5%;
  margin-right: 5%;
}
/* bana
----------------------------------- */
.bana_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.bana_box1 {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.company_btn_wrap {
  width: min(720px, 86%);
  margin: 120px auto;
}

.company_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  border: 3px solid #d1c2a4;
  background: #fff;
  box-sizing: border-box;
  overflow: visible;
  transition: 0.3s ease;
}

.company_btn_text {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-right: 110px;
}

.company_btn_text strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.24em;
}

.company_btn_text em {
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: #555;
}

.company_btn_img {
  position: absolute;
  right: -24px;
  bottom: -2px;
  z-index: 1;
  width: 250px;
  pointer-events: none;
}

.company_btn_img img {
  width: 100%;
  height: auto;
  display: block;
}

.company_btn:hover {
  opacity: 0.75;
  transform: translateY(-3px);
}
.bana_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 36px;
  row-gap: 36px;
}
.bana_list li {
  text-align: center;
}
/* bana画像 左→右 表示アニメーション
----------------------------------- */

.bana_box1 li {
  position: relative;
  overflow: hidden;
}

.bana_box1 li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #fff;
  transform: translateX(0);
  pointer-events: none;
}

/* 最初は画像を少し隠す */
.bana_box1 li img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(1.04);
}

/* 画面に入ったら発火 */
.bana_box1 li.is-show::before {
  animation: imgCoverLeftToRight 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.bana_box1 li.is-show img {
  animation: imgFadeIn 1.2s ease forwards;
}

@keyframes imgCoverLeftToRight {
  100% {
    transform: translateX(100%);
  }
}

@keyframes imgFadeIn {
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* foot
----------------------------------- */
#footer {
  width: 100%;
  padding: 55px 0 28px;
  background: #727272;
  color: #fff;
  box-sizing: border-box;
    margin-top: 64px;
}

.footer_inner {
  position: relative;
  width: min(1280px, 90%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  column-gap: 80px;
  align-items: start;
}

#footer a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

#footer a:hover {
  opacity: 0.6;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* left nav */
.footer_nav > ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.26em;
  line-height: 1;
  white-space: nowrap;
}

.footer_nav > ul > li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 130px;
  height: 1px;
  margin-right: 28px;
  background: #fff;
}

.footer_nav > ul > li span {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 22px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

/* link list */
.footer_links h3 {
  display: flex;
  align-items: center;
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1;
  white-space: nowrap;
}

.footer_links h3::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 130px;
  height: 1px;
  margin-right: 28px;
  background: #fff;
}

.footer_links ul {
  padding-left: 158px;
}

.footer_links li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  white-space: nowrap;
    margin-left: 160px;
}

/* logo */
.footer_logo {
  grid-column: 1 / 3;
  margin-top: 22px;
  text-align: center;
}

.footer_logo img {
  width: 240px;
  height: auto;
}

.footer_logo p {
  margin: 10px 0 0;
  font-size: 14px;
  letter-spacing: 0.18em;
  line-height: 1;
    text-align: center;
}
/* original
----------------------------------- */
.original_inner {
  width: 100%;
  margin: 0 auto;
}
.original_box {
      border-top: 3px solid #333;
}
.original_box ul {
    width: min(940px, 86%);
  margin: 0 auto;
}
.original_box ul .leftl {
    width: 65%;
      display: flex;
  align-items: center;
    padding-right: 5%;
    font-size: 16px;
    line-height: 2.5;
}
.original_box ul .leftr {
    width: 65%;
      display: flex;
  align-items: center;
    padding-left: 5%;
    font-size: 16px;
    line-height: 2.5;
}
.original_box ul .right {
    width: 35%;
      display: flex;
  align-items: center;
}
.mgb_24 {
    margin-bottom: 24px !important;
}
.top_intro_text2 {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 2.4;
    font-weight: 500;
    text-align: left;
}
.txt_right {
    text-align: right;
    display: block;
    margin-top: 24px;
}
.comp_inner {
  width: min(1200px, 86%);
  margin: 0 auto;
}
.comp_box {
  width: min(1100px, 86%);
  margin: 0 auto;
  border-top: 1px solid #222;
}

.comp_box dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid #222;
}

.comp_box dt {
  padding-left: 34px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.32em;
  line-height: 1.8;
  white-space: nowrap;
}

.comp_box dd {
  margin: 0;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
}


.rec_box {
  width: min(760px, 86%);
  height: 330px;
  margin: 80px auto 120px;
  background: #c8c8c8;
  display: flex;
  align-items: center;
  justify-content: center;
}



.rec_btn {
  width: min(520px, 86%);
  min-height: 82px;
  margin: 0 auto;
  border: 2px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #222;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.22em;
  transition: 0.3s ease;
}

.rec_btn:hover {
  background: #222;
  color: #fff;
  opacity: 1;
}
.fv h2 {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.22em;
}

/* 文字アニメ用 */
.fv h2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(-18px);
  animation: fvTextDown 0.8s ease forwards;
}

@keyframes fvTextDown {
  0% {
    opacity: 0;
    transform: translateY(-18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}