@charset "UTF-8";

/* ========== ========== ==========
共通部
========== ========== ========== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  line-height: 1.7;
  font-family: var(--font-main);
  font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
  .pageTop {
    padding-top: var(--header-height);
  }
}

#html #body .sp-show,
#html #body .sp-show-flex {
  display: none;
}

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

  #html #body .sp-show-flex {
    display: flex;
  }

  #html #body .sp-hide {
    display: none;
  }
}

#html #body .tb-show,
#html #body .tb-show-flex {
  display: none;
}

@media screen and (max-width: 1000px) {
  #html #body .tb-show {
    display: block;
  }

  #html #body .tb-show-flex {
    display: flex;
  }

  #html #body .tb-hide {
    display: none;
  }
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

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

span {
  font-weight: inherit;
  color: inherit;
}

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

.color-red {
  color: red;
}

.-hidden {
  visibility: hidden;
  pointer-events: none;
}

.sectionWrap {
  width: 100%;
  padding-inline: var(--section-padding-pc-maxWidth);
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .sectionWrap {
    width: 100%;
    padding-inline: var(--section-padding-sp);
  }
}

.sectionWrap-left {
  width: 100%;
  padding-left: var(--section-padding-pc-maxWidth);
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .sectionWrap-left {
    width: 100%;
    padding-left: var(--section-padding-sp);
  }
}

.sectionWrap-right {
  width: 100%;
  padding-right: var(--section-padding-pc-maxWidth);
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sectionWrap-right {
    width: 100%;
    padding-right: var(--section-padding-sp);
  }
}

.sectionWrap2 {
  width: 100%;
  padding-inline: var(--section-padding-pc-maxWidth);
  margin-inline: auto;
  padding-inline: var(--section-padding-pc2-maxWidth);
}

@media screen and (max-width: 768px) {
  .sectionWrap2 {
    width: 100%;
    padding-inline: var(--section-padding-sp);
  }
}

.sectionWrap2-left {
  width: 100%;
  padding-left: var(--section-padding-pc-maxWidth);
  margin-left: auto;
  padding-left: var(--section-padding-pc2-maxWidth);
}

@media screen and (max-width: 768px) {
  .sectionWrap2-left {
    width: 100%;
    padding-left: var(--section-padding-sp);
  }
}

.sectionWrap2-right {
  width: 100%;
  padding-right: var(--section-padding-pc-maxWidth);
  margin-right: auto;
  padding-right: var(--section-padding-pc2-maxWidth);
}

@media screen and (max-width: 768px) {
  .sectionWrap2-right {
    width: 100%;
    padding-right: var(--section-padding-sp);
  }
}

.sectionTitle {
  font-size: clamp(24px, 30 / var(--base-width-pc) * 100vw, 50px);
  color: var(--color-main);
  text-align: center;
  font-weight: 600;
  font-family: var(--font-sub1);
  margin-bottom: 14px;
  line-height: 1.7;
}

.sectionTitle_span {
  display: block;
  text-align: center;
  font-size: clamp(12px, 12 / var(--base-width-pc) * 100vw, 20px);
  font-weight: bold;
}

.sectionText {
  font-size: 14px;
  line-height: 2.2142857143;
}

:where(.sectionTitle, .sectionText) :where(span) {
  display: inline-block;
}

.btn {
  background-color: var(--color-main);
  font-size: clamp(12px, 12 / var(--base-width-sp) * 100vw, 16px);
  color: white;
  border-radius: 999px;
  padding: clamp(4px, 4 / var(--base-width-sp) * 100vw, 10px) clamp(20px, 27 / var(--base-width-sp) * 100vw, 40px);
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
}

.btns {
  display: flex;
  justify-content: center;
}

.btn:hover {
  opacity: 0.7;
}

a.-invalid {
  opacity: 0.35;
  pointer-events: none;
  display: inline-block;
}

.header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  background-color: white;
  height: var(--header-height);
  padding-inline: 20px;
  gap: 20px clamp(10px, calc(50 / var(--base-width-pc) * 100vw), 50px);
}

@media screen and (max-width: 1000px) {
  .header {
    padding-inline: calc(22 / var(--base-width-sp) * 100vw);
  }
}

.header_logo {
  height: calc(var(--header-height) / 2);
}

.header_logo_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--color-main);
  font-size: 14px;
  gap: 4px;
}

.header_logo_image {
  width: clamp(60px, 69 / var(--base-width-sp) * 100vw, 200px);
  margin-right: 15px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header_logo_image {
    margin-right: 0;
  }
}

.header_logo_text {
  font-weight: 600;
  font-family: var(--font-sub1);
  letter-spacing: -0.05rem;
  font-size: clamp(10px, calc(14 / var(--base-width-pc) * 100vw), 14px);
  line-height: 1.4;
}

@media screen and (max-width: 1250px) {
  .header_nav {
    display: none;
  }
}

.header_nav_ul {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 clamp(20px, 30 / var(--base-width-sp) * 100vw, 50px);
}

.header_nav_li_link-main {
  color: var(--color-main);
  font-weight: bold;
  font-family: var(--font-sub1);
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  height: var(--header-height);
  display: flex;
  align-items: center;
  line-height: 1.2;
  letter-spacing: -0.05rem;
}

.header_sp {
  overflow: hidden;
  display: flex;
}

@media screen and (max-width: 1250px) {
  .header_sp {
    align-items: center;
  }
}

.header_sp_hamburger {
  height: 23px;
  width: 26px;
  position: relative;
  z-index: 200;
}

.header_sp_hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.7s;
}

.header_sp_hamburger span:nth-of-type(1) {
  top: 3px;
  transform: translate(0, -50%);
}

.header_sp_hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.header_sp_hamburger span:nth-of-type(3) {
  top: calc(100% - 3px);
  transform: translate(0, -50%);
}

.header_sp_hamburger.-active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}

.header_sp_hamburger.-active span:nth-of-type(2) {
  top: 50%;
  transform: rotate(225deg);
}

.header_sp_hamburger.-active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.header_sp_nav {
  position: fixed;
  inset: 0;
  padding-top: var(--header-height);
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateX(100vw);
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  overflow-y: auto;
}

.header_sp_nav.-active {
  transform: translate(0);
  visibility: visible;
  opacity: 1;
  height: 100lvh;
}

.header_sp_ul {
  padding-top: 50px;
  max-width: 500px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 20px;
}

.header_sp_li {
  width: calc(50% - 20px);
}

.header_sp_li_btn {
  display: block;
  color: var(--color-main);
  text-underline-offset: 7px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-inline: auto;
}

.header_sp .footer {
  margin-top: 30px;
  padding-bottom: 30px;
}

.header_sp .footer ul {
  margin-bottom: 0;
}

.header_sp .footer a {
  color: white;
}

.footer {
  background-color: #a3edfd;
}


.footer,
.footer a,
.footer span,
.footer p,
.footer li {
  color: #447fca !important; /* 濃紺寄り。好みで調整 */
}



.banner {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 5px;
  display: flex;
  justify-content: flex-end;
}

.banner_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .banner_inner {
    width: 100%;
    gap: 10px;
  }
}

.banner_link {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 230px;
  background-color: #BA976D;
  color: white;
  text-decoration: none;
  font-size: clamp(12px, 2.625vw, 16px);
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .banner_linkWrap {
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .banner_link {
    height: 50px;
    width: 100%;
  }
}

.banner_link img {
  height: 25px;
}

@media screen and (max-width: 768px) {
  .banner_link img {
    height: 20px;
  }
}

/* ----- よくある質問 ----- */
.faq {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.faq_lists {
  width: 100%;
}

.faq_list {
  box-shadow: 0 3px 3px 3px color-mix(in srgb, #fde076 60%, black 40%);
}

.faq_list:not(:last-of-type) {
  margin-bottom: 20px;
}

.faq_list:hover {
  cursor: pointer;
}

.faq_list.-active {
  box-shadow: none;
}

.faq_textQ,
.faq_textA {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.faq_textQ {
  background-color: #fde076;
}

.faq_singleLetter {
  flex-shrink: 0;
}

.faq_plusMinus {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.faq_plusMinus::before,
.faq_plusMinus::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: black;
}

.faq_plusMinus::after {
  transform: translate(-50%, -50%) rotate(270deg);
  transition: all 0.5s;
}

.faq_plusMinus:is(.-active *)::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq_answer {
  display: none;
  background-color: #fffbeb;
}

/* ----- スライダー ----- */
.slick-track {
  display: flex !important;
}

.slick-list {
  overflow: hidden;
  height: 100%;
}

.slick-slide {
  height: auto !important;
}

* {
  min-width: 0;
  min-height: 0;
}

.designSlider_ul {
  padding-left: calc(40 / var(--base-width-sp) * 100vw);
  overflow: hidden;
}

.designSlider_ulWrap {
  position: relative;
}

.designSlider_li {
  margin: 0 20px;
}

.designSlider_link {
  text-decoration: none;
  color: black;
  height: 100%;
  display: inline-block;
}

.designSlider_link:visited {
  color: black;
}

.designSlider_images {
  display: flex;
  margin-bottom: clamp(15px, 3vw, 32px);
  width: calc(76 / var(--base-width-sp) * 100vw);
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .designSlider_images {
    width: 100px;
  }
}

.designSlider_images img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: clamp(170px, 300 / var(--base-width-pc) * 100vw, 300px);
}

.designSlider_text1 {
  text-align: center;
  font-family: var(--font-sub1);
  color: var(--color-main);
  font-weight: 600;
  font-size: clamp(10px, 14 / var(--base-width-sp) * 100vw, 14px);
  letter-spacing: 0.1em;
 margin-bottom:10px;
}

.designSlider_text2 {
  text-align: center;
  font-family: var(--font-sub1);
  color: var(--color-main);
  font-weight: 600;
  font-size: clamp(14px, 14 / var(--base-width-sp) * 100vw, 20px);
  letter-spacing: 0.1em;
}

/* 共通部ここまで
---------- ---------- */
/* ========== ========== ==========
アニメーション
========== ========== ========== */
/* ----- ホバー ----- */
@media screen and (min-width: 768px) {
  .css-hover {
    transition: all 0.3s;
  }

  .css-hover:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

/* ----- ズーム付のホバー ----- */
@media screen and (min-width: 768px) {
  .css-hover-zoom {
    transition: all 0.5s;
  }

  .css-hover-zoom:hover {
    transform: scale(1.08);
  }
}

/* ----- 遅延 ----- */
.css-delay05 {
  /* 0.5秒遅らせる */
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.css-delay1 {
  /* 1秒遅らせる */
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.css-delay2 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.css-delay3 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

.css-delay4 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}

.css-delay5 {
  -webkit-animation-delay: 5s !important;
  animation-delay: 5s !important;
}

/* ----- フェードイン ----- */
.js-fadeIn {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.7s;
}

.js-fadeIn.-active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ----- ぼかしが消えながらフェードイン ----- */
.js-fadeIn-blurry {
  overflow: hidden;
}

.js-fadeIn-blurry:not(:has(.animation)),
.js-fadeIn-blurry .animation {
  opacity: 0;
  transition: all 1s;
  filter: blur(100px);
}

.js-fadeIn-blurry.-active:not(:has(.animation)),
.js-fadeIn-blurry.-active .animation {
  opacity: 1;
  -webkit-animation: animation-blurry 1s ease-in forwards;
  animation: animation-blurry 1s ease-in forwards;
}

@-webkit-keyframes animation-blurry {
  0% {
    filter: blur(5px);
    transform: scale(1.02);
  }

  100% {
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes animation-blurry {
  0% {
    filter: blur(5px);
    transform: scale(1.02);
  }

  100% {
    filter: blur(0);
    transform: scale(1);
  }
}

/* ----- 左から徐々に見えるようになるフェードイン ----- */
.js-fadeIn-fromLeft {
  opacity: 0;
}

.js-fadeIn-fromLeft.-active {
  -webkit-animation: js-fadeIn-fromLeft 1.5s ease-out forwards;
  animation: js-fadeIn-fromLeft 1.5s ease-out forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes js-fadeIn-fromLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes js-fadeIn-fromLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

/* ----- 右から徐々に見えるようになるフェードイン ----- */
.js-fadeIn-fromRight {
  opacity: 0;
}

.js-fadeIn-fromRight.-active {
  -webkit-animation: js-fadeIn-fromRight 1.5s ease-out forwards;
  animation: js-fadeIn-fromRight 1.5s ease-out forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes js-fadeIn-fromRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    /* 左100%カット → 右から徐々に見える */
    opacity: 0;
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    /* 全表示 */
    opacity: 1;
  }
}

@keyframes js-fadeIn-fromRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    /* 左100%カット → 右から徐々に見える */
    opacity: 0;
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    /* 全表示 */
    opacity: 1;
  }
}

.css-fadeLoop {
  overflow: hidden;
}

.css-fadeLoop:has(.animation) .animation,
.css-fadeLoop:not(:has(.animation)) {
  -webkit-animation: animation-fadeLoop 10s ease-in-out infinite;
  animation: animation-fadeLoop 10s ease-in-out infinite;
}

@-webkit-keyframes animation-fadeLoop {
  0% {
    opacity: 0;
    /* 透明から始まる */
    transform: scale(1.2);
    /* 大きいサイズから始まる */
  }

  20% {
    opacity: 1;
    /* 徐々に見えるようになる */
    transform: scale(1);
    /* 通常サイズになる */
  }

  70% {
    opacity: 1;
    /* その状態で維持 */
    transform: scale(0.9);
    /* 少し小さくなる */
  }

  90% {
    opacity: 0;
    /* 徐々に透明になる */
    transform: scale(0.8);
    /* 小さくなりながら消える */
  }

  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes animation-fadeLoop {
  0% {
    opacity: 0;
    /* 透明から始まる */
    transform: scale(1.2);
    /* 大きいサイズから始まる */
  }

  20% {
    opacity: 1;
    /* 徐々に見えるようになる */
    transform: scale(1);
    /* 通常サイズになる */
  }

  70% {
    opacity: 1;
    /* その状態で維持 */
    transform: scale(0.9);
    /* 少し小さくなる */
  }

  90% {
    opacity: 0;
    /* 徐々に透明になる */
    transform: scale(0.8);
    /* 小さくなりながら消える */
  }

  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

/* ----- 画像クリックで拡大 ----- */
#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
}

#modal-container>div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

#modal-container>div>img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

img.popup {
  cursor: pointer;
}

/* ----- FVの下につくスクロールを促すアニメーション ----- */
.scrollLine {
  padding-left: 0;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
}

.scrollLine span {
  display: inline-block;
  width: 1px;
  height: 70px;
  background-color: black;
  margin-bottom: 20px;
  -webkit-animation: scrollAnimation 2s linear infinite;
  animation: scrollAnimation 2s linear infinite;
}

@-webkit-keyframes scrollAnimation {
  0% {
    transform: translateY(-30px);
    /* 上から始まる */
    opacity: 0;
    /* フェードイン開始 */
  }

  50% {
    transform: translateY(0);
    /* 元の位置まで移動 */
    opacity: 1;
    /* フェードイン完了 */
  }

  100% {
    transform: translateY(30px);
    /* 下に移動して消える */
    opacity: 0;
    /* フェードアウト */
  }
}

@keyframes scrollAnimation {
  0% {
    transform: translateY(-30px);
    /* 上から始まる */
    opacity: 0;
    /* フェードイン開始 */
  }

  50% {
    transform: translateY(0);
    /* 元の位置まで移動 */
    opacity: 1;
    /* フェードイン完了 */
  }

  100% {
    transform: translateY(30px);
    /* 下に移動して消える */
    opacity: 0;
    /* フェードアウト */
  }
}

/* ----- テキストアニメーション ----- */
.css-textAnimation span {
  display: inline-block;
  opacity: 0;
  transform: translate(-150px, 0) scale(0.3);
  -webkit-animation: leftRight 0.5s forwards;
  animation: leftRight 0.5s forwards;
}

.css-textAnimation span:nth-of-type(2) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.css-textAnimation span:nth-of-type(3) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.css-textAnimation span:nth-of-type(4) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.css-textAnimation span:nth-of-type(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.css-textAnimation span:nth-of-type(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.css-textAnimation span:nth-of-type(7) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.css-textAnimation span:nth-of-type(8) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.css-textAnimation span:nth-of-type(9) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.css-textAnimation span:nth-of-type(10) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.css-textAnimation span:nth-of-type(11) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.css-textAnimation span:nth-of-type(12) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.css-textAnimation span:nth-of-type(13) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.css-textAnimation span:nth-of-type(14) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.css-textAnimation span:nth-of-type(15) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.css-textAnimation span:nth-of-type(16) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.css-textAnimation span:nth-of-type(17) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.css-textAnimation span:nth-of-type(18) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.css-textAnimation span:nth-of-type(19) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.css-textAnimation span:nth-of-type(20) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.css-textAnimation span:nth-of-type(21) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.css-textAnimation span:nth-of-type(22) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.css-textAnimation span:nth-of-type(23) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.css-textAnimation span:nth-of-type(24) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

.css-textAnimation span:nth-of-type(25) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.css-textAnimation span:nth-of-type(26) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.css-textAnimation span:nth-of-type(27) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.css-textAnimation span:nth-of-type(28) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

.css-textAnimation span:nth-of-type(29) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.css-textAnimation span:nth-of-type(30) {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
}

.css-textAnimation span:nth-of-type(31) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.css-textAnimation span:nth-of-type(32) {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}

.css-textAnimation span:nth-of-type(33) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.css-textAnimation span:nth-of-type(34) {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}

.css-textAnimation span:nth-of-type(35) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.css-textAnimation span:nth-of-type(36) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.css-textAnimation span:nth-of-type(37) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.css-textAnimation span:nth-of-type(38) {
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s;
}

.css-textAnimation span:nth-of-type(39) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.css-textAnimation span:nth-of-type(40) {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}

@-webkit-keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.7);
    opacity: 1;
    color: #0f40ba;
  }

  60% {
    color: #348c04;
  }

  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }

  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}

@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.7);
    opacity: 1;
    color: #0f40ba;
  }

  60% {
    color: #348c04;
  }

  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }

  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeUpExpand {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transform: translate(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    transform: translate(0, 0, -1);
  }
}

@keyframes fadeUpExpand {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transform: translate(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    transform: translate(0, 0, -1);
  }
}

@-webkit-keyframes fadeDownExpand {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownExpand {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes radiusExpand {
  from {
    border-radius: 0;
  }

  to {
    border-radius: 50px 50px 0 0;
  }
}

@keyframes radiusExpand {
  from {
    border-radius: 0;
  }

  to {
    border-radius: 50px 50px 0 0;
  }
}

@-webkit-keyframes radiusExpan_sp {
  from {
    border-radius: 0;
  }

  to {
    border-radius: 20px 20px 0 0;
  }
}

@keyframes radiusExpan_sp {
  from {
    border-radius: 0;
  }

  to {
    border-radius: 20px 20px 0 0;
  }
}

.css-fadeUpExpand {
  opacity: 0;
  -webkit-animation: fadeUpExpand 0.7s ease forwards;
  animation: fadeUpExpand 0.7s ease forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.css-fadeDownExpand {
  opacity: 0;
  -webkit-animation: fadeDownExpand 0.7s ease forwards;
  animation: fadeDownExpand 0.7s ease forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/* アニメーション
---------- ---------- */
/* ========== ========== ==========
個別部
========== ========== ========== */
.FV {
  margin-bottom: calc(40 / var(--base-width-sp) * 100vw);
  position: relative;
  overflow: hidden;
}


/* PC */
@media screen and (min-width: 768px) {
  .FV {
    /*   min-height: 100vh;*/
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .FV {}
}




.FV_inner {
  position: relative;
}

.FV_image {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .FV_image {
    height: 50vh;
  }
}

.FV_text1 {
  /* padding: 5px 28px 5px 9px; */
  padding: 5px 15px;
  border: solid clamp(1px, calc(3 / var(--base-width-sp) * 100vw), 3px) white;
  font-size: clamp(13px, 1.2102874433vw, 16px);
  font-weight: bold;
}

.FV_text1Wrap {
  position: absolute;
  top: clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  left: clamp(10px, calc(31 / var(--base-width-pc) * 100vw), 31px);
  color: white;
}

.FV_texts {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(10px, 2.7231467474vw, 30px);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}



/* =========================
   FVテキスト 共通
========================= */
.FV_text2 {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
}

.FV_text2 img {
  height: auto;
  display: block;
  object-fit: contain;
}

/* =========================
   PC（768px〜）
========================= */
@media screen and (min-width:768px) {
  .FV_text2 {
    top: -52%;
    align-items: center;
  }

  .FV_text2 img {
    max-width: 820px;
    object-fit: contain;
  }
}

/* =========================
   SP（〜767px）
   下寄せで見切れ防止
========================= */
@media screen and (max-width:767px) {
  .FV_text2 {
    top: 7%;
    padding-bottom: 10vh;
    /* 下から持ち上げる（調整ポイント） */
  }

  .FV_text2 img {
    height: 50%;
    /* width: 80%; */
    opacity: 0.55;
    /* 写真を邪魔しない */
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .15));
    /* 白文字の視認性UP */
  }
}




.FV_text3 {
  font-size: clamp(10px, 1.8154311649vw, 20px);
  font-weight: bold;
  text-shadow: 2px 2px 8px #333;
}

.players {
  margin-bottom: calc(34 / var(--base-width-sp) * 100vw);
}

.players_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px clamp(15px, 20 / var(--base-width-sp) * 100vw, 40px);
}

.players_li {
  width: calc((100% - clamp(15px, 20 / var(--base-width-sp) * 100vw, 40px) * 3) / 4);
  min-width: 150px;
}

.players_li_link {
  text-decoration: none;
}

.players_li_image {
  margin-bottom: 15px;
  width: 100%;
}

.players_li_text {
  text-align: center;
  color: var(--color-main);
  font-weight: bold;
  font-size: clamp(12px, 12 / var(--base-width-sp) * 100vw, 20px);
  margin-bottom: 10px;
}

.players_pop {
  position: fixed;
  z-index: 999;
  top: calc(var(--header-height) + 20px);
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  margin: 0 20px 20px;
}

.players_pop.-active {
  display: flex;
}

.players_pop_inner {
  margin-inline: clamp(10px, 40 / var(--base-width-sp) * 100vw, 200px);
  border: solid 1px #00418E;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 42px 44px 50px 37px;
  padding: 40px clamp(10px, calc(40 / var(--base-width-pc) * 100vw), 40px);
  position: relative;
  margin-inline: auto;
}

.players_pop_innerWrap {
  max-height: 92%;
  max-width: 1000px;
  background-color: white;
}

@media screen and (max-width: 768px) {
  .players_pop_innerWrap {
    overflow-y: auto;
  }
}

.players_pop_profile {
  display: flex;
  align-items: center;
  gap: clamp(10px, 30 / var(--base-width-sp) * 100vw, 50px);
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .players_pop_profile {
    flex-direction: column;
  }
}

.players_pop_profile_image {
  flex-shrink: 0;
  width: clamp(100px, 250 / var(--base-width-sp) * 100vw, 400px);
  aspect-ratio: 1/1;
}

.players_pop_profile_name {
  font-size: clamp(16px, 16 / var(--base-width-sp) * 100vw, 24px);
  color: var(--color-main);
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.players_pop_profile_text {
  font-size: clamp(10px, 10 / var(--base-width-sp) * 100vw, 16px);
  font-weight: bold;
  line-height: 2.2;
  text-align: left;
}

.players_pop_close {
  position: absolute;
  top: clamp(10px, 10 / var(--base-width-sp) * 100vw, 20px);
  right: clamp(10px, 10 / var(--base-width-sp) * 100vw, 20px);
  width: clamp(20px, 23 / var(--base-width-sp) * 100vw, 30px);
  height: clamp(20px, 23 / var(--base-width-sp) * 100vw, 30px);
}

.players_pop_close::before,
.players_pop_close::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--color-main);
  position: absolute;
  top: 50%;
  left: 50%;
}

.players_pop_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.players_pop_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.products {
  margin-bottom: calc(43 / var(--base-width-sp) * 100vw);
}

.products_body {
  background-color: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  padding: clamp(40px, 40 / var(--base-width-sp) * 100vw, 80px) clamp(15px, 6.0514372163vw, 40px) clamp(15px, 30 / var(--base-width-sp) * 100vw, 30px);
  position: relative;
}

.products_body_title {
  position: absolute;
  top: min(10 / var(--base-width-sp) * 100vw, 20px);
  left: min(10 / var(--base-width-sp) * 100vw, 20px);
  padding: 5px 28px 5px 9px;
  border: solid clamp(1px, calc(3 / var(--base-width-sp) * 100vw), 3px) var(--color-main);
  font-size: clamp(8px, 8 / var(--base-width-sp) * 100vw, 16px);
  font-weight: bold;
  color: var(--color-main);
}

.products_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px calc(19 / var(--base-width-sp) * 100vw);
  margin-bottom: -40px;
}

.products_li {
  width: calc((100% - 19 / var(--base-width-sp) * 100vw * 3 - 0.2px) / 4);
  min-width: 100px;
}

@media screen and (max-width: 768px) {
  .products_li {
    padding-bottom: 30px;
  }
}

.products_li_image {
  height: 140px;
  margin-inline: auto;
  display: block;
  margin-bottom: 16px;
}

.products_li:last-of-type .products_li_image {
  height: min(101 / var(--base-width-sp) * 100vw, 148px);
  margin-bottom: 8px;
}

.products_li_name {
  text-align: center;
  font-family: var(--font-main);
  color: var(--color-main);
  font-size: clamp(14px, 14 / var(--base-width-sp) * 100vw, 18px);
  font-weight: 600;
  margin-bottom: 17px;
}

.products_li_desc {
  font-size: clamp(8px, 8 / var(--base-width-sp) * 100vw, 16px);
  font-weight: bold;
  line-height: 1.375;
  margin-bottom: 16px;
  display: none;
}

.design {
  padding-block: 40px;
  background-color: #E8FAFF;
  margin-bottom: 59px;
}

.design .sectionTitle_span {
  color: black;
}

.design_text1 {
  text-align: center;
  font-size: clamp(10px, 10 / var(--base-width-sp) * 100vw, 18px);
  font-weight: 600;
  margin-bottom: 30px;
}

.howToOrder {
  margin-bottom: 100px;
}

.howToOrder .sectionTitle {
  margin-bottom: 29px;
}

.howToOrder_ul {
  margin-left: calc(110 / var(--base-width-sp) * 100vw);
  margin-right: calc(94 / var(--base-width-sp) * 100vw);
}

@media screen and (min-width: 1501px) {
  .howToOrder_ul {
    max-width: 1100px;
    margin-inline: auto;
  }
}

.howToOrder_li {
  display: flex;
  align-items: center;
  gap: 30px clamp(20px, calc(38 / var(--base-width-sp) * 100vw), 38px);
}

.howToOrder_li:where(:nth-of-type(2)) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 550px) {
  .howToOrder_li {
    flex-direction: column;
  }
}

.howToOrder_li:not(:last-of-type) {
  margin-bottom: 60px;
}

.howToOrder_li_image {
  border-radius: 999px;
  width: max(122 / var(--base-width-sp) * 100vw, 80px);
  aspect-ratio: 1/1;
}

.howToOrder_li_imageWrap {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .howToOrder_li_image {
    width: clamp(150px, calc(200 / var(--base-width-sp) * 100vw), 200px);
  }
}

.howToOrder_li_text {
  font-size: clamp(10px, 10 / var(--base-width-sp) * 100vw, 16px);
  font-weight: bold;
  text-align: left;
  line-height: 2.2;
}

/* 個別部ここまで
---------- ---------- */
/* ========== ========== ==========
welcart修正用css
========== ========== ========== */
.payment_0,
.payment_3 {
  display: none;
}

#itempage #img-box img {
  max-height: clamp(250px, 50vw, 500px);
  -o-object-fit: contain;
  object-fit: contain;
}

.entry-content h3,
.item-description .detail_title {
  text-align: left;
}

/* ========== ========== ==========
元のサイトのcssかき消しよう
========== ========== ========== */
.home #main {
  width: initial !important;
}

.header {
  transform: none !important;
  max-width: initial !important;
}

.snav {
  width: initial !important;
}

.header_welcart {
  margin-left: auto;
}

main {
  overflow: hidden;
}

/* ========== ========== ==========
参考サイトからのcss
========== ========== ========== */
.footer {
  padding: 5%;
}

.footer * {
  font-size: clamp(16px, 16 / var(--base-width-pc) * 100vw, 24px) !important;
}

.footer ul {
  text-align: center;
  margin: 0 0 100px;
}

.footer_logo {
  width: 200px;
}

.footer .footer_sns_icons {
  display: flex;
  width: 220px;
  margin: 0 auto;
  justify-content: space-between;
}

.footer .footer_sns_icons .footer_sns_icon a img {
  height: 40px;
  display: inline-block;
  margin: 0;
  filter: opacity(0.7) drop-shadow(0 0 0 #C3E6D9);
}

@media screen and (max-width: 599px) {
  .footer ul {
    margin: 0 0 50px;
  }

  .footer .footer_sns_icons {
    width: 160px;
  }

  .footer .footer_sns_icons .footer_sns_icon a img {
    height: 24px;
  }
}

.footer ul li {
  color: #C3E6D9;
  margin-bottom: 30px;
}

.footer ul li a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}

.footer img {
  display: block;
  margin: 0 auto;
}

#mask {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
}

#mask.active {
  display: block;
}

.pop_up_show {
  display: none;
  position: fixed;
  overflow: scroll;
  width: 90%;
  max-width: 700px;
  height: 80vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 100000;
  padding: 30px;
  font-size: 1.5rem;
}

.pop_up_show_title {
  font-size: clamp(18px, 18 / var(--base-width-pc) * 100vw, 24px) !important;
}

.pop_up_show * {
  font-size: clamp(14px, 14 / var(--base-width-pc) * 100vw, 16px);
}

.pop_privacy_close {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.pop_privacy_close span {
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
}

.pop_privacy_close span:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.pop_privacy_close span:last-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.pop_up_show th,
.pop_up_show td {
  padding: 15px 5px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #E2DFDA;
  border-collapse: collapse;
}

.pop_up_show_title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.pop_privacy {
  cursor: pointer;
  font-size: 1.6rem;
}

.pop_rule {
  cursor: pointer;
  font-size: 1.6rem;
}

.pop_up_show.active {
  display: block;
}

@media (min-width: 476px) {
  .FV_text3 {
    /* 476px以上はより穏やかにスケール */
    font-size: clamp(12px, 1.5vw, 20px);
  }
}