/*
Theme Name: Client
Author: CordialPleasure Co.,Ltd.
Author URI: http://c-pleasure.jp/
Description: 専用テーマ
*/

/*----------------------
共通
-----------------------*/

html {
  scroll-behavior: auto !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  color: #333;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff9f0;
  overflow-x: hidden;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  transition: background-color 0.5s ease;
}

body.bg-1 {
  background-color: #000000;
}
body.bg-2 {
  background-color: #f1efe7;
}

img,
svg {
  max-width: 100%; /* 親要素の幅を超えない */
  height: auto; /* 縦横比を維持 */
  display: block; /* 不要な余白を削除 */
}

li {
  list-style: none;
}

a {
  color: #3e3e3e;
  cursor: pointer;
}

p {
  font-size: 1rem;
  line-height: 1.4;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.raleway-<uniquifier > {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.white {
  color: #fff !important;
}

.black {
  color: #333 !important;
}

.blue {
  color: #0040ae !important;
}
.yellow {
  color: #f2ca04 !important;
}

.green {
  color: #007e7e !important;
}

.green-b {
  background: linear-gradient(135deg, #007e7e, #015151) !important;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.sp {
  display: none;

  @media screen and (max-width: 768px) {
    display: block;
  }
}

.common-txt {
  text-align: center;
  margin-bottom: 24px;
}

.common-main-ttl {
  font-size: clamp(2.5rem, 1.5rem + 2.0833vw, 4rem);
  font-weight: 600;
  line-height: 1.2;
}

.common-sub-ttl {
  font-size: clamp(1rem, 0.125rem + 1.5625vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}

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

  .pc {
    display: none;
  }
}

/*----------------------
　下層ｆｖ
-----------------------*/

.page-fv-dec {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -2;
}

.sec {
  margin-top: 100px;

  @media (max-width: 768px) {
    margin-top: 80px;
  }
}

.sec-cont {
  padding: 160px 32px 60px;
  position: relative;
  display: flex;
  justify-content: center;

  @media (max-width: 768px) {
    padding: 0px 0;
  }
}

.sec-fv {
  flex-direction: column;
  align-items: center;
}

.sec-fv-main-ttl {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  text-align: left;
  padding: 0 32px;
  gap: 32px;

  @media (max-width: 768px) {
    padding: 0 16px;
  }
}

.sec-fv-main-ttl img {
  width: 100%;
  max-width: 64px;

  @media (max-width: 768px) {
    max-width: 32px;
  }
}

.sec-ttl-eng {
  color: #edc087;
  font-size: clamp(2rem, 0.6667rem + 2.7778vw, 4rem);
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}

.sec-ttl-jp {
  font-size: clamp(1.25rem, 0.4167rem + 1.7361vw, 2.5rem);
  color: #2f1602;
  font-weight: 600;
  line-height: 40px;
}

.lower-common-ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.lower-common-ttl-jp {
  font-size: clamp(1.5rem, 0.8333rem + 1.3889vw, 2.5rem);
  color: #2f1602;
  font-weight: 600;

  @media (max-width: 768px) {
  }
}

.lower-common-ttl-line {
  position: relative;
  width: 120px;
  height: 1px;
  margin: 0 auto;
}
.lower-common-ttl-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    #d77700,
    #d77700 6px,
    transparent 6px,
    transparent 10px
  );
}

/*==============================================================
猫エリア*/
.cat-area {
  background-color: #f7ad4c;
  border-top: 16px solid #d77700;
  border-bottom: 16px solid #d77700;
}

.cat-area-line {
  margin: 24px 0;
  border-top: 4px solid #f7c27c;
  border-bottom: 4px solid #f7c27c;

  @media (max-width: 768px) {
    margin: 12px 0;
  }
}

.img-main {
  position: relative;
  z-index: 0;

  @media (max-width: 768px) {
    width: 100%;
    max-width: 100px;
  }
}

.img-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
}

.gallery-02 {
  width: 100%;
  overflow: hidden;
  padding: 24px 0;

  @media (max-width: 768px) {
    padding: 12px 0;
  }
}

.gallery_slide-02 {
  display: flex;
  width: max-content;
  align-items: center;
  animation: slide 20s linear infinite; /* 速さ調整 */
}

.gallery_slide-02 li {
  flex: 0 0 auto;
  margin-right: 80px;
}

.slide-text {
  font-size: clamp(2.5rem, -0.8333rem + 6.9444vw, 7.5rem);
  white-space: nowrap;
  font-weight: 900;
  color: #ffc37a;
}

/*----------------------
　パンくずリスト
-----------------------*/

.breadcrumb > li + li::before {
  content: "＞";
  padding: 0px 5px;
}

.breadcrumb {
  max-width: 1580px;
  margin: 24px auto 0;
  display: flex;
  font-size: 14px;
}

.breadcrumb a {
  color: #333;
}

/*----------------------
  　404
  -----------------------*/
.error-page-container {
  padding-top: 300px;
  text-align: center;
}

.error-page-ttl-wrap {
  font-size: 38px;
  margin-bottom: 32px;
}

.error-text-center {
  margin-bottom: 48px;
}

.submit-container.error {
  margin-bottom: 150px;
}

/*----------------------
  　コンタクトエリア
  -----------------------*/
.m-contact {
  width: 100%;
  background-image: url(../client/assets/img/common/contact-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.m-contact-cont {
  max-width: 1280px;
  margin: 0 auto;

  @media (max-width: 768px) {
  }
}

.m-contact-box {
  padding: 0 32px 80px;
  gap: 40px;

  @media (max-width: 768px) {
    flex-direction: column;
    padding: 0 16px 40px;
    gap: 16px;
  }
}

.m-contact-ttl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 120px 32px 40px;

  @media (max-width: 768px) {
    padding: 40px 16px 24px;
  }
}
.m-contact-main-ttl {
  gap: 16px;
}

.m-contact-main-ttl img {
  @media (max-width: 768px) {
    width: 40px;
    height: auto;
  }
}

.m-contact-main-ttl p {
  font-size: clamp(2rem, 1.4902rem + 2.0915vw, 4rem);
  font-weight: 600;
}

.m-contact-sub-ttl {
  font-size: clamp(0.875rem, 0.8431rem + 0.1307vw, 1rem);
  font-weight: 600;
  display: inline-block;
  border-radius: 50px;
  padding: 2px 16px;
  font-weight: 600;
  background: linear-gradient(135deg, #30387b, #466bac);
}

.tel-contact-box {
  width: 100%;
  border-radius: 150px;
  overflow: hidden;
  padding: 10px;
  background-color: #f6ae4c;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: 0.3s;

  @media (max-width: 768px) {
  }
}

.tel-contact-box.c-02 {
  background-color: #e99417;
}
.tel-contact-box.c-03 {
  background-color: #bd7008;
}

.tel-contact-box > * {
  position: relative;
  z-index: 2;
}

.form-contact-box {
  position: relative;
  width: 100%;
  height: 320px;
  background-image: url(assets/img/common/m-form-img.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;

  @media (max-width: 768px) {
    height: 160px;
  }
}

.form-contact-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.5s ease;
  z-index: 1;
}

.form-contact-box:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.form-contact-box > * {
  position: relative;
  z-index: 2;
}

.m-contact-call {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  gap: 10px;
  border-radius: 150px;
  overflow: hidden;
}

.contact-form-box {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 16px;
}

.contact-call-box {
  gap: 10px;
}

.contact-call-number {
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;

  @media (max-width: 768px) {
    line-height: 24px;
  }
}

.contact-call-hours {
  font-size: clamp(0.875rem, 0.8431rem + 0.1307vw, 1rem);
  line-height: 20px;
}

.contact-call-box {
  align-items: center;
}

.contact-form-txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.ftr-tel-icon img {
  width: 41px;

  @media (max-width: 768px) {
    width: 32px;
  }
}

.contact-form-en {
  font-size: clamp(1.5rem, 1.1176rem + 1.5686vw, 3rem);
  font-weight: 600;
  line-height: 48px;

  @media (max-width: 768px) {
    line-height: 24px;
  }
}
.contact-form-jpn {
  font-size: clamp(0.875rem, 0.8431rem + 0.1307vw, 1rem);
  line-height: 24px;
}

/*----------------------
  　フェードイン
  -----------------------*/

.animate {
  opacity: 0;
  transition: all 0.6s ease var(--fade-delay, 0s);
}

/* フェードイン */
.fade-in.is-visible {
  opacity: 1;
}

/* 左右スライド */
.slide-in-left {
  transform: translateX(-30px);

  @media (max-width: 768px) {
    transform: translateY(-10px);
  }
}

.slide-in-left.is-visible {
  transform: translateX(0);
  opacity: 1;

  @media (max-width: 768px) {
    transform: translateY(0px);
  }
}

.slide-in-right {
  transform: translateX(30px);

  @media (max-width: 768px) {
    transform: translateY(10px);
  }
}
.slide-in-right.is-visible {
  transform: translateX(0);
  opacity: 1;

  @media (max-width: 768px) {
    transform: translateY(0px);
  }
}

/* 拡大縮小 */
.zoom-in {
  transform: scale(0.8);
}
.zoom-in.is-visible {
  transform: scale(1);
  opacity: 1;
}

.slide-in-up {
  transform: translateY(30px);
}

.slide-in-up.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.slide-in-down {
  transform: translateY(-30px);
}
.slide-in-down.is-visible {
  transform: translateY(0);
  opacity: 1;
}
