@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho:wght@400;500;600&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


:root {
  --color-brown: #595a2f;
  --color-beige: #aa6d2e;
  --color-red: #db3b21;
  --color-orange: #c4641f;
  --color-bg_beige1: #f6efe2;
  --color-bg_beige2: #f6f7f5;
  --color-bg_beige3: #f6efe2aa;
  --color-grade: linear-gradient(90deg, rgba(250, 87, 40, 1) 10%, rgba(219, 59, 33, 1) 90%);
  --color-grade_beige: linear-gradient(90deg, #f6efe200, #f6efe2aa);
  --shadow-pic: rgba(0, 0, 0, 0.1) 0px 10px 50px;
	
 --ff-min: "Zen Old Mincho", serif;
  --ff-en: "Lato", serif;
  --ff-noto: "Noto Sans JP", sans-serif;
  --ff-kaku: "Zen Kaku Gothic New", sans-serif;

}

/* 横スクロール抑止（100vw 要素対策 / yoga・yomogi にも適用） */
html, body { overflow-x: clip; }
@supports not (overflow-x: clip) {
  html, body { overflow-x: hidden; }
}

body {
  font-family: var(--ff-kaku);
  font-weight: 500 !important;
  color: var(--color-brown);
}

a,a:hover {
	color: var(--color-brown);
}

.admin-panel {
  display: none;
}

.body .article {
  margin-bottom: 0;
}

.content {
  margin-top: 0;
}

.main {
  padding: 0;
  border: 0;
}

.home .entry-header {
  display: none;
}

.entry-content {
  margin: 0;
}

section {
  position: relative;
  margin-bottom: 0 !important;
}

.section-content {
  max-width: 1000px;
  margin: 0 auto;
  /*	padding: 0 10vw;*/
}

/* コンセプトエリア */
.sp-none {
  display: block;
}

.concept .txtarea {
  flex: 1;
  padding-left: 5%;
  padding-right: 5%;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex {
  display: flex;
}

.concept .txt-deco {
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: .01em;
  color: #B7C8CD;
}

.concept .txtarea {
  flex: 1;
  padding-left: 5%;
  padding-right: 5%;
}

.pos_rel {
  position: relative;
}

.ttl-01 {
  margin-bottom: 3rem !important;
  font-size: 6rem !important;
  line-height: 1.2 !important;
  color: #2C2C2C;
}

.concept-01 .deco-01 {
  position: absolute;
  top: 40%;
  right: 8%;
  width: min(15.7291666667vw, 302px);
}

.ttl-01.deco::after {
  content: "";
  display: block;
  width: 26px;
  border-top: 6px dotted;
  margin-top: 1.75rem;
}

.concept-01 .imgarea {
  position: relative;
  width: 50%;
  margin-right: 1%;
  padding-top: 108px;
}

.concept-01 .imgarea .img-01 {
  width: min(41.6666666667vw, 800px);
  height: 450px;
  margin-left: auto;
  margin-right: 0;
}

.img-trim {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.concept-01 .imgarea .img-02 {
  position: absolute;
  bottom: -228px;
  right: min(29.6875vw, 570px);
  width: min(20.2083333333vw, 388px);
  height: 300px;
}

.concept-02 {
  margin-top: -120px;
  margin-bottom: 134px;
}

.flex-a-end {
  align-items: flex-end;
}

.concept-02 .txtarea {
  padding-left: 24%;
}

.concept-02 .imgarea {
  position: relative;
  width: 42%;
}

.concept-02 .imgarea .img-03 {
  width: min(33.3333333333vw, 640px);
  height: 360px;
　margin-top: 50px;
}

.concept-02 .deco-02 {
  position: absolute;
  top: 51%;
  left: -17%;
  width: min(19.6875vw, 378px);
  mix-blend-mode: multiply;
}

.concept-03 {
  margin-bottom: 140px;
}

.concept-03 .txtarea {
  position: relative;
  padding-top: 88px;
}

.concept-03 .txt-deco {
/*   position: absolute; */
/*   right: 20%; */
/*   bottom: 40px; */
}

.concept-03 .imgarea {
  position: relative;
  width: 61.5%;
  margin-right: 1%;
}

.concept-03 .imgarea .img-04 {
  width: min(41.6666666667vw, 565.417px, 800px);
  height: 480px;
  margin-left: auto;
  margin-right: 0;
  box-shadow: 0 0 30px rgba(90, 116, 138, 0.3);
}

.concept-03 .imgarea .img-05 {
  position: absolute;
  bottom: -260px;
  right: min(54.1666666667vw, 1040px);
  width: min(7.1354166667vw, 137px);
  height: 300px;
}

.concept-04 .deco-03 {
  position: absolute;
  top: -107%;
  left: 4.5%;
  z-index: -1;
  width: min(21.0416666667vw, 404px);
}

.concept-04 .imgarea .img-06 {
    width: min(41.6666666667vw, 800px);
    height: 318px;
}
.concept-04 .txtarea {
  padding-left: 10%;
}

.concept .txt-deco {
  font-size: 0.875rem;
  line-height: 2.28;
  letter-spacing: 0.01em;
  color: #B7C8CD;
}
/* フッターデザイン */
.footer{
display: none;
}
#custom-footer {
  background-color: #1f1f1f;
  color: #fff;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-left {
  max-width: 400px;
}

.site-title {
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 10px;
}

.sub-title {
  font-size: 16px;
  margin-bottom: 10px;
}

address {
  font-style: normal;
  margin-bottom: 10px;
}

.sns-icons a {
  display: inline-block;
  margin-right: 10px;
}

.footer-right .footer-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid #444;
  text-align: center;
  padding-top: 15px;
  font-size: 12px;
  margin-top: 30px;
}

.footer-bottom .producer {
  margin-left: 20px;
}
.footer-curve {
  line-height: 0;
  overflow: hidden;
}

.footer-curve svg {
  display: block;
  width: 100%;
  height: 80px;
}


@media screen and (max-width: 1400px) {
  .section-content {
    padding: 0 5vw;
  }
}

.home h2 {
  background: transparent;
  margin: 0;
  padding: 0;
  font-family: var(--ff-min);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}

.home h2.en {
  font-family: var(--ff-en);
  margin: 0 0 3rem 0;	
  font-size: 4.5rem;
  font-weight: 300;
}


.home h2 small {
  display: flex;
  align-items: center;
  font-family: var(--ff-en);
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-orange);
  line-height: 1rem;
}

.home h2 small:before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  background: var(--color-orange);
  margin: 0 0.5rem;
}

.home h3 {
  border: 0;
  margin: 0;
  padding: 0;
}



/* header */

.header-container {
  position: fixed;
  width: 100%;
  z-index: 1;
  background-color: transparent;
  padding: 0 0 0 5vw;
}

.header-container-in {
  /*	max-width: 1600px;*/
}

.navi {
  background-color: transparent;
}

.navi-in>ul {
  justify-content: flex-end;
}

.header-container-in.hlt-top-menu .logo-header {
  padding-top: 0.75rem;
}

.header.scrolled .logo-header {
  padding-top: 0.5rem;
  transition: all .5s;
}

.header.scrolled .logo-header img {
  max-height: 50px;
  transition: all .5s;
}



.menu-trial a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  white-space: nowrap;
  background: #c4641fcc !important;
  font-size: 14px;
  width: 120px;
  height: 100px;
  transition: all 0.3s;
  color: #fff !important;
  line-height: 1.1;
  border-radius: 0 0 0 0.5rem;
  position: relative;
  padding: 0 0 12px !important;
}

.menu-trial a:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(http://linkwin-client.pecori.jp/test000/wp-content/uploads/2025/05/calendar-1.png) no-repeat center center / contain;
  opacity: 0.9;
}


/* top-mv */

#top-mv {
  position: relative;
  background: var(--color-bg_beige1);
}

.mv-pic {
  width: 100%;
  height: 92vh;
  position: relative;
  background: transparent;
  clip-path: url("#mv-pic-clip");
  animation: fadeIn 1s ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.mv-pic img {
  width: 100%;
  height: 92vh;
  object-fit: cover;
}

/* mv-pic クリップパス外周にドロップシャドウを付与してカーブを強調 */
#top-mv .mv-pic {
  clip-path: none;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.13));
}
#top-mv .mv-pic .mv_bg {
  clip-path: url("#mv-pic-clip");
}

/* mv-pic 下端カーブ下〜mv-features 周辺のベージュを覆う 100vw 白帯 */
.mv-pic-white-belt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(92vh + 4rem);
  background: #fff;
  z-index: 0;
  pointer-events: none;
}

.mv_bg {
  position: relative;
}

.mv-catch {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 5vw;
}

.mv-catch-main {
  font-size: 5rem;
  font-family: var(--ff-min);
  line-height: 1.2;
  margin: 0 0 2rem 0;
  font-weight: 400;
}

.mv-catch-txt {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

.mv-catch-txt strong {
  color: var(--color-beige);

}


.mv-point {
  width: 60vw;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 0;
}

.mv-point-top {
  position: relative;
  z-index: 2;
  background: var(--color-brown);
  color: #fff;
/*  font-family: var(--ff-min);*/
  padding: 0.5rem 2rem;
  width: fit-content;
  margin: 0 auto;
/*  border-radius: 0.5rem;*/
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  opacity: 0.7;
}

.mv-point-main {
  position: relative;
  margin: -2rem auto 0.5rem;
  background: #fff;
  text-align: center;
  padding: 3rem 2rem 1rem;
  width: 100%;
  border-radius: 0.5rem;
  line-height: 1.1;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}

.mv-point-main strong {
  font-weight: 300;
  font-size: 5rem;
  background: var(--color-grade);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*	font-family: var(--ff-min);*/
　font-family: 筑紫A丸ゴシック !important;
}

.mv-point-bottom>ul {
  width: 100%;
  margin: 0 auto 2rem;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mv-point-bottom>ul li {
  background: #fff;
  border-radius: 9999px;
  padding: 0.5rem;
  flex-basis: 30%;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--color-beige);
  letter-spacing: 0.3rem;
}


/* top-campaign */

#top-campaign {
  background: var(--color-bg_beige2);
}

.top-campaign-inner {
  width: 60vw;
  margin: 0 auto;
  padding: 4rem 0;
}

.campaign-catch {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.campaign-catch-period {
  position: relative;
  width: fit-content;
  margin: 0 auto 0.5rem;
  font-size: 1.5rem;
  font-weight: 800;
}

.campaign-catch-period:before {
  content: "＼";
  position: absolute;
  bottom: 0;
  left: -2rem;
  font-size: 1rem;
}

.campaign-catch-period:after {
  content: "／";
  position: absolute;
  bottom: 0;
  right: -2rem;
  font-size: 1rem;
}

.campaign-catch-num {
  /*background: var(--color-red);*/
  background-image: var(--color-grade);

  color: #fff;
  padding: 0 1rem 0.5rem;
  margin: 0 auto 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.3rem;
  width: 100%;
  font-weight: 500;
}

.campaign-catch-num strong {
  font-size: 2.5rem;
  font-weight: 500;
}

.campaign-catch-price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.campaign-catch-price .txt-first {
  font-size: 1.2rem;
  color: #fff;
  font-family: var(--ff-noto);
  background: var(--color-orange);
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  margin: 0 1rem 0 0;
  font-weight: 600;
}

.campaign-catch-price .txt-price {
  font-size: 5rem;
  display: flex;
  align-items: baseline;
  font-family: var(--ff-min);
  line-height: 1;
  letter-spacing: 1rem;
}

.campaign-catch-price .txt-yen {
  font-size: 2rem;
  position: relative;
  margin-top: -1rem;
}

.campaign-catch-price small {
  font-size: 1rem;
  color: var(--color-brown);
  font-family: var(--ff-noto);
}

.campaign-point {
  width: 100%;
  background: #fff;
  border-radius: 0.2rem;
  padding: 1rem;
  margin: 0 auto 3rem;
}

.campaign-point>ol {
  padding: 0;
  width: fit-content;
  margin: 0 auto;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
}

.campaign-point>ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5rem 0 0.5rem 45px;
  font-size: 1.25rem;
}

.campaign-point>ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: var(--color-brown);
  font-family: var(--ff-noto);
  color: white;
  font-size: 15px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.campaign-point>ol li strong {
  color: var(--color-red);
  font-weight: 600;
}

.campaign-btn-area {
  margin: 0 auto 3rem;
}

.campaign-btn {
  display: flex;
  align-items: center;
  background: var(--color-brown);
  color: #fff !important;
  padding: 1.5rem 4rem;
  width: fit-content;
  border-radius: 9999px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all .5s;
}

.campaign-btn .txt-free {
  background: #fff;
  padding: 0.125rem 0.5rem;
  color: var(--color-red);
  border-radius: 0.5rem;
  margin: 0 1rem 0 0;
  font-size: 1.2rem;
}

.campaign-btn i {
  margin-left: 1rem;
  font-size: 1rem;
}

.campaign-btn:hover {
  background: var(--color-orange);
}

.campaign-alert {
	text-align: center;
}


/* top-about */

#top-about {}

.top-about-inner {
  width: 100vw;
  margin: 5rem auto;
  padding: 8rem 0 6rem 15vw;
  position: relative;
}

.top-about-inner:before {
	content: "";
	display: block;
	width: 80vw;
	height: 100%;
    background: var(--color-grade_beige);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

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

.about-message {
  flex-basis: 40%;
}

.about-catch {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 4rem;
  font-family: var(--ff-min);
  letter-spacing: 0.25rem;
  width: fit-content;
  position: relative;
}

.about-catch:after {
  content: "";
  width: 100%;
  height: 3rem;
  display: block;
  background: url(http://linkwin-client.pecori.jp/test000/wp-content/uploads/2025/05/service_txt_line-2.png) no-repeat center top / contain;
  margin: 1.5rem 0 0 0;
}

.about-catch .txt {
  color: var(--color-orange);
}

.about-txt p:nth-child(even) {
  margin-left: 3rem;
}

.about-pic {
  flex-basis: 55%;
}

.about-pic .pic-01 {
  padding: 0 10vw 0 0;
}

.about-pic .pic-01 img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  box-shadow: var(--shadow-pic);
}

.about-pic .pic-02 {
  padding: 0 0 0 22vw;
  position: relative;
  margin: -3rem 0 0 0;
}

.about-pic .pic-02 img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  box-shadow: var(--shadow-pic);
}


/* top-feature */

#top-feature {}

.top-feature-inner {
  width: 100%;
  padding: 4rem 0;
  margin: 0 auto 3rem;
}

.feature-catch {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  line-height: 1.3;
  font-weight: 300;
  width: fit-content;
  border-top: 1px solid #595a2f77;
  padding: 1rem 0 0;
  margin: 0 auto 2rem;
}

.feature-title {
  text-align: center;
  font-size: 3rem;
  font-family: var(--ff-min);
  font-weight: 400;
  line-height: 1;
  margin: 0 0 2rem;
}

.feature-title strong {
  color: var(--color-orange);
  font-weight: 500;
}

.feature-title strong.txt-num {
  font-size: 5rem;
  font-weight: 200;
  margin-right: 0.5rem;
}

.feature-content {
  width: 100%;
  background: var(--color-bg_beige1);
  padding: 5rem 0;
}

.feature-item {
  width: 70vw;
  margin: 0 auto 2rem;
  position: relative;
  background: #fff;
}

.feature-item:before {
  height: 0;
  display: block;
  position: absolute;
  left: -3px;
  content: "";
  border-top: solid 10rem var(--color-bg_beige1);
  border-right: solid 10rem transparent;
  top: -3px;
  z-index: 2;
}

.feature-item:after {
  height: 0;
  display: block;
  position: absolute;
  left: -2px;
  content: "";
  border-top: solid 10rem transparent;
  border-right: solid 10rem transparent;
  top: -2px;
}

.feature-item-num {
  position: absolute;
  z-index: 3;
  line-height: 1;
  font-size: 0.9rem;
  font-family: var(--ff-en);
  color: var(--color-orange);
  text-align: center;
  border-top: 1px solid var(--color-orange);
  padding: 0.5rem 0 0;
  letter-spacing: 0.1rem;
}

.feature-item-num strong {
  font-size: 3rem;
  font-weight: 200;
  font-family: var(--ff-min);
}

.feature-item-point {
  display: flex;
  align-items: center;
}

.feature-item-point>* {
  flex: 1;
}

.feature-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-item-txt {
  padding: 1.5rem;
}

.feature-item-txt h3 {
  margin: 0 0 1rem 0;
  color: var(--color-orange);
  font-size: 1.75rem;
  margin-bottom: 2rem;
  font-weight: 500;
}

.feature-item-txt p {
  margin-bottom: 0;
}

.feature-more {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 3rem;
}

.feature-more-txt {
  text-align: center;
  font-size: 2rem;
  font-family: var(--ff-min);
  font-weight: 500;
  line-height: 1.5;
  padding: 3rem 0;
  background: #fff;
  width: fit-content;
  border-radius: 50%;
  position: relative;
  margin: -3rem auto 0;
  z-index: 1;
}

.feature-more-txt span.txt {
  font-size: 2.5rem;
  color: var(--color-orange);
}

.feature-more-txt small {
  font-size: 1.5rem;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid;
  margin: 0 auto 1rem;
  display: block;
  width: fit-content;
  color: var(--color-brown);
}

.feature-more-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.feature-more-content>* {
  flex: 1;
}



/* top-info */

.top-info-inner {
  width: 100vw;
  margin: 5rem auto;
  padding: 8rem 10vw 6rem 10vw;
  position: relative;
}

.top-info-inner:before {
	content: "";
	display: block;
	width: 30vw;
	height: 100%;
    background: var(--color-bg_beige3);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.info-content {
  display: flex;
  justify-content: space-between;
}

#top-info h2 {
  color: var(--color-orange);
}

.info-content>* {
  flex: 1;
}

.info-main {
  padding: 0 2rem;
  margin: 0 0 3rem 0;
}

.info-main p i {
  color: var(--color-beige);
  margin-right: 0.5rem;
}

.info-main p .en {
  font-family: var(--ff-en);
  letter-spacing: 0.1rem;
}

.info-pic p:last-child {
	text-align: right;
}

.info-pic img {
  width: 90%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  box-shadow: var(--shadow-pic);	
}


/* top-faq */

#top-faq {
  background: var(--color-bg_beige2);
}

.top-faq-inner {
  width: 70vw;
  margin: 0 auto;
  padding: 5rem 0 8rem;
}

#top-faq h2 {
  margin-bottom: 3rem;
}

.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #FFF;
  padding: 1rem 3rem 1rem 2rem;
  margin: 2rem 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  background-color: #FFF;
  padding: 1rem 2rem;
}

.accordion-header span,
.accordion-content span {
  padding-left: 2rem;
  position: relative;
}

.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-orange);
}

.accordion-content span::before {
  position: absolute;
  content: "A";
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: var(--color-orange);
}

.accordion-header:hover {
  background-color: #F2F2F2;
}


/* top-foot */

#top-foot {}

.top-foot-inner {
  width: 60vw;
  padding: 4rem 0;
  margin: 0 auto;
}

#top-foot .campaign-catch-period {
  color: var(--color-orange);
}

#top-foot .campaign-btn {
  font-size: 2rem;
}



/* footer */
/* 
#footer {
  text-align: center;
  margin: 0;
  padding: 1rem 0;
  background: var(--color-orange);
  color: #fff;
} */

/* .footer-bottom {
  margin: 0;
  padding: 0;
} */
.go-to-top{
  bottom: 80px!important;
}
.go-to-top-button {
  width: 50px;
  height: 50px;
  font-size: 14px;
  background: #595a2f66;
}

.pc-none {
  display: none;
}




@media screen and (max-width: 1023px) {
  .header-container {
    padding: 0 0 0 1vw;
  }

  .header-container-in.hlt-top-menu {
    flex-direction: row;
    align-items: flex-start;
  }

  #navi .navi-in>.menu-mobile {
    width: 100%;
  }

  #navi .navi-in>.menu-mobile li {
    width: fit-content;
  }

  .content-w {
    width: 90vw;
  }

}



@media screen and (max-width: 834px) {
  .pc-none, .sp-block {
    display: block !important;
  }

  .header-container {
    padding: 0;
  }

  .header-container-in.hlt-top-menu .logo-header {
    padding: 3vw;
  }

  .header-container-in.hlt-top-menu .logo-header .site-name {
    padding: 0;
  }

  .header-container-in.hlt-top-menu .logo-header img,
  .header.scrolled .logo-header img {
    min-height: auto;
    width: 50vw;
  }

  #navi .navi-in>.menu-mobile li a {
    font-size: 12px;
    width: 25vw;
    height: 20vw;
    padding: 0 0 12px !important;
  }

  .menu-trial a:before {
    top: 2px;
    height: 9vw;
  }

  main.main {
    padding: 0;
  }

  .mv-point-top {
    font-size: 5vw;
  }

  .mv-pic {
    height: 81vh;
  }

  .mv-pic img {
    object-position: 60% 100%;
    height: 81vh;
  }

  .mv-pic-white-belt {
    height: calc(81vh + 7rem);
  }

  .mv-catch {
    top: 19%;
    -webkit-transform: none;
    transform: none;
  }

  .mv-catch-main {
    font-size: 2.5rem;
  }

  .mv-catch-txt {
    font-size: 1rem;
    letter-spacing: 0;
  }

  .mv-point-main {
    font-size: 4vw;
  }

  .mv-point-main strong {
    font-size: 16vw;
  }

  .mv-point-bottom>ul li {
    padding: 0.25rem;
    font-size: 5vw;
    margin: 0.5rem;
  }

  .campaign-catch-period {
    font-size: 5vw;
  }

  .campaign-catch-price .txt-price {
    font-size: 13vw;
  }

  .campaign-catch-price .txt-first {
    font-size: 4vw;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }

  .campaign-btn {
    width: 100%;
    padding: 1.5rem;
    font-size: 5vw;
  }

  .campaign-btn .txt-free {
    font-size: 4vw;
    margin-right: 0.5rem;
  }

  .campaign-btn i {
    font-size: 3vw;
    margin-left: 0.5rem;
  }
	
  .campaign-alert {
	text-align: left;	
  }

  .top-about-inner {
    margin: 5rem auto 3rem;
    padding: 4rem 5vw 3rem 5vw;
  }

  .top-about-inner:before {
    width: 90vw;
  }

  .about-catch {
    font-size: 2rem;
    line-height: 1.2;
	margin-bottom: 2rem;
  }

  .about-pic .pic-01 {
	padding: 0;	
  }	
	
  .feature-catch {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    margin: 0 auto 1.5rem;
  }

  .feature-title {
    font-size: 2.3rem;
  }

  .feature-item {
    width: 90vw;
  }

  .feature-item-point {
    display: block;
  }

  .feature-item-num {
    font-size: 1rem;
    padding-left: 0.5rem;
  }

  .feature-more {
    padding: 0;
  }

  .feature-more-txt span.txt {
    font-size: 2rem;
  }

  .feature-more-content {
    flex-wrap: wrap;
  }

  .feature-more-content>* {
    flex: 50%;
  }

  .top-info-inner {
    width: 100%;
    padding: 1.5rem;
  }

  #top-info h2 {
    margin: 2rem 0;
    font-size: 2.25rem;
  }

  .info-main {
    padding: 0;
  }

  .info-card-access {
    right: -1rem;
  }

  #top-faq h2 {
    font-size: 2.5rem;
  }

  #top-foot .campaign-btn {
    font-size: 5vw;
  }

  /* コンセプトエリア */
  .sp-none {
    display: none;
  }

  .flex-sp-block {
    flex-direction: column;
  }

  .ttl-01 {
    margin-bottom: 1.5rem !important;
    font-size: 3rem !important;
  }

  .ttl-01.deco::after {
    width: 14px;
    border-top-width: 3px;
    margin-top: 1rem;
  }

  .concept-01 .deco-01 {
    top: 84%;
    right: 2%;
    width: 40%;
  }

  .concept-01 .imgarea {
    width: 100%;
    padding-top: 32px;
  }

  .concept-01 .imgarea .img-01 {
    width: 90%;
    height: 240px;
  }

  .concept-01 .imgarea .img-02 {
    bottom: -80px;
    width: 50%;
    height: 150px;
    right: auto;
    left: 0;
  }

  .concept-02 {
    position: relative;
    z-index: 10;
    margin-top: 110px;
    margin-bottom: 32px;
  }

  .concept-02 .txtarea {
    padding-left: 5%;
    padding-right: 20%;
  }

  .concept-02 .imgarea {
    width: 100%;
  }

  .concept-02 .imgarea .img-03 {
    width: 80%;
    height: 170px;
    margin-top: 28px;
    margin-left: auto;
    margin-right: 0;
  }

  .concept-02 .deco-02 {
    width: 45%;
    left: 2%;
  }

  .concept-03 {
    margin-bottom: 72px;
  }

  .flex-sp-block {
    flex-direction: column;
  }

  .concept-03 .txtarea {
    padding-top: 0;
  }

  .concept-03 .txt-deco {
    margin-top: 24px;
    padding-left: 20%;
  }

  .concept-03 .imgarea {
    width: 100%;
    margin-top: 24px;
  }

  .concept-03 .imgarea .img-04 {
    width: 80%;
    height: 240px;
    margin-left: 0;
    margin-right: auto;
  }

  .concept-03 .imgarea .img-05 {
    right: 5%;
    bottom: -60px;
    width: 20%;
    height: 150px;
  }

  .concept-04 {
    margin-top: -48px;
  }

  .concept-04 .deco-03 {
    top: -152%;
    left: auto;
    right: -3%;
    width: 50%;
  }

  .concept-04 .txtarea {
    padding-left: 5%;
    padding-right: 30%;
  }

  .concept-04 .imgarea {
    width: 100%;
  }

  .concept-04 .imgarea .img-06 {
    width: 80%;
    height: 100px;
    margin-top: 28px;
    margin-left: auto;
    margin-right: 0;
  }
/* フッターデザイン */
　.footer-inner {
    flex-direction: column;
    align-items: center; /* 中央揃え（必要に応じて） */
    text-align: center;   /* テキストも中央揃えに */
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }
}



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


/* FV修正 */
.mv_bg {
	display: flex;
}
.mv_bg_box {
	width: 35%;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
}

.mv_bg_box span {
	position: absolute;
	font-family: var(--ff-min);
	opacity: 0.05;
	font-size: 150px;
	letter-spacing: 0.1em;
}

.mv_bg_box_txt01 {
	top: 0;
}
.mv_bg_box_txt02 {
	top: 25vh;
	left: -150px;
}
.mv_bg_box_txt03 {
	top: 50vh;
	left: -300px;
}

.mv_bg_img {
	width: 65%;
	position: relative;
}

.mv_bg_img::before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.fv_bg {
	
}
#sp-fixed-menu{
display: none;
}
@media screen and (max-width: 768px) {
#sp-fixed-menu
 {
	display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    opacity: 0.9;
    z-index: 99;
    transform: translateY(115%);
    transition: .4s;
	}
#sp-fixed-menu.fixed {
    transform: translateY(0);
}
#sp-fixed-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#sp-fixed-menu li:first-child{
    background: #3eb134;
	width: 50%;
}
#sp-fixed-menu li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 11px;
    text-decoration: none;
    font-family: 筑紫A丸ゴシック;
    }
#sp-fixed-menu li:last-child {
    background: #2267a5;
	width: 100%;
}
}
.campa{
	background: var(--color-red);
    background-image: var(--color-grade);
	color: #ffff; 
	padding: 4px;
	text-align: center;
}
.br-sp{
	display: none;
}
@media screen and (max-width: 768px) {
.br-sp{
	display: block;
}
}

/* キャンペーンバナー表示 */
.bnr-pc,
.bnr-sp {
  display: none;
}
/* PC表示（例: 768px以上） */
@media screen and (min-width: 768px) {
  .bnr-pc {
    display: block;
  }
}

/* スマホ表示（例: 767px以下） */
@media screen and (max-width: 767px) {
  .bnr-sp {
    display: block;
  }
}

/* ===== 6特徴カード(FEATURES) ===== */
.mv-features {
  width: auto;
  max-width: 100%;
  position: relative;
  /* z-index 不可：mix-blend-mode を .mv-pic に届かせるため */
  margin: -9rem auto 0;
  padding: 0;
}
.mv-features + .mv-point {
  margin-top: 5rem;
}
.mv-features-list {
  /* !important: Cocoon親の ul デフォルト padding を打ち消すため */
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(3, 240px);
  justify-content: center;
  gap: 12px;
}
.mv-features-item {
  position: relative;
  display: grid;
  grid-template-columns: 3.2fr 6.8fr;
  align-items: center;
  gap: 8px;
  min-height: 88px;
  padding: 14px 10px;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  color: #fff;
  box-shadow: 0 10px 28px rgba(89, 90, 47, 0.18);
  cursor: default;
}
.mv-features-item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgb(138 158 80 / 83%);
  pointer-events: none;
}
.mv-features-item > * {
  position: relative;
  z-index: 1;
}
.mv-features-icon {
  justify-self: end;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(170, 109, 46, 0.18);
  background: linear-gradient(180deg, #fff, #fbf6ee);
  font-size: 20px;
  color: #d9822b;
}
.mv-features-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
}

@media (max-width: 1023px) {
  .mv-features {
    width: 90vw;
    margin-top: -9rem;
  }
  .mv-features + .mv-point {
    margin-top: 4rem;
  }
}

@media (max-width: 834px) {
  .mv-features {
    width: 90vw;
    margin-top: -7rem;
    padding: 0;
  }
  .mv-features-list {
    grid-template-columns: repeat(3, 200px);
    gap: 8px;
  }
  .mv-features-item {
    gap: 8px;
    min-height: 58px;
    padding: 10px;
    border-radius: 0.5rem;
    box-shadow: 0 8px 20px rgba(89, 90, 47, 0.06);
  }
  .mv-features-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .mv-features-label {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  .mv-features + .mv-point {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .mv-features-list {
    grid-template-columns: repeat(auto-fit, 200px);
  }
}
@media (max-width: 450px) {
  .mv-features {
    width: 90vw;
  }
  .mv-features-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2vw;
  }
}
/* ===== 設備・サービス(EQUIPMENT) ===== */
#top-equipment {
  background: var(--color-bg_beige2);
}
.top-equipment-inner {
  width: 70vw;
  margin: 0 auto;
  padding: 6rem 0 7rem;
}
.equipment-catch {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  line-height: 1.3;
  font-weight: 300;
  width: fit-content;
  border-top: 1px solid #595a2f77;
  padding: 1rem 0 0;
  margin: 0 auto 2rem;
}
.top-equipment-inner .equipment-heading {
  text-align: center;
  font-size: 3rem;
  font-family: var(--ff-min);
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-brown);
  margin: 0 0 3rem;
}
.top-equipment-inner .equipment-heading strong {
  color: var(--color-orange);
  font-weight: 500;
}
.top-equipment-inner .equipment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.equipment-item {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  border: 1px solid rgba(89, 90, 47, 0.08);
}
.equipment-item::before {
  display: none;
}
.equipment-img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin-bottom: 0;
  background: var(--color-bg_beige1);
}
.equipment-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-equipment-inner .equipment-title {
  color: var(--color-orange);
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 500;
  margin: 0 0 1.5rem;
  letter-spacing: 0.02em;
}
.equipment-txt {
  font-size: 0.95rem;
  line-height: 1.9;
  margin: 0;
  color: rgba(89, 90, 47, 0.92);
}
.equipment-body {
  padding: 1.5rem;
}
@media (max-width: 1023px) {
  .top-equipment-inner {
    width: 90vw;
  }
}
@media (max-width: 834px) {
  .top-equipment-inner {
    width: 90vw;
    padding: 4rem 0;
  }
  .equipment-catch {
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1.5rem;
  }
  .top-equipment-inner .equipment-heading {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .top-equipment-inner .equipment-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .equipment-item {
    box-shadow: none;
  }
  .equipment-img {
    aspect-ratio: 16 / 9;
  }
  .top-equipment-inner .equipment-title {
    font-size: 1.2rem;
    line-height: 1.45;
  }
  .equipment-txt {
    font-size: 0.92rem;
    line-height: 1.85;
  }
}

/* ===== お客様の声(VOICE) ===== */
#top-voice {
  background: var(--color-bg_beige1);
}
.top-voice-inner {
  width: 70vw;
  margin: 0 auto;
  padding: 6rem 0 8rem;
}
.top-voice-inner .voice-heading {
  text-align: center;
  font-size: 3rem;
  font-family: var(--ff-min);
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-brown);
  margin: 0 0 3rem;
}
.voice-list { list-style: none; margin: 0; padding: 0; }
.voice-item { padding: 0 1rem; height: auto; }
#top-voice .slick-track { display: flex; align-items: stretch; }
#top-voice .slick-slide { height: auto; }
#top-voice .slick-slide > div,
#top-voice .slick-slide > div > .voice-item { height: 100%; }
.voice-info {
  background: #fff;
  border: 1px solid rgba(89, 90, 47, 0.08);
  padding: 2rem;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.voice-info::before {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  background: url('../../uploads/2025/06/cropped-icon-300x300.png') no-repeat center / contain;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
.voice-info > * { position: relative; z-index: 1; }
@media screen and (max-width: 834px) {
  .article ul,
  .article ol {
    padding-left: 0;
  }
}
.voice-name-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(89, 90, 47, 0.18);
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}
.voice-name { color: var(--color-brown); font-weight: 500; }
.voice-info p.voice-text { font-size: 0.95rem; line-height: 1.9; color: rgba(89,90,47,.92); margin: 0; }
#top-voice .slick-prev::before,
#top-voice .slick-next::before { color: var(--color-orange); }
#top-voice .slick-dots { bottom: -3rem; }
#top-voice .slick-dots li button::before { color: var(--color-orange); }

@media (max-width: 1023px) {
  .top-voice-inner { width: 90vw; }
}
@media (max-width: 768px) {
  .top-voice-inner { width: 92vw; padding: 4rem 0 5rem; }
  .top-voice-inner .voice-heading { font-size: 2.2rem; margin-bottom: 2rem; }
  .voice-item { padding: 0; margin-bottom: 1.5rem; height: auto; }
  .voice-item:last-child { margin-bottom: 0; }
  .voice-info { padding: 1.5rem; height: auto; }
  .voice-info p.voice-text { font-size: 0.92rem; line-height: 1.85; }
  .voice-info::before { width: 140px; height: 140px; bottom: -32px; right: -32px; }
}

/* ===== SALON INTRO ===== */
.mv-salon {
  position: relative;
  margin-top: 0;
  padding: 80px 0;
  background: linear-gradient(to bottom, #ffffff 0%, var(--color-bg_beige2) 100%);
}
.mv-salon::before {
  content: none;
}
.mv-salon-inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 40px;
  margin: 0 auto;
  padding: 0 clamp(20px, 10vw, 160px);
  align-items: center;
}
.mv-salon-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  grid-column: 6 / 13;
  grid-row: 1;
}
.mv-salon .mv-salon-heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0 0 1.5rem;
  color: var(--color-brown);
  font-family: var(--ff-min);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.mv-salon .mv-salon-x {
  font-size: 0.7em;
  font-weight: 300;
}
.mv-salon .mv-salon-lead {
  margin: 0;
  color: var(--color-brown);
  font-size: 1rem;
  line-height: 1.9;
}
.mv-salon-watermark {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  opacity: 0.07;
}
.mv-salon-gallery {
  height: 540px;
  overflow: hidden;
  grid-column: 1 / 5;
  grid-row: 1;
  margin-left: -40px;
  -webkit-mask-image: linear-gradient(transparent 0, #000 150px, #000 calc(100% - 150px), transparent 100%);
          mask-image: linear-gradient(transparent 0, #000 150px, #000 calc(100% - 150px), transparent 100%);
}
.mv-salon-gallery-track {
  display: flex;
  flex-direction: column;
  gap: 0;
  animation: mvSalonScroll 40s linear infinite;
  will-change: transform;
}
.mv-salon-gallery-track img.mv-salon-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 393 / 235;
  object-fit: cover;
  flex-shrink: 0;
}
@keyframes mvSalonScroll {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .mv-salon-gallery-track { animation: none; }
}
@media (max-width: 1023px) {
  .mv-salon {
    margin-top: 0;
    padding: 48px 0 56px;
    background: linear-gradient(to bottom, #ffffff 0%, var(--color-bg_beige2) 100%);
  }
  .mv-salon::before {
    display: none;
  }
  .mv-salon-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .mv-salon-body {
    grid-column: auto;
    grid-row: auto;
    order: 1;
  }
  .mv-salon .mv-salon-lead {
    font-size: 0.95rem;
    line-height: 1.9;
  }
  .mv-salon-gallery {
    height: 240px;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    grid-column: auto;
    grid-row: auto;
    order: 2;
    -webkit-mask-image: none;
            mask-image: none;
  }
  .mv-salon-gallery-track {
    width: max-content;
    height: 100%;
    flex-direction: row;
    animation: mvSalonScrollX 40s linear infinite;
    animation-play-state: running;
    will-change: transform;
  }
  .mv-salon-gallery-track img.mv-salon-img {
    width: clamp(240px, 58vw, 320px);
    height: 100%;
  }
  .mv-salon-watermark {
    display: none;
  }
}
@media (max-width: 678px) {
  .mv-salon .mv-salon-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    font-size: clamp(1.75rem, 7vw, 2.1rem);
    margin: 0 1rem 1.25rem;
  }
  .mv-salon .mv-salon-x {
    margin-left: 2rem;
  }
}
@keyframes mvSalonScrollX {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== SALON INTRO: bottom curve decoration ===== */
/* PC: mv-salon 内に absolute 配置 */
.mv-salon { padding-bottom: 130px; }
/* #top-mv 全面の beige 背景を撤去し、mv-point のみ ::before で画面幅 beige を敷く */
#top-mv { background: transparent; }
#top-mv .mv-pic-white-belt { background: transparent; }
#top-mv .mv-features { margin-bottom: 3rem; }
.mv-point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: var(--color-bg_beige1);
  z-index: -1;
  pointer-events: none;
}
.mv-salon-inner { position: relative; z-index: 2; }
.mv-salon-curve--pc {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
  aspect-ratio: 2000 / 430;
}
/* SP: mv-salon と mv-point の sibling として通常フロー配置 */
.mv-salon-curve--sp {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  aspect-ratio: 1440 / 244;
  display: none;
}
.mv-salon-curve svg { width: 100%; height: 100%; display: block; }
.mv-salon-curve-line { stroke: rgba(97, 77, 52, 0.25); }
@media (max-width: 1023px) {
  .mv-salon-curve--pc { display: none; }
  .mv-salon-curve--sp { display: block; }
  .mv-salon { padding-bottom: 4rem; }
  .mv-point { padding-top: 1rem; margin-top: 0; }
}
@media (max-width: 767px) {
  .mv-salon { padding-bottom: 3rem; }
}
