/* ===============================================
 * 
 * -- style
 * 
 * =============================================== */
@charset "UTF-8";

/* style
----------------------------------------------------------- */
/* main common style  */
/* font style variation */
body,p,h1,h2,h3,h4,h5,h6{
font-family: "Noto Sans JP", "Shippori Mincho", "Noto Serif JP", "Noto Sans", "Noto Sans CJK JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
}
body,p,h1,h2,h3,h4,h5,h6 {
  font-family: "Noto Sans JP", "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body,p,h1,h2,h3,h4,h5,h6 {
font-family: "Noto Sans JP", "Shippori Mincho", "Noto Serif JP", 'Hina Mincho', serif !important;	
}
/* end. font style variation */
html {
  scroll-behavior: smooth;
}
body {
    width: 100%;
    margin: 0;
  }
a {
  text-decoration: none;
  color: #baa7cc;
}
a:hover {
  opacity: 0.5;
  transition: ease 0.3s;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
body .container {
  width: 100%;
  max-width: 100%;
}
.container p,
#container p {
  color: #534741;
  font-size: 15px;
  line-height: 2.5em;
  letter-spacing: 0.05rem;
  font-weight: 300;
}
* {
    	float: none;
    	position: static;
    }
     
img {
    	max-width: 100%;
    	height: auto;
    }
.wrap {
    overflow: hidden;/* 謎の余白処理 */
    }
.inner {
  max-width: 1280px;
  margin: 0 auto;
}
.container.content-wrapper.front, .front .row {/* reset */
  padding: 0;
  margin: 0 auto;
	overflow: hidden;
}

/* ふわっと表示 */
/* Scroll Animation */
.scr-target,
.scr-target-page {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr-target.is-active,
.scr-target-page.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}
.scr-target.min2.is-active {
transition: 1.4s;
}
.scr-target.min3.is-active {
transition: 1.8s;
}


/* header */
/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background: #3a3a3a;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 23px;
    left: 6px;
    background :#888075;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 23px;
    background :#888075;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  nav.pushmenu {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    width: 30%;
  height: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
      box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  }
  nav.pushmenu ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.pushmenu ul li {
    list-style-type: none;
    padding: 0;
      padding-bottom: 0px;
    padding-bottom: 0px;
    transition: .4s all;
    width: 25%;
  }
  nav.pushmenu ul li a {
  }
  nav.pushmenu ul li:last-child {
    padding-bottom: 0;
  }
  nav.pushmenup ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
  nav.pushmenu ul li a:hover {
    color: #b6a188;
    opacity: 1;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.pushmenu.active {
    transform: translateX(0%);
  }
  /* menu */
  nav.pushmenu ul {
    display: flex;
    vertical-align: top;
    max-width: 300px;
    padding: 20% 0;
  }
  nav.pushmenu ul li a {
    font-size: 18px;
    font-family: "Noto Sans JP", "Shippori Mincho", "Noto Serif JP", serif !important;
    color: #534741;

  }
  .menu-main-menu-container {
  width: 100%;
  float: left;
  }
  input,
  button,
  select,
  textarea {/* Form Reset css */
    outline: none;
  background-color: transparent;
  }
  ul {
    list-style: none;
    padding: 0;
  }

#site-title img {
  max-width: 150px;
  margin: 10px auto;
  transition: ease all 0.5s;
}
#menu ul {
  display: flex;
  justify-content: right;
  margin: 0 auto;
}
#menu li {
  letter-spacing: 0.13rem;
  padding: 10px;
}
#header .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 0;
}
#header .branding {
width: 50%;
}
#header #menu {
  width: 80%;
}
#header #menu li a {
  color: #000;
  font-weight: 600;
  position: relative;
  padding: 3px;
  font-size: clamp(12px, calc((16 / 1280) * 100vw), 16px);
}
#header #menu li a::before {
  content: "";
  background: #baa7cc;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: ease all 0.5s;
}
#header #menu li.btn_color a {
  color: #fff;
  padding: 3px 28px;
  background: linear-gradient(#a091c1,#baa7cc 50px,#d2c680 250px,#a091c1);
  border-radius: 3px;
letter-spacing: 0.1rem;
  background-size: 200px 300px;
  font-size: clamp(14px, calc((18 / 1280) * 100vw), 18px);
}
#header #menu li.btn_color a:hover {
  transition: ease all 0.5s;
  background-position: 0 100%;
}
#header #menu li.btn_color a::before {
content: none;
}
#header #menu li a:hover::before {
  width: 100%;
}
#header.closeup {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  z-index: 9999;
}
#header.closeup ul {
  margin: 0;
}
#header.closeup #site-title img {
  max-width: 100px;
  margin: 10px auto;
}





/* Key Visual */

.keyvisual {
position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 90vh;
  background: transparent;
}
.keyvisual .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.kv-slideshow {
  position: absolute;
  inset: 0;
}
.kv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity var(--kv-fade, 900ms) ease;
  pointer-events: none;
  width: auto;
  height: 100vh;
  margin: 0 auto;
}
.kv-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* 画像・動画のフィット */
.kv-slide img, .kv-slide video {
  width: 100%;
  height: 90vh;
  margin: 0 auto;
  object-position: center;
  object-fit: cover;
}

/* ロゴのスライドはロゴを中央に */
.kv-slide[data-kind="logo"] {
  display: grid;
  place-items: center;
  background: transparent; /* 任意：ロゴ出し始めは黒背景 */
  position: relative; /* スライドの基準 */
  
}
.kv-logo {
  position: absolute;
  max-width: 280px;
  height: auto;
  opacity: 0;
transform: translateY(6px) scale(.98);
  animation: kvLogoIn 900ms ease forwards 150ms;
left: 40%;
  right: 40%;
top: 34%;
object-fit: contain !important;
height: auto !important;
}
@keyframes kvLogoIn {
  to { opacity: 1; transform: translateY(0) scale(1); }
}


.ripplesbox {
  position: relative;
  width: auto;
  height: 80vh;
}
/* 文字のふわっと（順番） */
.key_title {
    opacity: 1;
  transition: opacity 0.4s ease;
  position: absolute;
  inset-block-end: clamp(24px, 6vw, 56px);
  inset-inline: clamp(16px, 4vw, 64px);
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 6px 24px rgba(0,0,0,.35);
  display: flex;
  gap: .4em;
  flex-wrap: wrap;
  pointer-events: none;
  font-size: clamp(32px, calc(40 / 1280 * 100vw), 40px);
  line-height: 2;
  left: 10%;
  display: grid;
}
/* ロゴスライドがアクティブのときだけ key_title を隠す */
.kv-slideshow:has(.kv-slide.top_logo.is-active) ~ .key_title {
  opacity: 0;
  pointer-events: none;
}

.key_title {
  transition: opacity .4s ease; /* ふわっと */
}

.key_title .scr-target {
  opacity: 0;
  transform: translateY(10px);
  animation: kvWordIn 700ms ease forwards;
}
.key_title .scr-target.min2 { animation-delay: 250ms; }
.key_title .scr-target.min3 { animation-delay: 500ms; }

@keyframes kvWordIn {
  to { opacity: 1; transform: translateY(0); }
}

/* アクセシビリティ：動き抑制 */
@media (prefers-reduced-motion: reduce) {
  .kv-slide { transition: none; }
  .kv-logo,
  .key_title .scr-target { animation: none; opacity: 1; transform: none; }
}



/* information */
.information {
  background: url(http://lalabeya.com/samplesite/wp-content/uploads/2025/09/bg02.webp);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15vw 0;
}
.inner p {
  font-size: 16px;
  letter-spacing: 0.08rem;
  line-height: 2.5em;
font-weight: 400;
}
.info {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
/* news */
h5, #content h5 {
  font-size: clamp(8px, calc((12 / 1280) * 100vw), 12px);
  color: #baa7cc;
  display: inline-block;
  letter-spacing: 0.08rem;
}
h2,
#content h2 {
  font-size: clamp(28px, calc((40 / 1280) * 100vw), 40px);
  display: inline-block;
  padding: 0 20px;
  position: relative;
  margin: 4vw auto;
	letter-spacing: 0.2rem;
}
h2::before,
#content h2::before{
  content: "";
  width: 1px;
  height: 120px;
  bottom: 50px;
  left: 50%;
  position: absolute;
  background: #baa7cc;
}
.news .inner {
  max-width: 920px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
  padding: 1vw 4vw 4vw;
  border-radius: 30px;
}
.news_head {
  display: flex;
  margin: 0 auto 15px;
}
.day {
  color: #ccc;
  font-size: 14px;
  letter-spacing: 0.1rem;
  width: 13%;
}
.cate {
  font-size: clamp(10px, calc(12 / 1280 * 100vw), 12px);
  border: 1px solid #baa7cc;
  text-align: center;
  color: #baa7cc;
  width: 10%;
  max-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 1.1rem 0;
}
.news_head .news-title {
  margin: 0;
  padding: 0 30px;
  line-height: 1.2em;
}
.news_head .news-title a {
  color: #000;
}
.back-btn {
  margin: 40px auto;
  text-align: right;
  font-size: 14px;
}
.back-btn a {
  position: relative;
  padding: 3px;
}
.back-btn a::before {
content: "";
background: #baa7cc;
width: 0%;
height: 1px;
bottom: 0;
left: 0;
position: absolute;
transition: ease all 0.5s;  
}
.back-btn a:hover:before {
  width: 100%;
}
._inner {

}
._inner .box {
width: 100%;
padding: 10px;
}
._inner .box img {
  height: 220px;
  object-fit: cover;
}
.box.new::before {
  content: "";
  background: #baa7cc;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 3px;
}
.plot h4 {
  margin: 5px auto;
  font-weight: bold;
  font-size: 17px;
  max-height: 50px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.plot h4 a {
  color: #baa7cc;
}
.plot p {
  font-size: 14px;
  line-height: 1.3rem;
  margin: 10px auto 15px;
  max-height: 63px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.plot .plot-end {
  color: #b0b0b0;
  font-size: 13px;
  text-align: right;
}
.company-form th {
  font-size: 14px;
  line-height: 2.5em;
  width: 20%;
  letter-spacing: 0.1rem;
  text-align: right;
  padding-right: 15px;
  color: #baa7cc;
}
.company-form table {
width: 100%;
}
.company-form tr {
  height: 55px;
}
.top-works {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  gap: 0 2%;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 5vw auto;
}
.top-works__company {
  margin: 0 auto;
}
.top-works__company .company-name {
  color: #baa7cc;
  margin: 5px auto;
  font-size: clamp(10px, calc((14 / 1280) * 100vw), 14px);
  max-height: 50px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  min-height: 50px;
  font-family: "Noto Sans JP", "Shippori Mincho", "Noto Serif JP", "Source Sans Pro", sans-serif;
  font-weight: 500;
}
.top-works__cat-list .top-works__cat {
  border: 1px solid #b0b0b0;
  border-radius: 30px;
  line-height: 1.3;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: clamp(8px, calc((12 / 1280) * 100vw), 12px);
font-family: "Noto Sans JP", sans-serif;
}
.top-works__cat-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 2%;
}
.top-works__logo {
  min-height: 100px;
  display: flex;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
}
.top-works__logo img {
}
.top-works__item {
  min-height: 250px;
}



/* service */
.service {
  margin: 12vw auto;
}
.service .inner {
  z-index: 1;
  position: relative;
}
.service--wrap {
  max-width: calc(900 / 1280 * 100vw);
  margin: 0 auto;
}
.service--intro {
  margin: 0 auto 7vw;
  text-align: center;
}
.service--data {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 5%;
  margin: 0 auto 5%;
}
.service--data li strong {
  color: #fff;
  font-size: clamp(15px, calc(18 / 1280 * 100vw), 18px);
  font-weight: 600;
  border: 1px solid #aa99c5;
  padding: 8px 12px;
  display: block;
  line-height: 1.5;
  text-align: center;
  background: #aa99c5;
  background: linear-gradient(#a091c1,#baa7cc 50px,#d2c680 250px,#d29cf7);
  letter-spacing: 0.1rem;
}
.service--data li {
  text-align: center;
  margin: 0 auto 4vw;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
  border-radius: 12px;
  padding: 2vw;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
.service--data li p {
  font-size: clamp(9px, calc(13 / 1280 * 100vw), 13px);
  line-height: 2;
  color: #aa99c5;
  font-weight: 600;
  text-align: left;
	padding: 1vw 0 0;
}
.service.bg--mov {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 13vw;
	padding: 0 0 5vw;
}
.service.bg--mov video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;   /* 画像のcoverと同じ感覚 */
  transform: translate(-50%, -50%);
  z-index: -1;         /* 背景に置く */
}
.bg--mov::after {
  content: "";
  position: absolute;
  inset: 0;
    top: 0px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
  height: 120%;

}
.service_icon {
  max-width: 100px;
  margin: 0 auto 1vw;
  max-height: 80px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  opacity: 0.8;
}
.service--data li:last-child .service_icon {
  max-width: 80px;
}

/* work */
.work {
  margin: 10em auto 13em;
}
.top-works__logo img {
  max-height: 170px;
}
/* company */
.company {
  position: relative;
  background-image: url(http://lalabeya.com/samplesite/wp-content/uploads/2025/09/company_bg.jpg);
  background-size: cover;
  padding: 1vw 0 15vw;
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
  .company {
    background-attachment: scroll; /* iOS Safari用フォールバック */
  }
}
.company::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1); /* 白を半透明でかける */
}
.company h2 {
  color: #ccc;
}
.company-form {
  max-width: 700px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.3);
  padding: 40px;
  border-radius: 30px;
	color: #222;
}

/* contat */
.contact {
  text-align: inherit;
  margin: 0 auto 10vw;
}
.contact-form {
  max-width: calc(500 / 1280 * 100vw);
  margin: 5vw auto;
	text-align: center;
}
.contact-form th,
.contact-form p {
  color: #a797c4;
	font-weight: 600;
  text-align: left;
  font-size: clamp(12px, calc(14 / 1280 * 100vw), 14px);
	margin: 0;
	line-height: 1.5;
padding: 0 0 3px;
}
.contact-form .red {
  font-size: 70%;
  color: #fc4747;
  padding: 0 5px;
  margin: 0 5px;
  border: 1px solid;
	display: inline-flex;
  line-height: 1.4;
}
.contact-form .your-box,
.contact-form .your-textarea {
  font-size: clamp(14px, calc(18 / 1280 * 100vw), 18px);
  border: none;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.contact-form .your-box:hover,
.contact-form .your-textarea:hover,
.contact-form .your-box:active,
.contact-form .your-textarea:active,
.contact-form .your-box:focus,
.contact-form .your-textarea:focus {
border: 1px solid #a797c4;
background: #f1eef3;
	color: #222;
	
}	
.contact-form tr {
  display: grid;
  margin: 0 auto 1vw;
}
.contact-submit {
  border: none;
  background: linear-gradient(#a091c1,#baa7cc 50px,#d2c680 250px,#d29cf7);
  padding: 10px 40px;
  color: #fff;
  font-size: clamp(14px, calc(16 / 1280 * 100vw), 16px);
  width: 280px;
  margin: 40px auto;
  display: block;
}
.cm4cf7-confirm-value {
padding: 10px 30px;
color: #555;
border-radius: 4px;
}
.cm4cf7-message-for-confirmation {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: #e8f9fe;
}
.wpcf7 form.sent .wpcf7-response-output {
  padding: 30px;
  background: #dfedc5;
}


/* footer */
footer .branding img {
  max-width: 210px;
  margin: 10px auto;
}
footer {
  margin: 10em auto auto;
  padding: 10em 0 0;
  text-align: center;
}
.sns-folder li {
  display: inline-block;
  font-size: 24px;
  padding: 5px 10px;
}
#soket {
  padding: 15px;
  font-size: 13px;
  letter-spacing: 0.1rem;
  margin: 10em auto auto;
}
.footer-info p {
  font-size: 13px;
  line-height: 1.5em;
}
.phone {
  font-size: 28px;
  display: block;
  margin: 10px auto auto;
}
.contact-btn {
    background: linear-gradient(#a091c1,#baa7cc 50px,#d2c680 250px,#a091c1);
    background-size: 200px 300px;
  border: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3rem;
  margin: 30px auto 40px;
  cursor: pointer;
  width: 160px;
  height: 160px;
  border-radius: 160px;
  font-family: "Noto Sans JP", "Shippori Mincho", "Noto Serif JP", "Source Sans Pro", sans-serif;
}
.contact-btn:hover {
  opacity: 0.5;
  transition: ease all 0.5s;
  background-position: 0 100%;
}
.main-submit-btn p {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-submit-btn input[type="button"],
.main-submit-btn input[type="reset"],
.main-submit-btn input[type="submit"] {
  height: 55px;
  width: calc(250 / 1280 * 100vw);
font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(10px, calc((15 / 1280) * 100vw), 15px);
}
.main-submit-btn button:hover,
.main-submit-btn input[type="button"]:hover,
.main-submit-btn input[type="reset"]:hover,
.main-submit-btn input[type="submit"]:hover {
color: #fff;
}
.main-submit-btn .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
}
/* News -- single */
.post-news-default {
  max-width: clamp(400px, calc((700 / 1280) * 100vw), 700px);
  margin: 0 auto;
}
.single-thumb {
  margin: 0 auto 3vw;
}
.single-title {
  font-size: clamp(18px, calc((21 / 1280) * 100vw), 21px);
  line-height: 1.5;
}
.single-category {
  border: 1px solid #a595c3;
  color: #a595c3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1vw;
  font-size: clamp(8px, calc((12 / 1280) * 100vw), 12px);
}
.single-date {
  display: inline-flex;
  padding: 0 1vw;
}
.single-content p {
  margin: 1vw auto;
  font-size: clamp(10px, calc((14 / 1280) * 100vw), 14px);
  line-height: 1.5;
}
.single-content {
  margin: 3vw auto;
}

/* Works -- arcive */
.post-type-archive-works .site-page-head,
.single-works .site-page-head {
  padding: 5vw 0;
  margin: 0 auto;
  text-align: center;
  background: url(http://lalabeya.com/samplesite/wp-content/uploads/2025/09/bg02.webp) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.single-works .site-page-head {
padding: 3vw 0;
}
.single-works .site-page-head .title {
  margin: 1vw auto;
}
.post-type-archive-works .site-page-head h2::before,
.single-works .site-page-head h2::before {
  content: none;
}
.post-type-archive-works .site-page-head .title,
.single-works .site-page-head .title {
  font-size: clamp(24px, calc((30 / 1280) * 100vw), 32px);
  margin: 1.5vw auto;
  color: #333;
}
.post-type-archive-works
.page-wrap {
  padding: 3vw 0;
}
.work-archive--posts-layout {
max-width: clamp(700px, calc((900 / 1280) * 100vw), 900px);
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 0 3%;
}
.work-archive--posts-layout .work-entry-post {
  margin: 0 auto 8vw;
  width: 100%;
}
.work-cat-list {
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 0 5px;
}
.work-cat-list .work-cat {
  color: #999;
  background: transparent;
  padding: 0 12px;
  font-size: clamp(9px, calc((11 / 1280) * 100vw), 11px);
  border-radius: 30px;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #999;
  line-height: 1.5;
}
.work-title {
  font-size: clamp(10px, calc((14 / 1280) * 100vw), 14px);
  margin: 0 auto 1vw;
  line-height: 1.5;
}
.work-title a {
  color: #333;
	font-family: "Shippori Mincho", "Noto Serif JP", "Source Sans Pro", sans-serif;
}
.work-logo {
  padding: 1vw;
  min-height: 120px;
  justify-content: center;
  align-items: baseline;
  display: flex;
}
.work-logo img {
  max-height: 90px;
}

/* Works -- single */
.works-post--content {
  max-width: clamp(700px, calc((900 / 1280) * 100vw), 900px);
  margin: 0 auto;
  color: #222;
  font-family: "Shippori Mincho", "Noto Serif JP", "Source Sans Pro", sans-serif;
  font-size: clamp(9px, calc((13 / 1280) * 100vw), 13px);
  line-height: 1.5;
}
.works-post--company {
  font-size: clamp(10px, calc((15 / 1280) * 100vw), 15px);
  line-height: 1.5;
  margin: 0 auto;
}
.works-box {
  margin: 3vw auto;
}
.works-post--content .label {
  background: #222;
  color: #fff;
  padding: 0 0.8vw 0;
  font-size: clamp(8px, calc((12 / 1280) * 100vw), 12px);
  line-height: 1.8;
  letter-spacing: 0.1rem;
  display: inline-block;
font-family: "Noto Sans JP", sans-serif;
}
.works-post--content .name {
  line-height: 1.5;
  margin: 0.5vw auto;
}
.works-post--logo .logoimg {
  width: 270px;
  margin: 1vw 0;
}
.works-post--logo .logoimg img {
  max-height: 100px;
}
.works-post--work {
  margin: 2vw auto auto;
}
.works-post--cat .work-cat {
  background: #999;
  padding: 0 15px;
  border-radius: 30px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.works-post--cat {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 1%;
  margin: 1vw auto;
}
.works-post--img {
  position: relative;
  background-image: url(http://lalabeya.com/samplesite/wp-content/uploads/2025/09/display01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: clamp(400px, calc((500 / 1280) * 100vw), 500px);
}
.works-post--img .screenshot {
  max-width: clamp(430px, calc((550 / 1280) * 100vw), 550px);
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  height: clamp(250px, calc((312 / 1280) * 100vw), 312px);
  justify-content: center;
  align-items: center;
  display: flex;
}
.works-post--work .work-type {
  line-height: 1.5;
  margin: 0.5vw auto;
  display: block;
}
.works-post--btn a {
  max-width: 230px;
  margin: 10vw auto auto;
  display: block;
  text-align: center;
  background: linear-gradient(#a091c1,#baa7cc 50px,#d2c680 250px,#d29cf7);
  color: #fff;
  padding: 5px 0;
  font-size: clamp(10px, calc((15 / 1280) * 100vw), 15px);
  border-radius: 40px;
  line-height: 2.5;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2rem;
}
.works-post--btn a:hover {
  color: #fff;
}

/* sinbun */
.works-post--img.dispp,
.works-post--img.dispr {
  background: no-repeat;
  height: auto;
  margin: 0 auto 5vw;
}
.works-post--img.dispp .screenshot,
.works-post--img.dispr .screenshot {
  height: auto;
  position: relative;
  max-width: 300px;
}
.works-post--img.dispr .screenshot {
  height: auto;
  position: relative;
  max-width: 500px;
}
.works-post--img.dispp .screenshot img,
.works-post--img.dispr .screenshot img {
  border: 1px solid #ccc;
  padding: 10px;
}
.pagination-wrapper {
max-width: 500px;
margin: 0 auto;
color: #555;
}
.pagination-wrapper .pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 2%;
  max-width: 500px;
  justify-content: center;
}
.pagination-wrapper .pagination .pagination-item {
border: 1px solid #baa7cc;
	border-radius: 50px;
}
.page-numbers {
  padding: 4px 12px;
  font-size: clamp(10px, calc((14 / 1280) * 100vw), 14px);
  display: block;
border-radius: 50px;
}
a.page-numbers:hover {
  background: #a696c4;
}


/*sp 改行*/
@media (min-width: 768px) { .view-sp { display:none;} .view-pc { display:block;}}
@media (max-width: 767px) { .view-sp { display:block;} .view-pc { display:none;}}
/*sp 改行 END*/

/* window size variation
----------------------------------------------------------- */

@media screen and (max-width: 767px) {
/* header */
#site-title img {
    max-width: 90px;
    margin: 8px 20px;
}
#header .branding {
width: 100%;
}
.hamburger {
top: 10px;
right: 20px;
}
 #header #menu ul li:last-child a {
    background: linear-gradient(#a091c1,#baa7cc 50px,#d2c680 250px,#d29cf7);
    border-radius: 4px;
    color: #fff;
    font-size: clamp(19px, calc((25 / 1280) * 100vw), 25px);
    padding: 2px 35px 5px;
  }
#header #menu li a {
font-size: clamp(16px, calc((22 / 1280) * 100vw), 22px);
}	
/* keyvisual */
.kv-logo {
left: 0;
right: 0;
margin: auto;
max-width: 160px;
}
	
/* contents */
.service.bg--mov video {
transform: translate(-90%, -50%);
}
.inner {
max-width: 100%;
padding: 0 15px;
}
.inner p {
    font-size: clamp(9px, calc(12 / 375 * 100vw), 12px);
    line-height: 3rem;
}
.information {
  padding: 30vw auto;
}
.keyvisual .inner {
  padding: 0;
}
h2, #content h2 {
   font-size: clamp(25px, calc(30 / 375 * 100vw), 30px);
   margin: 10px auto;
   line-height: 2;
   font-weight: 600;
letter-spacing: 0;
}
.news .inner {
  padding: 20px;
  margin: 0 20px;
  border-radius: 15px;
}
h2::before, #content h2::before {
height: 70px;
}
 .day {
    width: 29%;
    display: inline-block;
    font-size: clamp(9px, calc(10 / 375 * 100vw), 10px);
  }
 .cate {
    width: 23%;
    display: inline-flex;
    font-size: clamp(7px, calc(10 / 375 * 100vw), 10px);
    padding: 5px 0;
    justify-content: center;
    align-items: center;
  }
.news_head {
display: inline-block;
	width: 100%;
}
.news_head .news-title {
  display: block;
  padding: 10px 0 0;
  width: 100%;
  font-size: clamp(8px, calc(12 / 375 * 100vw), 12px);
}
.back-btn {
margin: 20px auto;
}
/* work */
.work {
    margin: 30vw auto 50vw;
  }
.box.new::before {
  top: -10px;
  left: -7px;
}
._inner .box {
width: 50%;
width: 100%;
padding: 0;
}
._inner {
}
.top-works {
grid-template-columns: repeat(2, 1fr);
	gap: 0 8%;
}
.top-works__logo {
min-height: 60px;
}
.top-works__company .company-name {
min-height: 35px;
}
.top-works__item {
min-height: 160px;
}
.top-works__cat-list .top-works__cat {
margin-bottom: 2px;
}
.plot h4 {
font-size: 15px;
margin: 0 auto;
}
.plot p {
    font-size: clamp(8px, calc(11 / 375 * 100vw), 11px);
    line-height: 1.3;
    margin: 10px auto;
}
.plot .plot-end {
    font-size: clamp(8px, calc(10 / 375 * 100vw), 10px);
  }
._inner .box img {
height: 120px;
}
/* company */
.company {
    background-position: center;
    padding: 1vw 0 30vw;
  }
.company-form {
  padding: 20px;
  border-radius: 15px;
}
.company-form th {
  width: 26%;
}
.company-form td {
  font-size: clamp(8px, calc(12 / 375 * 100vw), 12px);
}
.company-form tr {
height: 25px;
}
.company-form table {
font-size: 0.8rem;
}
footer .branding img {
max-width: 140px;
}
.footer-info p {
font-size: 0.8rem;
line-height: 1.5rem;
}
.phone {
font-size: 1.5rem;
}
.contact-btn {
margin: 15px auto;
width: 140px;
height: 140px;
}
footer {
margin: 5em auto auto;
padding: 5em 0 0;
}
/* menu */
#menu ul {
display: grid;
grid-template-columns: repeat(1, 1fr);
padding: 70px 0;
}
#menu li {
width: 80%;
}
#soket {
font-size: 11px;
}
  #header.closeup #site-title img {
    max-width: 80px;
    margin: 15px auto 15px 5%;
  }
#header.closeup {
background: none;
box-shadow: none;
}
.keyvisual .inner img {
min-height: 500px;
}

/* contact */
.contact-form {
  max-width: calc(300 / 375 * 100vw);
}
.contact-form .your-box, .contact-form .your-textarea {
width: 100%;
	margin: 0 auto 1rem;
}
/* service */
.service--intro {
  padding: 12vw 0 8vw;
}
.service--data {
grid-template-columns: 1fr;
}
.service--wrap {
  max-width: 90%;
}
.service_icon {
    max-width: 70px;
    max-height: 60px;
    top: 7%;
    right: auto;
    left: 3%;
}
.service--data li {
  margin: 0 auto 7vw;
  padding: 6vw;
}
.service--data li:first-child {
  margin-top: 15vw;
}
.service--data li:last-child {
  margin-bottom: 25vw;
}
.service--data li strong {
  padding: 5px 10px;
  line-height: 1.8;
}
  .service--data li p {
    font-size: clamp(10px, calc(13 / 375 * 100vw), 13px);
    line-height: 1.5;
    padding: 10px 0 0;
  }

	
/* contact */
.main-submit-btn input[type="button"], .main-submit-btn input[type="reset"], .main-submit-btn input[type="submit"] {
width: 100%;
font-size: clamp(10px, calc((15 / 375) * 100vw), 15px);
}	
	
/* arcive -- work -- */		
.work-logo {
min-height: 50px;
}
.work-cat-list .work-cat {
font-size: clamp(6px, calc((8 / 375) * 100vw), 8px);
padding: 0 5px;
margin-bottom: 2px;
}	
.work-archive--posts-layout {
grid-template-columns: 1fr 1fr;
}	
	
	
	
/* single -- work-- */	
.works-post--content {
font-size: clamp(9px, calc((13 / 375) * 100vw), 13px);
max-width: 88%;
}
.works-post--content .label {
	padding: 0 3vw;
font-size: clamp(8px, calc((12 / 375) * 100vw), 12px);
}
.works-post--company {
font-size: clamp(10px, calc((15 / 375) * 100vw), 15px);
}
.works-post--work {
margin: 8vw auto auto;
}	
.works-post--img .screenshot {
margin: 0 auto;
max-width: 100%;
}
.works-post--img {
  height: clamp(210px, calc((280 / 375) * 100vw), 280px);
}
.works-post--img .screenshot {
    top: 12%;
    height: clamp(80px, calc((140 / 375) * 100vw), 140px);
    width: clamp(300px, calc((500 / 1280) * 100vw), 500px);
  }
.works-post--logo .logoimg {
margin: 5vw auto;
}	
.works-box {
  margin: 15vw auto;
}	
.works-post--btn a {
  max-width: 70%;
  font-size: clamp(14px, calc((16 / 1280) * 100vw), 16px);
  margin: 15vw auto auto;
}
  .work-logo img {
    max-height: 40px;
    min-height: 40px;
  }
	
	
}


/* page top style */
/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
    background: linear-gradient(#a091c1,#baa7cc 50px,#d2c680 250px,#d29cf7);
background-size: 200px 300px;
	font-size: clamp(7px, calc(9 / 1280 * 100vw), 9px);
  }
  #page-top a:hover {
  transition: ease all 0.5s;
  background-position: 0 100%;
}
  
  /*リンクを右下に固定*/
  #page-top {
    position: fixed;
    right: 10px;
    z-index: 2;
      /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
    bottom: 0;
  }
  
  /*　上に上がる動き　*/
  
  #page-top.UpMove{
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  /*　下に下がる動き　*/
  
  #page-top.DownMove{
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
    from {
      opacity: 1;
    transform: translateY(0);
    }
    to {
      opacity: 1;
    transform: translateY(100px);
    }
  }
/*  end.*/
/* lordeing anime */
.loading {
  position: absolute;
  left: 0;
  top: 46%;
  display: block;
  width: 6vh;
  height: 7vh;
  text-align: center;
  filter: contrast(1.2);
  z-index: 11;
  opacity: 0.2;
  right: 0;
  margin: auto;
}
.cc {
      mix-blend-mode:screen;
      display:block;
      position:absolute;
      border-radius:50%;
      animation:wave 3s infinite linear;
    }
    
    .cc:nth-child(0) {
      left:-11%;
      right:-2%;
      top:-12%;
      bottom:-5%;
      transform-origin:46% 53%;
      animation-delay:0;
      background-color:hsl(0, 100%, 50%);
    }
    
    .cc:nth-child(1) {
      left:-4%;
      right:-4%;
      top:-9%;
      bottom:-2%;
      transform-origin:47% 50%;
      animation-delay:-1s;
      background-color:hsl(50, 100%, 50%);
    }
    
    .cc:nth-child(2) {
      left:-11%;
      right:-4%;
      top:-10%;
      bottom:-11%;
      transform-origin:49% 53%;
      animation-delay:-1.5s;
      background-color:hsl(100, 100%, 50%);
    }
    
    .cc:nth-child(3) {
      left:-7%;
      right:-9%;
      top:-11%;
      bottom:-4%;
      transform-origin:47% 52%;
      animation-delay:-2s;
      background-color:hsl(150, 100%, 50%);
    }
    
    .cc:nth-child(4) {
      left:-8%;
      right:-3%;
      top:-5%;
      bottom:-11%;
      transform-origin:47% 52%;
      animation-delay:-2.5s;
      background-color:hsl(200, 100%, 50%);
    }
    
    .cc:nth-child(5) {
      left:-10%;
      right:-8%;
      top:-4%;
      bottom:-9%;
      transform-origin:48% 51%;
      animation-delay:-3s;
      background-color:hsl(250, 100%, 50%);
    }
    
    .cc:nth-child(6) {
      left:-9%;
      right:-11%;
      top:-5%;
      bottom:-8%;
      transform-origin:47% 50%;
      animation-delay:-3.5s;
      background-color:hsl(300, 100%, 50%);
    }
  
  @keyframes wave {
    from {
      transform:rotateZ(0deg);
    }
    to {
      transform:rotateZ(360deg);
    }
}
.cc-back {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.8;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }