@charset "UTF-8";
/*!
Theme Name: Sandbox - Modern & Multipurpose Bootstrap 5 Template
Theme URI:	https://sandbox.elemisthemes.com/
Version:	3.4.0
Author:		elemis
*/
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700);
@import url("https://fonts.googleapis.com/css2?family=Capriola&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap");

.t-shadow {
  text-shadow: 0 0 10px #333 !important;
}

/* メインカラーを変更
--------------------------------*/
.main-color {
  color: #e70012 !important;
}
.bg-main-color {
  background-color: #2b2b2b !important;
}
:root,
[data-bs-theme="light"] {
  --bs-primary: #e70012 !important; /* メインカラーの変更 */
  --bs-secondary: #f59703 !important; /* サブカラーの変更 */
  --bs-pale-primary: #fff1da !important; /* ソフトメインカラーの変更 */

  --bs-bullet-soft-primary: #fff1da !important; /* ソフトメインカラーの変更 */
  --bs-soft-primary: #fff1da !important; /* ソフトメインカラーの変更 */
  --bs-offcanvas-bg: #d1d1d1 !important;
  --bs-link-color-rgb: #575757 !important;
  --bs-link-hover-color: #e70012 !important;
  --bs-link-hover-color-rgb: rgba(222, 0, 37, 0.75) !important;
  --bs-primary-rgb: 231, 0, 18 !important;
}

.btn-primary {
  background-color: #f59703 !important;
  border-color: #f59703 !important;
}

.btn-primary01 {
  background-color: #f59703 !important;
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff !important;
  letter-spacing: 0.05rem !important;
  max-width: 100%;
}

/* .btn-primary01:hover {
    background-color: #b3ec9a !important;
    transition: 0.5s !important;
} */

.btn-outline-primary {
  max-width: 100% !important;
}
@media all and (max-width: 500px) {
  .btn-outline-primary {
    font-size: 0.7rem !important;
  }
}

/* テーマフォントを変更
--------------------------------*/
body {
  font-family: "Noto Sans JP", "Noto Sans KR", "Noto Sans TC", "Lato",
    游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック,
    "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ,
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  letter-spacing: 0.05rem !important;
}

/* その他カスタムはここから
--------------------------------*/

/* スマホ・PC表示調整 */
.spbr {
  display: none !important;
}
@media all and (max-width: 896px) {
  .spbr {
    display: block !important;
  }
}

.sp-only {
  display: none !important;
}
@media all and (max-width: 896px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: block !important;
}
@media all and (max-width: 990px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (max-width: 896px) {
  .sp-kiosk {
    width: 70%;
    padding-bottom: 2rem;
  }
  .sp-kiosk02 {
    width: 60%;
  }
  .display-6 {
    font-size: 0.8rem;
  }
}
@media all and (max-width: 896px) {
  .d-flex.type1 {
    flex-direction: column !important;
  }
}

/* YouTube */
.y-box {
  width: 90%;
  aspect-ratio: 16 / 9;
}
.y-box iframe {
  width: 90%;
  height: 90%;
}
@media all and (max-width: 896px) {
  .y-box {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand.sp-nav {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-brand.sp-nav img {
    width: 100px !important;
  }
}
@media (max-width: 468px) {
  .navbar-expand-lg .navbar-brand.sp-nav img {
    width: 85px !important;
  }
  .offcanvas-header {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.navbar.transparent.fixed .logo-light {
  display: block !important;
}
.flex-lg-row {
  margin: 0.5rem auto 0.75rem auto !important;
  max-width: 90% !important;
}
@media (max-width: 1300px) {
  .flex-lg-row {
    max-width: 99.5% !important;
  }
}

@media (max-width: 468px) {
  .flex-lg-row {
    margin: 0.1rem auto !important;
  }
}

/* スクロールバー */
.scrollbar {
  min-height: 120px;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  /* padding-right: 15px; */
  margin: 0 auto;
  padding-right: 10px;
}
@media all and (max-width: 896px) {
  .scrollbar {
    max-height: 180px;
    /* padding-right: 10px; */
  }
}
.scrollbar.policy-box {
  max-height: 300px;
}
.scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 1px;
  background: #f9f9f9;
}
.scrollbar::-webkit-scrollbar:horizontal {
  height: 1px;
}
.scrollbar::-webkit-scrollbar {
  width: 3px;
}
.scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 10px;
}

/* 背景画像 */
/* .bg-img01{
    background-image: url(./assets/img/bg-img01.webp) !important;
    background-size: cover;
} */

/* ドロップダウンメニュー */
.nav-link.type1 {
  font-weight: 600 !important;
  letter-spacing: 0.05rem !important;
}
.dropdown-menu.type1 .dropdown .dropdown-item {
  color: #606978 !important;
  letter-spacing: 0.05rem !important;
}

/* 下層ページメインビュー */
#bg-title1 {
  background-image: url(../img/bg-title1.jpg);
}

#bg-title2 {
  background-image: url(../img/bg-title2.jpg);
}

#bg-title3 {
  background-image: url(../img/bg-title3.jpg);
}

#bg-title4 {
  background-image: url(../img/bg-title4.jpg);
}

#bg-title5 {
  background-image: url(../img/bg-title5.jpg);
}

#bg-title1,
#bg-title2,
#bg-title3,
#bg-title4,
#bg-title5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  padding: 85px 0;
  position: relative;
  /* margin: 0px 20px; */
}

@media screen and (min-width: 320px) and (max-width: 890px) {
  #bg-title1,
  #bg-title2,
  #bg-title3,
  #bg-title4,
  #bg-title5 {
    padding: 85px 0;
    /* margin: 0px 10px; */
  }
}

.overlay1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

/* カードレイアウト */
.card-body.type1 {
  padding: 1rem 1.5rem !important;
}

/* ボーダー */
.border-red01 {
  border: solid 18px #fff1ed !important;
  background: #fff;
}
.border-r-01 {
  border-right: solid 3px #d8d8d8 !important;
}
@media screen and (min-width: 320px) and (max-width: 890px) {
  .border-r-01 {
    border-right: none !important;
  }
}

/* z-index */
.z-999 {
  z-index: 999 !important;
}

/* ホバー修正 */
.list-unstyled.type1 li a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* 矢印 */
.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: var(--bs-yellow);
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.5em 2.3em;
  border-top-color: currentColor;
  border-bottom: 0;
}

/* 見出し */

/* ttl-01 */
.ttl-01 {
  position: relative;
  padding: 0.3rem;
  text-align: center;
  color: #3d4e69 !important;
}

.ttl-01:before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 30px);
  width: 50px;
  height: 6px;
  content: "";
  border-radius: 3px;
  background: #ffe588;
}

@media screen and (min-width: 320px) and (max-width: 890px) {
  .ill-ttl {
    width: 120px;
  }
}

/* ttl-02 */
.ttl-02 {
  position: relative;
  background: linear-gradient(
    60deg,
    var(--bs-primary) 0%,
    var(--bs-primary) 85%,
    var(--bs-yellow) 85%
  );
  font-size: 1.5rem;
  color: #fff;
  padding: 13px;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.ttl-02 span {
  font-size: 1.6rem;
}

@media all and (max-width: 639px) {
  .ttl-02 {
    font-size: 1rem;
    padding: 10px;
    margin-bottom: 20px;
  }

  .ttl-02 span {
    font-size: 1.3rem;
  }
}

/* ttl-03 */
.ttl-03 {
  background: var(--bs-primary);
  position: relative;
  padding: 0.5rem 2rem 0.5rem 2.2rem;
  margin-bottom: 20px;
  line-height: 1.4;
  display: -webkit-box;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.ttl-03 .type1 {
  background: var(--bs-primary);
}

.ttl-03 .bm0 {
  margin-bottom: 0;
}

.ttl-03::before {
  position: absolute;
  top: calc(50% - 7px);
  left: 15px;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background: #fff;
}

@media all and (max-width: 639px) {
  .ttl-03 {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 15px;
  }
}

/* ttl-04 */
.ttl-04 {
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  text-align: left;
  color: #343f52;
  margin-bottom: 5px;
  padding: 4px 0;
  font-weight: bold;
  border-bottom: 1px solid var(--bs-primary);
  line-height: 1.5;
}
.ttl-04 span {
  /* font-size: 1rem; */
  color: #343f52;
}

@media (max-width: 1200px) {
  .ttl-04 {
    font-size: 1rem;
  }
  /* .ttl-04 span{
        font-size: 0.8rem;
    } */
}

/* お客様の声 */
/* top_section06 voice
----------------------------------*/
.voice_box .voice_child .txt-limit4 {
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4; /* 行数を制限 */
}
.voice_box .voice_child .txt-limit5 {
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5; /* 行数を制限 */
}
.voice_box .voice_child .txt-limit6 {
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 6 !important; /* 行数を制限 */
}
.voice_box .voice_child .txt-limit7 {
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 7 !important; /* 行数を制限 */
}
.voice_box .voice_child .txt-limit8 {
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 8 !important; /* 行数を制限 */
}

.s-box {
  max-width: 60%;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .s-box {
    max-width: 80%;
  }
}
@media all and (max-width: 500px) {
  .s-box {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .section-frame.type-footer {
    border-radius: 1rem 1rem 0 0 !important;
  }
}

.m-title {
  position: relative;
  padding-bottom: 0.5rem;
}

.title-eng {
  font-family: "Capriola", serif;
}
.m-title .title-eng {
  font-size: 1rem;
  display: block;
  padding-bottom: 0.2rem;
}

.m-title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #fa4141;
}

.uil.title-icon {
  font-size: 2rem !important;
  color: #f59703;
  line-height: 0.2rem !important;
}

.card-body.feature-card {
  min-height: 5.3rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.text-inverse.footer-text {
  color: #363636 !important;
}
.text-inverse.footer-text a {
  color: #363636 !important;
}

.text-inverse.footer-text a:hover {
  color: #9c9c9c !important;
}
.copyright {
  font-size: 0.75em;
}

.mb-n25p {
  transform: translateY(25%);
}

.mt-n25p {
  transform: translateY(-25%);
}

.footer-shop-p {
  padding: 2.5rem;
}
@media all and (max-width: 450px) {
  .footer-shop-p {
    padding: 1.5rem 0.5rem;
  }

  .footer-shop-p.inner {
    padding: 1.5rem 0.7rem;
  }
}

.ml-1 {
  margin-left: 1rem;
}

.ml-05 {
  margin-left: 0.3rem;
}

.offcanvas {
  background-color: var(--bs-body-bg) !important;
}
.offcanvas .nav-link a {
  color: #363636 !important;
}

.navbar-expand-lg .navbar-collapse .nav-link {
  color: #363636 !important;
}
.navbar-expand-lg .navbar-collapse .nav-link:hover {
  color: #fcc8c8 !important;
}

.btn-close-white:before {
  background: #363636 !important;
}
.btn-close-white:after {
  background: #363636 !important;
}

.accordion-wrapper .card-header button:before {
  color: #363636 !important;
}

.shop-swiper {
  max-width: 640px;
  margin: 0 auto;
}

.shop-swiper .swiper-slide {
  width: 100%;
}

.shop-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary) !important;
}

@media all and (max-width: 450px) {
  .plan-detail-confirm__anchor {
    display: none !important;
  }
}
@media all and (min-width: 1200px) {
  .info-text-box {
    min-height: 4rem;
  }
}

.round-text {
  background-color: var(--bs-primary);
  color: #fff;
  margin: 0 0.03em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.4;
  border-radius: 100vh;
}

.box-text {
  background-color: #00ffbc;
  background: -webkit-linear-gradient(to right, #00a1e5, #00ffbc);
  color: #fff;
  padding: 0 0.1em;
}

.underline4 {
  background: linear-gradient(transparent 70%, #f8c008 70%);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  padding: 0 0.3em;
}

.text-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
