@charset "UTF-8";
/* *** variables model *** */
/* color */
/* *** common variables *** */
/* break point 
---------------------------------------------- */
/* hover style
---------------------------------------------- */
/* color
---------------------------------------------- */
/* *** ①One-Tone *** */
/* *** ②Two-Tone *** */
/* *** mixins *** */
/* break point */
/* hover */
/* -----------------------------------------------
  ① clamp関数（function関数改善版2025.11.20）
----------------------------------------------- */
/* 1rem = 10px */
/* -----------------------------------------------
  ② Y軸減少計算
----------------------------------------------- */
/* --- 画面を縮小させた際にコンテンツのY軸距離を広げる関数 --- */
@media screen and (max-width: 768px) {
  div#anchor-target-02 .inner-s-wrap .txt-img-wrap {
    display: contents;
  }
  div#anchor-target-02 .inner-s-wrap .txt-img-wrap.ai-s > .img-wrap {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=accessory.css.map */


