@charset "UTF-8";
/*
Theme Name: bridge
Description: 在籍紹介「Bridge」のWordPressオリジナルテーマ
Version: 1.0
Author: Hiroshi
Author URI: https://hiroshi-engineer.com
*/

/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
@font-face {
  font-family: "Shippori Mincho";
  src: url("webfonts/Subset-ShipporiMincho-Medium.woff2") format("woff2"), url("webfonts/Subset-ShipporiMincho-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("webfonts/Subset-ShipporiMincho-SemiBold.woff2") format("woff2"), url("webfonts/Subset-ShipporiMincho-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("webfonts/Cinzel-Medium.woff2") format("woff2"), url("webfonts/Cinzel-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("webfonts/Cinzel-SemiBold.woff2") format("woff2"), url("webfonts/Cinzel-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 GLOBAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

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

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Shippori Mincho";
  letter-spacing: 1px;
}

.text-pink {
  color: #f8bbd0;
}

.text-red {
  color: #e63946;
}

.underline-yellow {
  position: relative;
}
.underline-yellow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.6em;
  background: #ffdd57;
  opacity: 0.7;
  z-index: -1;
  border-radius: 0.2em;
}

.underline-pink {
  position: relative;
}
.underline-pink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.4em;
  background: repeating-linear-gradient(-12deg, #ff6f91 0 10%, transparent 10% 20%);
  opacity: 0.5;
  z-index: -1;
  border-radius: 0.25em;
  filter: blur(1px);
  transform: skewX(-12deg);
  transform-origin: left bottom;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.header {
  overflow: hidden;
}
.header .container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  max-width: 1920px;
  height: 80px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
}
.header .container nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
}
.header .container nav .logo {
  line-height: 0;
  width: 160px;
  height: auto;
}
.header .container nav .logo a {
  display: block;
}
.header .container nav .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.header .container nav .logo a:hover {
  opacity: 0.8;
  transition: opacity 0.3s, transform 0.3s;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}
.header .container nav .nav-menu {
  display: flex;
  align-items: center;
}
.header .container nav .nav-menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: 40px;
}
.header .container nav .nav-menu ul li a {
  position: relative;
  color: #343434;
  font-weight: 500;
  letter-spacing: 4px;
  font-size: 18px;
}
.header .container nav .nav-menu ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 60%;
  height: 3px;
  background: #f8bbd0;
  border-radius: 2px;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.3s;
}
.header .container nav .nav-menu ul li.current-menu-item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 60%;
  height: 3px;
  background: #f8bbd0;
  border-radius: 2px;
  transform: translateX(-50%) scaleX(1);
  transition: transform 0.3s;
}
.header .container nav .nav-menu ul li a:hover::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 60%;
  height: 3px;
  background: #f8bbd0;
  border-radius: 2px;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.3s;
}
.header .container nav .nav-menu ul li a:hover::after, .header .container nav .nav-menu ul li.current-menu-item a::after {
  transform: translateX(-50%) scaleX(1);
}
.header .container nav .nav-menu .link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .container nav .nav-menu .link .btn {
  display: flex;
  align-items: center;
  background: #06c755;
  color: #fff;
  border-radius: 24px;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background 0.3s;
}
.header .container nav .nav-menu .link .btn.store-btn {
  background: #3d5a80;
}
.header .container nav .nav-menu .link .btn.store-btn:hover {
  background: rgb(47.8317460317, 70.5714285714, 100.3682539683);
}
.header .container nav .nav-menu .link .btn img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: block;
}
.header .container nav .nav-menu .link .btn img.line-sp {
  display: none;
}
.header .container nav .nav-menu .link .btn span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}
.header .container nav .nav-menu .link .btn span .store-sp {
  display: none;
}
.header .container nav .nav-menu .link .btn:hover {
  background: rgb(4.8058536585, 159.3941463415, 68.0829268293);
}
.header .container nav .nav-menu .hamburger-menu {
  display: none;
}
.header .container .mobile-nav {
  display: none;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .header .container {
    height: 70px;
  }
  .header .container nav {
    padding: 0 1%;
  }
  .header .container nav .logo {
    width: 140px;
  }
  .header .container nav .nav-menu ul {
    gap: 25px;
    margin-right: 35px;
  }
  .header .container nav .nav-menu ul li a {
    font-size: 17px;
    letter-spacing: 3px;
  }
  .header .container nav .nav-menu .link .btn {
    padding: 7px 18px;
    font-size: 15px;
  }
  .header .container nav .nav-menu .link .btn img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .container {
    height: 65px;
  }
  .header .container nav {
    padding: 0 3%;
  }
  .header .container nav .logo {
    width: 130px;
  }
  .header .container nav .nav-menu ul {
    display: none;
  }
  .header .container nav .nav-menu .link {
    margin-right: 56px;
    gap: 10px;
  }
  .header .container nav .nav-menu .link .btn {
    background-color: transparent;
    color: #06c755;
    flex-direction: column;
    padding: 6px 16px;
    font-size: 14px;
  }
  .header .container nav .nav-menu .link .btn.store-btn {
    color: #fff;
    flex-direction: row;
  }
  .header .container nav .nav-menu .link .btn img {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }
  .header .container nav .nav-menu .link .btn img.line-pc {
    display: none;
  }
  .header .container nav .nav-menu .link .btn img.line-sp {
    display: block;
  }
  .header .container nav .nav-menu .link .btn span .store-sp {
    display: block;
  }
  .header .container nav .nav-menu .link .btn:hover {
    background: none;
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  .header .container nav .nav-menu .hamburger-menu {
    display: flex;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1000;
    width: 42px;
    height: 42px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    background: rgba(248, 187, 208, 0.1);
    border: 1px solid rgba(248, 187, 208, 0.2);
    transition: all 0.3s ease;
  }
  .header .container nav .nav-menu .hamburger-menu:hover {
    border-color: rgba(248, 187, 208, 0.4);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(248, 187, 208, 0.15);
  }
  .header .container nav .nav-menu .hamburger-menu span {
    display: block;
    width: 20px;
    height: 2px;
    background: #f8bbd0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
    border-radius: 1px;
    margin: 2px 0;
  }
  .header .container nav .nav-menu .hamburger-menu span:nth-child(1) {
    transform: translateY(0);
  }
  .header .container nav .nav-menu .hamburger-menu span:nth-child(2) {
    opacity: 1;
  }
  .header .container nav .nav-menu .hamburger-menu span:nth-child(3) {
    transform: translateY(0);
  }
  .header .container nav .nav-menu .hamburger-menu.active {
    border-color: rgba(248, 187, 208, 0.5);
    box-shadow: 0 6px 20px rgba(248, 187, 208, 0.2);
  }
  .header .container nav .nav-menu .hamburger-menu.active span {
    background: #f8bbd0;
  }
  .header .container nav .nav-menu .hamburger-menu.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .header .container nav .nav-menu .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .header .container nav .nav-menu .hamburger-menu.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .header .container .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 193, 214, 0.38) 60%, rgba(255, 255, 255, 0.98) 100%);
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(15px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header .container .mobile-nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .header .container .mobile-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 20% 50%, rgba(191, 161, 74, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(212, 184, 119, 0.08) 0%, transparent 50%);
    pointer-events: none;
  }
  .header .container .mobile-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
    position: relative;
    z-index: 1;
  }
  .header .container .mobile-nav ul li {
    opacity: 0;
    transform: translateX(20px);
    animation: slideLeftFadeIn 0.5s ease forwards;
  }
  .header .container .mobile-nav ul li:nth-child(1) {
    animation-delay: 0.2s;
  }
  .header .container .mobile-nav ul li:nth-child(2) {
    animation-delay: 0.3s;
  }
  .header .container .mobile-nav ul li:nth-child(3) {
    animation-delay: 0.4s;
  }
  .header .container .mobile-nav ul li:nth-child(4) {
    animation-delay: 0.5s;
  }
  .header .container .mobile-nav ul li:nth-child(5) {
    animation-delay: 0.6s;
  }
  .header .container .mobile-nav ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    padding: 15px 25px;
    border-radius: 25px;
    transition: all 0.4s ease;
    text-shadow: 1px 1px 2px rgba(35, 35, 42, 0.5);
  }
  .header .container .mobile-nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #f8bbd0 0%, #f8bbd0 100%);
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header .container .mobile-nav ul li a:hover::after {
    width: 60px;
  }
  .header .container .mobile-nav ul li a:active {
    transform: translateY(-1px);
  }
  @keyframes slideLeftFadeIn {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .header .container {
    height: 60px;
  }
  .header .container nav {
    padding: 0 1%;
  }
  .header .container nav .logo {
    width: 100px;
  }
  .header .container nav .nav-menu ul {
    display: none;
  }
  .header .container nav .nav-menu .link {
    margin-right: 56px;
    gap: 5px;
  }
  .header .container nav .nav-menu .link .btn {
    background-color: transparent;
    color: #06c755;
    flex-direction: column;
    padding: 6px 12px;
    font-size: 12px;
  }
  .header .container nav .nav-menu .link .btn.store-btn {
    color: #fff;
    flex-direction: row;
  }
  .header .container nav .nav-menu .link .btn img {
    width: 28px;
    height: 28px;
    margin-right: 4px;
  }
  .header .container nav .nav-menu .link .btn img.line-pc {
    display: none;
  }
  .header .container nav .nav-menu .link .btn img.line-sp {
    display: block;
  }
  .header .container nav .nav-menu .link .btn span .store-sp {
    display: block;
  }
  .header .container nav .nav-menu .link .btn:hover {
    background: none;
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  .header .container nav .nav-menu .hamburger-menu {
    display: flex;
    position: absolute;
    right: 12px;
    top: 9px;
    z-index: 1000;
    width: 38px;
    height: 38px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    backdrop-filter: blur(10px);
    background: rgba(248, 187, 208, 0.1);
    border: 1px solid rgba(248, 187, 208, 0.2);
    transition: all 0.3s ease;
  }
  .header .container nav .nav-menu .hamburger-menu:hover {
    border-color: rgba(248, 187, 208, 0.4);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(248, 187, 208, 0.15);
  }
  .header .container nav .nav-menu .hamburger-menu span {
    display: block;
    width: 18px;
    height: 2px;
    background: #f8bbd0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
    border-radius: 1px;
    margin: 2px 0;
  }
  .header .container nav .nav-menu .hamburger-menu.active {
    border-color: rgba(248, 187, 208, 0.5);
    box-shadow: 0 6px 20px rgba(248, 187, 208, 0.2);
  }
  .header .container nav .nav-menu .hamburger-menu.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .header .container nav .nav-menu .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .header .container nav .nav-menu .hamburger-menu.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .header .container .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 193, 214, 0.38) 60%, rgba(255, 255, 255, 0.98) 100%);
    backdrop-filter: blur(15px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header .container .mobile-nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .header .container .mobile-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 20% 50%, rgba(191, 161, 74, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(212, 184, 119, 0.08) 0%, transparent 50%);
    pointer-events: none;
  }
  .header .container .mobile-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
    position: relative;
    z-index: 1;
  }
  .header .container .mobile-nav ul li {
    opacity: 0;
    transform: translateX(20px);
    animation: slideLeftFadeIn 0.5s ease forwards;
  }
  .header .container .mobile-nav ul li:nth-child(1) {
    animation-delay: 0.2s;
  }
  .header .container .mobile-nav ul li:nth-child(2) {
    animation-delay: 0.3s;
  }
  .header .container .mobile-nav ul li:nth-child(3) {
    animation-delay: 0.4s;
  }
  .header .container .mobile-nav ul li:nth-child(4) {
    animation-delay: 0.5s;
  }
  .header .container .mobile-nav ul li:nth-child(5) {
    animation-delay: 0.6s;
  }
  .header .container .mobile-nav ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    padding: 12px 20px;
    border-radius: 20px;
    transition: all 0.4s ease;
    text-shadow: 1px 1px 2px rgba(35, 35, 42, 0.5);
  }
  .header .container .mobile-nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #f8bbd0 0%, #f8bbd0 100%);
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .header .container .mobile-nav ul li a:hover::after {
    width: 50px;
  }
  .header .container .mobile-nav ul li a:active {
    transform: translateY(-1px);
  }
  @keyframes slideLeftFadeIn {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 HERO 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff0f5;
}
.hero .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}
.hero .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: brightness(0.85) blur(0.5px);
}
.hero .bg-image img.hero-bg-sp {
  display: none;
}
.hero .bg-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 193, 214, 0.38) 60%, rgba(255, 255, 255, 0.98) 100%);
  pointer-events: none;
}
.hero .content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .content .title {
  position: absolute;
  top: 30vh;
  left: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .content .title h1 {
  margin-bottom: 20px;
  text-align: right;
}
.hero .content .title h1 .catch {
  font-size: 48px;
  font-weight: 400;
  color: #b5838d;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.8), 0 2px 8px rgba(181, 131, 141, 0.3);
  letter-spacing: 10px;
  line-height: 1.7;
  font-style: italic;
}
.hero .content .title .tel-link {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  z-index: 4;
}
.hero .content .title .tel-link .tel-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 38px;
  background: linear-gradient(90deg, #f7cad0 0%, #e9a6b4 100%);
  border-radius: 40px;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
  border: 2px solid #e9a6b4;
  outline: none;
  position: relative;
  overflow: hidden;
}
.hero .content .title .tel-link .tel-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 60% 40%, #fff 0%, transparent 70%);
  opacity: 0.25;
  pointer-events: none;
  z-index: 1;
}
.hero .content .title .tel-link .tel-btn:hover {
  transform: translateY(-3px) scale(1.07);
  background: linear-gradient(90deg, #fff0f5 0%, #e9a6b4 100%);
}
.hero .content .title .tel-link .tel-btn img {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(181, 131, 141, 0.22));
  z-index: 2;
}
.hero .content .title .tel-link .tel-btn span {
  font-size: 24px;
  font-weight: 700;
  color: #b5838d;
  letter-spacing: 3px;
  font-family: inherit;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.hero .content .title .tel-link p {
  font-size: 14px;
  color: #b5838d;
  letter-spacing: 2px;
  z-index: 2;
}
.hero .content .scroll-indicator {
  position: absolute;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .content .scroll-indicator .scroll-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.hero .content .scroll-indicator .scroll-wrapper .mouse-icon {
  width: 32px;
  height: 48px;
  border: 2px solid #e9a6b4;
  border-radius: 16px;
  position: relative;
  margin-bottom: 4px;
  background: rgba(255, 240, 245, 0.7);
}
.hero .content .scroll-indicator .scroll-wrapper .mouse-icon .mouse-wheel {
  display: block;
  width: 4px;
  height: 10px;
  background: #e9a6b4;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  animation: wheelMove 1.2s infinite;
}
.hero .content .scroll-indicator .scroll-wrapper .scroll-text {
  font-size: 14px;
  color: #b5838d;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}
.hero .content .scroll-indicator .scroll-wrapper:hover {
  opacity: 1;
}
@keyframes wheelMove {
  0% {
    opacity: 1;
    top: 10px;
  }
  50% {
    opacity: 0.5;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 10px;
  }
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .hero .content .title {
    top: 25vh;
    left: 8%;
  }
  .hero .content .title h1 .catch {
    font-size: 42px;
    letter-spacing: 8px;
  }
  .hero .content .title .tel-link {
    margin-top: 35px;
  }
  .hero .content .title .tel-link .tel-btn {
    padding: 14px 32px;
    gap: 12px;
  }
  .hero .content .title .tel-link .tel-btn img {
    width: 30px;
    height: 30px;
  }
  .hero .content .title .tel-link .tel-btn span {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .hero .content .title .tel-link p {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .hero .content .scroll-indicator {
    bottom: 25px;
  }
  .hero .content .scroll-indicator .scroll-wrapper .mouse-icon {
    width: 28px;
    height: 42px;
  }
  .hero .content .scroll-indicator .scroll-wrapper .mouse-icon .mouse-wheel {
    width: 3px;
    height: 8px;
  }
  .hero .content .scroll-indicator .scroll-wrapper .scroll-text {
    font-size: 13px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero .content .title {
    top: 30vh;
    left: 3%;
  }
  .hero .content .title h1 .catch {
    font-size: 38px;
    letter-spacing: 6px;
  }
  .hero .content .title .tel-link {
    margin-top: 32px;
  }
  .hero .content .title .tel-link .tel-btn {
    padding: 13px 30px;
    gap: 11px;
  }
  .hero .content .title .tel-link .tel-btn img {
    width: 28px;
    height: 28px;
  }
  .hero .content .title .tel-link .tel-btn span {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .hero .content .title .tel-link p {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .hero .content .scroll-indicator {
    bottom: 22px;
  }
  .hero .content .scroll-indicator .scroll-wrapper .mouse-icon {
    width: 26px;
    height: 40px;
  }
  .hero .content .scroll-indicator .scroll-wrapper .mouse-icon .mouse-wheel {
    width: 3px;
    height: 8px;
  }
  .hero .content .scroll-indicator .scroll-wrapper .scroll-text {
    font-size: 12px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hero {
    height: 85vh;
    width: 100vw;
  }
  .hero .bg-image {
    opacity: 0.8;
  }
  .hero .bg-image img.hero-bg-pc {
    display: none;
  }
  .hero .bg-image img.hero-bg-sp {
    display: block;
  }
  .hero .content .title {
    top: 26vh;
    left: 5%;
    align-items: flex-start;
  }
  .hero .content .title h1 {
    text-align: left;
  }
  .hero .content .title h1 .catch {
    font-size: 28px;
    letter-spacing: 4px;
  }
  .hero .content .title .tel-link {
    margin-top: 24px;
  }
  .hero .content .title .tel-link .tel-btn {
    padding: 12px 18px;
    gap: 10px;
  }
  .hero .content .title .tel-link .tel-btn img {
    width: 24px;
    height: 24px;
  }
  .hero .content .title .tel-link .tel-btn span {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .hero .content .title .tel-link p {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  .hero .content .scroll-indicator {
    bottom: 18px;
  }
  .hero .content .scroll-indicator .scroll-wrapper .mouse-icon {
    width: 24px;
    height: 36px;
  }
  .hero .content .scroll-indicator .scroll-wrapper .mouse-icon .mouse-wheel {
    width: 2px;
    height: 6px;
  }
  .hero .content .scroll-indicator .scroll-wrapper .scroll-text {
    font-size: 11px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 WORRY 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.worry {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 205, 222, 0.36) 55%, rgba(245, 222, 233, 0.32) 80%, rgba(255, 255, 255, 0.98) 100%);
}
.worry .bg-text {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}
.worry .bg-text p {
  font-size: 8rem;
  color: rgba(217, 120, 168, 0.1);
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
  line-height: 1;
}
.worry .container {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 60px 20px;
}
.worry .container .box {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18), 0 3px 12px rgba(0, 0, 0, 0.14);
  padding: 40px 48px;
}
.worry .container .box::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -72px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-top: 56px solid #f8bbd0;
  border-bottom: none;
  z-index: 2;
}
.worry .container .box h2 {
  margin-bottom: 20px;
  text-align: center;
}
.worry .container .box h2 .catch {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 4px;
}
.worry .container .box .worry-list {
  display: flex;
  justify-content: center;
}
.worry .container .box .worry-list ul li {
  background: url(images/verify.svg) no-repeat 0 center;
  background-size: 18px auto;
  font-size: 18px;
  padding: 9px 24px;
}
.worry .container .sentence {
  margin: 88px auto 20px;
  max-width: 720px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  z-index: 4;
}
.worry .container .sentence p {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  letter-spacing: 5px;
}
.worry .container .sub-sentence {
  text-align: center;
  margin-bottom: 30px;
}
.worry .container .sub-sentence p {
  font-size: 18px;
  line-height: 2;
  color: #34495e;
}
.worry .container .gallery {
  position: relative;
  height: 300px;
}
.worry .container .gallery .item {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.worry .container .gallery .item img {
  width: 420px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 12px 32px rgba(217, 120, 168, 0.32), 0 4px 16px rgba(44, 62, 80, 0.26);
}
.worry .container .gallery .item::before {
  content: "";
  display: block;
  position: absolute;
  left: -125px;
  top: 60px;
  width: 160px;
  height: 160px;
  background: url("images/worry-thumb01.jpg") no-repeat center center;
  background-size: cover;
  pointer-events: none;
  z-index: 4;
  box-shadow: 0 12px 32px rgba(217, 120, 168, 0.32), 0 4px 16px rgba(44, 62, 80, 0.26);
}
.worry .container .gallery .item::after {
  content: "";
  display: block;
  position: absolute;
  right: -150px;
  top: 100px;
  width: 240px;
  height: 160px;
  background: url("images/worry-thumb03.jpg") no-repeat center center;
  background-size: cover;
  pointer-events: none;
  z-index: 4;
  box-shadow: 0 10px 28px rgba(217, 120, 168, 0.28), 0 4px 16px rgba(44, 62, 80, 0.22);
}
.worry .container .link-area {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
}
.worry .container .link-area .line {
  width: 100%;
  display: flex;
  justify-content: center;
}
.worry .container .link-area .line .line-btn {
  background: #06c755;
  color: #fff;
  border-radius: 8px;
  padding: 18px 96px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}
.worry .container .link-area .line .line-btn .btn-top {
  display: flex;
  align-items: center;
}
.worry .container .link-area .line .line-btn .btn-top img {
  width: 64px;
  height: 64px;
  margin-right: 8px;
  display: block;
}
.worry .container .link-area .line .line-btn .btn-top span {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  font-size: 42px;
  font-weight: 600;
}
.worry .container .link-area .line .line-btn .small {
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
.worry .container .link-area .line .line-btn:hover {
  background: rgb(4.8058536585, 159.3941463415, 68.0829268293);
}
.worry .container .link-area .store-link {
  width: 100%;
  display: flex;
  justify-content: center;
}
.worry .container .link-area .store-link .store-btn {
  background: #3d5a80;
  color: #fff;
  border-radius: 8px;
  padding: 18px 96px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}
.worry .container .link-area .store-link .store-btn .btn-top {
  display: flex;
  align-items: center;
}
.worry .container .link-area .store-link .store-btn .btn-top img {
  width: 64px;
  height: 64px;
  margin-right: 8px;
  display: block;
}
.worry .container .link-area .store-link .store-btn .btn-top span {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.worry .container .link-area .store-link .store-btn:hover {
  background: rgb(47.8317460317, 70.5714285714, 100.3682539683);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .worry .container {
    padding: 50px 20px;
  }
  .worry .container .box {
    padding: 35px 40px;
  }
  .worry .container .box h2 .catch {
    font-size: 28px;
    letter-spacing: 3px;
  }
  .worry .container .box .worry-list ul li {
    background-size: 17px auto;
    font-size: 17px;
    padding: 8px 20px;
  }
  .worry .container .sentence p {
    font-size: 28px;
    letter-spacing: 4px;
  }
  .worry .container .sub-sentence p {
    font-size: 17px;
  }
  .worry .container .gallery {
    height: 280px;
  }
  .worry .container .gallery .item {
    top: 130px;
  }
  .worry .container .gallery .item img {
    width: 380px;
    height: 220px;
  }
  .worry .container .gallery .item::before {
    left: -105px;
    top: 50px;
    width: 140px;
    height: 140px;
  }
  .worry .container .gallery .item::after {
    right: -130px;
    top: 85px;
    width: 210px;
    height: 140px;
  }
  .worry .container .link-area {
    margin-top: 50px;
  }
  .worry .container .link-area .line .line-btn {
    padding: 18px 88px;
  }
  .worry .container .link-area .line .line-btn .btn-top img {
    width: 56px;
    height: 56px;
  }
  .worry .container .link-area .line .line-btn .btn-top span {
    font-size: 40px;
  }
  .worry .container .link-area .line .line-btn .small {
    font-size: 20px;
  }
  .worry .container .link-area .store-link .store-btn {
    padding: 18px 88px;
  }
  .worry .container .link-area .store-link .store-btn .btn-top img {
    width: 56px;
    height: 56px;
  }
  .worry .container .link-area .store-link .store-btn .btn-top span {
    font-size: 34px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .worry .container {
    padding: 45px 20px;
  }
  .worry .container .box {
    padding: 32px 36px;
  }
  .worry .container .box h2 .catch {
    font-size: 26px;
    letter-spacing: 3px;
  }
  .worry .container .box .worry-list ul li {
    background-size: 16px auto;
    font-size: 16px;
    padding: 8px 18px;
  }
  .worry .container .sentence {
    margin: 88px auto 20px;
  }
  .worry .container .sentence p {
    font-size: 26px;
    letter-spacing: 4px;
  }
  .worry .container .sub-sentence p {
    font-size: 16px;
    line-height: 1.8;
  }
  .worry .container .gallery {
    height: 260px;
  }
  .worry .container .gallery .item {
    top: 120px;
  }
  .worry .container .gallery .item img {
    width: 340px;
    height: 200px;
  }
  .worry .container .gallery .item::before {
    left: -90px;
    top: 45px;
    width: 120px;
    height: 120px;
  }
  .worry .container .gallery .item::after {
    right: -130px;
    top: 75px;
    width: 180px;
    height: 120px;
  }
  .worry .container .link-area {
    margin-top: 50px;
  }
  .worry .container .link-area .line .line-btn {
    padding: 18px 80px;
  }
  .worry .container .link-area .line .line-btn .btn-top img {
    width: 48px;
    height: 48px;
  }
  .worry .container .link-area .line .line-btn .btn-top span {
    font-size: 36px;
  }
  .worry .container .link-area .line .line-btn .small {
    font-size: 18px;
  }
  .worry .container .link-area .store-link .store-btn {
    padding: 18px 80px;
  }
  .worry .container .link-area .store-link .store-btn .btn-top img {
    width: 48px;
    height: 48px;
  }
  .worry .container .link-area .store-link .store-btn .btn-top span {
    font-size: 32px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .worry .bg-text {
    top: 40%;
  }
  .worry .bg-text p {
    font-size: 6rem;
  }
  .worry .container {
    padding: 40px 16px;
  }
  .worry .container .box {
    padding: 24px 20px;
  }
  .worry .container .box::after {
    bottom: -56px;
    border-left: 44px solid transparent;
    border-right: 44px solid transparent;
    border-top: 44px solid #f8bbd0;
  }
  .worry .container .box h2 {
    margin-bottom: 16px;
  }
  .worry .container .box h2 .catch {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .worry .container .box .worry-list ul li {
    background-size: 14px auto;
    font-size: 13px;
    padding: 6px 16px;
  }
  .worry .container .sentence {
    margin: 64px auto 16px;
  }
  .worry .container .sentence p {
    font-size: 17px;
    letter-spacing: 2px;
  }
  .worry .container .sub-sentence {
    margin-bottom: 24px;
  }
  .worry .container .sub-sentence p {
    font-size: 15px;
    line-height: 1.6;
  }
  .worry .container .gallery {
    height: 200px;
  }
  .worry .container .gallery .item {
    top: 100px;
  }
  .worry .container .gallery .item img {
    width: 280px;
    height: 160px;
  }
  .worry .container .gallery .item::before {
    left: -65px;
    top: 50px;
    width: 80px;
    height: 80px;
  }
  .worry .container .gallery .item::after {
    right: -90px;
    top: 65px;
    width: 130px;
    height: 90px;
  }
  .worry .container .link-area {
    margin-top: 40px;
  }
  .worry .container .link-area .line .line-btn {
    padding: 10px 18px;
  }
  .worry .container .link-area .line .line-btn .btn-top img {
    width: 40px;
    height: 40px;
  }
  .worry .container .link-area .line .line-btn .btn-top span {
    font-size: 28px;
  }
  .worry .container .link-area .line .line-btn .small {
    font-size: 15px;
  }
  .worry .container .link-area .store-link .store-btn {
    padding: 10px 18px;
  }
  .worry .container .link-area .store-link .store-btn .btn-top img {
    width: 40px;
    height: 40px;
  }
  .worry .container .link-area .store-link .store-btn .btn-top span {
    font-size: 24px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 MERIT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.merit {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}
.merit .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.merit .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.4;
}
.merit .bg-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 205, 222, 0.18) 50%, rgba(245, 222, 233, 0.12) 80%, rgb(255, 255, 255) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.merit .container {
  position: relative;
  padding: 0 3%;
  z-index: 3;
}
.merit .container .title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.merit .container .title h2 .catch {
  font-size: 40px;
  font-weight: 400;
  color: #d978a8;
  line-height: 1.5;
  letter-spacing: 8px;
  margin-top: 10px;
}
.merit .container .title h2 .catch .merit-sp {
  display: none;
}
.merit .container .card-list {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.merit .container .card-list .card-item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 40px 28px;
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.merit .container .card-list .card-item .card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.merit .container .card-list .card-item .card-title .num {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #d978a8 0%, #f7b2d9 100%);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 16px rgba(217, 120, 168, 0.15);
}
.merit .container .card-list .card-item .card-title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  letter-spacing: 2px;
  margin: 0;
}
.merit .container .card-list .card-item .card-icon {
  margin-bottom: 20px;
}
.merit .container .card-list .card-item .card-icon img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.merit .container .card-list .card-item .card-sentence p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  text-align: center;
  margin: 0;
}
.merit .container .card-list .card-item .card-sentence p .merit-sp {
  display: none;
}
.merit .container .comparison {
  margin-top: 80px;
}
.merit .container .comparison .subtitle {
  margin-bottom: 40px;
}
.merit .container .comparison .subtitle h2 {
  text-align: center;
}
.merit .container .comparison .subtitle h2 .catch {
  font-size: 28px;
  font-weight: 700;
  color: #343434;
  line-height: 1.5;
  letter-spacing: 8px;
  margin-top: 10px;
  position: relative;
}
.merit .container .comparison .subtitle h2 .catch::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #d978a8 0%, #f7b2d9 100%);
  border-radius: 2px;
  margin: 16px auto 0;
}
.merit .container .comparison .subtitle h2 .catch .merit-sp {
  display: none;
}
.merit .container .comparison .table-wrapper {
  overflow-x: scroll;
  margin: 0 auto;
  max-width: 1200px;
}
.merit .container .comparison .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.merit .container .comparison .table-wrapper table thead tr th {
  padding: 20px 15px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  border-bottom: 2px solid #e9ecef;
  background-color: rgb(255, 112, 188);
  font-size: 18px;
}
.merit .container .comparison .table-wrapper table thead tr th:first-child {
  text-align: left;
  border-top-left-radius: 10px;
}
.merit .container .comparison .table-wrapper table thead tr th:last-child {
  border-top-right-radius: 10px;
  font-weight: 700;
}
.merit .container .comparison .table-wrapper table tbody tr {
  background: #fff;
}
.merit .container .comparison .table-wrapper table tbody tr:nth-child(even) {
  background: #f9f8fa;
}
.merit .container .comparison .table-wrapper table tbody tr:hover {
  background: #fde3f5;
}
.merit .container .comparison .table-wrapper table tbody tr td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #e9ecef;
  color: #495057;
}
.merit .container .comparison .table-wrapper table tbody tr td:first-child {
  text-align: left;
  font-weight: 500;
  color: #2c3e50;
}
.merit .container .comparison .table-wrapper table tbody tr td:nth-child(n+2)::first-letter {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .merit {
    padding: 50px 0;
  }
  .merit .container {
    padding: 0 2%;
  }
  .merit .container .title {
    margin-bottom: 50px;
  }
  .merit .container .title h2 .catch {
    font-size: 36px;
    letter-spacing: 6px;
  }
  .merit .container .card-list {
    gap: 32px;
  }
  .merit .container .card-list .card-item {
    padding: 35px 24px;
    width: 320px;
  }
  .merit .container .card-list .card-item .card-title {
    margin-bottom: 20px;
  }
  .merit .container .card-list .card-item .card-title .num {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  .merit .container .card-list .card-item .card-title h4 {
    font-size: 20px;
  }
  .merit .container .card-list .card-item .card-icon {
    margin-bottom: 16px;
  }
  .merit .container .card-list .card-item .card-icon img {
    width: 100px;
    height: 100px;
  }
  .merit .container .card-list .card-item .card-sentence p {
    font-size: 15px;
  }
  .merit .container .comparison {
    margin-top: 70px;
  }
  .merit .container .comparison .subtitle {
    margin-bottom: 35px;
  }
  .merit .container .comparison .subtitle h2 .catch {
    font-size: 26px;
    letter-spacing: 6px;
    margin-top: 8px;
  }
  .merit .container .comparison .subtitle h2 .catch::after {
    width: 80px;
    margin: 12px auto 0;
  }
  .merit .container .comparison .table-wrapper {
    max-width: 1100px;
  }
  .merit .container .comparison .table-wrapper table thead tr th {
    padding: 16px 12px;
    font-size: 17px;
  }
  .merit .container .comparison .table-wrapper table tbody tr td {
    padding: 12px;
    font-size: 14px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .merit {
    padding: 45px 0;
  }
  .merit .container {
    padding: 0 3%;
  }
  .merit .container .title {
    margin-bottom: 45px;
  }
  .merit .container .title h2 .catch {
    font-size: 32px;
    letter-spacing: 6px;
  }
  .merit .container .card-list {
    gap: 28px;
  }
  .merit .container .card-list .card-item {
    padding: 32px 22px;
    width: 100%;
    max-width: 300px;
  }
  .merit .container .card-list .card-item .card-title {
    margin-bottom: 18px;
  }
  .merit .container .card-list .card-item .card-title .num {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .merit .container .card-list .card-item .card-title h4 {
    font-size: 18px;
  }
  .merit .container .card-list .card-item .card-icon {
    margin-bottom: 14px;
  }
  .merit .container .card-list .card-item .card-icon img {
    width: 100px;
    height: 100px;
  }
  .merit .container .card-list .card-item .card-sentence p {
    font-size: 14px;
  }
  .merit .container .comparison {
    margin-top: 60px;
  }
  .merit .container .comparison .subtitle {
    margin-bottom: 30px;
  }
  .merit .container .comparison .subtitle h2 .catch {
    font-size: 24px;
    letter-spacing: 4px;
    margin-top: 8px;
  }
  .merit .container .comparison .subtitle h2 .catch::after {
    width: 70px;
    margin: 10px auto 0;
  }
  .merit .container .comparison .table-wrapper {
    max-width: 100%;
  }
  .merit .container .comparison .table-wrapper table thead tr th {
    padding: 14px 10px;
    font-size: 15px;
  }
  .merit .container .comparison .table-wrapper table tbody tr td {
    padding: 10px;
    font-size: 13px;
  }
  .merit .container .comparison .table-wrapper table tbody tr td:first-child {
    min-width: 80px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .merit {
    padding: 40px 0;
  }
  .merit .container {
    padding: 0 3%;
  }
  .merit .container .title {
    margin-bottom: 40px;
  }
  .merit .container .title h2 .catch {
    font-size: 24px;
    letter-spacing: 4px;
  }
  .merit .container .title h2 .catch .merit-sp {
    display: block;
  }
  .merit .container .card-list {
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }
  .merit .container .card-list .card-item {
    padding: 28px 20px;
    width: 95%;
    max-width: none;
  }
  .merit .container .card-list .card-item .card-title {
    margin-bottom: 16px;
  }
  .merit .container .card-list .card-item .card-title .num {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  .merit .container .card-list .card-item .card-title h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .merit .container .card-list .card-item .card-icon {
    margin-bottom: 12px;
  }
  .merit .container .card-list .card-item .card-icon img {
    width: 140px;
    height: 140px;
  }
  .merit .container .card-list .card-item .card-sentence p {
    font-size: 13px;
    line-height: 1.6;
  }
  .merit .container .card-list .card-item .card-sentence p .merit-pc {
    display: none;
  }
  .merit .container .comparison {
    margin-top: 50px;
  }
  .merit .container .comparison .subtitle {
    margin-bottom: 25px;
  }
  .merit .container .comparison .subtitle h2 .catch {
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 8px;
  }
  .merit .container .comparison .subtitle h2 .catch::after {
    width: 60px;
    height: 3px;
    margin: 10px auto 0;
  }
  .merit .container .comparison .subtitle h2 .catch .merit-sp {
    display: block;
  }
  .merit .container .comparison .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -3%;
    padding: 0 3%;
  }
  .merit .container .comparison .table-wrapper table {
    min-width: 100%;
    width: 100%;
  }
  .merit .container .comparison .table-wrapper table thead tr th {
    padding: 12px 8px;
    font-size: 14px;
    white-space: nowrap;
  }
  .merit .container .comparison .table-wrapper table tbody tr td {
    padding: 10px 8px;
    font-size: 13px;
    white-space: nowrap;
  }
  .merit .container .comparison .table-wrapper table tbody tr td:first-child {
    min-width: 80px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
@media screen and (max-width: 500px) {
  .merit .container .card-list .card-item .card-sentence p .merit-pc {
    display: block;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 RELIEF 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.relief {
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, #fff6fa 0%, #ffe3f0 100%);
}
.relief .arrow {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 10vw;
  pointer-events: none;
  /* 下矢印をSVGで描画し、背景グラデーションに馴染ませる */
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.relief .container {
  padding: 10vw 3% 80px;
}
.relief .container .title {
  margin-top: 10px;
}
.relief .container .title h3 {
  text-align: center;
}
.relief .container .title h3 .catch {
  font-size: 32px;
  font-weight: 400;
}
.relief .container .title h2 {
  text-align: center;
}
.relief .container .title h2 .catch {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 8px;
  font-style: italic;
}
.relief .container .title h2 .catch .relief-sp {
  display: none;
}
.relief .container .relief-list {
  margin-top: 60px;
}
.relief .container .relief-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.relief .container .relief-list ul li {
  width: 360px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
}
.relief .container .relief-list ul li .text .list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #e48fb3;
  border-radius: 16px 16px 0 0;
  padding: 12px 16px;
}
.relief .container .relief-list ul li .text .list-title img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.relief .container .relief-list ul li .text .list-title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.relief .container .relief-list ul li .text .sentence {
  padding: 24px 18px;
}
.relief .container .relief-list ul li .text .sentence p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
}
.relief .container .link-area {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.relief .container .link-area .line {
  width: 100%;
  display: flex;
  justify-content: center;
}
.relief .container .link-area .line .line-btn {
  background: #06c755;
  color: #fff;
  border-radius: 8px;
  padding: 18px 96px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}
.relief .container .link-area .line .line-btn .btn-top {
  display: flex;
  align-items: center;
}
.relief .container .link-area .line .line-btn .btn-top img {
  width: 64px;
  height: 64px;
  margin-right: 8px;
  display: block;
}
.relief .container .link-area .line .line-btn .btn-top span {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  font-size: 42px;
  font-weight: 600;
}
.relief .container .link-area .line .line-btn .small {
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
.relief .container .link-area .line .line-btn:hover {
  background: rgb(4.8058536585, 159.3941463415, 68.0829268293);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .relief .container {
    padding: 10vw 2% 70px;
  }
  .relief .container .title h3 .catch {
    font-size: 28px;
  }
  .relief .container .title h2 .catch {
    font-size: 42px;
    letter-spacing: 6px;
  }
  .relief .container .relief-list {
    margin-top: 50px;
  }
  .relief .container .relief-list ul {
    gap: 20px;
  }
  .relief .container .relief-list ul li {
    width: 300px;
  }
  .relief .container .relief-list ul li .text .list-title {
    padding: 10px 14px;
    gap: 10px;
  }
  .relief .container .relief-list ul li .text .list-title img {
    width: 28px;
    height: 28px;
  }
  .relief .container .relief-list ul li .text .list-title h4 {
    font-size: 18px;
  }
  .relief .container .relief-list ul li .text .sentence {
    padding: 18px 14px;
  }
  .relief .container .relief-list ul li .text .sentence p {
    font-size: 15px;
  }
  .relief .container .link-area {
    margin-top: 80px;
  }
  .relief .container .link-area .line .line-btn {
    padding: 18px 88px;
  }
  .relief .container .link-area .line .line-btn .btn-top img {
    width: 56px;
    height: 56px;
  }
  .relief .container .link-area .line .line-btn .btn-top span {
    font-size: 40px;
  }
  .relief .container .link-area .line .line-btn .small {
    font-size: 20px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .relief .container {
    padding: 10vw 2% 60px;
  }
  .relief .container .title h3 .catch {
    font-size: 26px;
  }
  .relief .container .title h2 .catch {
    font-size: 40px;
    letter-spacing: 5px;
  }
  .relief .container .relief-list {
    margin-top: 45px;
  }
  .relief .container .relief-list ul {
    gap: 18px;
  }
  .relief .container .relief-list ul li {
    width: 100%;
    max-width: 280px;
  }
  .relief .container .relief-list ul li .text .list-title {
    padding: 10px 14px;
    gap: 10px;
  }
  .relief .container .relief-list ul li .text .list-title img {
    width: 28px;
    height: 28px;
  }
  .relief .container .relief-list ul li .text .list-title h4 {
    font-size: 17px;
  }
  .relief .container .relief-list ul li .text .sentence {
    padding: 16px 12px;
  }
  .relief .container .relief-list ul li .text .sentence p {
    font-size: 14px;
  }
  .relief .container .link-area {
    margin-top: 60px;
  }
  .relief .container .link-area .line .line-btn {
    padding: 18px 80px;
  }
  .relief .container .link-area .line .line-btn .btn-top img {
    width: 48px;
    height: 48px;
  }
  .relief .container .link-area .line .line-btn .btn-top span {
    font-size: 36px;
  }
  .relief .container .link-area .line .line-btn .small {
    font-size: 18px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .relief .container {
    padding: 10vw 4% 50px;
  }
  .relief .container .title h3 .catch {
    font-size: 22px;
  }
  .relief .container .title h2 .catch {
    font-size: 32px;
    letter-spacing: 4px;
  }
  .relief .container .relief-list {
    margin-top: 40px;
  }
  .relief .container .relief-list ul {
    gap: 24px;
  }
  .relief .container .relief-list ul li {
    width: 100%;
    max-width: 480px;
  }
  .relief .container .relief-list ul li .text .list-title {
    padding: 10px 12px;
    gap: 8px;
  }
  .relief .container .relief-list ul li .text .list-title img {
    width: 24px;
    height: 24px;
  }
  .relief .container .relief-list ul li .text .list-title h4 {
    font-size: 16px;
  }
  .relief .container .relief-list ul li .text .sentence {
    padding: 14px 24px;
  }
  .relief .container .relief-list ul li .text .sentence p {
    font-size: 13px;
  }
  .relief .container .link-area {
    margin-top: 40px;
  }
  .relief .container .link-area .line .line-btn {
    padding: 10px 18px;
  }
  .relief .container .link-area .line .line-btn .btn-top img {
    width: 40px;
    height: 40px;
  }
  .relief .container .link-area .line .line-btn .btn-top span {
    font-size: 28px;
  }
  .relief .container .link-area .line .line-btn .small {
    font-size: 15px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
@media screen and (max-width: 510px) {
  .relief .container .title h2 .catch .relief-sp {
    display: block;
  }
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 FLOW 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.flow {
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  background: linear-gradient(180deg, #ffe3f0 0%, #fff6fa 100%);
}
.flow .container {
  width: 85%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  padding: 60px 40px;
  background-color: #ffc4de;
  border-top-left-radius: 80px;
}
.flow .container .title-thumb {
  position: absolute;
  top: -65px;
  right: 0;
  width: 550px;
  height: 325px;
}
.flow .container .title-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow .container .title {
  width: 45%;
}
.flow .container .title h3 .catch {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #d16ba5;
  margin-bottom: 12px;
  letter-spacing: 4px;
}
.flow .container .title h3 .catch::before, .flow .container .title h3 .catch::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #d16ba5 0%, #fff6fa 100%);
  margin: 0 12px;
  border-radius: 1px;
}
.flow .container .title h2 {
  text-align: center;
  margin-bottom: 16px;
}
.flow .container .title h2 .catch {
  font-size: 32px;
  font-weight: bold;
  color: #a8326e;
  letter-spacing: 8px;
  line-height: 1.2;
  text-shadow: 0 2px 8px #fff0f7;
}
.flow .container .title p {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 2;
  text-align: center;
}
.flow .container .flow-list {
  margin-top: 60px;
  margin-left: 100px;
}
.flow .container .flow-list ul li {
  position: relative;
  width: 600px;
  height: 160px;
  display: flex;
  flex-direction: row-reverse;
  background: linear-gradient(90deg, #ff7bae 0%, #ff58a6 100%);
  border-top-right-radius: 32px;
  box-shadow: 0 4px 24px rgba(209, 107, 165, 0.08);
  padding: 32px 24px;
  margin-bottom: 80px;
}
.flow .container .flow-list ul li:nth-child(even) {
  flex-direction: row;
  border-top-left-radius: 32px;
  border-top-right-radius: 0;
  background: linear-gradient(90deg, #ff58a6 0%, #ff7bae 100%);
}
.flow .container .flow-list ul li:nth-child(even) .thumb {
  right: -60px;
  left: auto;
}
.flow .container .flow-list ul li:nth-child(even) .thumb .num {
  right: 0;
  left: auto;
  top: -30px;
}
.flow .container .flow-list ul li .thumb {
  position: absolute;
  left: -60px;
  top: -20px;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.flow .container .flow-list ul li .thumb .num {
  position: absolute;
  top: -20px;
  left: 0;
}
.flow .container .flow-list ul li .thumb .num p {
  font-size: 60px;
  color: #ff7bae;
  font-family: "Cinzel";
  font-style: italic;
  text-shadow: 0 4px 16px #ffd1e3, 0 0 8px #ff7bae, 2px 2px 0 #fff, 0 0 24px #ff58a6, 0 8px 32px #ffc4de;
}
.flow .container .flow-list ul li .thumb img {
  width: 95%;
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.flow .container .flow-list ul li .text {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow .container .flow-list ul li .text p {
  color: #fff;
}
.flow .container .flow-list ul li .arrow {
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 24px;
  overflow: hidden;
}
.flow .container .flow-list ul li .arrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  background: transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 24px solid #ff7bae;
  border-radius: 0 0 20px 20px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1800px以上のモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1800px) {
  .flow .container {
    margin: 0 auto;
  }
} /* 1800px～responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .flow .container {
    width: 90%;
    padding: 50px 30px;
  }
  .flow .container .title-thumb {
    top: -50px;
    width: 450px;
    height: 285px;
  }
  .flow .container .title {
    width: 50%;
  }
  .flow .container .title h3 .catch {
    font-size: 16px;
  }
  .flow .container .title h2 .catch {
    font-size: 28px;
    letter-spacing: 6px;
  }
  .flow .container .title p {
    font-size: 15px;
  }
  .flow .container .flow-list {
    margin-left: 60px;
  }
  .flow .container .flow-list ul li {
    width: 500px;
    height: 140px;
    padding: 28px 20px;
    margin-bottom: 70px;
  }
  .flow .container .flow-list ul li .thumb {
    width: 180px;
    height: 180px;
    left: -50px;
  }
  .flow .container .flow-list ul li .thumb .num p {
    font-size: 54px;
  }
  .flow .container .flow-list ul li:nth-child(even) .thumb {
    right: -50px;
    left: auto;
  }
  .flow .container .flow-list ul li .text {
    width: 75%;
  }
  .flow .container .flow-list ul li .text p {
    font-size: 15px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .flow {
    padding: 80px 0;
  }
  .flow .container {
    width: 95%;
    padding: 40px 20px;
  }
  .flow .container .title-thumb {
    top: -30px;
    width: 45vw;
    max-width: 380px;
    height: 240px;
  }
  .flow .container .title {
    width: 50%;
  }
  .flow .container .title h3 .catch {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .flow .container .title h2 .catch {
    font-size: 26px;
    letter-spacing: 4px;
  }
  .flow .container .title p {
    font-size: 14px;
    line-height: 1.8;
  }
  .flow .container .flow-list {
    margin-top: 50px;
    margin-left: 80px;
  }
  .flow .container .flow-list ul li {
    width: 475px;
    height: 130px;
    padding: 24px 16px;
    margin-bottom: 60px;
  }
  .flow .container .flow-list ul li .thumb {
    width: 160px;
    height: 160px;
    left: -40px;
    top: -15px;
  }
  .flow .container .flow-list ul li .thumb .num p {
    font-size: 48px;
  }
  .flow .container .flow-list ul li:nth-child(even) .thumb {
    right: -40px;
    left: auto;
  }
  .flow .container .flow-list ul li .text {
    width: 70%;
  }
  .flow .container .flow-list ul li .text p {
    font-size: 14px;
  }
  .flow .container .flow-list ul li .arrow {
    bottom: -48px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 511px) and (max-width: 767px) {
  .flow {
    padding: 80px 0;
  }
  .flow .container {
    width: 98%;
    padding: 30px 15px;
  }
  .flow .container .title-thumb {
    top: -20px;
    width: 42vw;
    max-width: 380px;
    height: 180px;
  }
  .flow .container .title {
    width: 55%;
  }
  .flow .container .title h3 .catch {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }
  .flow .container .title h2 {
    margin-bottom: 8px;
  }
  .flow .container .title h2 .catch {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .flow .container .title p {
    font-size: 11px;
    line-height: 1.5;
  }
  .flow .container .flow-list {
    margin-top: 60px;
    margin-left: 60px;
  }
  .flow .container .flow-list ul li {
    width: 60vw;
    max-width: 400px;
    height: 120px;
    padding: 20px 14px;
    margin-bottom: 50px;
  }
  .flow .container .flow-list ul li:nth-child(even) .thumb .num {
    top: -20px;
    right: 10px;
  }
  .flow .container .flow-list ul li .thumb {
    width: 130px;
    height: 130px;
    left: -40px;
    top: -5px;
  }
  .flow .container .flow-list ul li .thumb .num p {
    font-size: 40px;
  }
  .flow .container .flow-list ul li:nth-child(even) .thumb {
    right: -40px;
    left: auto;
  }
  .flow .container .flow-list ul li .text {
    width: 70%;
  }
  .flow .container .flow-list ul li .text p {
    font-size: 12px;
  }
  .flow .container .flow-list ul li .text p .flow-pc {
    display: none;
  }
  .flow .container .flow-list ul li .arrow {
    bottom: -40px;
  }
} /* 511px～767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 510pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 510px) {
  .flow {
    padding: 80px 0;
  }
  .flow .container {
    width: 98%;
    padding: 30px 15px;
  }
  .flow .container .title-thumb {
    top: -20px;
    width: 38vw;
    max-width: 380px;
    height: 160px;
  }
  .flow .container .title {
    width: 60%;
  }
  .flow .container .title h3 .catch {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }
  .flow .container .title h2 {
    margin-bottom: 8px;
  }
  .flow .container .title h2 .catch {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .flow .container .title p {
    font-size: 11px;
    line-height: 1.5;
  }
  .flow .container .flow-list {
    margin-top: 60px;
    margin-left: 40px;
  }
  .flow .container .flow-list ul li {
    width: 280px;
    height: 110px;
    padding: 20px 14px;
    margin-bottom: 50px;
  }
  .flow .container .flow-list ul li:nth-child(even) .thumb .num {
    top: -20px;
    right: 10px;
  }
  .flow .container .flow-list ul li .thumb {
    width: 120px;
    height: 120px;
    left: -35px;
    top: -5px;
  }
  .flow .container .flow-list ul li .thumb .num p {
    font-size: 40px;
  }
  .flow .container .flow-list ul li:nth-child(even) .thumb {
    right: -35px;
    left: auto;
  }
  .flow .container .flow-list ul li .text {
    width: 65%;
  }
  .flow .container .flow-list ul li .text p {
    font-size: 12px;
  }
  .flow .container .flow-list ul li .text p .flow-pc {
    display: none;
  }
  .flow .container .flow-list ul li .arrow {
    bottom: -40px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 QA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.qa {
  padding: 80px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #feedf2 0%, #ffdfeb 50%, #fbe9ef 100%);
}
.qa .container {
  padding: 0 3%;
  max-width: 1250px;
  margin: 0 auto;
}
.qa .container .title {
  text-align: center;
  margin-bottom: 40px;
}
.qa .container .title h3 {
  margin-bottom: 10px;
}
.qa .container .title h3 .catch {
  font-size: 16px;
  font-weight: 400;
  color: #d81b60;
  font-weight: 600;
}
.qa .container .title h2 .catch {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #d81b60;
  position: relative;
}
.qa .container .title h2 .catch::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #d81b60, #f06292);
  border-radius: 2px;
}
.qa .container .accordion.type-01 {
  overflow: hidden;
  padding: 40px 0;
}
.qa .container .accordion.type-01 .accordion-container {
  padding: 0 2%;
}
.qa .container .accordion.type-01 .accordion-container .accordion-list {
  width: 100%;
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item {
  margin-top: 10px;
  /* アコーディオンのボタン部分のスタイル */
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn {
  position: relative;
  color: #fff;
  border: none;
  border-left: solid 2px #d81b60;
  background: #fff;
  text-align: left;
  cursor: pointer;
  width: 100%;
  padding: 12px 15px;
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner {
  display: inline-flex;
  align-items: center;
  /* Qマークのスタイル */
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
  background: #d81b60;
  width: 24px;
  height: 24px;
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark span {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 {
  font-weight: 600;
  padding-left: 15px;
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 span {
  color: #d81b60;
  font-size: 16px;
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn {
  /* 開閉ボタンのプラス/マイナスアイコン */
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::before, .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  background: #d81b60;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 15px;
  height: 2px;
  transform-origin: center;
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::after {
  transform: rotate(90deg);
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn:hover {
  background: linear-gradient(90deg, #fff0f6 20%, #ffd1ea 100%);
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item {
  /* アコーディオンのコンテンツ部分のスタイル */
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content {
  overflow: hidden;
  transition: height 0.5s;
  height: 0; /* 初期状態は高さ0（閉じた状態） */
  will-change: height; /* アニメーションのパフォーマンス最適化 */
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner {
  display: flex;
  align-items: flex-start;
  background: #fff;
  padding: 15px 20px;
  /* Aマークのスタイル */
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #d81b60;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: 2.4px;
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .mark span {
  color: #d81b60;
  font-weight: 500;
  font-size: 16px;
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .sentence {
  font-size: 16px;
  width: calc(100% - 24px);
  padding-left: 15px;
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .sentence p {
  line-height: 1.8;
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item {
  /* アコーディオンが開いた状態のスタイル */
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item.is-active .accordion-btn {
  background: #fde4ec;
  /* 開いた状態でのプラス/マイナスアイコンの変化 */
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item.is-active .accordion-btn::after {
  opacity: 0;
  transform: rotate(90deg) scale(0.5);
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item.is-active .accordion-btn::before {
  transform: rotate(180deg);
}
.qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item.is-active .accordion-content {
  height: auto; /* 開いた状態では高さを自動に */
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .qa {
    padding: 70px 0;
  }
  .qa .container {
    padding: 0 3%;
    max-width: 1100px;
  }
  .qa .container .title {
    margin-bottom: 30px;
  }
  .qa .container .title h3 .catch {
    font-size: 15px;
  }
  .qa .container .title h2 .catch {
    font-size: 28px;
  }
  .qa .container .title h2 .catch::after {
    width: 55px;
  }
  .qa .container .accordion.type-01 {
    padding: 35px 0;
  }
  .qa .container .accordion.type-01 .accordion-container {
    padding: 0 1%;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn {
    padding: 10px 12px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark {
    width: 22px;
    height: 22px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark span {
    font-size: 15px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 {
    padding-left: 12px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 span {
    font-size: 15px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::before, .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::after {
    right: 12px;
    width: 12px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner {
    padding: 12px 15px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .mark {
    width: 22px;
    height: 22px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .sentence {
    font-size: 15px;
    width: calc(100% - 22px);
    padding-left: 12px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qa {
    padding: 60px 0;
  }
  .qa .container {
    padding: 0 3%;
    max-width: 960px;
  }
  .qa .container .title {
    margin-bottom: 25px;
  }
  .qa .container .title h3 .catch {
    font-size: 14px;
  }
  .qa .container .title h2 .catch {
    font-size: 24px;
  }
  .qa .container .title h2 .catch::after {
    width: 50px;
  }
  .qa .container .accordion.type-01 {
    padding: 30px 0;
  }
  .qa .container .accordion.type-01 .accordion-container {
    padding: 0 1%;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn {
    padding: 10px 12px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark {
    width: 20px;
    height: 20px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark span {
    font-size: 14px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 {
    padding-left: 12px;
    font-size: 15px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 span {
    font-size: 14px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::before, .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::after {
    right: 12px;
    width: 12px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner {
    padding: 12px 15px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .mark {
    width: 20px;
    height: 20px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .sentence {
    font-size: 14px;
    width: calc(100% - 20px);
    padding-left: 12px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .qa {
    padding: 50px 0;
  }
  .qa .container {
    padding: 0 4%;
    max-width: 100%;
  }
  .qa .container .title {
    margin-bottom: 20px;
  }
  .qa .container .title h3 .catch {
    font-size: 13px;
  }
  .qa .container .title h2 .catch {
    font-size: 20px;
    line-height: 1.3;
  }
  .qa .container .title h2 .catch::after {
    width: 45px;
  }
  .qa .container .accordion.type-01 {
    padding: 25px 0;
  }
  .qa .container .accordion.type-01 .accordion-container {
    padding: 0;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item {
    margin-top: 8px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn {
    padding: 10px 12px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark span {
    font-size: 13px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 {
    padding-left: 10px;
    padding-right: 12px;
    font-size: 14px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 span {
    font-size: 13px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::before, .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::after {
    right: 12px;
    width: 11px;
    height: 1.5px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner {
    padding: 10px 12px;
    flex-direction: column;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .mark {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .sentence {
    font-size: 13px;
    width: 100%;
    padding-left: 0;
  }
  .qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .sentence p {
    line-height: 1.7;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 CONTACT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.contact {
  overflow: hidden;
  position: relative;
  padding: 80px 0;
}
.contact .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.contact .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.3;
}
.contact .bg-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact .container {
  position: relative;
  z-index: 3;
  padding: 0 3%;
  margin: 0 auto;
  max-width: 1000px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
}
.contact .container .title {
  text-align: center;
  margin-bottom: 48px;
}
.contact .container .title h3 {
  margin-bottom: 8px;
}
.contact .container .title h3 .catch {
  display: inline-block;
  background: #ffe4ec;
  color: #e75480;
  padding: 4px 18px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Cinzel";
  letter-spacing: 1px;
}
.contact .container .title h2 {
  margin-bottom: 14px;
}
.contact .container .title h2 .catch {
  display: block;
  font-size: 28px;
  color: #e75480;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 1px;
}
.contact .container .title p {
  font-size: 16px;
  color: #b06b8b;
  margin-top: 10px;
  line-height: 1.7;
}
.contact .container .link-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}
.contact .container .link-area .line {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact .container .link-area .line .line-btn {
  display: flex;
  align-items: center;
  background: #06c755;
  color: #fff;
  border-radius: 8px;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  transition: background 0.3s;
}
.contact .container .link-area .line .line-btn img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  display: block;
}
.contact .container .link-area .line .line-btn span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}
.contact .container .link-area .line .line-btn:hover {
  background: rgb(4.8058536585, 159.3941463415, 68.0829268293);
}
.contact .container .link-area .phone {
  padding: 0 32px;
}
.contact .container .link-area .phone .phone-btn {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  transition: background 0.3s, color 0.3s;
}
.contact .container .link-area .phone .phone-btn img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: block;
}
.contact .container .link-area .phone .phone-btn span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}
.contact .container .link-area .phone .phone-btn:hover {
  opacity: 0.8;
}
.contact .container .link-area .phone p {
  font-size: 15px;
  color: #666;
  text-align: center;
}
.contact .container .link-area .mail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .container .link-area .mail .mail-btn {
  display: flex;
  align-items: center;
  background: #fff;
  color: #1976d2;
  border: 2px solid #1976d2;
  border-radius: 8px;
  padding: 12px 32px 12px 24px;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  transition: background 0.3s, color 0.3s, border 0.3s;
  position: relative;
  overflow: hidden;
}
.contact .container .link-area .mail .mail-btn span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  margin-right: 24px;
}
.contact .container .link-area .mail .mail-btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-right: 3px solid #1976d2;
  border-bottom: 3px solid #1976d2;
  transform: rotate(-45deg);
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -9px;
  transition: border-color 0.3s;
}
.contact .container .link-area .mail .mail-btn:hover {
  background: #1976d2;
  color: #fff;
  border-color: #1976d2;
}
.contact .container .link-area .mail .mail-btn:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .contact {
    padding: 70px 0;
  }
  .contact .container {
    padding: 0 2%;
    padding: 50px 32px;
    max-width: 900px;
  }
  .contact .container .title {
    margin-bottom: 40px;
  }
  .contact .container .title h3 .catch {
    font-size: 17px;
    padding: 3px 16px;
  }
  .contact .container .title h2 .catch {
    font-size: 26px;
  }
  .contact .container .title p {
    font-size: 15px;
  }
  .contact .container .link-area {
    gap: 40px;
  }
  .contact .container .link-area .line .line-btn {
    padding: 10px 24px;
    font-size: 22px;
  }
  .contact .container .link-area .line .line-btn img {
    width: 32px;
    height: 32px;
  }
  .contact .container .link-area .phone {
    padding: 0 26px;
  }
  .contact .container .link-area .phone .phone-btn {
    font-size: 22px;
  }
  .contact .container .link-area .phone .phone-btn img {
    width: 18px;
    height: 18px;
  }
  .contact .container .link-area .phone p {
    font-size: 14px;
  }
  .contact .container .link-area .mail .mail-btn {
    padding: 10px 28px 10px 20px;
    font-size: 22px;
  }
  .contact .container .link-area .mail .mail-btn span {
    margin-right: 20px;
  }
  .contact .container .link-area .mail .mail-btn::after {
    width: 16px;
    height: 16px;
    right: 16px;
    margin-top: -8px;
    border-right: 2px solid #1976d2;
    border-bottom: 2px solid #1976d2;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact {
    padding: 60px 0;
  }
  .contact .container {
    padding: 0 3%;
    padding: 40px 28px;
    width: 90%;
    max-width: 800px;
  }
  .contact .container .title {
    margin-bottom: 36px;
  }
  .contact .container .title h3 .catch {
    font-size: 16px;
    padding: 3px 14px;
  }
  .contact .container .title h2 .catch {
    font-size: 24px;
  }
  .contact .container .title p {
    font-size: 14px;
  }
  .contact .container .link-area {
    gap: 36px;
  }
  .contact .container .link-area .line .line-btn {
    padding: 10px 22px;
    font-size: 20px;
  }
  .contact .container .link-area .line .line-btn img {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }
  .contact .container .link-area .phone {
    padding: 0 20px;
  }
  .contact .container .link-area .phone .phone-btn {
    font-size: 20px;
  }
  .contact .container .link-area .phone .phone-btn img {
    width: 16px;
    height: 16px;
  }
  .contact .container .link-area .phone p {
    font-size: 13px;
  }
  .contact .container .link-area .mail .mail-btn {
    padding: 10px 24px 10px 18px;
    font-size: 20px;
  }
  .contact .container .link-area .mail .mail-btn span {
    margin-right: 18px;
  }
  .contact .container .link-area .mail .mail-btn::after {
    width: 15px;
    height: 15px;
    right: 14px;
    margin-top: -7.5px;
    border-right: 2px solid #1976d2;
    border-bottom: 2px solid #1976d2;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
  .contact .container {
    padding: 0 4%;
    padding: 30px 8px;
    max-width: 90%;
  }
  .contact .container .title {
    margin-bottom: 28px;
  }
  .contact .container .title h3 {
    margin-bottom: 6px;
  }
  .contact .container .title h3 .catch {
    font-size: 14px;
    padding: 2px 12px;
  }
  .contact .container .title h2 .catch {
    font-size: 20px;
    margin-top: 8px;
  }
  .contact .container .title p {
    font-size: 11px;
  }
  .contact .container .link-area {
    flex-direction: column;
    gap: 24px;
  }
  .contact .container .link-area .line {
    width: 100%;
  }
  .contact .container .link-area .line .line-btn {
    padding: 12px 20px;
    font-size: 18px;
    justify-content: center;
  }
  .contact .container .link-area .line .line-btn img {
    width: 28px;
    height: 28px;
    margin-right: 6px;
  }
  .contact .container .link-area .phone {
    padding: 0;
    width: 240px;
    margin: 0 auto;
  }
  .contact .container .link-area .phone .phone-btn {
    font-size: 18px;
    justify-content: center;
  }
  .contact .container .link-area .phone .phone-btn img {
    width: 16px;
    height: 16px;
  }
  .contact .container .link-area .phone p {
    font-size: 12px;
    margin-top: 6px;
  }
  .contact .container .link-area .mail {
    margin: 0 auto;
    width: 240px;
  }
  .contact .container .link-area .mail .mail-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 20px 12px 20px;
    font-size: 18px;
  }
  .contact .container .link-area .mail .mail-btn span {
    margin-right: 12px;
  }
  .contact .container .link-area .mail .mail-btn::after {
    width: 14px;
    height: 14px;
    right: 16px;
    margin-top: -7px;
    border-right: 2px solid #1976d2;
    border-bottom: 2px solid #1976d2;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 FOOTER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.footer {
  overflow: hidden;
  padding: 30px 0;
  background: linear-gradient(135deg, #f8d7e5 0%, #f3b6d0 100%);
}
.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3%;
}
.footer .container .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.footer .container .inner .logo a {
  display: inline-block;
}
.footer .container .inner .logo a img {
  width: 120px;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(185, 122, 149, 0.08));
  transition: transform 0.2s;
}
.footer .container .inner .logo a img:hover {
  transform: scale(1.05);
}
.footer .container .inner nav ul {
  display: flex;
  gap: 32px;
}
.footer .container .inner nav ul li a {
  color: #7a4066;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 6px 12px;
  border-radius: 16px;
  transition: background 0.2s, color 0.2s;
}
.footer .container .inner nav ul li a:hover {
  background: #ffe4ec;
  color: #a05c7b;
}
.footer .container .copyright {
  border-top: 1px solid rgba(185, 122, 149, 0.28);
  margin-top: 40px;
  padding-top: 16px;
  text-align: center;
}
.footer .container .copyright p {
  color: #b97a95;
  font-size: 15px;
  letter-spacing: 1px;
  opacity: 0.8;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .footer .container {
    max-width: 980px;
  }
  .footer .container .inner {
    gap: 24px;
  }
  .footer .container .inner .logo a img {
    width: 110px;
  }
  .footer .container .inner nav ul {
    gap: 24px;
  }
  .footer .container .inner nav ul li a {
    font-size: 17px;
    letter-spacing: 1px;
    padding: 5px 10px;
  }
  .footer .container .copyright {
    margin-top: 32px;
    padding-top: 14px;
  }
  .footer .container .copyright p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .container {
    max-width: 768px;
  }
  .footer .container .inner {
    gap: 20px;
  }
  .footer .container .inner .logo a img {
    width: 100px;
  }
  .footer .container .inner nav ul {
    gap: 20px;
  }
  .footer .container .inner nav ul li a {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5px 10px;
  }
  .footer .container .copyright {
    margin-top: 28px;
    padding-top: 12px;
  }
  .footer .container .copyright p {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
  .footer .container {
    max-width: 100%;
    padding: 0 4%;
  }
  .footer .container .inner {
    flex-direction: column;
    gap: 16px;
    justify-content: center;
  }
  .footer .container .inner .logo a img {
    width: 95px;
  }
  .footer .container .inner nav {
    width: 100%;
  }
  .footer .container .inner nav ul {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .footer .container .inner nav ul li a {
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 8px 16px;
  }
  .footer .container .copyright {
    margin-top: 20px;
    padding-top: 16px;
  }
  .footer .container .copyright p {
    font-size: 12px;
    letter-spacing: 0px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/* aboutページ */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 OVERVIEW 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.overview {
  overflow: hidden;
  padding: 80px 0 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 193, 214, 0.38) 60%, rgba(255, 255, 255, 0.98) 100%);
}
.overview .container {
  max-width: 1100px;
  margin: 0 auto;
}
.overview .container .title {
  margin-top: 60px;
  position: relative;
}
.overview .container .title h3 {
  position: absolute;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.overview .container .title h3 .catch {
  font-size: 56px;
  color: #ff8fb2;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  opacity: 0.13;
  filter: blur(1px);
  text-shadow: 0 2px 12px rgba(255, 143, 178, 0.25), 0 1px 0 #fff;
}
.overview .container .title h2 {
  margin-bottom: 32px;
  text-align: center;
}
.overview .container .title h2 .catch {
  font-size: 36px;
  font-weight: 700;
  color: #ff8fb2;
  letter-spacing: 2px;
}
.overview .container .box {
  margin-top: 48px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 32px 40px;
}
.overview .container .box dl {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px 32px;
  align-items: start;
}
.overview .container .box dl dt {
  font-weight: 600;
  color: #555;
  font-size: 18px;
  padding: 8px 0;
  border-left: 4px solid #ff8fb2;
  padding-left: 16px;
  align-self: center;
}
.overview .container .box dl dd {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  align-self: center;
}
.overview .container .box dl dd ul {
  padding-left: 16px;
  list-style-type: disc;
}
.overview .container .box dl dd ul li {
  margin-bottom: 8px;
}
.overview .container .box dl dd ul li p {
  margin: 0;
  font-size: 16px;
  color: #555;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .overview {
    padding: 80px 0 80px;
  }
  .overview .container {
    max-width: 920px;
  }
  .overview .container .title {
    margin-top: 48px;
  }
  .overview .container .title h3 {
    top: -40px;
  }
  .overview .container .title h3 .catch {
    font-size: 48px;
    letter-spacing: 4px;
  }
  .overview .container .title h2 {
    margin-bottom: 24px;
  }
  .overview .container .title h2 .catch {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .overview .container .box {
    margin-top: 40px;
    padding: 28px 32px;
  }
  .overview .container .box dl {
    grid-template-columns: 240px 1fr;
    gap: 12px 24px;
  }
  .overview .container .box dl dt {
    font-size: 17px;
    padding: 6px 0;
    padding-left: 12px;
  }
  .overview .container .box dl dd {
    font-size: 15px;
  }
  .overview .container .box dl dd ul li {
    margin-bottom: 6px;
  }
  .overview .container .box dl dd ul li p {
    font-size: 15px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overview {
    padding: 80px 0 80px;
  }
  .overview .container {
    max-width: 768px;
    padding: 0 20px;
  }
  .overview .container .title {
    margin-top: 40px;
  }
  .overview .container .title h3 {
    top: -36px;
  }
  .overview .container .title h3 .catch {
    font-size: 42px;
    letter-spacing: 3px;
  }
  .overview .container .title h2 {
    margin-bottom: 20px;
  }
  .overview .container .title h2 .catch {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .overview .container .box {
    margin-top: 32px;
    padding: 24px 28px;
  }
  .overview .container .box dl {
    grid-template-columns: 220px 1fr;
    gap: 10px 20px;
  }
  .overview .container .box dl dt {
    font-size: 16px;
    padding: 5px 0;
    padding-left: 10px;
  }
  .overview .container .box dl dd {
    font-size: 14px;
  }
  .overview .container .box dl dd ul {
    padding-left: 16px;
  }
  .overview .container .box dl dd ul li {
    margin-bottom: 5px;
  }
  .overview .container .box dl dd ul li p {
    font-size: 14px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .overview {
    padding: 80px 0 60px;
  }
  .overview .container {
    max-width: 90%;
    padding: 0 16px;
  }
  .overview .container .title {
    margin-top: 32px;
  }
  .overview .container .title h3 {
    top: -32px;
  }
  .overview .container .title h3 .catch {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .overview .container .title h2 {
    margin-bottom: 16px;
  }
  .overview .container .title h2 .catch {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .overview .container .box {
    margin-top: 24px;
    padding: 20px 16px;
  }
  .overview .container .box dl {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .overview .container .box dl dt {
    font-size: 15px;
    padding: 4px 0;
    padding-left: 12px;
    border-left: 3px solid #ff8fb2;
  }
  .overview .container .box dl dd {
    font-size: 13px;
  }
  .overview .container .box dl dd ul {
    padding-left: 16px;
  }
  .overview .container .box dl dd ul li {
    margin-bottom: 4px;
  }
  .overview .container .box dl dd ul li p {
    font-size: 13px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/* contactページ */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 CONTACT-FORM 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.contact-form {
  overflow: hidden;
  padding: 80px 0 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 193, 214, 0.38) 60%, rgba(255, 255, 255, 0.98) 100%);
}
.contact-form .container {
  max-width: 800px;
  margin: 0 auto;
}
.contact-form .container .title {
  margin-top: 60px;
  position: relative;
}
.contact-form .container .title h3 {
  position: absolute;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.contact-form .container .title h3 .catch {
  font-size: 56px;
  color: #ff8fb2;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  opacity: 0.13;
  filter: blur(1px);
  text-shadow: 0 2px 12px rgba(255, 143, 178, 0.25), 0 1px 0 #fff;
}
.contact-form .container .title h2 {
  margin-bottom: 32px;
  text-align: center;
}
.contact-form .container .title h2 .catch {
  font-size: 36px;
  font-weight: 700;
  color: #ff8fb2;
  letter-spacing: 2px;
}
.contact-form .container .sentence {
  text-align: center;
}
.contact-form .container .sentence p {
  margin-bottom: 18px;
  font-size: 18px;
  color: #555;
  line-height: 2;
}
.contact-form .container .sentence p .contact-sp {
  display: none;
}
.contact-form .container form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 40px;
}
.contact-form .container .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form .container .form-group label {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  letter-spacing: 1px;
}
.contact-form .container .form-group label .required {
  color: #e74c3c;
  font-size: 13px;
  margin-left: 10px;
}
.contact-form .container .form-group input,
.contact-form .container .form-group textarea,
.contact-form .container .form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}
.contact-form .container .form-group .time-options input {
  width: auto;
}
.contact-form .container .form-group input:focus,
.contact-form .container .form-group textarea:focus,
.contact-form .container .form-group select:focus {
  outline: none;
  border-color: #ff8fb2;
  box-shadow: 0 0 6px rgba(255, 143, 178, 0.4);
}
.contact-form .container .form-group input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
.contact-form .container .form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='hotpink' stroke='black' stroke-width='1' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 16px center/20px 20px;
  padding-right: 48px;
  cursor: pointer;
}
.contact-form .container .form-group textarea {
  resize: none;
}
.contact-form .container .form-group .time-options {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-form .container .form-group .time-options label {
  font-weight: 400;
  cursor: pointer;
}
.contact-form .container .form-group .time-options label input {
  margin-right: 8px;
}
.contact-form .container .form-group .btn-submit {
  margin-top: 16px;
  padding: 14px 0;
  background: #ff8fb2;
  border: none;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.2s;
}
.contact-form .container .form-group .btn-submit:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.contact-form .container .form-group .btn-submit:active {
  transform: translateY(0);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .contact-form {
    padding: 80px 0 80px;
  }
  .contact-form .container {
    max-width: 720px;
  }
  .contact-form .container .title {
    margin-top: 50px;
  }
  .contact-form .container .title h3 {
    top: -42px;
  }
  .contact-form .container .title h3 .catch {
    font-size: 48px;
    letter-spacing: 4px;
  }
  .contact-form .container .title h2 {
    margin-bottom: 28px;
  }
  .contact-form .container .title h2 .catch {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .contact-form .container .sentence p {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .contact-form .container form {
    margin-top: 36px;
    gap: 28px;
    padding: 36px;
  }
  .contact-form .container .form-group label {
    font-size: 15px;
  }
  .contact-form .container .form-group input,
  .contact-form .container .form-group textarea,
  .contact-form .container .form-group select {
    padding: 11px 14px;
    font-size: 15px;
  }
  .contact-form .container .form-group .btn-submit {
    margin-top: 14px;
    padding: 12px 0;
    font-size: 16px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-form {
    padding: 80px 0 60px;
  }
  .contact-form .container {
    max-width: 680px;
    padding: 0 20px;
  }
  .contact-form .container .title {
    margin-top: 40px;
  }
  .contact-form .container .title h3 {
    top: -36px;
  }
  .contact-form .container .title h3 .catch {
    font-size: 42px;
    letter-spacing: 3px;
  }
  .contact-form .container .title h2 {
    margin-bottom: 24px;
  }
  .contact-form .container .title h2 .catch {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .contact-form .container .sentence p {
    margin-bottom: 14px;
    font-size: 15px;
  }
  .contact-form .container form {
    margin-top: 32px;
    gap: 24px;
    padding: 32px;
  }
  .contact-form .container .form-group label {
    font-size: 14px;
  }
  .contact-form .container .form-group label .required {
    font-size: 12px;
  }
  .contact-form .container .form-group input,
  .contact-form .container .form-group textarea,
  .contact-form .container .form-group select {
    padding: 10px 14px;
    font-size: 15px;
  }
  .contact-form .container .form-group .btn-submit {
    margin-top: 12px;
    padding: 11px 0;
    font-size: 15px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .contact-form {
    padding: 80px 0 40px;
  }
  .contact-form .container {
    max-width: 90%;
    padding: 0 12px;
  }
  .contact-form .container .title {
    margin-top: 30px;
  }
  .contact-form .container .title h3 {
    top: -30px;
  }
  .contact-form .container .title h3 .catch {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .contact-form .container .title h2 {
    margin-bottom: 20px;
  }
  .contact-form .container .title h2 .catch {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .contact-form .container .sentence p {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.8;
  }
  .contact-form .container .sentence p .contact-sp {
    display: block;
  }
  .contact-form .container form {
    margin-top: 28px;
    gap: 20px;
    padding: 24px;
  }
  .contact-form .container .form-group label {
    font-size: 13px;
  }
  .contact-form .container .form-group label .required {
    font-size: 11px;
  }
  .contact-form .container .form-group input,
  .contact-form .container .form-group textarea,
  .contact-form .container .form-group select {
    padding: 10px 12px;
    font-size: 16px;
  }
  .contact-form .container .form-group select {
    background: url("data:image/svg+xml;utf8,<svg fill='hotpink' stroke='black' stroke-width='1' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 12px center/18px 18px;
    padding-right: 40px;
  }
  .contact-form .container .form-group .time-options {
    gap: 10px;
  }
  .contact-form .container .form-group .time-options label {
    font-size: 14px;
  }
  .contact-form .container .form-group .btn-submit {
    margin-top: 10px;
    padding: 12px 0;
    font-size: 16px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/* for-storeページ */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 FOR-STORE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.for-store {
  background: linear-gradient(180deg, rgba(255, 240, 245, 0.92) 0%, rgba(255, 182, 205, 0.5) 60%, rgba(255, 240, 245, 0.92) 100%);
}

/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 STORE-TOP 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.store-top {
  overflow: hidden;
  padding: 80px 0 100px;
}
.store-top .container {
  max-width: 900px;
  margin: 0 auto;
}
.store-top .container .title {
  margin-top: 35px;
}
.store-top .container .title h2 .catch {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.store-top .container .bg-image-text {
  position: relative;
  margin: 10px auto 40px;
}
.store-top .container .bg-image-text img {
  display: block;
  width: 100%;
  height: 500px;
  border-radius: 8px;
}
.store-top .container .bg-image-text .text {
  position: absolute;
  z-index: 10;
  left: 50px;
  bottom: 40px;
}
.store-top .container .bg-image-text .text p {
  margin: 8px 0;
  padding: 0 12px;
  display: inline-block;
  background-color: #fff;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 8px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.store-top .container .info {
  padding: 0 12px;
}
.store-top .container .info p {
  font-size: 17px;
  line-height: 2.5;
  color: #666;
}
.store-top .container .link-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 50px;
}
.store-top .container .link-area .line {
  width: 100%;
  display: flex;
  justify-content: center;
}
.store-top .container .link-area .line .line-btn {
  display: flex;
  align-items: center;
  background: #06c755;
  color: #fff;
  border-radius: 8px;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  transition: background 0.3s;
}
.store-top .container .link-area .line .line-btn img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  display: block;
}
.store-top .container .link-area .line .line-btn span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}
.store-top .container .link-area .line .line-btn:hover {
  background: rgb(4.8058536585, 159.3941463415, 68.0829268293);
}
.store-top .container .link-area .phone {
  padding: 0 32px;
}
.store-top .container .link-area .phone .phone-btn {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  transition: background 0.3s, color 0.3s;
}
.store-top .container .link-area .phone .phone-btn img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: block;
}
.store-top .container .link-area .phone .phone-btn span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}
.store-top .container .link-area .phone .phone-btn:hover {
  opacity: 0.8;
}
.store-top .container .link-area .phone p {
  font-size: 15px;
  color: #666;
  text-align: center;
}
.store-top .container .link-area .mail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-top .container .link-area .mail .mail-btn {
  display: flex;
  align-items: center;
  background: #fff;
  color: #1976d2;
  border: 2px solid #1976d2;
  border-radius: 8px;
  padding: 12px 32px 12px 24px;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  transition: background 0.3s, color 0.3s, border 0.3s;
  position: relative;
  overflow: hidden;
}
.store-top .container .link-area .mail .mail-btn span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  margin-right: 24px;
}
.store-top .container .link-area .mail .mail-btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-right: 3px solid #1976d2;
  border-bottom: 3px solid #1976d2;
  transform: rotate(-45deg);
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -9px;
  transition: border-color 0.3s;
}
.store-top .container .link-area .mail .mail-btn:hover {
  background: #1976d2;
  color: #fff;
  border-color: #1976d2;
}
.store-top .container .link-area .mail .mail-btn:hover::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .store-top {
    padding: 60px 0 80px;
  }
  .store-top .container {
    max-width: 850px;
  }
  .store-top .container .title {
    margin-top: 30px;
  }
  .store-top .container .title h2 .catch {
    font-size: 22px;
  }
  .store-top .container .bg-image-text {
    margin: 8px auto 35px;
  }
  .store-top .container .bg-image-text img {
    height: 450px;
  }
  .store-top .container .bg-image-text .text {
    left: 40px;
    bottom: 35px;
  }
  .store-top .container .bg-image-text .text p {
    font-size: 42px;
    letter-spacing: 6px;
  }
  .store-top .container .info p {
    font-size: 16px;
    line-height: 2.3;
  }
  .store-top .container .link-area {
    gap: 40px;
    margin-top: 40px;
  }
  .store-top .container .link-area .line-btn {
    padding: 10px 24px;
    font-size: 20px;
  }
  .store-top .container .link-area .line-btn img {
    width: 32px;
    height: 32px;
  }
  .store-top .container .link-area .phone {
    padding: 0 28px;
  }
  .store-top .container .link-area .phone .phone-btn {
    font-size: 20px;
  }
  .store-top .container .link-area .phone .phone-btn img {
    width: 18px;
    height: 18px;
  }
  .store-top .container .link-area .phone p {
    font-size: 14px;
  }
  .store-top .container .link-area .mail .mail-btn {
    padding: 10px 28px 10px 20px;
    font-size: 20px;
  }
  .store-top .container .link-area .mail .mail-btn span {
    margin-right: 20px;
  }
  .store-top .container .link-area .mail .mail-btn::after {
    width: 16px;
    height: 16px;
    border-right: 2px solid #1976d2;
    border-bottom: 2px solid #1976d2;
    right: 14px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .store-top {
    padding: 60px 0 70px;
  }
  .store-top .container {
    max-width: 700px;
  }
  .store-top .container .title {
    margin-top: 25px;
  }
  .store-top .container .title h2 .catch {
    font-size: 20px;
  }
  .store-top .container .bg-image-text {
    margin: 6px auto 30px;
  }
  .store-top .container .bg-image-text img {
    height: 400px;
  }
  .store-top .container .bg-image-text .text {
    left: 30px;
    bottom: 30px;
  }
  .store-top .container .bg-image-text .text p {
    font-size: 36px;
    letter-spacing: 4px;
  }
  .store-top .container .info p {
    font-size: 15px;
    line-height: 2.2;
  }
  .store-top .container .link-area {
    gap: 32px;
    margin-top: 35px;
  }
  .store-top .container .link-area .line .line-btn {
    padding: 10px 20px;
    font-size: 18px;
  }
  .store-top .container .link-area .line .line-btn img {
    width: 28px;
    height: 28px;
  }
  .store-top .container .link-area .phone {
    padding: 0 24px;
  }
  .store-top .container .link-area .phone .phone-btn {
    font-size: 18px;
  }
  .store-top .container .link-area .phone .phone-btn img {
    width: 16px;
    height: 16px;
  }
  .store-top .container .link-area .phone p {
    font-size: 13px;
  }
  .store-top .container .link-area .mail .mail-btn {
    padding: 9px 24px 9px 16px;
    font-size: 18px;
  }
  .store-top .container .link-area .mail .mail-btn span {
    margin-right: 16px;
  }
  .store-top .container .link-area .mail .mail-btn::after {
    width: 14px;
    height: 14px;
    border-right: 2px solid #1976d2;
    border-bottom: 2px solid #1976d2;
    right: 10px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .store-top {
    padding: 50px 0 60px;
  }
  .store-top .container {
    max-width: 100%;
    padding: 0 16px;
  }
  .store-top .container .title {
    margin-top: 20px;
  }
  .store-top .container .title h2 .catch {
    font-size: 18px;
  }
  .store-top .container .bg-image-text {
    margin: 4px auto 25px;
  }
  .store-top .container .bg-image-text img {
    height: 250px;
  }
  .store-top .container .bg-image-text .text {
    left: 10px;
    bottom: 10px;
  }
  .store-top .container .bg-image-text .text p {
    font-size: 22px;
    letter-spacing: 2px;
    padding: 0 8px;
  }
  .store-top .container .info {
    padding: 0 8px;
  }
  .store-top .container .info p {
    font-size: 14px;
    line-height: 2;
  }
  .store-top .container .link-area {
    flex-direction: column;
    gap: 24px;
  }
  .store-top .container .link-area .line {
    width: 100%;
  }
  .store-top .container .link-area .line .line-btn {
    padding: 12px 20px;
    font-size: 18px;
    justify-content: center;
  }
  .store-top .container .link-area .line .line-btn img {
    width: 28px;
    height: 28px;
    margin-right: 6px;
  }
  .store-top .container .link-area .phone {
    padding: 0;
    width: 235px;
    margin: 0 auto;
  }
  .store-top .container .link-area .phone .phone-btn {
    font-size: 18px;
    justify-content: center;
  }
  .store-top .container .link-area .phone .phone-btn img {
    width: 16px;
    height: 16px;
  }
  .store-top .container .link-area .phone p {
    font-size: 12px;
    margin-top: 6px;
  }
  .store-top .container .link-area .mail {
    margin: 0 auto;
    width: 235px;
  }
  .store-top .container .link-area .mail .mail-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 20px 12px 20px;
    font-size: 18px;
  }
  .store-top .container .link-area .mail .mail-btn span {
    margin-right: 12px;
  }
  .store-top .container .link-area .mail .mail-btn::after {
    width: 14px;
    height: 14px;
    right: 16px;
    margin-top: -7px;
    border-right: 2px solid #1976d2;
    border-bottom: 2px solid #1976d2;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 STORE-WORRY 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.store-worry {
  overflow: hidden;
  padding: 40px 0;
}
.store-worry .container {
  max-width: 900px;
  margin: 0 auto;
}
.store-worry .container .box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18), 0 3px 12px rgba(0, 0, 0, 0.14);
  padding: 40px 48px;
}
.store-worry .container .box h3 {
  text-align: center;
}
.store-worry .container .box h3 .catch {
  font-size: 20px;
  font-weight: 400;
  color: #ff8fb2;
  letter-spacing: 4px;
}
.store-worry .container .box h2 {
  margin-bottom: 20px;
  text-align: center;
}
.store-worry .container .box h2 .catch {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 4px;
}
.store-worry .container .box .worry-list {
  display: flex;
  justify-content: center;
}
.store-worry .container .box .worry-list ul li {
  background: url(images/verify.svg) no-repeat 0 center;
  background-size: 18px auto;
  font-size: 18px;
  padding: 9px 24px;
}
.store-worry .container .text {
  margin-top: 50px;
  text-align: center;
}
.store-worry .container .text p {
  font-size: 24px;
  font-weight: 500;
}
.store-worry .container .text p .store-worry-sp {
  display: none;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .store-worry .container {
    max-width: 850px;
    padding: 0 32px;
  }
  .store-worry .container .box {
    max-width: 750px;
    padding: 36px 32px;
  }
  .store-worry .container .box h3 .catch {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .store-worry .container .box h2 {
    margin-bottom: 18px;
  }
  .store-worry .container .box h2 .catch {
    display: inline-block;
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 1.5;
  }
  .store-worry .container .box .worry-list ul li {
    background-size: 17px auto;
    font-size: 17px;
    padding: 8px 20px;
  }
  .store-worry .container .text {
    margin-top: 40px;
  }
  .store-worry .container .text p {
    font-size: 22px;
    line-height: 1.7;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .store-worry {
    padding: 30px 0;
  }
  .store-worry .container {
    max-width: 700px;
    padding: 0 24px;
  }
  .store-worry .container .box {
    padding: 32px 36px;
  }
  .store-worry .container .box h3 .catch {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .store-worry .container .box h2 .catch {
    font-size: 26px;
    letter-spacing: 3px;
  }
  .store-worry .container .box .worry-list ul li {
    background-size: 16px auto;
    font-size: 16px;
    padding: 8px 18px;
  }
  .store-worry .container .text {
    margin-top: 32px;
  }
  .store-worry .container .text p {
    font-size: 20px;
    line-height: 1.6;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .store-worry {
    padding: 25px 0;
  }
  .store-worry .container {
    max-width: 100%;
    padding: 0 16px;
  }
  .store-worry .container .box {
    padding: 24px 20px;
  }
  .store-worry .container .box h3 .catch {
    font-size: 15px;
    letter-spacing: 2px;
  }
  .store-worry .container .box h2 {
    margin-bottom: 16px;
  }
  .store-worry .container .box h2 .catch {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .store-worry .container .box .worry-list ul li {
    background-size: 14px auto;
    font-size: 13px;
    padding: 6px 16px;
  }
  .store-worry .container .text {
    margin-top: 28px;
  }
  .store-worry .container .text p {
    font-size: 18px;
    line-height: 1.6;
  }
  .store-worry .container .text p .store-worry-sp {
    display: block;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 STORE-MERIT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.store-merit {
  overflow: hidden;
  padding: 60px 0;
}
.store-merit .container {
  max-width: 900px;
  margin: 0 auto;
}
.store-merit .container .title {
  position: relative;
}
.store-merit .container .title h3 {
  position: absolute;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.store-merit .container .title h3 .catch {
  font-size: 56px;
  color: #ff8fb2;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  opacity: 0.13;
  filter: blur(1px);
  text-shadow: 0 2px 12px rgba(255, 143, 178, 0.25), 0 1px 0 #fff;
}
.store-merit .container .title h2 {
  margin-bottom: 32px;
  text-align: center;
}
.store-merit .container .title h2 .catch {
  font-size: 40px;
  font-weight: 700;
  color: #ff8fb2;
  letter-spacing: 2px;
}
.store-merit .container .box {
  padding: 24px 0;
}
.store-merit .container .box ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.store-merit .container .box ul li {
  background: linear-gradient(135deg, #fff 0%, #fff9fc 100%);
  padding: 16px;
  border-radius: 12px;
  border-left: 4px solid #ff8fb2;
  box-shadow: 0 2px 8px rgba(255, 143, 178, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.store-merit .container .box ul li .list-title {
  margin-bottom: 16px;
  padding-left: 8px;
}
.store-merit .container .box ul li .list-title .number {
  font-size: 48px;
  font-weight: 700;
  color: #ff8fb2;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 12px;
}
.store-merit .container .box ul li .list-title .number::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #ff8fb2, transparent);
  border-radius: 2px;
}
.store-merit .container .box ul li .list-title h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
.store-merit .container .box ul li .text {
  padding-left: 8px;
}
.store-merit .container .box ul li .text p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 12px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .store-merit {
    padding: 48px 0;
  }
  .store-merit .container {
    max-width: 850px;
  }
  .store-merit .container .title {
    margin-top: 48px;
  }
  .store-merit .container .title h3 {
    top: -40px;
  }
  .store-merit .container .title h3 .catch {
    font-size: 48px;
    letter-spacing: 4px;
  }
  .store-merit .container .title h2 {
    margin-bottom: 24px;
  }
  .store-merit .container .title h2 .catch {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .store-merit .container .box {
    padding: 20px 0;
  }
  .store-merit .container .box ul {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }
  .store-merit .container .box ul li {
    padding: 14px;
    border-radius: 10px;
  }
  .store-merit .container .box ul li .list-title {
    margin-bottom: 14px;
    padding-left: 6px;
  }
  .store-merit .container .box ul li .list-title .number {
    font-size: 40px;
    margin-bottom: 6px;
    padding-bottom: 10px;
  }
  .store-merit .container .box ul li .list-title .number::after {
    width: 50px;
    height: 2px;
  }
  .store-merit .container .box ul li .list-title h4 {
    font-size: 15px;
  }
  .store-merit .container .box ul li .text {
    padding-left: 6px;
  }
  .store-merit .container .box ul li .text p {
    font-size: 13px;
    margin-bottom: 10px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .store-merit {
    padding: 50px 0;
  }
  .store-merit .container {
    max-width: 700px;
  }
  .store-merit .container .title {
    margin-top: 40px;
  }
  .store-merit .container .title h3 {
    top: -36px;
  }
  .store-merit .container .title h3 .catch {
    font-size: 42px;
    letter-spacing: 3px;
  }
  .store-merit .container .title h2 {
    margin-bottom: 20px;
  }
  .store-merit .container .title h2 .catch {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .store-merit .container .box {
    padding: 22px 0;
  }
  .store-merit .container .box ul {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .store-merit .container .box ul li {
    padding: 15px 35px;
    border-radius: 11px;
  }
  .store-merit .container .box ul li .list-title {
    margin-bottom: 15px;
    padding-left: 7px;
  }
  .store-merit .container .box ul li .list-title .number {
    font-size: 44px;
    margin-bottom: 7px;
    padding-bottom: 11px;
  }
  .store-merit .container .box ul li .list-title .number::after {
    width: 55px;
    height: 2.5px;
  }
  .store-merit .container .box ul li .list-title h4 {
    font-size: 20px;
  }
  .store-merit .container .box ul li .list-title h4 .store-merit-pc {
    display: none;
  }
  .store-merit .container .box ul li .text {
    padding-left: 7px;
  }
  .store-merit .container .box ul li .text p {
    font-size: 14px;
    margin-bottom: 11px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .store-merit {
    padding: 40px 0;
  }
  .store-merit .container {
    max-width: 100%;
    padding: 0 16px;
  }
  .store-merit .container .title {
    margin-top: 32px;
  }
  .store-merit .container .title h3 {
    top: -32px;
  }
  .store-merit .container .title h3 .catch {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .store-merit .container .title h2 {
    margin-bottom: 16px;
  }
  .store-merit .container .title h2 .catch {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .store-merit .container .box {
    padding: 16px 0;
  }
  .store-merit .container .box ul {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .store-merit .container .box ul li {
    padding: 12px 25px;
    border-radius: 8px;
  }
  .store-merit .container .box ul li .list-title {
    margin-bottom: 12px;
    padding-left: 4px;
  }
  .store-merit .container .box ul li .list-title .number {
    font-size: 36px;
    margin-bottom: 4px;
    padding-bottom: 8px;
  }
  .store-merit .container .box ul li .list-title .number::after {
    width: 45px;
    height: 2px;
  }
  .store-merit .container .box ul li .list-title h4 {
    font-size: 16px;
  }
  .store-merit .container .box ul li .list-title h4 .store-merit-pc {
    display: none;
  }
  .store-merit .container .box ul li .text {
    padding-left: 4px;
  }
  .store-merit .container .box ul li .text p {
    font-size: 13px;
    margin-bottom: 8px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 STORE-FLOW 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.store-flow {
  overflow: hidden;
  padding: 60px 0;
}
.store-flow .container {
  max-width: 900px;
  margin: 0 auto;
}
.store-flow .container .title {
  position: relative;
}
.store-flow .container .title h3 {
  position: absolute;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.store-flow .container .title h3 .catch {
  font-size: 56px;
  color: #ff8fb2;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  opacity: 0.13;
  filter: blur(1px);
  text-shadow: 0 2px 12px rgba(255, 143, 178, 0.25), 0 1px 0 #fff;
}
.store-flow .container .title h2 {
  margin-bottom: 32px;
  text-align: center;
}
.store-flow .container .title h2 .catch {
  font-size: 40px;
  font-weight: 700;
  color: #ff8fb2;
  letter-spacing: 2px;
}
.store-flow .container .box {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 5%;
}
.store-flow .container .box ul li {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  margin-bottom: 40px;
}
.store-flow .container .box ul li .thumb {
  width: 40%;
}
.store-flow .container .box ul li .thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.store-flow .container .box ul li .num {
  width: 10%;
  display: flex;
  justify-content: center;
}
.store-flow .container .box ul li .num p {
  width: 50px;
  height: 50px;
  background-color: #ff8fb2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.store-flow .container .box ul li .num p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 66px;
  height: 3px;
  background-color: #ff8fb2;
  transform: translateY(-50%);
}
.store-flow .container .box ul li .text {
  width: 40%;
  flex-grow: 1;
}
.store-flow .container .box ul li .text h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.store-flow .container .box ul li .text p {
  font-size: 15px;
  line-height: 1.6;
}
.store-flow .container .box ul li:nth-child(odd) {
  flex-direction: row;
}
.store-flow .container .box ul li:nth-child(odd) .num p::after {
  left: -56px;
}
.store-flow .container .box ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.store-flow .container .box ul li:nth-child(even) .num p::after {
  right: -56px;
}
.store-flow .container .box ul li:first-child .num p::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  width: 2px;
  height: 720px;
  background-color: #f5d9e1;
  transform: translateX(-50%);
}
.store-flow .container .box .comment p {
  font-size: 14px;
  line-height: 1.6;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .store-flow {
    padding: 50px 0;
  }
  .store-flow .container {
    max-width: 850px;
  }
  .store-flow .container .title {
    margin-top: 48px;
  }
  .store-flow .container .title h3 {
    top: -40px;
  }
  .store-flow .container .title h3 .catch {
    font-size: 48px;
    letter-spacing: 4px;
  }
  .store-flow .container .title h2 {
    margin-bottom: 24px;
  }
  .store-flow .container .title h2 .catch {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .store-flow .container .box {
    gap: 50px;
    padding: 35px 5%;
  }
  .store-flow .container .box ul li {
    margin-bottom: 35px;
  }
  .store-flow .container .box ul li .num p {
    font-size: 22px;
  }
  .store-flow .container .box ul li .num p::after {
    width: 60px;
  }
  .store-flow .container .box ul li .text h4 {
    font-size: 22px;
  }
  .store-flow .container .box ul li:nth-child(odd) .num p::after {
    left: -54px;
  }
  .store-flow .container .box ul li:nth-child(even) .num p::after {
    right: -54px;
  }
  .store-flow .container .box ul li:first-child .num p::before {
    height: 680px;
  }
  .store-flow .container .box .comment p {
    font-size: 13px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .store-flow {
    padding: 40px 0;
  }
  .store-flow .container {
    max-width: 700px;
  }
  .store-flow .container .title {
    margin-top: 40px;
  }
  .store-flow .container .title h3 {
    top: -36px;
  }
  .store-flow .container .title h3 .catch {
    font-size: 42px;
    letter-spacing: 3px;
  }
  .store-flow .container .title h2 {
    margin-bottom: 20px;
  }
  .store-flow .container .title h2 .catch {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .store-flow .container .box {
    gap: 40px;
    padding: 30px 5%;
  }
  .store-flow .container .box ul li {
    margin-bottom: 30px;
    gap: 30px;
  }
  .store-flow .container .box ul li .num p {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .store-flow .container .box ul li .num p::after {
    width: 45px;
  }
  .store-flow .container .box ul li .text h4 {
    font-size: 20px;
  }
  .store-flow .container .box ul li .text p {
    font-size: 14px;
  }
  .store-flow .container .box ul li:nth-child(odd) .num p::after {
    left: -39px;
  }
  .store-flow .container .box ul li:nth-child(even) .num p::after {
    right: -39px;
  }
  .store-flow .container .box ul li:first-child .num p::before {
    top: 45px;
    height: 560px;
  }
  .store-flow .container .box .comment p {
    font-size: 12px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 640px～767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (min-width: 640px) and (max-width: 767px) {
  .store-flow {
    padding: 35px 0;
  }
  .store-flow .container {
    max-width: 620px;
  }
  .store-flow .container .title {
    margin-top: 32px;
  }
  .store-flow .container .title h3 {
    top: -32px;
  }
  .store-flow .container .title h3 .catch {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .store-flow .container .title h2 {
    margin-bottom: 16px;
  }
  .store-flow .container .title h2 .catch {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .store-flow .container .box {
    gap: 35px;
    padding: 25px 5%;
  }
  .store-flow .container .box ul li {
    margin-bottom: 25px;
    gap: 25px;
  }
  .store-flow .container .box ul li .num p {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .store-flow .container .box ul li .num p::after {
    width: 40px;
  }
  .store-flow .container .box ul li .text h4 {
    font-size: 18px;
  }
  .store-flow .container .box ul li .text p {
    font-size: 12px;
  }
  .store-flow .container .box ul li:nth-child(odd) .num p::after {
    left: -33px;
  }
  .store-flow .container .box ul li:nth-child(even) .num {
    margin-right: 5px;
  }
  .store-flow .container .box ul li:nth-child(even) .num p::after {
    right: -38px;
  }
  .store-flow .container .box ul li:first-child .num p::before {
    top: 40px;
    height: 520px;
  }
  .store-flow .container .box .comment p {
    font-size: 11px;
  }
} /* 640px～767px responsive-closed */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 500px～639pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 639px) {
  .store-flow {
    padding: 35px 0;
  }
  .store-flow .container {
    max-width: 90%;
  }
  .store-flow .container .title {
    margin-top: 32px;
  }
  .store-flow .container .title h3 {
    top: -32px;
  }
  .store-flow .container .title h3 .catch {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .store-flow .container .title h2 {
    margin-bottom: 16px;
  }
  .store-flow .container .title h2 .catch {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .store-flow .container .box {
    gap: 30px;
    padding: 20px 5%;
  }
  .store-flow .container .box ul li {
    margin-bottom: 30px;
    gap: 20px;
  }
  .store-flow .container .box ul li .num p {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .store-flow .container .box ul li .num p::after {
    width: 4.3vw;
  }
  .store-flow .container .box ul li .text h4 {
    font-size: 17px;
  }
  .store-flow .container .box ul li .text p {
    font-size: 11px;
  }
  .store-flow .container .box ul li:nth-child(odd) .num p::after {
    left: -4.1vw;
  }
  .store-flow .container .box ul li:nth-child(even) .num {
    margin-right: 0px;
  }
  .store-flow .container .box ul li:nth-child(even) .num p::after {
    right: -4.1vw;
  }
  .store-flow .container .box ul li:first-child .num p::before {
    top: 40px;
    height: 400px;
  }
  .store-flow .container .box .comment p {
    font-size: 11px;
  }
} /* 500px～639px responsive-closed */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 499pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 499px) {
  .store-flow {
    padding: 35px 0;
  }
  .store-flow .container {
    max-width: 95%;
  }
  .store-flow .container .title {
    margin-top: 32px;
  }
  .store-flow .container .title h3 {
    top: -32px;
  }
  .store-flow .container .title h3 .catch {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .store-flow .container .title h2 {
    margin-bottom: 16px;
  }
  .store-flow .container .title h2 .catch {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .store-flow .container .box {
    gap: 30px;
    padding: 20px 3%;
  }
  .store-flow .container .box ul li {
    margin-bottom: 30px;
    gap: 20px;
  }
  .store-flow .container .box ul li .thumb {
    width: 45%;
  }
  .store-flow .container .box ul li .num {
    width: 8%;
  }
  .store-flow .container .box ul li .num p {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
  .store-flow .container .box ul li .num p::after {
    width: 5vw;
  }
  .store-flow .container .box ul li .text {
    width: 45%;
  }
  .store-flow .container .box ul li .text h4 {
    font-size: 16px;
  }
  .store-flow .container .box ul li .text p {
    font-size: 10.5px;
  }
  .store-flow .container .box ul li:nth-child(odd) .num p::after {
    left: -5vw;
  }
  .store-flow .container .box ul li:nth-child(even) .num p::after {
    right: -5vw;
  }
  .store-flow .container .box ul li:first-child .num p::before {
    top: 28px;
    height: 380px;
  }
  .store-flow .container .box .comment p {
    font-size: 10px;
  }
} /* 499pxまで responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 STORE-CONTRACT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.store-contract {
  overflow: hidden;
  padding: 60px 0;
}
.store-contract .container {
  max-width: 900px;
  margin: 0 auto;
}
.store-contract .container .title {
  position: relative;
}
.store-contract .container .title h3 {
  position: absolute;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.store-contract .container .title h3 .catch {
  font-size: 56px;
  color: #ff8fb2;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  opacity: 0.13;
  filter: blur(1px);
  text-shadow: 0 2px 12px rgba(255, 143, 178, 0.25), 0 1px 0 #fff;
}
.store-contract .container .title h2 {
  margin-bottom: 32px;
  text-align: center;
}
.store-contract .container .title h2 .catch {
  font-size: 40px;
  font-weight: 700;
  color: #ff8fb2;
  letter-spacing: 2px;
}
.store-contract .container .box {
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.store-contract .container .box p {
  margin-bottom: 16px;
  line-height: 1.7;
  color: #333;
  text-align: center;
}
.store-contract .container .box p .store-contract-sp {
  display: none;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .store-contract {
    padding: 50px 0;
  }
  .store-contract .container {
    max-width: 850px;
  }
  .store-contract .container .title {
    margin-top: 48px;
  }
  .store-contract .container .title h3 {
    top: -40px;
  }
  .store-contract .container .title h3 .catch {
    font-size: 48px;
    letter-spacing: 4px;
  }
  .store-contract .container .title h2 {
    margin-bottom: 24px;
  }
  .store-contract .container .title h2 .catch {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .store-contract .container .box {
    padding: 32px;
    border-radius: 6px;
  }
  .store-contract .container .box p {
    margin-bottom: 12px;
    font-size: 15px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .store-contract {
    padding: 45px 0;
  }
  .store-contract .container {
    max-width: 700px;
  }
  .store-contract .container .title {
    margin-top: 40px;
  }
  .store-contract .container .title h3 {
    top: -36px;
  }
  .store-contract .container .title h3 .catch {
    font-size: 42px;
    letter-spacing: 3px;
  }
  .store-contract .container .title h2 {
    margin-bottom: 20px;
  }
  .store-contract .container .title h2 .catch {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .store-contract .container .box {
    padding: 28px;
    border-radius: 6px;
  }
  .store-contract .container .box p {
    margin-bottom: 10px;
    font-size: 14px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .store-contract {
    padding: 40px 0;
  }
  .store-contract .container {
    max-width: 100%;
    padding: 0 16px;
  }
  .store-contract .container .title {
    margin-top: 32px;
  }
  .store-contract .container .title h3 {
    top: -32px;
  }
  .store-contract .container .title h3 .catch {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .store-contract .container .title h2 {
    margin-bottom: 16px;
  }
  .store-contract .container .title h2 .catch {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .store-contract .container .box {
    padding: 24px;
    border-radius: 4px;
  }
  .store-contract .container .box p {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .store-contract .container .box p .store-contract-sp {
    display: block;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 STORE-QA 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.store-qa {
  overflow: hidden;
  padding: 60px 0;
}
.store-qa .container {
  max-width: 900px;
  margin: 0 auto;
}
.store-qa .container .title {
  position: relative;
}
.store-qa .container .title h3 {
  position: absolute;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.store-qa .container .title h3 .catch {
  font-size: 56px;
  color: #ff8fb2;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  opacity: 0.13;
  filter: blur(1px);
  text-shadow: 0 2px 12px rgba(255, 143, 178, 0.25), 0 1px 0 #fff;
}
.store-qa .container .title h2 {
  margin-bottom: 32px;
  text-align: center;
}
.store-qa .container .title h2 .catch {
  font-size: 40px;
  font-weight: 700;
  color: #ff8fb2;
  letter-spacing: 2px;
}
.store-qa .container .accordion.type-01 {
  overflow: hidden;
  padding: 40px 0;
}
.store-qa .container .accordion.type-01 .accordion-container {
  padding: 0 2%;
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list {
  width: 100%;
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item {
  margin-top: 10px;
  /* アコーディオンのボタン部分のスタイル */
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn {
  position: relative;
  color: #fff;
  border: none;
  border-left: solid 2px #d81b60;
  background: #fff;
  text-align: left;
  cursor: pointer;
  width: 100%;
  padding: 12px 15px;
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner {
  display: inline-flex;
  align-items: center;
  /* Qマークのスタイル */
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
  background: #d81b60;
  width: 24px;
  height: 24px;
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark span {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 {
  font-weight: 600;
  padding-left: 15px;
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 span {
  color: #d81b60;
  font-size: 16px;
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn {
  /* 開閉ボタンのプラス/マイナスアイコン */
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::before, .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  background: #d81b60;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 15px;
  height: 2px;
  transform-origin: center;
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::after {
  transform: rotate(90deg);
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn:hover {
  background: linear-gradient(90deg, #fff0f6 20%, #ffd1ea 100%);
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item {
  /* アコーディオンのコンテンツ部分のスタイル */
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content {
  overflow: hidden;
  transition: height 0.5s;
  height: 0; /* 初期状態は高さ0（閉じた状態） */
  will-change: height; /* アニメーションのパフォーマンス最適化 */
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner {
  display: flex;
  align-items: flex-start;
  background: #fff;
  padding: 15px 20px;
  /* Aマークのスタイル */
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #d81b60;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: 2.4px;
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .mark span {
  color: #d81b60;
  font-weight: 500;
  font-size: 16px;
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .sentence {
  font-size: 16px;
  width: calc(100% - 24px);
  padding-left: 15px;
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .sentence p {
  line-height: 1.8;
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item {
  /* アコーディオンが開いた状態のスタイル */
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item.is-active .accordion-btn {
  background: #fde4ec;
  /* 開いた状態でのプラス/マイナスアイコンの変化 */
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item.is-active .accordion-btn::after {
  opacity: 0;
  transform: rotate(90deg) scale(0.5);
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item.is-active .accordion-btn::before {
  transform: rotate(180deg);
}
.store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item.is-active .accordion-content {
  height: auto; /* 開いた状態では高さを自動に */
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .store-qa {
    padding: 50px 0;
  }
  .store-qa .container {
    max-width: 850px;
  }
  .store-qa .container .title {
    margin-top: 48px;
  }
  .store-qa .container .title h3 {
    top: -40px;
  }
  .store-qa .container .title h3 .catch {
    font-size: 48px;
    letter-spacing: 4px;
  }
  .store-qa .container .title h2 {
    margin-bottom: 24px;
  }
  .store-qa .container .title h2 .catch {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .store-qa .container .accordion.type-01 {
    padding: 35px 0;
  }
  .store-qa .container .accordion.type-01 .accordion-container {
    padding: 0 1%;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn {
    padding: 10px 12px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark {
    width: 22px;
    height: 22px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark span {
    font-size: 15px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 {
    padding-left: 12px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 span {
    font-size: 15px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::before, .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::after {
    right: 12px;
    width: 12px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner {
    padding: 12px 15px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .mark {
    width: 22px;
    height: 22px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .sentence {
    font-size: 15px;
    width: calc(100% - 22px);
    padding-left: 12px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .store-qa {
    padding: 50px 0;
  }
  .store-qa .container {
    max-width: 700px;
  }
  .store-qa .container .title {
    margin-top: 40px;
  }
  .store-qa .container .title h3 {
    top: -36px;
  }
  .store-qa .container .title h3 .catch {
    font-size: 42px;
    letter-spacing: 3px;
  }
  .store-qa .container .title h2 {
    margin-bottom: 20px;
  }
  .store-qa .container .title h2 .catch {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .store-qa .container .accordion.type-01 {
    padding: 30px 0;
  }
  .store-qa .container .accordion.type-01 .accordion-container {
    padding: 0 1%;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn {
    padding: 10px 12px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark {
    width: 20px;
    height: 20px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark span {
    font-size: 14px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 {
    padding-left: 12px;
    font-size: 15px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 span {
    font-size: 14px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::before, .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::after {
    right: 12px;
    width: 12px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner {
    padding: 12px 15px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .mark {
    width: 20px;
    height: 20px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .sentence {
    font-size: 14px;
    width: calc(100% - 20px);
    padding-left: 12px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .store-qa {
    padding: 40px 0;
  }
  .store-qa .container {
    max-width: 100%;
    padding: 0 16px;
  }
  .store-qa .container .title {
    margin-top: 32px;
  }
  .store-qa .container .title h3 {
    top: -32px;
  }
  .store-qa .container .title h3 .catch {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .store-qa .container .title h2 {
    margin-bottom: 16px;
  }
  .store-qa .container .title h2 .catch {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .store-qa .container .accordion.type-01 {
    padding: 25px 0;
  }
  .store-qa .container .accordion.type-01 .accordion-container {
    padding: 0;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item {
    margin-top: 8px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn {
    padding: 10px 12px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner .mark span {
    font-size: 13px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 {
    padding-left: 10px;
    padding-right: 12px;
    font-size: 14px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn .btn-inner h4 span {
    font-size: 13px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::before, .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-btn::after {
    right: 12px;
    width: 11px;
    height: 1.5px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner {
    padding: 10px 12px;
    flex-direction: column;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .mark {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .sentence {
    font-size: 13px;
    width: 100%;
    padding-left: 0;
  }
  .store-qa .container .accordion.type-01 .accordion-container .accordion-list .accordion-item .accordion-content .content-inner .sentence p {
    line-height: 1.7;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

〇 STORE-CONTACT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
====================================================================================================*/
.store-contact {
  overflow: hidden;
  padding: 60px 0;
}
.store-contact .container {
  max-width: 900px;
  margin: 0 auto;
}
.store-contact .container .title {
  position: relative;
}
.store-contact .container .title h3 {
  position: absolute;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
.store-contact .container .title h3 .catch {
  font-size: 56px;
  color: #ff8fb2;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  opacity: 0.13;
  filter: blur(1px);
  text-shadow: 0 2px 12px rgba(255, 143, 178, 0.25), 0 1px 0 #fff;
}
.store-contact .container .title h2 {
  margin-bottom: 32px;
  text-align: center;
}
.store-contact .container .title h2 .catch {
  font-size: 40px;
  font-weight: 700;
  color: #ff8fb2;
  letter-spacing: 2px;
}
.store-contact .container .title p {
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 1.7;
}
.store-contact .container .link-area {
  margin: 40px auto 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}
.store-contact .container .link-area .line {
  display: flex;
  justify-content: center;
}
.store-contact .container .link-area .line .line-btn {
  display: flex;
  align-items: center;
  background: #06c755;
  color: #fff;
  border-radius: 8px;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  transition: background 0.3s;
}
.store-contact .container .link-area .line .line-btn img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  display: block;
}
.store-contact .container .link-area .line .line-btn span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}
.store-contact .container .link-area .line .line-btn:hover {
  background: rgb(4.8058536585, 159.3941463415, 68.0829268293);
}
.store-contact .container .link-area .phone {
  padding: 0 32px;
}
.store-contact .container .link-area .phone .phone-btn {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  transition: background 0.3s, color 0.3s;
}
.store-contact .container .link-area .phone .phone-btn img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: block;
}
.store-contact .container .link-area .phone .phone-btn span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}
.store-contact .container .link-area .phone .phone-btn:hover {
  opacity: 0.8;
}
.store-contact .container .link-area .phone p {
  font-size: 15px;
  color: #666;
  text-align: center;
}
.store-contact .container form {
  width: 80%;
  margin: 0 auto;
}
.store-contact .container form .form-group {
  margin-bottom: 24px;
}
.store-contact .container form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.5px;
}
.store-contact .container form .form-group label .required {
  color: #e74c3c;
  font-size: 13px;
  margin-left: 10px;
}
.store-contact .container form .form-group input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-family: inherit;
}
.store-contact .container form .form-group input:focus {
  outline: none;
  border-color: #ff8fb2;
  box-shadow: 0 0 0 3px rgba(255, 143, 178, 0.1);
}
.store-contact .container form .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  resize: none;
  min-height: 120px;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-family: inherit;
}
.store-contact .container form .form-group textarea:focus {
  outline: none;
  border-color: #ff8fb2;
  box-shadow: 0 0 0 3px rgba(255, 143, 178, 0.1);
}
.store-contact .container form .form-group .submit-btn {
  width: 100%;
  padding: 14px 28px;
  margin-top: 8px;
  background: #ff8fb2;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}
.store-contact .container form .form-group .submit-btn:hover {
  background: rgb(255, 102.2, 149.95);
  transform: translateY(-2px);
}
.store-contact .container form .form-group .submit-btn:active {
  transform: translateY(0);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .store-contact {
    padding: 50px 0;
  }
  .store-contact .container {
    max-width: 850px;
  }
  .store-contact .container .title {
    margin-top: 48px;
  }
  .store-contact .container .title h3 {
    top: -40px;
  }
  .store-contact .container .title h3 .catch {
    font-size: 48px;
    letter-spacing: 4px;
  }
  .store-contact .container .title h2 {
    margin-bottom: 24px;
  }
  .store-contact .container .title h2 .catch {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .store-contact .container .title p {
    font-size: 17px;
  }
  .store-contact .container .link-area {
    gap: 40px;
  }
  .store-contact .container .link-area .line .line-btn {
    padding: 10px 24px;
    font-size: 22px;
  }
  .store-contact .container .link-area .line .line-btn img {
    width: 32px;
    height: 32px;
  }
  .store-contact .container .link-area .phone {
    padding: 0 26px;
  }
  .store-contact .container .link-area .phone .phone-btn {
    font-size: 22px;
  }
  .store-contact .container .link-area .phone .phone-btn img {
    width: 18px;
    height: 18px;
  }
  .store-contact .container .link-area .phone p {
    font-size: 14px;
  }
  .store-contact .container form {
    width: 86%;
  }
  .store-contact .container form .form-group {
    margin-bottom: 20px;
  }
  .store-contact .container form .form-group label {
    font-size: 14px;
  }
  .store-contact .container form .form-group input,
  .store-contact .container form .form-group textarea {
    font-size: 15px;
  }
  .store-contact .container form .form-group .submit-btn {
    font-size: 15px;
    padding: 13px 24px;
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .store-contact {
    padding: 50px 0;
  }
  .store-contact .container {
    max-width: 700px;
  }
  .store-contact .container .title {
    margin-top: 40px;
  }
  .store-contact .container .title h3 {
    top: -36px;
  }
  .store-contact .container .title h3 .catch {
    font-size: 42px;
    letter-spacing: 3px;
  }
  .store-contact .container .title h2 {
    margin-bottom: 20px;
  }
  .store-contact .container .title h2 .catch {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .store-contact .container .title p {
    font-size: 16px;
  }
  .store-contact .container .link-area {
    gap: 36px;
  }
  .store-contact .container .link-area .line .line-btn {
    padding: 10px 22px;
    font-size: 20px;
  }
  .store-contact .container .link-area .line .line-btn img {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }
  .store-contact .container .link-area .phone {
    padding: 0 20px;
  }
  .store-contact .container .link-area .phone .phone-btn {
    font-size: 20px;
  }
  .store-contact .container .link-area .phone .phone-btn img {
    width: 16px;
    height: 16px;
  }
  .store-contact .container .link-area .phone p {
    font-size: 13px;
  }
  .store-contact .container form {
    width: 100%;
  }
  .store-contact .container form .form-group {
    margin-bottom: 18px;
  }
  .store-contact .container form .form-group label {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .contact-form .container .form-group label .required {
    font-size: 12px;
  }
  .store-contact .container form .form-group input,
  .store-contact .container form .form-group textarea {
    font-size: 15px;
    padding: 10px 14px;
  }
  .store-contact .container form .form-group .submit-btn {
    font-size: 15px;
    padding: 12px 22px;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .store-contact {
    padding: 40px 0;
  }
  .store-contact .container {
    max-width: 100%;
    padding: 0 16px;
  }
  .store-contact .container .title {
    margin-top: 32px;
  }
  .store-contact .container .title h3 {
    top: -32px;
  }
  .store-contact .container .title h3 .catch {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .store-contact .container .title h2 {
    margin-bottom: 16px;
  }
  .store-contact .container .title h2 .catch {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
  .store-contact .container .title p {
    font-size: 15px;
  }
  .store-contact .container .link-area {
    flex-direction: column;
    gap: 24px;
  }
  .store-contact .container .link-area .line {
    width: 100%;
  }
  .store-contact .container .link-area .line .line-btn {
    padding: 12px 20px;
    font-size: 18px;
    justify-content: center;
  }
  .store-contact .container .link-area .line .line-btn img {
    width: 28px;
    height: 28px;
    margin-right: 6px;
  }
  .store-contact .container .link-area .phone {
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
  .store-contact .container .link-area .phone .phone-btn {
    font-size: 18px;
    justify-content: center;
  }
  .store-contact .container .link-area .phone .phone-btn img {
    width: 16px;
    height: 16px;
  }
  .store-contact .container .link-area .phone p {
    font-size: 12px;
    margin-top: 6px;
  }
  .store-contact .container form {
    width: 100%;
    padding: 0 16px;
  }
  .store-contact .container form .form-group {
    margin-bottom: 16px;
  }
  .store-contact .container form .form-group label {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .contact-form .container .form-group label .required {
    font-size: 11px;
  }
  .store-contact .container form .form-group input,
  .store-contact .container form .form-group textarea {
    font-size: 14px;
    padding: 10px 12px;
  }
  .store-contact .container form .form-group textarea {
    min-height: 100px;
  }
  .store-contact .container form .form-group .submit-btn {
    font-size: 14px;
    padding: 11px 20px;
    margin-top: 6px;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □
**********************************************************************************//*# sourceMappingURL=style.css.map */
