@charset "utf-8";
@font-face {
  font-family: "RobotoAscii";
  src: url("../font/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E;
}
@font-face {
  font-family: "RobotoAscii";
  src: url("../font/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E;
}
body {
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-family: "RobotoAscii", "Noto Sans JP", sans-serif;
  color: #111;
  font-size: 100%;
  line-height: 2;
  letter-spacing: 0.1em;
}
body#tinymce {
  background: #fff;
  text-align: left;
}
img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  pointer-events: none;
}
a,
a:hover {
  transition: all 1s;
}
a img:hover {
  opacity: 0.7;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.text-center {
  text-align: left;
}
.bold {
  font-weight: bold;
}
.block {
  display: block;
}
ul.normal,
ol {
  margin-left: 24px;
}
ul.normal li {
  list-style-type: disc;
}
@media screen and (min-width: 961px) {
  .text-center {
    text-align: center;
  }
}
.grad-logo .st_inner {
  fill: #fff;
}
svg {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
.js-fade {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 1s ease, filter 1s ease;
}
.js-fade.is-show {
  opacity: 1;
  filter: blur(0);
}
.no-fade {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}
/*=======================================================================
カラー
=======================================================================*/
.aiiro {
  color: #004a7a;
}
.gunjyo {
  color: #3b6aa0;
}
.asagi {
  color: #009aa6;
}
.seiji {
  color: #54beba;
}
.wakatake {
  color: #a2cf79;
}
.aotake {
  color: #399b38;
}
.kakiiro {
  color: #ec6b42;
}
.yamabuki {
  color: #f7af07;
}
.hiwa {
  color: #beb800;
}
.tankoubai {
  color: #f7c3ca;
}
.koubai {
  color: #ef89a1;
}
.akadaidai {
  color: #ef855d;
}
.chubeni {
  color: #d75076;
}
.budou {
  color: #711523;
}
.hatonezu {
  color: #a48c90;
}
.mizuiro {
  color: #90cdeb;
}
.kakitsubata {
  color: #4b3f94;
}
.shion {
  color: #9f78b3;
}
.yoshida_red {
  color: #ce313d;
}
/*=======================================================================
pc,sp切り替え
=======================================================================*/
.pc {
  display: none;
}
.sp {
  display: block;
}
@media all and (min-width: 961px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/*=======================================================================
余白
=======================================================================*/
.mab8 {
  margin-bottom: 8px;
}
.mab16 {
  margin-bottom: 16px;
}
.mab24 {
  margin-bottom: 24px;
}
.mab32 {
  margin-bottom: 32px;
}
.mab40 {
  margin-bottom: 40px;
}
.mab48 {
  margin-bottom: 48px;
}
.mab56 {
  margin-bottom: 56px;
}
.mab64 {
  margin-bottom: 64px;
}
.pa20 {
  padding: 0 20px;
}
.mal16 {
  margin-left: 16px;
}
.marl-auto {
  margin-left: auto;
  margin-right: auto;
}
/*=======================================================================
pagenavi
=======================================================================*/
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 87.5%;
  color: #111;
  padding: 12px 16px;
  margin: 0 4px;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #0f91c8;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
  transition: 0.03s;
  border-bottom: 4px solid transparent;
}
.wp-pagenavi span.current {
  color: #0f91c8;
  font-weight: bold;
  border-bottom: 4px solid #0f91c8;
}
.wp-pagenavi a.page:hover {
  border-bottom: 4px solid #0f91c8;
}
.wp-pagenavi span.pages {
  display: block;
  background: none;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  color: #111;
}
.wp-pagenavi a.page,
.extend {
  display: none;
}
@media all and (min-width: 961px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 8px 16px;
  }
  .page {
    display: block;
  }
  .wp-pagenavi a.page,
  .extend {
    display: block;
  }
}
/*=======================================================================
flex
=======================================================================*/
@media all and (min-width: 961px) {
  .flex,
  .flex_fs,
  .flex_sb,
  .flex_center,
  .flex_end {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -js-display: flex;
    display: flex;
  }
  .flex_fs,
  .flex_sb {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_fs {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex_sb {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .flex_center {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flex_end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .aic {
    align-items: center;
  }
  .list2 li {
    width: 50%;
  }
  .list2-2 li {
    width: 49%;
  }
  .list2-3 li {
    width: 49.5%;
  }
  .list3 li,
  .list3 div {
    width: 32%;
  }
  .list3 li ul li {
    width: 100%;
  }
  .list4 li,
  .list4 div {
    width: 23%;
  }
  .list5 li,
  .list5 div {
    width: 19%;
  }
  .w49 {
    width: 49%;
  }
  .w80 {
    width: 100%;
    max-width: 800px;
  }
}
.list100 li {
  width: 100%;
}
/*=======================================================================
iframe
=======================================================================*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*=======================================================================
言語切り替え
=======================================================================*/
.toggle-wrapper {
  position: relative;
  display: flex;
  width: 100px;
  height: 30px;
  border-radius: 100vh;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.toggle-btn {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 87.5%;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  transition: color 0.3s ease;
}
.toggle-btn.active {
  color: #fff;
}
.toggle-btn:not(.active) {
  color: #999;
}
.toggle-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #ce313d;
  border-radius: 25px;
  z-index: 1;
  transition: transform 0.3s ease;
  transform: translateX(0%);
}
/*ロープアニメーション*/
/***************************************************
 * Generated by SVG Artista on 9/12/2025, 8:31:08 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
/* 初期状態 */
#Layer_1 path,
#Layer_1 circle,
#Layer_1 rect,
#Layer_1 polygon,
#Layer_1 line {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* 重要: class 属性の中に "svg-elem-" を含む要素をまとめてターゲット */
[class*="svg-elem-"] {
  -webkit-animation: animate-svg-fill 0.01s cubic-bezier(0.47, 0, 0.745, 0.715) both;
  animation: animate-svg-fill 0.01s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
/* 遅延を個別に指定（0.05s刻み） */
.svg-elem-1 {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.svg-elem-2 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.svg-elem-3 {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.svg-elem-4 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.svg-elem-5 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.svg-elem-6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.svg-elem-7 {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.svg-elem-8 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.svg-elem-9 {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.svg-elem-10 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.svg-elem-11 {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.svg-elem-12 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.svg-elem-13 {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.svg-elem-14 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.svg-elem-15 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.svg-elem-16 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.svg-elem-17 {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
.svg-elem-18 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.svg-elem-19 {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
.svg-elem-20 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.svg-elem-21 {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.svg-elem-22 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.svg-elem-23 {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
.svg-elem-24 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.svg-elem-25 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.svg-elem-26 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.svg-elem-27 {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.svg-elem-28 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.svg-elem-29 {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
}
.svg-elem-30 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.svg-elem-31 {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}
.svg-elem-32 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.svg-elem-33 {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
.svg-elem-34 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.svg-elem-35 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.svg-elem-36 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.svg-elem-37 {
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s;
}
.svg-elem-38 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.svg-elem-39 {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}
.svg-elem-40 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.svg-elem-41 {
  -webkit-animation-delay: 2.05s;
  animation-delay: 2.05s;
}
.svg-elem-42 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.svg-elem-43 {
  -webkit-animation-delay: 2.15s;
  animation-delay: 2.15s;
}
.svg-elem-44 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.svg-elem-45 {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
.svg-elem-46 {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.svg-elem-47 {
  -webkit-animation-delay: 2.35s;
  animation-delay: 2.35s;
}
.svg-elem-48 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.svg-elem-49 {
  -webkit-animation-delay: 2.45s;
  animation-delay: 2.45s;
}
.svg-elem-50 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.svg-elem-51 {
  -webkit-animation-delay: 2.55s;
  animation-delay: 2.55s;
}
.svg-elem-52 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.svg-elem-53 {
  -webkit-animation-delay: 2.65s;
  animation-delay: 2.65s;
}
.svg-elem-54 {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.svg-elem-55 {
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
}
.svg-elem-56 {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.svg-elem-57 {
  -webkit-animation-delay: 2.85s;
  animation-delay: 2.85s;
}
.svg-elem-58 {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
.svg-elem-59 {
  -webkit-animation-delay: 2.95s;
  animation-delay: 2.95s;
}
.svg-elem-60 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.svg-elem-61 {
  -webkit-animation-delay: 3.05s;
  animation-delay: 3.05s;
}
.svg-elem-62 {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}
.svg-elem-63 {
  -webkit-animation-delay: 3.15s;
  animation-delay: 3.15s;
}
.svg-elem-64 {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.svg-elem-65 {
  -webkit-animation-delay: 3.25s;
  animation-delay: 3.25s;
}
.svg-elem-66 {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.svg-elem-67 {
  -webkit-animation-delay: 3.35s;
  animation-delay: 3.35s;
}
.svg-elem-68 {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}
.svg-elem-69 {
  -webkit-animation-delay: 3.45s;
  animation-delay: 3.45s;
}
.svg-elem-70 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.svg-elem-71 {
  -webkit-animation-delay: 3.55s;
  animation-delay: 3.55s;
}
.svg-elem-72 {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.svg-elem-73 {
  -webkit-animation-delay: 3.65s;
  animation-delay: 3.65s;
}
.svg-elem-74 {
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}
.svg-elem-75 {
  -webkit-animation-delay: 3.75s;
  animation-delay: 3.75s;
}
.svg-elem-76 {
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}
.svg-elem-77 {
  -webkit-animation-delay: 3.85s;
  animation-delay: 3.85s;
}
.svg-elem-78 {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}
.svg-elem-79 {
  -webkit-animation-delay: 3.95s;
  animation-delay: 3.95s;
}
.svg-elem-80 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
/*=======================================================================
ボタン
=======================================================================*/
.btn_container {
  display: flex;
  justify-content: center;
}
.btn_wrap {
  display: inline-block;
  position: relative;
}
.btn {
  position: relative;
  color: #fff;
  background: #c62828;
  border: none;
  border-radius: 100vh;
  transition: all 0.5s ease;
  transform: translateY(0);
  isolation: isolate;
  z-index: 1;
  display: inline-block;
}
.btn_shadow {
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 80%;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(16px);
  border-radius: 50%;
  transform: translateX(-50%);
  transition: transform 0.5s ease;
  z-index: 0;
}
.btn:hover {
  transform: translateY(-2px);
}
/* ------------------------------
hoverで影を動かす
------------------------------ */
.btn:hover + .btn_shadow {
  transform: translateX(-50%) translateY(4px);
}
.btn_r {
  color: #fff;
  text-decoration: none;
  background: #ce313d;
  border: 1px solid #b53139;
}
.btn_r:hover {
  background: #d32f2f;
}
/* =====  article内ボタン ===== */
.btn_container.btn_box {
  text-align: center;
  margin-top: 40px;
}
.btn_container.btn_box .btn_wrap {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.btn_container.btn_box .btn,
.btn_container.btn_items .btn,
.btn_container.btn_items02 .btn,
.btn_container.btn_shopping .btn,
.btn_container.btn_contact .btn {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.btn_container.btn_box .btn {
  background: #ce313d;
  line-height: 64px;
}
.btn_container.btn_box .btn a {
  color: #fff;
  text-decoration: none;
}
/* =====  製品紹介ページボタン ===== */
.btn_container.btn_items .btn,
.btn_container.btn_items02 .btn {
  background: #eb6a40;
  border: 1px solid #d15b3b;
}
.btn_container.btn_items .btn {
  line-height: 48px;
  width: 200px;
}
.btn_container.btn_items02 .btn {
  line-height: 64px;
  width: 400px;
}
.btn_container.btn_shopping .btn {
  background: #333;
  border: 1px solid #222;
  line-height: 64px;
  width: 400px;
}
.btn_container.btn_contact .btn {
  background: #00a3af;
  border: 1px solid #017c7f;
  line-height: 40px;
  width: 240px;
}
.btn_or a,
.btn_gr a,
.btn_gre a {
  color: #fff;
  text-decoration: none;
  display: block;
}
/*=======================================================================
header
=======================================================================*/
#header {
  position: fixed;
  top: 20px;
  left: 4%;
  width: 92%;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100vh;
  transition: background-color 0.3s ease, top 0.4s ease, opacity 0.4s ease;
  background-color: rgba(255, 255, 255, 0.15);
}
#header.wrap-bg {
  background-color: rgba(0, 0, 0, 0.25);
}
#header h1 svg {
  width: 150px;
  line-height: 80px;
  display: block;
}
#header nav a {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media all and (min-width: 1201px) {
  #header {
    width: calc(100% - 96px);
    height: 80px;
    left: 48px;
    margin-right: 48px;
    padding: 0 32px;
  }
  #header {
    display: flex;
    align-items: center;
  }
}
#header.hide {
  top: -120px;
  opacity: 0;
}
/*=======================================================================
nav
=======================================================================*/
nav {
  position: fixed;
  z-index: 999;
  top: -20px;
  right: -100%;
  width: 90%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  transition: right 0.6s ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px;
}
@media all and (min-width: 1201px) {
  nav {
    padding: 0;
  }
}
nav.panelactive {
  right: -8%;
}
nav ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 48px 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
nav a {
  color: #fff;
  mix-blend-mode: normal !important;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
}
@media all and (min-width: 1201px) {
  #hover-circle {
    position: fixed;
    width: 140px;
    height: 140px;
    border: 1px solid #fff;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: transform 1s ease-in-out, opacity 0.1s ease-in-out;
    z-index: 9999;
  }
}
.wrap-bg nav ul li a {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.lang_pc {
  display: none;
}
/* =====  スマホ言語ボタン ===== */
.lang_btn {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 100vh;
  top: 14px;
  right: 64px;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-size: 87.5%;
}
.lang_btn a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100vh;
  background: #ce313d;
  text-decoration: none;
  color: #fff;
}
@media all and (min-width: 1201px) {
  .lang_pc {
    display: block;
  }
  .lang_btn {
    display: none;
  }
}
/* =====  バーガーボタン ===== */
.openbtn {
  width: 30px;
  height: 25px;
  position: absolute;
  top: 14px;
  right: 24px;
  z-index: 1000;
  cursor: pointer;
}
.openbtn span {
  display: block;
  height: 3px;
  background: #fff;
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.openbtn.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.openbtn.active span:nth-child(2) {
  opacity: 0;
}
.openbtn.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media all and (min-width: 1201px) {
  .openbtn {
    display: none;
  }
  nav {
    position: static;
    width: auto;
    height: auto;
    margin-left: auto;
    background-color: transparent;
  }
  nav ul {
    display: flex;
    flex-direction: row;
    gap: 48px;
    padding: 0;
  }
}
/*=======================================================================
article
=======================================================================*/
article {
  padding-bottom: 24%;
}
#wrap {
  background: #fff;
}
#index section,
article section {
  padding: 48px 0;
}
article section section {
  padding: 24px 0;
}
.no-top-padding {
  padding-top: 0 !important;
}
.bg_gray {
  background: rgba(0, 0, 0, 0.05);
}
.bg_dark {
  background: #111;
}
.section_wrap {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
} /*?*/
article h2 {
  text-align: center;
  color: #fff;
  padding: 100px 0 40px 0;
  z-index: 2;
}
article h3 {
  font-size: clamp(1.5rem, 1.15rem + 1.75vw, 3.25rem) /*24-52|320-1920*/;
  margin-bottom: 24px;
  text-align: center;
  color: #666;
  font-weight: 700;
}
article h3 span.en {
  font-weight: 900;
  letter-spacing: 0.1em;
}
article h3 span.sub {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem) /*14-18|320-1920*/;
  display: block;
  color: #111;
}
article h3.middle_head {
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem) /*24-36|320-1920*/;
}
article h4.under_line {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem) /*24-32|320-1920*/;
  font-weight: 700;
  position: relative;
  margin-bottom: 24px;
}
article h4.under_line:after {
  content: "";
  width: 72px;
  height: 6px;
  border-radius: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
}
.title_area {
  background: #333;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
}
article .title_area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(17, 17, 17, 0.5);
  z-index: 1;
}
@media screen and (min-width: 961px) {
  article {
    padding-bottom: 0;
  }
  #index section {
    padding: 120px 0;
  }
  article section:not(#index section) {
    padding: 120px 0 60px;
  }
  article .title_area {
    height: 320px;
  }
  article h2 {
    padding-top: 150px;
  }
  article h3 {
    text-align: center;
    margin-bottom: 40px;
  }
}
.text_box {
  width: 90%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.text_box p {
  margin-bottom: 1.6em;
}
/*=======================================================================
contactbox
=======================================================================*/
#contactbox {
  padding: 8% 0 24% 0;
}
#contactbox h3 {
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem) /*24-36|320-1920*/;
  text-align: center;
  margin-bottom: 24px;
}
#contactbox .btn_wrap {
  width: 80%;
  max-width: 400px;
}
#contactbox .btn {
  line-height: 64px;
  width: 100%;
}
.string_contact {
  display: block;
  width: 92%;
  max-width: 600px;
  margin: 0 auto 48px auto;
}
/*#contactbox .string_contact .st0 {
  fill: #ce313d !important;
}*/
#contactbox .string_contact {
  color: #ce313d !important;
}
.contact_1st {
  font-size: clamp(0.938rem, 0.9rem + 0.19vw, 1.125rem) /*15-18|320-1920*/;
}
.phone_num {
  font-size: clamp(1.875rem, 1.8rem + 0.38vw, 2.25rem) /*30-36|320-1920*/;
  margin-bottom: 8px;
}
.phone_num,
.phone_num span,
.phone_num a {
  font-weight: 600;
}
.phone_num,
.phone_num a {
  color: #111;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  #contactbox {
    padding: 8% 0 6% 0;
  }
  #contactbox h3 {
    text-align: center;
  }
}
/*=======================================================================
breadcrumb
=======================================================================*/
.breadcrumb {
  display: none;
}
@media screen and (min-width: 961px) {
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 24px auto;
  }
  .breadcrumb li::after {
    content: "/";
    margin: 0 16px;
    color: #666;
  }
  .breadcrumb li:last-child::after {
    content: "";
  }
  .breadcrumb li {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
  .breadcrumb li a {
    text-decoration: none;
    color: #111;
    position: relative;
    transition: color 0.5s;
  }
  .breadcrumb li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background-color: #999;
  }
  .breadcrumb li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0%;
    height: 1px;
    background-color: #111;
    transition: width 0.5s ease;
  }
  .breadcrumb li a:hover::after {
    width: 100%;
  }
}
/*=======================================================================
はみ出しスライダー
=======================================================================*/
/* スライド画像 */
.swiper-slide {
  width: auto !important;
  height: auto;
}
.swiper-wrapper {
  align-items: stretch;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
/*=======================================================================
はみ出しスライダー
=======================================================================*/
.horizontal-slider-box {
  align-items: center;
}
.horizontal-slider-block {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.horizontal-slider-block .slider {
  display: flex;
  gap: 32px;
}
.horizontal-slider-block .panel {
  flex: 0 0 auto;
  box-sizing: border-box;
}
.slider-wrapper {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.slider .panel img {
  width: 100%;
  display: block;
}
/*.slider {
  display: flex;
  transition: transform 0.5s ease;
}*/
.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.slider-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
}
.top-dots button {
  background: #eb6a40;
}
.slider-dots button.is-active {
  background: #ce313d;
  width: 14px;
  height: 14px;
}
.controls {
  position: absolute;
  top: 45%;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
.controls button {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  pointer-events: all;
  padding: 0;
  text-shadow: 2px 3px 3px rgba(17, 17, 17, 0.4);
}
.controls .prev {
  left: 16px;
}
.controls .next {
  right: 16px;
}
@media screen and (min-width: 1025px) {
  .horizontal-slider-block {
    width: 68%;
  }
}
/*=======================================================================
ラフ楕円囲み文字
=======================================================================*/
.daen_container {
  position: relative;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 500 / 150;
}
.daen_container canvas {
  position: absolute;
  inset: 0;
}
.daen_container .center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .daen_container {
    margin: auto;
  }
}
/*=======================================================================
ページスクロールボタン
=======================================================================*/
#page-top-wrapper {
  position: fixed;
  bottom: 0;
  right: 24px;
  z-index: 1000;
}
#page-top img {
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
#page-top.show img {
  opacity: 0.5;
}
#page-top.show img:hover {
  opacity: 1;
}
#page-top a {
  display: block;
  width: 48px;
  height: 48px;
  text-decoration: none;
  padding-top: 10px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  #page-top a {
    width: 100px;
    height: 100px;
  }
}
/*=======================================================================
footer
=======================================================================*/
footer {
  background: linear-gradient(90deg, #666666, #4c4c4c, #333333, #1c1c1c, #141414, #191919, #1d1d1d, #222222);
  padding: 48px 48px 24px 48px;
  position: relative;
}
footer svg {
  width: 150px;
  display: block;
}
#sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
#sns i {
  font-size: 28px;
}
#sns a {
  color: #fff;
  transition: color 0.5s ease;
}
#sns a.instagram {
  position: relative;
  display: inline-block;
}
#sns a.instagram i.base {
  color: #fff;
}
#sns a.instagram:hover i.base {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#sns a.instagram i.gradient {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#sns a.instagram:hover i.gradient,
#sns a.instagram:active i.gradient {
  opacity: 1;
}
/* ------------------------------
YouTube
------------------------------ */
#sns a.youtube:hover,
#sns a.youtube:active {
  color: #ff0000;
}
/* ------------------------------
TikTok 
------------------------------ */
#sns a.tiktok:hover,
#sns a.tiktok:active {
  color: #69c9d0;
}
#foot_link {
  display: none;
}
#foot_link li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: color 0.8s;
}
#foot_link li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: width 0.8s ease;
}
#foot_link li a:hover::after {
  width: 100%;
}
@media screen and (min-width: 961px) {
  #foot_link {
    display: block;
  }
}
#btn_shop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-color: #ce313d;
  color: #fff;
  border-radius: 100% 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 100% 100%;
  overflow: hidden;
  padding-top: 24px;
  padding-left: 14px;
  z-index: 2;
  font-size: 75%;
}
#btn_shop a {
  color: inherit;
  text-decoration: none;
  display: block;
}
#btn_shop:hover {
  transform: scale(1.1);
  transform-origin: 100% 100%;
}
footer small {
  color: #fff;
  border-top: 1px solid #fff;
  display: block;
  margin: 0;
  padding: 16px 0;
}
@media screen and (min-width: 961px) {
  #btn_shop {
    width: 126px;
    height: 126px;
    font-size: 100%;
    padding-left: 24px;
  }
  footer small {
    margin: 16px 240px 0 0;
  }
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  color: #111;
  padding: 16px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  z-index: 9999;
  display: none;
  filter: none !important;
  opacity: 1 !important;
}
.cookie-banner p {
  margin: 0 0 10px;
  font-size: 87.5%;
  line-height: 1.5;
}
.cookie-buttons {
  display: flex;
  gap: 10px;
}
.cookie-buttons button {
  padding: 8px 16px;
  border: none;
  background-color: #111;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border-radius: 100vh;
}
.cookie-buttons button:hover {
  background-color: #333;
}
@media screen and (min-width: 1201px) {
  .cookie-banner p {
    text-align: center;
  }
  .cookie-buttons {
    justify-content: center;
  }
}
/*=======================================================================
form
=======================================================================*/
.inquiry_title {
  background-image: url("../img/title/bg_ti_inquiry.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 60%;
}
.inquiry-text {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
input,
select {
  background: #fff;
}
input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}
[inputtype="text"]:focus::-ms-input-placeholder {
  color: transparent;
}
input[type="text"]:focus::placeholder {
  color: transparent;
}
#form {
  border: 1px solid #ccc;
  padding: 32px;
  width: 90%;
  max-width: 960px;
  margin: auto;
  border-radius: 4px;
}
#form label {
  font-size: 100%;
  font-weight: bold;
}
#form input[type="text"],
#form input[type="tel"],
#form input[type="number"],
#form input[type="email"],
#form textarea,
select {
  width: 100%;
  border: 1px solid #ccc;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 16px;
}
select,
option {
  padding: 16px;
  width: 100%;
  cursor: pointer;
}
input:focus,
textarea:focus,
select:focus {
  background: #ffc;
}
span.need {
  background: #c00;
  color: #fff;
  padding: 0.3% 0.8%;
  margin: 10% 0;
}
#form dl div {
  margin: 40px 0;
}
#form dl dt.need {
  position: relative;
}
#form dl dt.need:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "必須";
  background: #ce313d;
  color: #fff;
  padding: 0.3% 2.4%;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  margin: 8px 6px;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  margin: 8px 12px 8px 8px;
  line-height: 250%;
  cursor: pointer;
}
input.formbtn {
  position: relative;
  color: #fff;
  background: #ce313d;
  border: 1px solid #b53139;
  border-radius: 100vh;

  /* サイズ調整（btn_box と同等） */
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  line-height: 64px;

  /* ボタン挙動 */
  cursor: pointer;
  transition: all 0.5s ease;
  transform: translateY(0);
  z-index: 1;
}
input.formbtn_gray {
  position: relative;
  color: #fff;
  background: #666;
  border: 1px solid #555;
  border-radius: 100vh;

  /* サイズ調整（btn_box と同等） */
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  line-height: 64px;

  /* ボタン挙動 */
  cursor: pointer;
  transition: all 0.5s ease;
  transform: translateY(0);
  z-index: 1;
}
/* hover時の浮き上がり */
input.formbtn:hover {
  background: #d32f2f;
  transform: translateY(-2px);
}
input.formbtn_gray:hover {
  background: #555;
  transform: translateY(-2px);
}
/* 余計なデフォルトスタイルを消す（Safari対策含む） */
input.formbtn,
input.formbtn_gray {
  appearance: none;
  -webkit-appearance: none;
}
input.formbtn:hover + .btn_shadow {
  transform: translateX(-50%) translateY(4px);
}
input.formbtn_gray:hover + .btn_shadow {
  transform: translateX(-50%) translateY(4px);
}
@media (min-width: 769px) {
  #form dl div {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #form dl dt {
    width: 25%;
    padding-left: 80px;
  }
  #form dl dd {
    width: 70%;
  }
  #form dl dt.need:after {
    left: 0;
    width: 48px;
  }
}
