@charset "UTF-8";
:root {
  --margin: calc(50px*2);
  --transformY: translateY(-50%);
  --flex3-0: calc(100% / 3);
  --flex3: calc((100% - 30px*2) / 3);
  --flex3-15: calc((100% - 15px*2) / 3);
  --flex3-2px: calc((100% - 2px*2) / 3);
  --flex3-40: calc((100% - 40px*2) / 3);
  --flex3-45: calc((100% - 45px*2) / 3);
  --flex3-50: calc((100% - 50px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-2px: calc((100% - 2px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-40: calc((100% - 40px) / 2);
  --flex2-45: calc((100% - 45px) / 2);
  --flex2-50: calc((100% - 50px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-20: calc((100% - 20px*3) / 4);
  --flex4-0: calc(100% / 4);
  --flex4-2: calc(100% / 4);
  --flex4-15: calc((100% - 15px*3) / 4);
  --flex5: calc((100% - 30px*4) / 5);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --shadow-btn: 6.080051898956299px 6.080051898956299px 13.680116653442383px rgba(180.22, 96.52, 18.19, 0.20);
  --primary:#9B2D30;
  --gray: #6B7280;
  --secondary:#00A0EA;
  --accent:#C00F31;
  --white:#ffffff;
  --btnColor:#6B8EAD;
  --accColor:#6BC5F3;
  --color-pale:#FBFBF7;
  --text:#2B2B2B;
  --title: #664524;
  --full: 100%;
  --icon-fill:"Phosphor-fill";
  --icon-regular:"Phosphor";
  --font-ja: "Kiwi Maru", serif;
  --font-en: "Marcellus", serif;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .spnone {
    display: none;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
  scroll-padding-top: 200px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: 400;
  color: var(--text);
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.65rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  animation: fadeInAnime 1.5s ease 0s;
}

.img .imgL,
.img .imgR {
  margin-right: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .img .imgL,
  .img .imgR {
    max-width: 100% !important;
  }
}
.img-radius img {
  border-radius: 20px;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.inner2 {
  margin: 0 auto;
  max-width: 92.19vw;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1800px) {
  .inner2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents {
  width: 100%;
  max-width: 1200px;
  background-color: transparent;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  #contents {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    max-width: 100%;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #262626;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 0;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.p-hero {
  position: relative;
  z-index: 0;
}
.p-hero::before {
  content: "";
  height: 360px;
  background: url(../images/home/mv_btm_bg.jpg);
  width: var(--full);
  position: absolute;
  left: 50%;
  transform: var(--transX);
  bottom: -140px;
  z-index: -1;
}
.p-hero__bg {
  position: relative;
  z-index: 0;
}
.p-hero__bg::before {
  content: "";
  height: 360px;
  background: linear-gradient(0deg, #350F10 0%, rgba(155, 45, 48, 0) 100%);
  width: 91.88vw;
  position: absolute;
  left: 50%;
  transform: var(--transX);
  bottom: 0;
  z-index: 1;
}
.p-hero__bg::after {
  content: "";
  width: var(--full);
  height: 1px;
  position: absolute;
  bottom: 72px;
  left: 0;
  background-color: var(--white);
  visibility: visible !important;
  z-index: 1;
}
.p-hero__bg img {
  width: 91.88vw !important;
  height: calc(100vh - 87px) !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
@media (max-width: 834px) {
  .p-hero__bg img {
    height: 70dvh !important;
  }
}
.p-hero__content {
  position: absolute;
  left: 10%;
  bottom: 28%;
  z-index: 1;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}
.p-hero__content p {
  letter-spacing: 17.2px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.4;
  color: var(--white);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* 自転車が街（画面）を右から左へ走り抜ける（配達アニメーションのみ残す） */
@keyframes bikeMove {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(-260px); /* 画面左外へ完全に隠れるまで */
  }
}
/* クラス適用 */
.animate-bike {
  animation: bikeMove var(--duration, 10s) linear infinite;
  position: absolute;
  bottom: 72px;
  left: 0;
  max-width: 15vw;
}

.fix-btn {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9999;
}
@media (max-width: 640px) {
  .fix-btn {
    width: 18vw;
  }
}

.p-sub-mv {
  background-size: cover;
  background-position: center;
  color: var(--white);
}
.p-sub-mv__inner {
  text-align: center;
  width: 100%;
}
.p-sub-mv article {
  display: flex;
  flex-direction: column-reverse;
}
.p-sub-mv h1 {
  font-size: clamp(34px, 4.2vw, 48px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 8px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-sub-mv .en {
  font-family: var(--font-en);
  color: var(--white);
  font-size: 1.8rem;
}

.breadcrumb {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  margin-bottom: 12.8rem;
  font-size: 1.4rem;
  display: flex;
  color: #262626;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--black);
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

.breadcrumb pan .breadcrumb {
  margin-bottom: 0;
}

.l-header__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  background: rgba(243, 243, 242, 0.8);
  border-bottom: 1px rgba(229, 231, 235, 0.5) solid;
  backdrop-filter: blur(6px);
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .l-header__inner {
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .l-header__inner {
    justify-content: space-between;
    gap: 16px;
    padding: 15px;
  }
}
.l-header__logo {
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .l-header__logo {
    max-width: 40vw;
  }
}
.l-header__right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.l-header__list {
  display: flex;
}
.l-header__list li {
  position: relative;
}
.l-header__list li a {
  display: block;
  text-align: center;
  position: relative;
  color: var(--text);
  line-height: 1.2em;
  padding: 10px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .l-header__list li a {
    font-size: 1.4rem;
  }
}
.l-header__contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__mail {
  padding: 14px;
  display: inline-block;
  line-height: 1;
  background-color: var(--primary);
  color: var(--white) !important;
}
.l-header__tel {
  line-height: 1;
  color: var(--text) !important;
  display: inline-flex;
  gap: 10px;
  flex-direction: column;
  pointer-events: none;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  align-items: flex-end;
}
.l-header__tel .text {
  color: var(--gray);
  font-size: 1.6rem;
}
@media (max-width: 900px) {
  .l-header__tel {
    pointer-events: auto;
  }
}

.openBtn {
  display: none;
}
@media (max-width: 900px) {
  .openBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    background-color: var(--primary);
    cursor: pointer;
    transition: all 0.3s;
    z-index: 0;
  }
  .openBtn .btnArea {
    width: 24px;
    height: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .openBtn .btnArea span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .openBtn .btnArea span:nth-of-type(1) {
    top: 0;
  }
  .openBtn .btnArea span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .openBtn .btnArea span:nth-of-type(3) {
    bottom: 0;
  }
  .openBtn.active {
    background-color: var(--primary);
  }
  .openBtn.active .btnArea span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .openBtn.active .btnArea span:nth-of-type(2) {
    opacity: 0;
  }
  .openBtn.active .btnArea span:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}

.l-header__nav .l-header__list {
  display: flex;
}
.l-header__nav .nav_dropdown {
  position: relative;
}
.l-header__nav .nav_dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  min-width: 200px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 100;
}
.l-header__nav .nav_dropdown .dropdown li a {
  display: block;
  padding: 10px 20px;
  color: var(--text);
  transition: background 0.3s;
  border-bottom: 1px solid var(--primary);
}
.l-header__nav .nav_dropdown .dropdown li a:hover {
  background: #f7f7f7;
}
@media (max-width: 900px) {
  .l-header__nav .nav_dropdown .dropdown li a:hover {
    background: var(--primary);
  }
}
@media (max-width: 900px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: -120%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow-y: auto;
    padding: 80px 40px;
    z-index: 0;
  }
  .l-header__nav.panelactive {
    right: 0;
  }
  .l-header__nav .l-header__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .l-header__nav .l-header__list > li {
    width: 100%;
    border-bottom: 1px solid var(--gray);
  }
  .l-header__nav .l-header__list a {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    padding: 20px 0;
    color: var(--text);
    font-weight: bold;
  }
  .l-header__nav .nav_dropdown .toggle {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s;
  }
  .l-header__nav .nav_dropdown .toggle::after {
    content: "▼";
    font-size: 12px;
  }
  .l-header__nav .nav_dropdown .toggle.is-open {
    transform: rotate(180deg);
  }
  .l-header__nav .nav_dropdown .dropdown {
    position: static;
    background: transparent;
    box-shadow: none;
    background: var(--primary);
  }
  .l-header__nav .nav_dropdown .dropdown li a {
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9em;
    line-height: 1.2;
    border-bottom: 1px solid var(--color-pale);
  }
}

@media (max-width: 900px) {
  .l-header__contact2 {
    display: flex;
    width: 100%;
    padding: 10px;
    margin-top: 30px;
    justify-content: center;
  }
}
#global_footer {
  position: relative;
  color: var(--white);
  font-size: 1.4rem;
  background-color: #004EA1;
}

.c-page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 90;
  width: 60px;
  height: 60px;
  background-color: var(--primary);
  color: #FFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s, transform 0.3s;
}
@media (max-width: 640px) {
  .c-page-top {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.c-page-top:hover {
  transform: translateY(-5px);
}

.l-footer__inner {
  max-width: 1230px !important;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  gap: 30px;
  padding: 60px 24px !important;
  border-bottom: 1px solid rgba(156, 163, 175, 0.3);
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  .l-footer__inner {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.l-footer__info {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 834px) {
  .l-footer__info {
    flex: unset;
    width: var(--full);
  }
}
.l-footer__overview dl {
  display: flex;
  align-items: flex-start;
}
.l-footer__overview dl dt {
  width: 20%;
  color: rgba(255, 255, 255, 0.7);
}
.l-footer__overview dl dd {
  width: 80%;
}
.l-footer__map {
  flex: 1.5;
}
@media (max-width: 834px) {
  .l-footer__map {
    flex: unset;
    width: var(--full);
  }
}
.l-footer__map iframe {
  width: 100%;
  vertical-align: bottom;
  max-height: 380px;
}
.l-footer__nav {
  flex: 1;
}
@media (max-width: 834px) {
  .l-footer__nav {
    flex: unset;
    width: var(--full);
  }
}
.l-footer__nav ul {
  display: flex;
  gap: 15px;
  text-align: left;
  flex-direction: column;
}
.l-footer__nav ul li a {
  color: var(--white) !important;
  display: inline-flex;
  position: relative;
  padding-left: 2rem;
}
.l-footer__nav ul li a::before {
  font-family: var(--icon-regular);
  content: "\e13a";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}
.l-footer__nav ul li.footer-nav-dropdown > a {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-left: 0;
  display: block;
}
@media (max-width: 640px) {
  .l-footer__nav ul li.footer-nav-dropdown > a {
    display: inline-block;
  }
}
.l-footer__nav ul li.footer-nav-dropdown > a::before {
  display: none;
}
.l-footer__nav ul li ul {
  gap: 12px;
  flex-direction: column;
}
.l-footer__nav ul li ul li {
  line-height: 1em;
}
.l-footer__copy {
  color: #9CA3AF;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptNone #contents_wrap {
  padding-bottom: 0 !important;
}

.scroll-hint-text {
  line-height: 1.25em;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .l-container {
    padding: 0 24px;
  }
}
@media (max-width: 900px) {
  .l-container {
    padding: 0 24px;
  }
}

.c-btn--primary a {
  text-align: center;
  color: var(--white);
  background-color: var(--primary);
  padding: 15px;
  display: inline-block;
  line-height: 1.2;
  min-width: 250px;
  font-size: 1.6rem;
  position: relative;
}
.c-btn--primary a::before {
  content: "→";
  font-family: var(--font-en);
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}
.c-btn--primary a:hover {
  opacity: 0.8;
  background-color: var(--primary);
  color: var(--white);
}
.c-btn--primary--line a {
  border: 1px solid var(--primary);
  background-color: transparent;
  color: var(--primary);
  min-width: 150px;
}
.c-btn--primary--line a::before {
  display: none;
}
.c-btn__mail {
  background-color: var(--white);
  padding: 25px 15px;
  line-height: 1.1;
  display: block;
  color: var(--primary) !important;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  text-align: center;
}
.c-btn__tel {
  color: var(--white) !important;
  font-size: clamp(36px, 4vw, 46px);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  pointer-events: none;
  display: block;
  line-height: 1.2;
  text-align: center;
}
.c-btn__tel .time {
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .c-btn__tel {
    font-size: 3.4rem;
    pointer-events: auto;
  }
}
.c-btn__tel--contact {
  color: var(--text) !important;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.c-section-title article {
  display: flex;
  flex-direction: column-reverse;
}
.c-section-title .en {
  font-family: var(--font-en);
  color: var(--gray);
  font-size: 1.6rem;
}
.c-section-title h2 {
  font-size: clamp(32px, 3.4vw, 36px);
  line-height: 1.2;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.c-section-title__small h2 {
  font-size: 2.4rem;
}
.c-section-title--white {
  position: relative;
}
.c-section-title__h1 h1 {
  font-size: clamp(32px, 3.4vw, 36px);
  line-height: 1.2;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.c-section-title__h1 h1 .sub {
  display: block;
  font-size: 0.8em;
}
.c-section-title__local h2 {
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1.1;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--primary);
  padding-left: 2rem;
  padding-top: 15px;
  position: relative;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.c-section-title__local h2::before {
  content: "";
  width: 10px;
  height: 100%;
  background: url(../images/home/home_publications_decoL.jpg);
  background-position-y: 17%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
}
.c-section-title__local article > div {
  margin-top: 50px;
}
.c-section-title__local article > div:empty {
  margin-top: 0;
}
.c-section-title__sub h3 {
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.2;
  font-weight: 500;
  color: var(--white);
  padding: 15px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: var(--primary);
}
.c-section-title__sub article > div {
  margin-top: 30px;
}
.c-section-title__sub article > div:empty {
  margin-top: 0;
}

.c-text__24 {
  font-size: 2.4rem;
}
.c-text__24 p {
  line-height: 1.8em;
}
.c-text__price {
  font-size: 2rem;
}
.c-text__price .price {
  font-family: var(--font-en);
  font-size: 1.5em;
  font-weight: 500;
}

.c-dl__news {
  max-height: 310px;
  overflow-y: auto;
}
.c-dl__news .tag-red {
  border: 1px solid var(--primary);
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px;
  color: var(--primary);
  min-width: 65px;
}
.c-dl__news .tag-gray {
  border: 1px solid var(--gray);
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px;
  color: var(--gray);
  min-width: 65px;
}
.c-dl__news dl {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #E5E7EB;
}
@media (max-width: 834px) {
  .c-dl__news dl {
    flex-direction: column !important;
    gap: 8px;
    padding: 16px 0;
  }
}
.c-dl__news dl dt {
  font-size: 1.6rem;
  color: #6B7280;
  font-size: 1.8rem;
  min-width: 120px;
  background: none !important;
  border: none !important;
  justify-content: flex-start !important;
  padding: 0 !important;
}
@media (max-width: 834px) {
  .c-dl__news dl dt {
    width: 100% !important;
  }
}
.c-dl__news dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 834px) {
  .c-dl__news dl dd {
    width: 100% !important;
  }
}

.color-white {
  color: var(--white);
}
.color-white .en, .color-white h2, .color-white p {
  color: var(--white) !important;
}

.p-about {
  position: relative;
}
.p-about__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .p-about__inner {
    display: block;
  }
}
.p-about__inner .left {
  width: 48%;
}
.p-about__inner .left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .p-about__inner .left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .p-about__inner .left {
    width: 100% !important;
  }
}
.p-about__inner .right {
  width: 48%;
}
.p-about__inner .right .btn {
  margin-top: 50px;
}
.p-about__inner .right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-about__inner .right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.p-about__inner {
  max-width: 1000px;
  margin: auto;
  flex-direction: row-reverse;
}

.p-news__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .p-news__inner {
    display: block;
  }
}
.p-news__inner .left {
  width: 20%;
}
.p-news__inner .left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .p-news__inner .left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .p-news__inner .left {
    width: 100% !important;
  }
}
.p-news__inner .right {
  width: 80%;
}
.p-news__inner .right .btn {
  margin-top: 50px;
}
.p-news__inner .right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-news__inner .right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.p-news__inner {
  max-width: 1000px;
  margin: auto;
}

.p-publications {
  gap: 50px;
  align-items: center;
}
.p-publications .box {
  flex: 1;
}
.p-publications .box:first-of-type {
  text-align: center;
}
.p-publications .box h3 {
  font-size: clamp(28px, 3vw, 30px);
  line-height: 1.2;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.p-publications .box > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 834px) {
  .p-publications .box {
    flex: unset;
    width: var(--full);
  }
}
.p-publications--reverse {
  flex-direction: row-reverse !important;
}
.p-publications-bg {
  position: relative;
}
.p-publications-bg::before {
  content: "";
  height: 60vw;
  background: url(../images/home/home_publications_decoL.jpg);
  background-size: cover;
  width: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 640px) {
  .p-publications-bg::before {
    height: 90%;
    width: 20px;
  }
}
.p-publications-bg::after {
  content: "";
  height: 60vw;
  background: url(../images/home/home_publications_decoR.jpg);
  background-size: cover;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 640px) {
  .p-publications-bg::after {
    height: 90%;
    width: 20px;
  }
}
.p-publications-bg__inner {
  max-width: 1100px;
  margin: auto;
}

.p-other__title {
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
.p-other__title .en {
  font-family: var(--font-en);
  color: var(--gray);
  font-size: 1.6rem;
}
.p-other__title h2 {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.slider-other .slick-slide {
  margin: 0 15px;
}
.slider-other .slick-slide img {
  width: 100% !important;
}

.dots {
  background-image: radial-gradient(circle at center, #FDF449 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.1em;
}

.p-access {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.p-access::before {
  content: "";
  background-color: rgba(2, 36, 72, 0.68);
  width: var(--full);
  height: var(--full);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-access .c-map {
  height: 100%;
}
.p-access .c-map iframe {
  width: 100%;
  height: 100%;
}
.p-access__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .p-access__wrap {
    display: block;
  }
}
.p-access__wrap .left {
  width: 48%;
}
.p-access__wrap .left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .p-access__wrap .left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .p-access__wrap .left {
    width: 100% !important;
  }
}
.p-access__wrap .right {
  width: 48%;
}
.p-access__wrap .right .btn {
  margin-top: 50px;
}
.p-access__wrap .right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-access__wrap .right {
    width: 100% !important;
    margin-top: 50px;
  }
}

.p-contact {
  background-size: cover;
  background-position: center;
}
.p-contact__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .p-contact__inner {
    display: block;
  }
}
.p-contact__inner .left {
  width: 30%;
}
.p-contact__inner .left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .p-contact__inner .left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .p-contact__inner .left {
    width: 100% !important;
  }
}
.p-contact__inner .right {
  width: 65%;
}
.p-contact__inner .right .btn {
  margin-top: 50px;
}
.p-contact__inner .right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-contact__inner .right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.p-contact__inner {
  align-items: center;
  gap: 50px;
  justify-content: space-between;
  max-width: 1134px;
  margin: auto;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .p-contact__inner {
    flex-direction: column;
  }
  .p-contact__inner .left, .p-contact__inner .right {
    width: var(--full);
  }
}
.p-contact__btn {
  gap: 30px;
}
.p-contact__btn .box {
  flex: 1;
  text-align: center;
}
@media (max-width: 834px) {
  .p-contact__btn .box {
    flex: unset;
    width: var(--full);
  }
}
.p-contact .left {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-contact .left .en {
  font-family: var(--font-en);
  color: var(--gray);
  font-size: 1.6rem;
}
.p-contact .left h2 {
  font-size: clamp(32px, 3.4vw, 36px);
  line-height: 1.2;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #ccc;
}

::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.6);
  border-radius: 10px;
  box-shadow: none;
}

.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger,
.fadeUpTrigger-load {
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.fadeUp-load {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime-load {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.pager {
  display: flex;
}

.shopPage #contents_wrap {
  margin-top: 100px;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopPage .items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .shopPage .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shopPage .items article {
  margin-left: 0 !important;
}
.shopPage .items article .photo {
  width: 100% !important;
}
.shopPage .items article .name {
  color: #1e42a8 !important;
  font-weight: bold;
}
.shopPage .items article .price {
  color: #262626 !important;
}
.shopPage .items article button {
  border-radius: 0 !important;
  background: #1e42a8 !important;
  color: #fff !important;
  border: none !important;
  text-indent: 0 !important;
}
.shopPage .items > article {
  width: auto !important;
}

div.items > article a.photo {
  height: auto !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.shopPage div.items > article .thumb {
  z-index: 2;
  position: relative;
}

.shopPage div.items > article a {
  text-decoration: none;
}

#main #col_side1 {
  display: none;
}

.shopPage #main #col_side1 {
  display: block;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .shopPage #main #col_side1 {
    width: 100% !important;
  }
}

.view_cart a {
  background-color: #1e42a8;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title {
  display: none;
}

.form dt {
  padding: 30px 15px !important;
  background: none !important;
  border: none !important;
  font-weight: 500;
}
@media (max-width: 640px) {
  .form dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.form dd {
  padding: 30px 15px !important;
  border: none !important;
  background: none !important;
}
@media (max-width: 640px) {
  .form dd {
    width: 100% !important;
  }
}
.form dl {
  border-bottom: 1px solid rgba(155, 45, 48, 0.8);
}

dl.file dt, dl.photo dt {
  background: transparent !important;
  font-size: 1.6rem;
}

section div.form_wrap.message {
  background: none;
}

.policy_cont p {
  margin-bottom: 10px;
  line-height: 2em;
}
.policy_cont h2 {
  font-size: clamp(28px, 3vw, 30px);
  border-bottom: 1px solid #9b2d30;
  padding-bottom: 15px;
  line-height: 1.25em;
  margin: 50px 0 20px 0;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.c-ul__history ul {
  position: relative;
  padding: 20px 0;
}
.c-ul__history ul::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 180px;
  width: 2px;
  background-color: var(--primary);
}
@media (max-width: 640px) {
  .c-ul__history ul::before {
    left: 14px;
  }
}
.c-ul__history li {
  float: none !important;
  overflow: visible !important;
  display: flex;
  position: relative;
  padding-bottom: 50px;
}
.c-ul__history li:last-child {
  padding-bottom: 0;
}
@media (max-width: 640px) {
  .c-ul__history li {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.c-ul__history li::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 181px;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 3px solid var(--primary);
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 640px) {
  .c-ul__history li::after {
    top: 2px;
    left: 15px;
  }
}
.c-ul__history .time {
  width: 180px;
  flex-shrink: 0;
  padding-right: 40px;
}
@media (max-width: 640px) {
  .c-ul__history .time {
    width: 100%;
    text-align: left;
    padding-right: 0;
    padding-left: 40px;
    margin-bottom: 8px;
  }
}
.c-ul__history h3 {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.c-ul__history .content {
  flex-grow: 1;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .c-ul__history .content {
    padding-left: 40px;
  }
}
.c-ul__check ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
}
.c-ul__check ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 500;
  overflow: visible !important;
}
.c-ul__check ul li::before {
  content: "\e0aa";
  font-family: var(--icon-regular);
  font-size: 0.8em;
  line-height: 1;
  color: var(--primary);
}
@media (max-width: 640px) {
  .c-ul__check ul li {
    font-size: 16px;
  }
}
.c-ul__check--center {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.p-products__btn {
  gap: 30px;
}
.p-products__btn .box {
  width: var(--flex4);
  position: relative;
}
.p-products__btn .box img {
  width: 100% !important;
  aspect-ratio: 1/0.9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s;
}
.p-products__btn .box a:hover img {
  transform: scale(1.1);
  transition: 0.8s;
}
.p-products__btn .box article > div {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-products__btn .box article > div {
  text-align: right;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white);
  background-color: var(--primary);
  display: inline;
  padding: 0 8px;
}
@media (max-width: 834px) {
  .p-products__btn .box {
    width: var(--flex2);
  }
}
@media (max-width: 640px) {
  .p-products__btn .box {
    width: 100%;
  }
}

.slider-thumb .slick-prev:before, .slider-thumb .slick-next:before {
  color: var(--primary);
}
.slider-thumb .slick-slider {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 20px 0;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .slider-thumb .slick-slider {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.slider-thumb .slick-slider img {
  width: 100% !important;
}
.slider-thumb .slick-slider .slick-list {
  grid-column: 1/3;
}
.slider-thumb .slick-slider .slick-dots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  bottom: unset !important;
  position: inherit !important;
}
@media screen and (max-width: 640px) {
  .slider-thumb .slick-slider .slick-dots {
    grid-template-columns: repeat(3, 1fr);
  }
}
.slider-thumb .slick-slider .slick-dots li {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}
.slider-thumb .slick-slider .slick-dots li img {
  width: 100% !important;
  aspect-ratio: 3/2;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-thumb .slick-dotted {
  margin-bottom: 0 !important;
}

.p-flow {
  counter-reset: flow-step;
}
.p-flow .box {
  width: 100%;
  overflow: visible !important;
  position: relative;
  padding: 32px;
  margin-bottom: 50px;
  gap: 30px;
  background-color: var(--color-pale);
  counter-increment: flow-step;
}
@media (max-width: 640px) {
  .p-flow .box {
    padding: 24px 20px;
    margin-bottom: 40px;
  }
}
.p-flow .box h3 {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  margin-bottom: 15px;
  font-weight: 500;
}
.p-flow .box h3::before {
  content: counter(flow-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--secondary);
  color: #ffffff;
  font-size: 18px;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .p-flow .box h3::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 12px;
  }
}
.p-flow .box article {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 640px) {
  .p-flow .box article {
    flex-direction: column;
  }
}
.p-flow .box article img {
  width: 30% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .p-flow .box article img {
    width: auto !important;
  }
}
.p-flow .box article > div {
  line-height: 1.8;
  margin: 0;
}
.p-flow .box:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: var(--primary) transparent transparent transparent;
  visibility: visible !important;
}
@media (max-width: 640px) {
  .p-flow .box:not(:last-child)::after {
    bottom: -28px;
    border-width: 14px 10px 0 10px;
  }
}
.p-flow .box--imgnone .box {
  width: 100%;
}

.c-box__flow {
  background-color: var(--color-pale);
  padding: 30px;
  gap: 30px;
}
.c-box__flow .box {
  counter-increment: flow-step;
  background-color: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.c-box__flow .box::before {
  content: "0" counter(flow-step);
  color: var(--secondary);
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 834px) {
  .c-box__flow .box {
    flex: unset;
    width: var(--full);
  }
}
.c-box__flow .box {
  /* clip-pathで右向きの矢印の形を作ります。
  	右端から $arrow-size 分だけ内側にポイントを作り、中央を一番右端まで伸ばします。
  */
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
  padding: 15px 25px 15px 10px;
  min-height: 140px;
}
@media (max-width: 834px) {
  .c-box__flow .box {
    clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
  }
}
.c-box__flow .box:last-child {
  clip-path: none;
  padding-right: 10px;
}
.c-box__flow .box img {
  width: 45px !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 15px auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-box__flow .box .text {
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 5px;
}
.c-box__row {
  display: flex;
  gap: 50px;
}
@media (max-width: 834px) {
  .c-box__row {
    flex-direction: column;
  }
}
.c-box__row img {
  width: 100% !important;
}
.c-box__row__left {
  flex: 1;
}
@media (max-width: 834px) {
  .c-box__row__left {
    flex: auto;
    width: 100%;
  }
}
.c-box__row__right {
  flex: 1;
}
.c-box__row__right .c-map {
  height: 100%;
}
.c-box__row__right .c-map iframe {
  height: 100%;
}
@media (max-width: 834px) {
  .c-box__row__right {
    flex: auto;
    width: 100% !important;
  }
}
.c-box__row--70 .left {
  width: 25%;
  flex: unset;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .c-box__row--70 .left {
    width: var(--full);
  }
}
.c-box__row--70 .right {
  width: 70%;
  flex: unset;
}

.c-btn__anchor {
  gap: 15px;
}
.c-btn__anchor .box {
  width: var(--flex4);
}
@media (max-width: 834px) {
  .c-btn__anchor .box {
    width: var(--flex2);
  }
}
@media (max-width: 640px) {
  .c-btn__anchor .box {
    width: 100%;
  }
}
.c-btn__anchor .box > div {
  height: 100%;
}
.c-btn__anchor .box a {
  height: 100%;
  text-align: center;
  background-color: var(--secondary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  font-size: 1.8rem;
}
.c-btn__banner {
  gap: 30px;
}
.c-btn__banner .box {
  width: var(--flex2);
}
@media (max-width: 640px) {
  .c-btn__banner .box {
    width: 100%;
  }
}
.c-btn__banner .box > div {
  height: 100%;
}
.c-btn__banner .box a {
  height: 100%;
  text-align: center;
  background-color: var(--secondary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  font-size: 2rem;
  position: relative;
}
.c-btn__banner .box a::before {
  content: "▶";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}
.c-btn__banner .box a:hover {
  opacity: 0.8;
  background-color: var(--primary);
  color: var(--white);
}

.c-box__cards {
  gap: 30px;
}
.c-box__cards .box {
  width: var(--flex3);
}
.c-box__cards .box img {
  width: 100% !important;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 834px) {
  .c-box__cards .box {
    width: var(--flex2);
  }
}
@media (max-width: 640px) {
  .c-box__cards .box {
    width: 100%;
  }
}
.c-box__cards__logo {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 15px;
}
@media (max-width: 640px) {
  .c-box__cards__logo {
    grid-template-columns: 1fr;
  }
}
.c-box__cards__logo .box article {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-box__cards__logo .box img {
  max-width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto !important;
}
.c-box__cards--column .box {
  width: var(--full);
}
.c-box__cards--works .box {
  position: relative;
}
.c-box__cards--works .box article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-box__cards--works .box h3 {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 15px;
  font-size: 1.8rem;
  margin-top: 15px;
}
.c-box__cards--works .box img {
  width: 100% !important;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .c-box__cards--works .box img {
    width: 100% !important;
  }
}
.c-box__cards__imgtext__column {
  gap: 30px;
}
.c-box__cards__imgtext__column .box {
  color: var(--white);
  width: var(--flex4);
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 834px) {
  .c-box__cards__imgtext__column .box {
    width: var(--flex2);
  }
}
@media (max-width: 640px) {
  .c-box__cards__imgtext__column .box {
    width: 100%;
  }
}
.c-box__cards__imgtext__column .box img {
  width: 100% !important;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
.c-box__cards__imgtext__column .box h3 {
  margin-top: 15px;
  line-height: 1;
  border-bottom: 2px dashed var(--white);
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 2.4rem;
}
.c-box__cards__imgtext {
  gap: 50px;
  align-items: center;
}
.c-box__cards__imgtext .box {
  overflow: visible !important;
  flex: 1;
}
@media (max-width: 834px) {
  .c-box__cards__imgtext .box {
    width: 100%;
    flex: auto;
  }
}
.c-box__cards__imgtext .box h3 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--primary);
  font-weight: bold;
}
.c-box__cards__imgtext .box img {
  width: 100% !important;
}
.c-box__cards__imgtext--prof {
  gap: 50px;
}
.c-box__cards__imgtext--prof .box {
  flex: auto;
}
.c-box__cards__imgtext--prof .box h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.c-box__cards__imgtext--prof .box h3 .en {
  color: var(--primary);
  font-size: 0.8em;
}
.c-box__cards__imgtext--prof .box .position {
  color: var(--gray);
  line-height: 1.2;
  margin-bottom: 15px;
}
.c-box__cards__imgtext--prof .box:first-of-type {
  text-align: center;
  width: 25%;
}
@media (max-width: 834px) {
  .c-box__cards__imgtext--prof .box:first-of-type {
    width: 100%;
  }
}
.c-box__cards__imgtext--prof .box:first-of-type img {
  width: 100% !important;
  border-radius: 20px;
}
.c-box__cards__imgtext--prof .box:last-of-type {
  width: 65%;
}
@media (max-width: 834px) {
  .c-box__cards__imgtext--prof .box:last-of-type {
    width: 100%;
  }
}
.c-box__cards__imgtext--prof--imgnone .box {
  width: 100%;
  text-align: left !important;
}
.c-box__cards__imgtext--prof {
  gap: 50px;
}
.c-box__cards__imgtext--prof .box {
  flex: auto;
}
.c-box__cards__imgtext--prof .box .taR {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 1.2em;
}
.c-box__cards__imgtext--prof .box h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.c-box__cards__imgtext--prof .box:first-of-type {
  text-align: center;
  width: 25%;
}
@media (max-width: 834px) {
  .c-box__cards__imgtext--prof .box:first-of-type {
    width: 100%;
  }
}
.c-box__cards__imgtext--prof .box:first-of-type img {
  width: 100% !important;
}
@media (max-width: 834px) {
  .c-box__cards__imgtext--prof .box:first-of-type img {
    max-width: 50vw;
  }
}
.c-box__cards__imgtext--prof .box:last-of-type {
  width: 65%;
}
@media (max-width: 834px) {
  .c-box__cards__imgtext--prof .box:last-of-type {
    width: 100%;
  }
}
.c-box__cards__imgtext--prof--imgnone .box {
  width: 100%;
  text-align: left !important;
}
.c-box__cards__imgtext--reverse {
  flex-direction: row-reverse !important;
}

.c-map iframe {
  width: 100%;
  min-height: 415px;
}

.c-text {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.c-text--lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .c-text--lead {
    font-size: 16px;
  }
}
.c-text--sm {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.c-dl__company dt {
  padding: 25px 0 !important;
  border: none !important;
  background: none !important;
}
@media (max-width: 640px) {
  .c-dl__company dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.c-dl__company dd {
  padding: 25px 0 !important;
  border: none !important;
  background: none !important;
}
@media (max-width: 640px) {
  .c-dl__company dd {
    width: 100% !important;
  }
}
.c-dl__company dl {
  border-bottom: 1px solid rgba(107, 114, 128, 0.3);
}
@media (max-width: 640px) {
  .c-dl__company dl {
    display: block !important;
  }
}
.c-dl__ship dt {
  border: none !important;
}
@media (max-width: 640px) {
  .c-dl__ship dt {
    width: 100% !important;
  }
}
.c-dl__ship dd {
  border: none !important;
  background: none !important;
}
@media (max-width: 640px) {
  .c-dl__ship dd {
    width: 100% !important;
  }
}
.c-dl__ship dl {
  border-bottom: 1px solid rgba(0, 78, 161, 0.3);
}
@media (max-width: 640px) {
  .c-dl__ship dl {
    display: block !important;
  }
}

.c-accordion {
  width: 100%;
}
.c-accordion dl {
  flex-direction: column !important;
  border-bottom: 1px solid #fff;
  margin: 0;
}
.c-accordion dt {
  background-color: var(--color-pale) !important;
  width: 100% !important;
  border: none !important;
  position: relative;
  padding: 24px 40px 24px 60px !important;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.5;
  transition: background-color 0.3s;
}
@media (max-width: 640px) {
  .c-accordion dt {
    padding: 20px 30px 20px 45px;
  }
}
.c-accordion dt::before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 24px;
  color: var(--primary);
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 640px) {
  .c-accordion dt::before {
    left: 15px;
  }
}
.c-accordion dt::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: linear-gradient(#6B8EAD, #6B8EAD) no-repeat center/16px 2px, linear-gradient(#6B8EAD, #6B8EAD) no-repeat center/2px 16px;
  transition: transform 0.3s ease;
}
@media (max-width: 640px) {
  .c-accordion dt::after {
    right: 10px;
  }
}
.c-accordion.is-open dt::after {
  background: linear-gradient(#6B8EAD, #6B8EAD) no-repeat center/16px 2px, linear-gradient(transparent, transparent) no-repeat center/2px 16px;
  transform: translateY(-50%) rotate(180deg);
}
.c-accordion dd {
  border: none !important;
  width: 100% !important;
  display: none;
  position: relative;
  margin: 0;
  padding: 30px 20px 32px 60px !important;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .c-accordion dd {
    padding: 0 15px 24px 45px;
  }
}
.c-accordion dd::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 30px;
  color: var(--secondary);
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 640px) {
  .c-accordion dd::before {
    left: 15px;
  }
}

.fadeupTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =========================================
   爽やか＆かっこいい アニメーション（スクロール連動版）
   ========================================= */
/* --- 1. アニメーション前の初期状態（透明＆ずらしておく） --- */
.fx-fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.fx-slide-right {
  opacity: 0;
  transform: translateX(-30px);
}

.fx-zoom-out {
  opacity: 0;
  transform: scale(1.05);
}

/* --- 2. 画面に入った時（is-activeが付与された時）の動き --- */
.fx-fade-up.is-active {
  animation: fxFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fxFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fx-slide-right.is-active {
  animation: fxSlideRight 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fxSlideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fx-zoom-out.is-active {
  animation: fxZoomOut 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fxZoomOut {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* --- 右から左へ鋭くスライドイン（追加分） --- */
.fx-slide-left {
  opacity: 0;
  /* 最初は右に30pxずらしておく */
  transform: translateX(30px);
}

.fx-slide-left.is-active {
  animation: fxSlideLeft 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fxSlideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* --- 3. アニメーションの遅延（リストなどを順番に出す用） --- */
.fx-delay-1 {
  animation-delay: 0.1s !important;
}

.fx-delay-2 {
  animation-delay: 0.2s !important;
}

.fx-delay-3 {
  animation-delay: 0.3s !important;
}

/* ※前回お渡しした「ホバーエフェクト(.fx-hover-liftなど)」のCSSはそのまま残しておいて大丈夫です *//*# sourceMappingURL=assets.css.map */