@charset "utf-8";
.invisible-style{
  display: none!important;
}

#root {
  overflow-x: clip;
}

html {
  word-break: auto-phrase;
}

body{
  font-family: "LINE Seed JP", sans-serif;
  color: #000;
    line-height: 1.5;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  background-color :#F7F8F5;
}

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

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}
.link-opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

p,
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* 共通パーツ */
.inner {
  max-width: 1920px!important;
  margin: 0 auto;
}

/* title */
.title__sub {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(1.000rem, 0.500rem + 1.042vw, 1.750rem);
  line-height: 1;
  text-align: center;
  color: #349b8b;
}
.title__main {
  margin-top: clamp(0.562rem, 0.312rem + 0.521vw, 0.938rem);
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: clamp(2.000rem, 1.333rem + 1.389vw, 3.000rem);
  line-height: 1.1;
  text-align: center;
  color: #000;
}
.title__sub--left,
.title__main--left {
  text-align: left;
}
@media (max-width: 374px) {
  .title__main {
    font-size: 24px;
  }
}

/* text1 */
.text1 {
  margin-top: clamp(1.875rem, 1.750rem + 0.260vw, 2.062rem);
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1.000rem);
  line-height: 1.75;
  text-align: center;
  color: #000;
}
.text1--left {
  max-width: none;
  text-align: left;
}

/* btn1 */
.btn1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 226px;
  height: clamp(2.938rem, 2.396rem + 1.128vw, 3.750rem);
  padding-right: clamp(0.312rem, 0.188rem + 0.260vw, 0.500rem);
  padding-left: 20px;
  background-color: #349b8b;
  border: 1px solid #349b8b;
  transition: all 0.5s;
}
.btn1__text {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(1.000rem, 0.917rem + 0.174vw, 1.125rem);
  line-height: 1;
  color: #fff;
  transition: all 0.5s;
}
.btn1__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(2.250rem, 1.917rem + 0.694vw, 2.750rem);
  height: clamp(2.250rem, 1.917rem + 0.694vw, 2.750rem);
  background-color: #c4841e;
}
.btn1__icon {
  width: clamp(0.750rem, 0.667rem + 0.174vw, 0.875rem);
}
a:hover .btn1 {
  background-color: #fff;
}
a:hover .btn1 .btn1__text {
  color: #349b8b;
}

/* pg__fv */
.pg__fv {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 507;
  margin-top: 99px;
  background: url("https://katsushima.jp/system_panel/uploads/images/fv-store.png") center / cover no-repeat;
}
.pg__fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
.pg-fv__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.pg-fv_container {
  position: relative;
  z-index: 1;
  padding-left: clamp(2.500rem, -7.333rem + 20.486vw, 17.250rem);
}
.pg-fv__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(2.000rem, 1.167rem + 1.736vw, 3.250rem);
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #fff;
}
@media (max-width: 767px) {
  .pg__fv {
    aspect-ratio: 390 / 225;
    margin-top: 49px;
    background-image: url("https://katsushima.jp/system_panel/uploads/images/pg-fv-store.png");
  }
}
@media (max-width: 767px) {
  .pg-fv_container {
    padding-left: 20px;
  }
}

/* パンくずリスト　*/
.pg-breadcrumb {
  display: flex;
  align-items: center;
  column-gap: 1em;
  width: fit-content;
  margin-top: 10px;
}
.breadcrumb__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
}

/* cta */
.cta__inner {
  padding-right: clamp(1.250rem, -5.583rem + 14.236vw, 11.500rem);
  padding-left: clamp(1.250rem, -5.583rem + 14.236vw, 11.500rem);
}
.cta__container {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
.cta__left {
  display: flex;
  flex-direction: column;
  flex: 1015;
  min-width: 0;
  padding-top: clamp(2.438rem, 0.479rem + 4.080vw, 5.375rem);
}
.cta__sub,
.cta__main,
.cta__text {
  margin-left: clamp(2.562rem, -3.396rem + 12.413vw, 11.500rem);
}
.cta__sub {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(1.000rem, 0.750rem + 0.521vw, 1.375rem);
  line-height: 1;
  color: #349b8b;
  white-space: nowrap;
}
.cta__main {
  margin-top: clamp(0.562rem, 0.396rem + 0.347vw, 0.812rem);
  font-weight: 400;
  font-size: clamp(1.500rem, 0.875rem + 1.302vw, 2.438rem);
  line-height: 1.26;
}
.cta__text {
  margin-top: clamp(1.750rem, 1.667rem + 0.174vw, 1.875rem);
  font-size: clamp(0.875rem, 0.792rem + 0.174vw, 1.000rem);
  line-height: 1.375;
}
.cta__btn {
  display: flex;
  margin-top: 104px;
}
.cta__btn > a {
  display: block;
  min-width: 0;
}
.cta__btn > a:first-child {
  flex: 545;
}
.cta__btn > a:last-child {
  flex: 471;
}
.cta__contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: clamp(5.812rem, 2.354rem + 7.205vw, 11.000rem);
  padding-right: clamp(1.375rem, 0.000rem + 2.865vw, 3.438rem);
  background-color: #349b8b;
}
img.cta-contact__img {
  position: absolute;
  left: clamp(1.000rem, -0.292rem + 2.691vw, 2.938rem);
  bottom: clamp(0.938rem, 0.729rem + 0.434vw, 1.250rem);
  z-index: 0;
  width: clamp(3.000rem, 0.125rem + 5.990vw, 7.312rem);
  pointer-events: none;
}
.cta-contact__btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 8px;
  width: 54.13%;
  height: clamp(2.250rem, 0.792rem + 3.038vw, 4.438rem);
  padding-right: clamp(0.375rem, 0.167rem + 0.434vw, 0.688rem);
  padding-left: clamp(0.750rem, 0.250rem + 1.042vw, 1.500rem);
  background-color: #c4841e;
  border: 1px solid #c4841e;
  transition: all 0.5s;
}
p.cta-contact__img {
  font-size: clamp(0.750rem, 0.417rem + 0.694vw, 1.250rem);
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  transition: all 0.5s;
}
.cta-contact__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(1.500rem, 0.333rem + 2.431vw, 3.250rem);
  height: clamp(1.500rem, 0.333rem + 2.431vw, 3.250rem);
  background-color: #349b8b;
  transition: all 0.5s;
}
.cta-contact__icon {
  width: clamp(0.500rem, 0.146rem + 0.738vw, 1.031rem);
}
.cta__contact:hover .cta-contact__btn {
  background-color: #fff;
}
.cta__contact:hover p.cta-contact__img {
  color: #c4841e;
}
.cta__contact:hover .cta-contact__circle {
  background-color: #c4841e;
}
.cta__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(0.625rem, 0.833rem + -0.174vw, 0.750rem);
  width: 100%;
  height: clamp(5.812rem, 2.354rem + 7.205vw, 11.000rem);
  background-color: #f0f8ec;
}
.cta-tel__text {
  font-size: clamp(0.688rem, 0.312rem + 0.781vw, 1.250rem);
  line-height: 1;
  white-space: nowrap;
}
.cta-tel__bottom {
  display: flex;
  align-items: center;
  gap: clamp(0.500rem, 0.083rem + 0.868vw, 1.125rem);
}
.cta-tel__icon {
  width: clamp(1.000rem, 0.375rem + 1.302vw, 1.938rem);
  flex-shrink: 0;
}
.cta-tel__number {
  font-size: clamp(1.000rem, 0.292rem + 1.476vw, 2.062rem);
  font-weight: 700;
  line-height: 1;
  color: #349b8b;
  white-space: nowrap;
  transition: all 0.5s;
}
.cta__tel:hover .cta-tel__number {
  color: #c4841e;
}
.cta__right {
  flex: 537;
  min-width: 0;
}
.cta-right__img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cta__container {
    flex-direction: column;
        max-width: 480px;
    margin-inline: auto;
  }
  .cta__left,
  .cta__right {
    flex: none;
    width: 100%;
  }
  .cta__sub, .cta__main, .cta__text {
    margin-inline: clamp(1.25rem, -5.962rem + 30.77vw, 2rem);
  }
  .cta__main {
    line-height: 1.33;
    font-size: 22px;
  }
  .cta__text {
    line-height: 1.71;
  }
  .cta__btn {
    flex-direction: column;
  }
  .cta__btn > a:first-child,
  .cta__btn > a:last-child {
    flex: none;
    width: 100%;
  }
  .cta-contact__btn {
    width: 64.57%;
    height: 47px;
    padding-right: 10px;
    padding-left: 20px;
  }
  img.cta-contact__img {
    left: 24px;
    width: 68px;
  }
  p.cta-contact__img {
    font-size: 16px;
  }
  .cta-contact__circle {
    width: 36px;
    height: 36px;
  }
  .cta-contact__icon {
    width: 12px;
  }
  .cta-tel__text {
    font-size: 14px;
  }
  .cta-tel__bottom {
    gap: 14px;
  }
  .cta-tel__icon {
    width: 24px;
  }
  .cta-tel__number {
    font-size: 25px;
  }
  .cta-right__img {
    height: auto;
    aspect-ratio: 350 / 224;
  }
}
@media (max-width: 374px) {
  .cta__main {
    font-size: 18px;
  }
}

/* 縦書き */
.vertical {
  width: auto;
  writing-mode: vertical-rl;
}

/* pcとspの文字切り替え */
.sp-content {
  display: none;
}
@media (max-width: 767px) {
    .pc-content {
    display: none;
  }
  .sp-content {
    display: block;
  }
}

/* アニメーション */
.anime2 {
  animation-delay: 0.5s;
}
.anime3 {
  animation-delay: 1s;
}
.anime4 {
  animation-delay: 1.5s;
}
.anime5 {
  animation-delay:2s;
}
.anime6 {
  animation-delay: 2.5s;
}
.anime7 {
  animation-delay: 3s;
}
.anime8 {
  animation-delay: 3.5s;
}
.anime9 {
  animation-delay: 4s;
}
.anime10 {
  animation-delay: 4.5s;
}
.anime11 {
  animation-delay: 5s;
}
.anime12 {
  animation-delay: 5.5s;
}
.anime13 {
  animation-delay: 6s;
}
.anime14 {
  animation-delay: 6.5s;
}