/*
Theme Name: 看板製作　ビーワークス
Theme URI:
Description: Converted from Webflow by WF2WP Converter
Version: 1.0.1776051401753
Author:
Text Domain: wf2wp
*/

/* === Webflow Project CSS (2023-biwakusu.webflow.css) === */
:root {
  --赤: #c81d1d;
  --main-gray: #f2f2f2;
  --文字色-h1系: #272700;
  --背景黄色: #fdffef;
  --yellow: #fbff42;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

a {
  color: #000;
  text-decoration: none;
}

.nav {
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.nav-wrapper {
  z-index: 99;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: fixed;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-logo {
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 2%;
}

.image {
  width: 47px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.nav-menu {
  width: 74%;
  margin-left: 30px;
  padding-left: 0;
  display: flex;
}

.nav-item {
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.nav-item-text {
  color: #ffffffba;
  letter-spacing: 0;
  width: 75%;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
  transition: all .475s;
}

.nav-item-text:hover, .nav-item-text.w--current {
  color: #fff;
}

.nav-item-text.red {
  text-align: center;
  font-style: normal;
}

.nav-item-red {
  background-color: var(--赤);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.body {
  border-bottom: 1px solid #000;
}

.global-css {
  color: #000;
  display: none;
}

.hero-section {
  opacity: 1;
  border: 0 #000;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.hero-yellow {
  background-color: #fbff42;
  width: 18%;
  height: 103%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-gray {
  background-color: var(--main-gray);
  justify-content: flex-end;
  width: 82%;
  height: 80%;
  margin-left: 18%;
  display: flex;
}

.hero-gray-contents {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-5 {
  z-index: 0;
  width: 54%;
  max-width: 54%;
  margin-top: 0;
  margin-left: 0%;
  padding-left: 0;
  position: absolute;
  inset: 0% 0 0% -48%;
}

.text-block {
  color: #928d8d;
  margin-top: auto;
  margin-bottom: auto;
  font-family: David Libre, sans-serif;
  font-size: 42px;
  font-weight: 500;
  position: static;
  inset: auto 20% 12% auto;
}

.hero-right {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 58%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-title {
  z-index: 2;
  color: #000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 40%;
  margin-left: 8%;
  display: block;
  position: absolute;
  inset: 50% auto 0% 0%;
  transform: translate(0, -50%);
}

.hero-title._2 {
  z-index: 0;
}

.hero-h1 {
  z-index: 0;
  color: #000;
  background-color: #0000;
  padding-top: 46px;
  padding-bottom: 46px;
  font-family: Denk One, sans-serif;
  font-size: 110px;
  font-weight: 400;
  position: absolute;
}

.hero-h1.outline {
  z-index: 0;
  color: #0000;
  font-size: 110px;
  font-weight: 400;
}

.hero-subtext {
  letter-spacing: .2em;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 25%;
}

.image-7 {
  z-index: 1;
  position: relative;
}

.image-8 {
  position: absolute;
  inset: -22% auto auto 0%;
}

.contents-container {
  max-width: 85%;
  height: 100%;
}

.consept {
  background-color: var(--main-gray);
  color: #000;
  height: 766px;
  padding-top: 48px;
}

.title-area {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 20%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.title-area.vertical {
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  padding-bottom: 70px;
}

.title-area.left {
  justify-content: flex-end;
  margin-bottom: 50px;
}

.border {
  border: 1px #000;
  border-top-style: solid;
  width: 9%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  transform: translate(0, 50%);
}

.border.vertical {
  padding-bottom: 66px;
}

.border.footer {
  border-style: solid none none;
  border-color: #fff;
  width: 15%;
}

.border-titele {
  color: var(--文字色-h1系);
  letter-spacing: 2px;
  margin-left: 57px;
  font-family: David Libre, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.border-titele.vertical {
  text-align: center;
  margin-left: 0;
}

.border-titele.left {
  margin-right: 10%;
}

.h1-area {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.h1-area.left {
  inset: 0% auto 0% 0%;
}

.h1-white {
  color: #fff;
  letter-spacing: 17px;
  margin-top: 30px;
  font-family: David Libre, sans-serif;
  font-size: 157px;
  font-weight: 400;
}

.h2-jpn {
  color: var(--文字色-h1系);
  letter-spacing: 5px;
  margin-top: 0;
  padding-top: 19px;
  font-size: 40px;
  font-weight: 500;
}

.concept-main {
  width: 100%;
  height: auto;
  position: relative;
}

.concept-yellow {
  z-index: 0;
  background-color: var(--背景黄色);
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: auto;
  margin-top: 52px;
  padding: 27px 27px 122px;
  display: flex;
  position: absolute;
  inset: 4% 0% auto auto;
}

.image-10 {
  width: 49%;
  height: auto;
  margin-left: 0;
  position: absolute;
  left: 55px;
}

.text-block-2 {
  text-align: center;
  letter-spacing: 1px;
  width: 72%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 51px;
}

.service {
  background-color: var(--main-gray);
  color: #000;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 0;
  padding-top: 37px;
  padding-bottom: 45px;
}

.title-area-sub {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.service-contents {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.service-item {
  width: 27%;
  height: auto;
  margin-left: 16px;
  margin-right: 16px;
}

.service-item._2 {
  margin-top: 60px;
}

.service-item._3 {
  margin-top: 120px;
}

.service-h3-div {
  background-color: #0000;
  margin-top: 0;
  display: flex;
  position: relative;
}

.service-h3 {
  background-color: var(--main-gray);
  color: var(--文字色-h1系);
  margin-top: -24px;
  margin-bottom: 0;
  margin-left: -10px;
  padding: 10px;
  font-weight: 500;
}

.service-detaile {
  border-top: 1px solid #000;
}

.text-block-3 {
  letter-spacing: 1px;
  padding-top: 10px;
  font-size: 15px;
  line-height: 28px;
}

.button {
  border: 1px solid var(--赤);
  background-color: var(--main-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  transition: all .45s;
  display: flex;
}

.button:hover {
  color: #fafafa;
  -webkit-text-fill-color: inherit;
  background-color: #ff00009e;
  background-clip: border-box;
}

.text-block-4 {
  margin-top: 6px;
  margin-bottom: -8px;
  padding-top: 0;
  font-family: David Libre, sans-serif;
}

.text-block-5 {
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 700;
}

.product {
  background-color: var(--main-gray);
  margin-top: 0;
  padding-top: 56px;
  padding-bottom: 70px;
}

.product-header {
  background-color: var(--main-gray);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  padding-top: 0;
  padding-bottom: 32px;
  position: relative;
}

.image-12 {
  width: 100%;
  height: 321px;
  position: static;
}

.heading-2 {
  color: #baab21;
  text-align: center;
  letter-spacing: 17px;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: David Libre, sans-serif;
  font-size: 144px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0 0 0 0%;
}

.priduct-detail-box {
  background-color: var(--背景黄色);
  width: 64%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  display: block;
}

.detail-text {
  text-align: center;
  letter-spacing: 3px;
  margin-left: auto;
  margin-right: 1px;
  padding: 0;
  font-weight: 500;
  line-height: 37px;
}

.product-imagearea {
  object-fit: fill;
  background-color: #0000;
  width: 100%;
  height: 562px;
  margin-top: -48px;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-14 {
  width: 382px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-15 {
  width: 505px;
  position: absolute;
  top: 63px;
  left: -2px;
}

.image-16 {
  width: 512px;
  position: absolute;
  left: 31%;
}

.anime-section {
  justify-content: center;
  align-items: center;
  height: 1px;
  display: flex;
}

.lottie-animation {
  height: 100%;
  margin-left: 40px;
  padding-left: 0;
}

.works {
  background-color: var(--main-gray);
  padding-top: 150px;
  padding-bottom: 94px;
}

.works-area {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.works-detail {
  background-color: var(--背景黄色);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 16%;
  margin-bottom: 79px;
  margin-left: 0%;
  padding: 29px;
  display: flex;
}

.works-cms {
  background-color: #5b5b5b;
  width: 55%;
  padding: 31px 52px 16px;
}

.works-cms-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
}

.cms-list-h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: -12px;
  margin-bottom: 17px;
  padding-top: 0;
  font-size: 15px;
}

.cms-list-type {
  background-color: var(--yellow);
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  width: 42%;
  margin-top: -2px;
  padding: 8px;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  inset: auto auto 0% 0%;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.cms-list-image-wrapper {
  position: relative;
}

.cms-list-image {
  object-fit: cover;
  width: 305px;
  height: 229px;
}

.cms-list-date {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.works-area-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: 10%;
  display: flex;
}

.contact-section {
  flex-direction: column;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 0;
  display: flex;
}

.contact {
  background-color: var(--main-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.contact-area {
  background-color: #0000;
  background-image: url("images/携帯-052-1.jpg");
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  height: auto;
  margin: 18px 0;
  padding: 34px 41px;
  display: flex;
  position: relative;
}

.contact-title {
  background-color: var(--yellow);
  width: 30%;
  margin-top: 6%;
  margin-bottom: 0;
}

.text-block-6 {
  text-align: center;
  letter-spacing: 1px;
  padding: 18px 0;
  font-size: 22px;
  font-weight: 500;
}

.text-block-7 {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 0;
  padding-top: 31px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.contact-info {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: auto;
  padding-top: 51px;
  padding-bottom: 51px;
  display: flex;
}

.contact-detaile-area {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 35%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-3 {
  background-color: #0000;
  width: 35%;
  height: 100%;
}

.image-17 {
  width: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-8 {
  color: #fff;
  letter-spacing: 2px;
  width: 111%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 37px;
}

.text-block-9 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 21px;
}

.text-span {
  font-size: 24px;
}

.image-18 {
  width: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.contact-annotation {
  color: #fff;
  letter-spacing: 5px;
  background-color: #0000;
  font-size: 20px;
  position: absolute;
  inset: auto 2% 5% auto;
}

.div-block-4 {
  width: 100%;
  height: 80px;
}

.footer-section {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 69px 0 47px;
  display: flex;
}

.footer {
  background-color: #0000;
  justify-content: flex-start;
  width: 80%;
  height: auto;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.footer-text-area {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.image-19 {
  width: 105px;
  margin-right: 49px;
}

.footer-text {
  color: #fff;
  letter-spacing: 1px;
  font-size: 13px;
}

.footer-text.cp {
  text-align: center;
  margin-top: 35px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  inset: 0 auto 0%;
}

.footer-menu {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 36%;
  height: 148px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-20 {
  width: 28px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-menu-text {
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: David Libre, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.footer-menu-detail {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 122px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.about-h2 {
  width: 30%;
  color: var(--文字色-h1系);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: David Libre, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.about-h1 {
  z-index: 1;
  color: var(--文字色-h1系);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 39px;
  margin-bottom: 39px;
  font-size: 32px;
  font-weight: 500;
  position: relative;
}

.about-main {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  width: 87%;
  display: flex;
  position: relative;
}

.about-text-area {
  width: 43%;
}

.about-text {
  text-align: center;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 51px;
}

.about-left {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 25%;
  height: auto;
  display: flex;
  position: static;
  inset: -34% auto 0% 0%;
}

.about-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.image-21 {
  width: 46%;
  margin-top: -206px;
}

.image-22 {
  width: 29%;
}

.image-23 {
  width: 31%;
  margin-top: 2px;
  margin-bottom: 140px;
}

.image-24 {
  width: 100%;
}

.about-bottom {
  z-index: 0;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -59px;
}

.image-25 {
  width: 34%;
}

.image-26 {
  width: 40%;
  margin-left: -170px;
  margin-right: 0;
}

.about-imagin {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.imagin-area {
  background-color: var(--背景黄色);
  justify-content: space-around;
  width: 85%;
  height: auto;
  margin-top: -58px;
  padding-top: 112px;
  padding-bottom: 66px;
  padding-right: 0;
  display: flex;
}

.imagin-material {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: auto;
  display: flex;
  position: relative;
}

.imagin-h3 {
  background-color: var(--main-gray);
  text-align: left;
  width: 68%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 19px;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  inset: auto auto -12% 1%;
}

.image-27 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.imagin-text {
  letter-spacing: 1px;
  width: 80%;
  margin-top: 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.imagin-image-area {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.text-block-10 {
  font-family: David Libre, sans-serif;
  font-size: 55px;
  font-weight: 500;
  position: absolute;
  top: -10%;
}

.example-section {
  background-color: var(--main-gray);
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-bottom: 15%;
  display: flex;
}

.example-contents {
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  height: auto;
  margin-bottom: 59px;
  margin-left: 96px;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.example-contents._2 {
  justify-content: flex-start;
}

.example-first {
  background-color: #ffbfbf;
  flex-direction: column;
  align-items: center;
  width: 30%;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.example-mid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 4%;
  display: flex;
  position: relative;
}

.example-mid._2 {
  width: 30%;
  margin-top: 12%;
}

.div-block-7 {
  width: 30%;
}

.example-detail {
  text-align: left;
  letter-spacing: 1px;
  width: 77%;
  padding: 16px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.image-28 {
  align-self: auto;
  width: 82%;
  margin-bottom: 15px;
}

.example-h3 {
  border-bottom: 4px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 7px;
  font-size: 27px;
  font-weight: 500;
  position: static;
  inset: 0% 0% auto;
}

.example-h3-area {
  border-bottom: 3px solid #000;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -13% 0 auto;
}

.example-arrow {
  width: 10%;
  position: absolute;
  inset: 9% auto auto -16%;
}

.example-arrow._2 {
  left: -9%;
}

.example-arrow._3 {
  transform-style: preserve-3d;
  inset: 5% -5% auto auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.image-30, .image-31 {
  width: 77%;
}

.example-last {
  background-color: var(--背景黄色);
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
  top: 28%;
  left: 0;
  right: 15%;
}

.image-32 {
  width: 80%;
}

.div-block-8 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.flow-section {
  background-color: var(--main-gray);
  flex-direction: column;
  align-items: stretch;
  height: auto;
  padding-bottom: 68px;
  display: flex;
}

.flow-contents {
  background-color: #3d3131;
  align-self: auto;
  width: 80%;
}

.flow-item {
  background-color: var(--背景黄色);
  align-self: center;
  width: 80%;
  height: auto;
  margin-bottom: 58px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.flow-bord-area {
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  margin-right: 12px;
  display: flex;
  position: relative;
}

.image-33 {
  width: 61px;
}

.flow-main-area {
  justify-content: flex-start;
  width: 80%;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.div-block-11 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.image-34 {
  width: 19%;
}

.text-block-11 {
  color: #870000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-weight: 700;
  position: absolute;
  inset: 11% 0% auto;
}

.flow-text-area {
  margin-left: 50px;
}

.flow-h1 {
  font-size: 30px;
  font-weight: 500;
}

.text-block-12 {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-2 {
  text-decoration: underline;
}

.info-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 122px;
  display: flex;
}

.info-detail {
  width: 44%;
  height: auto;
  margin-top: 25px;
  margin-bottom: 23px;
  padding-top: 52px;
  padding-bottom: 52px;
}

.inof-h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0%;
  padding-left: 5%;
  padding-right: 0;
  font-weight: 500;
}

.info-detail-item {
  border-bottom: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  position: relative;
}

.info-text {
  text-align: left;
  width: 59%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  position: absolute;
  left: 40%;
  right: 0;
}

.access-text {
  padding-bottom: 39px;
}

.type-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 131px;
  display: flex;
}

.div-block-12 {
  background-color: var(--背景黄色);
  width: 85%;
  height: auto;
  padding: 57px 38px 101px;
}

.produt-grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.grid-area {
  cursor: pointer;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 228px;
  padding: 2px 15px;
  display: flex;
  position: relative;
}

.image-37 {
  object-fit: cover;
  object-position: 50% 32%;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.product-h2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

.grid-h2-area {
  z-index: 1;
  color: #000;
  object-fit: fill;
  background-color: #000000b5;
  width: 77%;
  margin-top: -37px;
  padding: 0;
  position: relative;
  inset: auto 0% 0%;
}

.modal {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000008c;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal.cutting {
  display: none;
}

.modal.ink {
  display: none;
  position: fixed;
  overflow: auto;
}

.modal.seat, .modal.lapping {
  display: flex;
}

.modal.meiban, .modal.situnai, .modal.stand, .modal.stand, .modal.paul, .modal.hekimen, .modal.pict, .modal.glass {
  display: none;
}

.modal-body {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 57%;
  height: 91%;
  max-height: 100vh;
  margin-top: 5%;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  position: static;
  overflow: scroll;
}

.modal-h1 {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 7px;
  font-size: 33px;
}

.modal-text {
  letter-spacing: 1px;
  width: 90%;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 27px;
  display: block;
}

.close-modal {
  cursor: pointer;
  width: 5%;
}

.question-area {
  color: #000;
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  padding: 35px 7%;
  display: flex;
}

.question-head {
  display: flex;
}

.image-38 {
  width: 62px;
}

.text-block-13 {
  text-align: center;
  align-self: center;
  padding-right: 15px;
  font-size: 18px;
}

.question-wraper {
  width: 100%;
  height: auto;
}

.image-39 {
  width: 11%;
}

.question-a {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.question-q {
  align-items: center;
  display: flex;
}

.question-text {
  color: #850505;
  letter-spacing: 1px;
  padding-left: 20px;
  font-weight: 700;
}

.question-text-answer {
  color: var(--文字色-h1系);
  text-align: center;
  letter-spacing: 1px;
  border-left: 1px #000;
  border-right: 1px #000;
  padding-right: 0%;
  line-height: 27px;
}

.image-40 {
  width: 10%;
}

.question-item {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.dowun-arrow {
  width: 4%;
  margin-left: 20px;
  padding-left: 0;
}

.text-block-14 {
  text-align: center;
  width: 71%;
  padding-top: 51px;
  padding-bottom: 51px;
}

.form-section {
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.form-area {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.works-wapper {
  background-color: #5b5b5b;
  width: 80%;
}

.collection-list-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.works-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  padding: 51px;
  display: grid;
}

.works-list-image-wrapper-copy {
  position: relative;
}

.works-list-image-copy {
  object-fit: cover;
  width: 305px;
  height: 229px;
}

.works-list-type-copy {
  background-color: var(--yellow);
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  width: 58%;
  margin-top: -2px;
  padding: 8px;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  inset: auto auto 0% 0%;
}

.works-list-date-copy {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.works-list-h1-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: -12px;
  margin-bottom: 17px;
  padding-top: 0;
  font-size: 15px;
}

.pagination {
  position: absolute;
}

.next {
  background-color: #fafafa00;
  border-color: #fff;
  margin-bottom: -2px;
}

.pagination-2 {
  margin-top: -31px;
  margin-bottom: 51px;
}

.text-block-15 {
  color: #fff;
  font-weight: 500;
}

.icon {
  color: #fff;
}

.prev {
  background-color: #fafafa00;
  border-color: #fff;
  margin-bottom: -2px;
}

.text-block-16, .icon-2 {
  color: #fff;
}

.post-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.post-back {
  background-color: var(--main-gray);
  width: 100%;
  height: auto;
  padding: 50px 10% 73px;
}

.post-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.post-title {
  font-size: 30px;
}

.post-type {
  background-color: var(--yellow);
  text-align: center;
  width: 275px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 500;
}

.post-date {
  padding-left: 15px;
}

.post-image-top {
  object-fit: contain;
  width: 982px;
  height: 630px;
  margin: 46px auto 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-2 {
  flex-direction: row;
  align-items: center;
  display: block;
}

.collection-list-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 46px;
  display: flex;
}

.post-multi-image {
  width: 130px;
  height: 82.8281px;
  margin-left: 18px;
  margin-right: 18px;
}

.post-top-image {
  object-fit: cover;
  width: 944px;
  height: 606px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 27px;
  padding-bottom: 27px;
  display: flex;
}

.lottie-animation-2, .mobile-menu-wrapper, .empty-state, .mobyle-menu-title {
  display: none;
}

.bord {
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.image-41 {
  object-fit: contain;
  width: 47%;
  height: auto;
  padding-bottom: 8px;
}

@media screen and (min-width: 1920px) {
  .nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image {
    width: 60px;
  }

  .text-block {
    margin-top: 150px;
    margin-bottom: 0;
  }

  .image-7 {
    width: 858px;
  }

  .consept {
    height: 1035px;
  }

  .title-area.left {
    margin-bottom: 6px;
  }

  .border.left {
    margin-top: -100px;
  }

  .border-titele {
    font-size: 21px;
  }

  .border-titele.left {
    margin-top: -100px;
  }

  .concept-main {
    padding-left: 0;
  }

  .concept-yellow {
    padding-top: 167px;
    padding-bottom: 167px;
  }

  .text-block-2 {
    margin-top: -61px;
    padding-top: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .service-contents {
    margin-top: 0;
  }

  .image-11 {
    position: static;
  }

  .button {
    padding-top: 21px;
    padding-bottom: 19px;
  }

  .product-header {
    position: relative;
  }

  .image-12 {
    width: 100%;
    height: 431px;
    position: static;
  }

  .heading {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .product-imagearea {
    width: 94%;
    height: 627px;
    margin-bottom: 55px;
    padding-bottom: 0;
  }

  .image-14 {
    width: 444px;
  }

  .image-15 {
    width: 585px;
    left: 2px;
  }

  .image-16 {
    width: 634px;
    top: 143px;
    left: 492px;
  }

  .lottie-animation {
    height: 147%;
    position: relative;
  }

  .works {
    padding-top: 185px;
  }

  .works-area {
    margin-top: 39px;
  }

  .works-detail {
    height: auto;
    margin-top: 25%;
    margin-bottom: 15%;
    padding: 29px;
  }

  .works-cms {
    width: 55%;
    padding-left: 52px;
    padding-right: 52px;
  }

  .cms-list-h1 {
    margin-bottom: 0;
    padding-bottom: 34px;
    font-size: 15px;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-content: stretch;
    place-items: stretch center;
    margin-right: 37px;
  }

  .cms-list-image {
    width: 340px;
  }

  .cms-list-date {
    font-size: 16px;
  }

  .contact-area {
    height: 560px;
  }

  .text-block-6 {
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 23px;
  }

  .text-block-7 {
    font-size: 22px;
  }

  .contact-info {
    width: 75%;
    height: 44%;
  }

  .text-block-8 {
    font-size: 42px;
  }

  .text-block-9 {
    font-size: 24px;
  }

  .contact-annotation {
    font-size: 25px;
  }

  .footer-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .footer {
    width: 70%;
  }

  .footer-text {
    font-size: 14px;
  }

  .about-section {
    height: auto;
    margin-top: 160px;
    padding-top: 0;
    position: static;
  }

  .about-h2 {
    width: 30%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-h1 {
    margin-top: 73px;
    margin-bottom: 73px;
  }

  .about-text {
    font-size: 18px;
  }

  .about-left {
    justify-content: space-around;
  }

  .image-21 {
    margin-top: -329px;
  }

  .image-22 {
    margin-top: -226px;
  }

  .about-bottom {
    margin-bottom: -73px;
    top: -165px;
  }

  .image-26 {
    width: 44%;
    margin-right: 0%;
    padding-right: 44px;
  }

  .imagin-area {
    width: 80%;
    margin-top: -93px;
  }

  .imagin-h3 {
    font-size: 20px;
  }

  .imagin-text {
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 29px;
  }

  .example-detail {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 24px;
  }

  .example-last {
    padding-bottom: 47px;
  }

  .image-34 {
    width: 17%;
  }

  .text-block-11 {
    font-size: 24px;
    bottom: 61%;
  }

  .flow-h1 {
    font-size: 32px;
  }

  .text-block-12 {
    letter-spacing: 1px;
    font-size: 19px;
    line-height: 31px;
  }

  .type-section {
    overflow: visible;
  }

  .grid-area {
    height: 271px;
  }

  .modal.ink {
    display: none;
    overflow: visible;
  }

  .modal-body {
    position: absolute;
    overflow: visible;
  }

  .collection-list-copy, .works-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-content: stretch;
    place-items: stretch center;
    margin-right: 37px;
  }

  .works-list-image-copy {
    width: 340px;
  }

  .works-list-date-copy {
    font-size: 16px;
  }

  .works-list-h1-copy {
    margin-bottom: 0;
    padding-bottom: 34px;
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    z-index: 99;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-wrapper {
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .image {
    width: 43px;
  }

  .nav-item, .nav-item-text.red {
    display: none;
  }

  .nav-item-red {
    width: 17%;
    height: 100%;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .hero-section {
    margin-top: 60px;
  }

  .hero-yellow {
    width: 24%;
  }

  .image-5 {
    top: 0%;
  }

  .hero-h1 {
    font-size: 69px;
  }

  .hero-h1.outline {
    font-size: 69px;
    line-height: 44px;
  }

  .hero-subtext {
    font-size: 22px;
  }

  .contents-container {
    max-width: 96%;
  }

  .h1-white {
    font-size: 70px;
  }

  .h2-jpn {
    font-size: 25px;
  }

  .concept-yellow {
    padding-bottom: 53px;
  }

  .image-10 {
    width: 46%;
  }

  .text-block-2 {
    width: 77%;
    line-height: 35px;
  }

  .service {
    margin-top: 24px;
    padding-top: 24px;
  }

  .service-contents {
    flex-direction: row;
    padding-bottom: 52px;
  }

  .service-item {
    width: 28%;
  }

  .service-h3 {
    font-size: 19px;
  }

  .text-block-3 {
    text-align: left;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 23px;
  }

  .detail-text {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 25px;
  }

  .product-imagearea {
    height: 460px;
  }

  .image-14 {
    width: 272px;
  }

  .image-15 {
    width: 354px;
  }

  .image-16 {
    width: 406px;
  }

  .anime-section {
    height: 70px;
  }

  .works-area {
    flex-direction: row;
    display: flex;
  }

  .works-cms {
    width: 54%;
  }

  .works-cms-header {
    font-size: 29px;
  }

  .cms-list-type {
    width: 73%;
  }

  .contact-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-area {
    width: 100%;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .contact-detaile-area {
    width: 47%;
  }

  .text-block-8 {
    text-align: center;
    width: 111%;
    font-size: 29px;
  }

  .image-19 {
    width: 95px;
  }

  .about-main {
    justify-content: space-around;
    width: 100%;
  }

  .about-text-area {
    width: 80%;
  }

  .about-text {
    letter-spacing: 1px;
    line-height: 34px;
  }

  .about-left {
    width: 20%;
    position: absolute;
    top: 33%;
  }

  .about-right {
    width: 20%;
    position: absolute;
    top: 15%;
    bottom: 0%;
    right: 1%;
  }

  .about-bottom {
    margin-bottom: 133px;
    top: 38px;
  }

  .imagin-area {
    width: 95%;
  }

  .example-contents {
    width: 84%;
  }

  .example-detail {
    padding-bottom: 18px;
    font-size: 15px;
    line-height: 19px;
  }

  .example-arrow, .example-arrow._2 {
    width: 14%;
  }

  .flow-item {
    width: 86%;
  }

  .image-33 {
    width: 46.2188px;
  }

  .image-34 {
    object-fit: cover;
    width: 18%;
    height: 242px;
  }

  .text-block-11 {
    font-size: 13px;
  }

  .info-section {
    margin-top: 37px;
  }

  .info-detail {
    width: 80%;
  }

  .div-block-12 {
    width: 97%;
  }

  .produt-grid {
    grid-template-rows: auto auto auto;
  }

  .product-h2 {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .grid-h2-area {
    width: 100%;
  }

  .modal.ink {
    display: none;
  }

  .modal-body {
    width: 88%;
  }

  .question-area {
    width: 95%;
  }

  .question-q {
    margin-bottom: 19px;
  }

  .question-text-answer {
    font-size: 16px;
  }

  .text-block-14 {
    text-align: center;
    width: 80%;
  }

  .form-area {
    display: block;
  }

  .works-wapper {
    width: 96%;
  }

  .works-list-type-copy {
    width: 52%;
  }

  .lottie-animation-2 {
    width: 46%;
    display: flex;
  }

  .mobile-menu-wrapper {
    z-index: 98;
    background-color: var(--赤);
    justify-content: center;
    align-items: flex-start;
    width: 48%;
    height: 65%;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .mobile-menu-contents {
    border-bottom: 2px #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 56%;
    margin-top: 94px;
    font-size: 21px;
    display: flex;
  }

  .mobile-meny-item {
    background-color: #0000;
    border: 1px #000;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .mobile-meny-text {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
  }

  .mobile-meny-back {
    z-index: 98;
    background-color: #0000006b;
    display: none;
    position: fixed;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero-gray {
    width: 100%;
    margin-left: 0%;
  }

  .hero-gray-contents {
    width: 100%;
  }

  .hero-right {
    width: 65%;
    top: 2%;
  }

  .image-7 {
    margin-top: 0;
    top: 0;
  }

  .contents-container {
    height: 100%;
  }

  .consept {
    height: 639px;
  }

  .title-area.vertical {
    padding-bottom: 37px;
  }

  .border.vertical {
    padding-bottom: 38px;
  }

  .h1-white {
    font-size: 40px;
  }

  .h2-jpn {
    z-index: 5;
    margin-bottom: 42px;
    padding-top: 0;
    font-size: 20px;
    position: relative;
  }

  .image-10 {
    width: 49%;
    left: 5px;
  }

  .text-block-2 {
    letter-spacing: 1px;
    width: 87%;
    font-size: 14px;
    line-height: 24px;
  }

  .title-area-sub {
    margin-bottom: 0;
  }

  .service-contents {
    flex-direction: column;
    align-items: center;
  }

  .service-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .service-item._3 {
    margin-top: 62px;
  }

  .image-11 {
    height: 352px;
  }

  .text-block-3 {
    text-align: center;
  }

  .button {
    width: 242px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .text-block-5 {
    padding-bottom: 0;
    font-size: 14px;
  }

  .product {
    padding-top: 10px;
  }

  .image-12 {
    height: 136px;
  }

  .heading-2 {
    font-size: 55px;
  }

  .priduct-detail-box {
    z-index: 3;
    padding-top: 45px;
    padding-bottom: 26px;
    position: relative;
  }

  .detail-text {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-imagearea {
    z-index: 1;
    height: 654px;
    margin-top: -369px;
    padding-top: 0;
  }

  .image-14 {
    top: -12%;
    right: -20%;
  }

  .image-15 {
    top: 274px;
    bottom: 0;
  }

  .image-16 {
    top: 231px;
    left: 38%;
  }

  .works {
    padding-top: 86px;
    padding-bottom: 37px;
  }

  .works-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .works-cms {
    width: 96%;
    margin-top: 19px;
    padding-top: 9px;
  }

  .works-cms-header {
    font-size: 21px;
  }

  .cms-list-h1 {
    margin-bottom: -1px;
  }

  .cms-list-type {
    width: 57%;
    padding: 3px 0;
    font-size: 13px;
  }

  .works-area-right {
    order: 1;
    width: 100%;
    margin-left: 0%;
  }

  .contact {
    padding-top: 0;
  }

  .contact-area {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-title {
    width: 52%;
  }

  .text-block-7 {
    font-size: 18px;
  }

  .contact-info {
    width: 100%;
  }

  .contact-detaile-area {
    width: 50%;
    margin-left: -21px;
    margin-right: -21px;
  }

  .text-block-8 {
    letter-spacing: 1px;
    font-size: 22px;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .text-span {
    font-size: 17px;
  }

  .contact-annotation {
    font-size: 15px;
  }

  .image-19 {
    object-fit: contain;
    width: 13%;
  }

  .footer-text {
    font-size: 10px;
  }

  .image-20 {
    margin-top: 21px;
  }

  .footer-menu-text {
    font-size: 17px;
  }

  .about-h2 {
    width: 51%;
  }

  .about-text {
    font-size: 14px;
  }

  .imagin-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 16px;
  }

  .imagin-material {
    width: 92%;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .imagin-h3 {
    width: 56%;
    font-size: 16px;
  }

  .example-section {
    padding-bottom: 23%;
  }

  .example-contents {
    width: 100%;
  }

  .example-h3 {
    font-size: 20px;
  }

  .example-h3-area {
    top: -17%;
  }

  .flow-item {
    width: 100%;
  }

  .text-block-11 {
    font-size: 13px;
    top: 6%;
  }

  .flow-h1 {
    font-size: 25px;
  }

  .text-block-12 {
    font-size: 13px;
  }

  .works-list {
    grid-template-columns: 1fr 1fr;
  }

  .works-list-type-copy {
    width: 60%;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
  }

  .mobile-meny-text {
    font-size: 16px;
  }

  .mobyle-menu-title {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    height: 43px;
    position: sticky;
  }

  .nav-wrapper {
    height: 100%;
  }

  .image {
    width: 37px;
  }

  .nav-menu {
    display: none;
  }

  .nav-item-red {
    width: 31%;
    height: 100%;
  }

  .hero-section {
    margin-top: 0;
  }

  .hero-yellow {
    width: 32%;
  }

  .image-5 {
    object-fit: contain;
    align-self: auto;
  }

  .text-block {
    font-size: 22px;
  }

  .hero-title {
    width: 74%;
  }

  .hero-h1, .hero-h1.outline {
    font-size: 55px;
  }

  .hero-subtext {
    font-size: 19px;
  }

  .image-7 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    top: 64px;
  }

  .image-8 {
    width: 74px;
    top: -5%;
  }

  .title-area {
    justify-content: flex-start;
  }

  .title-area.vertical {
    padding-bottom: 34px;
  }

  .border {
    margin-top: -116px;
  }

  .border.vertical {
    margin-top: 0;
    padding-bottom: 15px;
  }

  .border.footer {
    margin-top: 0;
    margin-left: 17px;
    margin-right: 17px;
    padding-left: 0%;
  }

  .border-titele {
    margin-top: -116px;
  }

  .border-titele.vertical {
    margin-top: 0;
  }

  .h1-area {
    width: 100%;
    margin-top: 0;
  }

  .h1-white {
    margin-bottom: 19px;
    font-size: 33px;
  }

  .h2-jpn {
    text-align: center;
    width: 290px;
    margin-top: 15px;
    margin-bottom: 32px;
    padding-top: 0;
    padding-left: 0;
    font-size: 19px;
    left: 0;
    overflow: visible;
  }

  .concept-yellow {
    width: 100%;
    margin-top: 237px;
    padding-top: 33px;
    padding-bottom: 23px;
    top: 0%;
  }

  .image-10 {
    width: 72%;
    margin-bottom: 0;
    padding-bottom: 0;
    top: -21px;
  }

  .text-block-2 {
    letter-spacing: 1px;
    width: 100%;
    font-size: 13px;
    line-height: 21px;
  }

  .service-h3 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-12 {
    height: 106px;
  }

  .heading-2 {
    margin-top: -33px;
  }

  .priduct-detail-box {
    width: 98%;
    margin-top: 5px;
    padding-top: 27px;
  }

  .detail-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .product-imagearea {
    margin-top: -321px;
  }

  .image-14 {
    width: 200px;
    height: auto;
    top: 39%;
    right: -9%;
  }

  .image-15 {
    width: 200px;
    top: 361px;
  }

  .image-16 {
    width: 218px;
    top: 450px;
  }

  .works-detail {
    padding-left: 12px;
    padding-right: 12px;
  }

  .works-cms {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cms-list-h1 {
    font-size: 12px;
  }

  .cms-list-type {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 8px;
  }

  .cms-list-image {
    height: 96px;
  }

  .cms-list-date {
    font-size: 9px;
  }

  .contact {
    padding-top: 66px;
    padding-bottom: 0;
  }

  .contact-area {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .contact-title {
    width: 75%;
  }

  .text-block-6 {
    font-size: 14px;
    font-weight: 700;
  }

  .text-block-7 {
    font-size: 13px;
  }

  .contact-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 12px;
  }

  .contact-detaile-area {
    width: 100%;
    padding-bottom: 25px;
  }

  .text-block-8 {
    color: #fff;
    width: 110%;
    font-size: 17px;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .contact-annotation {
    font-size: 13px;
    position: static;
    inset: auto 0% 0%;
  }

  .footer-section {
    padding-top: 71px;
  }

  .footer {
    justify-content: flex-start;
    align-items: center;
    width: 97%;
    display: flex;
  }

  .footer-text-area {
    align-items: flex-start;
    width: 56%;
    margin-left: -41px;
  }

  .image-19 {
    width: 16%;
  }

  .footer-text {
    width: 162px;
  }

  .footer-menu {
    flex-direction: row;
    justify-content: center;
    width: 37%;
    margin-right: 9px;
  }

  .footer-menu-text {
    font-size: 14px;
  }

  .footer-menu-detail {
    flex-direction: column;
    padding-left: 0;
  }

  .about-section {
    margin-top: 62px;
  }

  .about-h2 {
    font-size: 21px;
  }

  .about-h1 {
    color: var(--文字色-h1系);
    margin-bottom: 31px;
    font-size: 26px;
  }

  .about-text {
    z-index: 5;
    position: relative;
  }

  .about-left {
    top: 17%;
  }

  .about-right {
    width: 24%;
    top: 54%;
  }

  .image-25 {
    width: 47%;
  }

  .image-26 {
    width: 48%;
    margin-left: -8px;
  }

  .imagin-area {
    margin-top: -68px;
  }

  .example-contents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 29px;
    margin-left: 0;
  }

  .example-contents._2 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: -4px;
    padding-bottom: 0;
  }

  .example-first {
    order: -1;
    width: 100%;
  }

  .example-mid {
    width: 100%;
    margin-top: 7%;
  }

  .example-mid._2 {
    order: 1;
    width: 100%;
  }

  .example-detail {
    padding-top: 17px;
  }

  .image-28 {
    margin-bottom: 1px;
  }

  .example-h3 {
    width: auto;
  }

  .example-h3-area {
    order: 0;
    width: 100%;
    margin-top: 10px;
    padding-top: 0;
    position: static;
  }

  .example-arrow._2, .example-arrow._3 {
    display: none;
  }

  .example-last {
    width: 100%;
    position: static;
  }

  .flow-item {
    margin-bottom: 86px;
    padding-top: 34px;
  }

  .flow-bord-area {
    width: auto;
    margin: 0 0 0 3px;
  }

  .image-33 {
    width: 44px;
  }

  .flow-main-area {
    justify-content: center;
    width: 100%;
    margin-right: 0;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
  }

  .image-34 {
    width: 124px;
    height: 120px;
    position: absolute;
    top: -76px;
    left: -29px;
  }

  .text-block-11 {
    font-size: 12px;
    top: 2%;
  }

  .flow-text-area {
    margin-left: 0;
  }

  .flow-h1 {
    text-align: center;
    font-size: 21px;
  }

  .text-block-12 {
    width: 100%;
    padding-right: 0;
    line-height: 20px;
  }

  .info-detail {
    width: 91%;
    margin-top: 0;
  }

  .inof-h3 {
    font-size: 14px;
  }

  .info-text {
    height: auto;
    font-size: 11px;
  }

  .access-text {
    width: 90%;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .type-section {
    padding-top: 82px;
  }

  .div-block-12 {
    width: 97%;
    padding: 27px 0;
  }

  .produt-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .grid-area {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-37 {
    width: 150px;
    height: 136.594px;
  }

  .product-h2 {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 10px;
  }

  .grid-h2-area {
    width: 90%;
    margin-top: -23px;
  }

  .modal.ink {
    display: none;
  }

  .modal-body {
    flex-wrap: nowrap;
    margin-top: 3px;
    position: absolute;
    top: 7%;
  }

  .modal-h1 {
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 22px;
  }

  .modal-text {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .close-modal {
    width: 10%;
  }

  .question-q {
    margin-bottom: 16px;
  }

  .question-text {
    color: #660202;
    font-size: 11px;
    font-weight: 500;
  }

  .question-text-answer {
    color: var(--文字色-h1系);
    font-size: 12px;
    line-height: 19px;
  }

  .question-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-block-14 {
    color: var(--文字色-h1系);
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 14px;
  }

  .form-area {
    width: 85%;
  }

  .works-wapper {
    width: 100%;
  }

  .works-list {
    padding: 20px 15px 0;
  }

  .works-list-image-wrapper-copy {
    width: auto;
    height: auto;
  }

  .works-list-image-copy {
    object-fit: cover;
    width: 216px;
    height: 162.547px;
  }

  .works-list-type-copy {
    width: 94%;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .works-list-h1-copy {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
  }

  .next, .prev {
    margin-top: 35px;
  }

  .post-section {
    padding-top: 30px;
  }

  .post-back {
    margin-top: -38px;
    padding-top: 31px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .post-title {
    font-size: 18px;
  }

  .post-type {
    width: 200px;
    margin-right: 0;
    font-size: 16px;
  }

  .post-multi-image {
    margin-left: 0;
    margin-right: 0;
  }

  .post-top-image {
    width: auto;
    height: 351px;
  }

  .lottie-animation-2 {
    object-fit: fill;
    width: 44%;
    height: auto;
    overflow: visible;
  }

  .mobile-menu-wrapper {
    width: 68%;
    height: auto;
    display: flex;
    bottom: auto;
  }

  .mobile-menu-contents {
    margin-top: 49px;
    padding-bottom: 17px;
  }

  .mobile-meny-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobile-meny-text {
    font-size: 12px;
  }

  .mobile-meny-back {
    display: none;
  }

  .mobyle-menu-title {
    color: #fff;
    background-color: #0000;
    margin-left: 0;
    font-size: 13px;
    display: block;
  }

  .bord {
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-41 {
    object-fit: contain;
    width: 70%;
    height: auto;
  }
}

#w-node-_0d2e0911-e0c9-f517-3d3f-a13ad463e85d-1082784b, #w-node-_2a52330d-3ccc-53c4-a344-4e53759e6880-7a82784c, #w-node-e6d78c57-947d-5696-d462-9d12f89786c0-7a82784c, #w-node-_0b429b9b-7c5f-4eac-deaf-2d3b1bb0a983-7a82784c, #w-node-_002c716d-bf9c-3a97-7437-01321162aefe-7a82784c, #w-node-_67566ddf-1546-90a9-6498-1e816cdeee7a-7a82784c, #w-node-_5265d416-fab9-275e-7d0d-59948e9ef556-7a82784c, #w-node-_05791bc7-003b-a810-6cca-7deeb5d30ce6-7a82784c, #w-node-d28c4a41-d134-8f3c-1207-ea369c2c7974-7a82784c, #w-node-_05a663df-53fa-37d2-f729-b984a99754ff-7a82784c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}




/* WF2WP: Webflow フォームラッパーの代替クラス（WF JS の再初期化を防ぐ） */
.wf2wp-form .w-form-done { display: none; }
.wf2wp-form .w-form-fail { display: none; }

/* WF2WP: WordPress body クラス衝突防止 */
/* WordPress が body に追加するクラス（home, blog, page, single-{cpt}, archive-{cpt} 等）が */
/* Webflow のコンテンツ用 CSS クラスと衝突するのを防ぐ */
/* body[class] の詳細度 0,1,1 は単一クラス 0,1,0 に勝つ */
body[class] {
  display: block;
  max-width: none;
  padding: 0;
  overflow-x: clip;
}

/* WF2WP: 未変換 w-dyn-list の「No items found.」を非表示 */
/* 変換済みリストは PHP if/else で制御されるため、この CSS は未変換リストのみに影響 */
.w-dyn-items + .w-dyn-empty {
  display: none;
}

/* === Webflow Designer CSS (Chrome拡張取得・補足データ) === */

