/* General */
.fi01 {
  background-image: url(../img/index/fmimg01.webp);
}
.fi02 {
  background-image: url(../img/index/fmimg02.webp);
}
.fi03 {
  background-image: url(../img/index/fmimg03.webp);
}
.ic-boatsales {
  background-image: url(../img/index/ic-boatsales.webp);
}
.ic-maintenance {
  background-image: url(../img/index/ic-maintenance.webp);
}
.ic-cruising {
  background-image: url(../img/index/ic-cruising.webp);
}
.ic-fishing {
  background-image: url(../img/index/ic-fishing.webp);
}
.ic-charter {
  background-image: url(../img/index/ic-charter.webp);
}
.ic-license {
  background-image: url(../img/index/ic-license.webp);
}
/* Style for PCs */
@media screen and (min-width: 1025px) {
  header {
    background-color: rgba(255, 255, 255, 0.9);
  }
  /* Update */
  .updatemm {
    width: 100%;
    height: auto;
    display: block;
  }
  .updbody {
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: block;
    padding: 100px 5% 50px;
    margin: 0 auto;
  }
  .updtitle {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
  }
  .updtitle h2 {
    order: 2;
    font-size: clamp(16px, 1.5vw, 30px);
    font-weight: 500;
    color: var(--color-black);
    font-family: var(--font-min);
    line-height: 1em;
  }
  .updtitle p {
    order: 1;
    font-size: clamp(30px, 4vw, 100px);
    font-family: var(--font-en);
    font-weight: 300;
    color: var(--color-666);
    letter-spacing: -0.03em;
    margin-right: 0.2em;
    margin-bottom: 0em;
  }
  .updtitle p strong {
    font-weight: 500;
    color: var(--color-black);
  }
  .updtitle ul {
    order: 3;
    width: fit-content;
    height: auto;
    display: flex;
    margin-left: auto;
    margin-right: 5%;
  }
  .updtitle ul li {
    flex: 1;
    height: auto;
    display: block;
    font-size: clamp(12px, 1vw, 20px);
    line-height: 1em;
    margin: 0 2%;
  }
  /* ===== 修正: selectedもhoverも「a」を塗る（挙動のガタつき防止） ===== */
  .updtitle ul li.upd_selected {
    width: fit-content;
    height: auto;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .updtitle ul li a {
    width: fit-content;
    height: auto;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: var(--color-black);
    padding: 0.3em 1em;
    border-radius: 3px;
    background-color: transparent;
    transition: .4s all;
  }
  .updtitle ul li a:hover {
    color: var(--color-white);
    background-color: var(--color-3rd);
  }
  .updtitle ul li.upd_selected a {
    color: var(--color-white) !important;
    padding: 0.3em 1em !important;
    background-color: var(--color-1st) !important;
  }
  /* ===== 修正ここまで ===== */
  /* Update list */
  .updatelist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
  }
  .updatelist li {
    width: 31.3333333333%;
    height: auto;
    display: block;
    background-color: var(--color-f8);
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    margin: 0 1%;
    background-image: url(../img/header/box-1st.webp);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 0% 2px;
    transition: background-color .4s, background-size .4s;
  }
  .updatelist li:hover {
    background-color: var(--color-white);
    background-size: 100% 1px;
  }
  .updatelist li a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }
  .updatelist li a .upd_img {
    width: 100%;
    height: auto;
    display: block;
    transition: .4s all;
  }
  .updatelist li a:hover .upd_img {
    opacity: 0.6;
  }
  .updatelist li a .upd_cc {
    width: 100%;
    height: auto;
    display: block;
    padding: 1em 1.5em 2em;
  }
  .updatelist li a .upd_cc p.cateic {
    width: fit-content;
    height: 20px;
    display: block;
    padding: 0 0.5em;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-white);
    margin: 0 0 0.5em auto;
  }
  .updatelist li a .upd_nw h3 {
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 700;
    line-height: 1.5em;
    color: var(--color-black);
    margin: 0 0 0.5em 0;
    transition: .4s all;
  }
  .updatelist li a:hover .upd_nw h3 {
    color: var(--color-5th);
  }
  .updatelist li a .upd_nw p.upd_com {
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
    line-height: 1.5em;
    color: var(--color-black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 0 0 0.5em 0;
  }
  .updatelist li a .upd_nw p.upd_date {
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 400;
    line-height: 1em;
    color: var(--color-5th);
    margin: 0 0 0 0;
  }
  /* Stock */
  .updatelist li a .upd_ub h3 {
    font-size: clamp(12px, 1vw, 20px);
    font-weight: 400;
    line-height: 0.5em;
    margin-bottom: 0.8em;
  }
  .updatelist li a .upd_ub h4 {
    font-size: clamp(16px, 1.5vw, 22px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 15px;
  }
  .updatelist li a .upd_ub .specbox {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .updatelist li a .upd_ub .specbox dl {
    width: 48%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .updatelist li a .upd_ub .specbox dl dt {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: clamp(10px, 1vw, 14px);
    line-height: 1em;
    color: var(--color-1st);
    font-weight: 400;
    padding: 0;
    margin: 0 0 3px 0;
  }
  .updatelist li a .upd_ub .specbox dl dd {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: clamp(10px, 1vw, 14px);
    line-height: 1.4em;
    font-weight: 400;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted var(--color-ccc);
    margin: 0 0 5px 0;
  }
  .updatelist li a .upd_ub p.stprice {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
  }
  .updatelist li a .upd_ub p.stprice strong {
    font-size: clamp(20px, 1vw, 28px);
  }
  /* UpdateButton */
  .upd_linkbns {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .upd_linkbns li {
    width: 23%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 1em;
    margin: 0 1%;
  }
  .upd_linkbns li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    border-radius: 3px;
    padding: 0.8em 2em 0.8em 1em;
    background-image: url(../img/header/ic-ar_h_w.webp);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 18px;
    transition: .4s all;
  }
  .upd_linkbns li:nth-child(1) a {
    background-color: var(--color-1st);
  }
  .upd_linkbns li:nth-child(2) a {
    background-color: var(--color-4th);
  }
  .upd_linkbns li:nth-child(3) a {
    background-color: var(--color-3rd);
  }
  .upd_linkbns li a:hover {
    background-color: var(--color-5th);
    background-position: 99% center;
  }
  /* Intro */
  .intromm {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }
  .intbg01 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/intbg01.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 45% auto;
  }
  .intbg02 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-image: url(../img/index/intbg02.webp);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 45% auto;
  }
  .intbody {
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: block;
    padding: 100px 5% 10%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .intbody h2 {
    font-size: clamp(24px, 2.75vw, 100px);
    font-weight: 500;
    font-family: var(--font-min);
    color: var(--color-1st);
    text-align: center;
    margin-bottom: 0.8em;
  }
  .intbody p {
    font-size: clamp(16px, 1vw, 22px);
    font-weight: 300;
    color: var(--color-black);
    line-height: 2em;
    text-align: center;
    margin-bottom: 2em;
  }
  .intbody h3 {
    font-size: clamp(18px, 1.75vw, 50px);
    font-weight: 500;
    font-family: var(--font-min);
    color: var(--color-1st);
    text-align: center;
    margin-bottom: 0.8em;
  }
  .intbody ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .intbody ul li {
    width: 30.333333333%;
    height: auto;
    display: block;
    font-size: clamp(14px, 1.25vw, 318px);
    font-weight: 400;
    line-height: 1.5em;
    color: var(--color-black);
    text-align: center;
    padding: 100px 1em 1em 1em;
    background-color: rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto 90px;
    border-radius: 5px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    margin: 0 1.5% 3%;
  }
  /* 背景スクロール文字エリア */
  .intro_bgtext {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; /* ← 最下部 */
    height: 300px; /* ← 表示する高さ（お好み） */
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: flex-end; /* ← 下揃え */
    opacity: 0.10;
  }
  /* 横スクロールの本体 */
  .intro_bgtext_track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: intro_marquee 60s linear infinite;
  }
  /* 背景文字の見た目 */
  .intro_bgtext_track span {
    display: inline-block;
    font-size: 250px;
    font-weight: 400;
    letter-spacing: -0.05em;
    padding-right: 60px; /* 文字列の間隔 */
    color: var(--color-5th);
    font-family: var(--font-en);
  }
  /* features */
  .fmbase {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/fmbg.webp);
    background-repeat: no-repeat;
    background-position: 0 100.1%;
    background-size: 100% auto;
  }
  .featuresmm {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 30px 5% 10%;
    margin: 0 auto;
    gap: 0;
  }
  .fm_ss {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .fm_ss > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    text-decoration: none;
    padding: 2em 10%;
  }
  .fm_img {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 3px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    overflow: hidden;
    transition: .4s all;
  }
  a:hover .fm_img {
    background-size: auto 110%;
  }
  .fm_cc {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding: 2em 0.5em 0;
  }
  .fm_cc h2 {
    font-size: clamp(18px, 2vw, 32px);
    font-weight: 500;
    font-family: var(--font-min);
    color: var(--color-black);
    margin-bottom: 0.5em;
  }
  .fm_cc h3 {
    font-size: clamp(10px, 1vw, 16px);
    font-weight: 400;
    font-family: var(--font-en);
    color: var(--color-5th);
    margin-bottom: 1em;
  }
  .fm_cc p.fm_com {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 300;
    color: var(--color-black);
    line-height: 2em;
    margin-bottom: 1em;
  }
  .fm_cc p.fm_bn {
    width: fit-content;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    margin-top: auto;
    color: var(--color-white);
    padding: 0.5em 2.5em 0.6em 1em;
    background-image: url(../img/header/ic-ar_h_w.webp);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 18px;
    background-color: var(--color-1st);
    border-radius: 3px;
    transition: .4s all;
  }
  .fm_ss > a:hover .fm_bn {
    background-color: var(--color-5th);
    background-position: 99% center;
  }
  /* ShopInfo */
  .shopinfomm {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  /*.simline {
width:100%;
height: auto;
display: grid;
grid-template-rows: 1fr auto;
padding:70px 5%;
}*/
  .simline {
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 70px 5%;
  }
  .simline > :first-child {
    flex: 1 1 auto; /* 1fr 相当 */
  }
  .simline > :last-child {
    flex: 0 0 auto; /* auto 相当 */
  }
  .simline:nth-of-type(1) {
    background-color: var(--color-be);
  }
  .simline:nth-of-type(2) {
    background-color: var(--color-f0);
  }
  .simline .sim_cc {
    width: 100%;
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1em;
  }
  .simline .sim_cc h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: clamp(18px, 2vw, 32px);
    font-family: var(--font-min);
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    color: var(--color-black);
    background-image: url(../img/header/logo_b.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 70px;
    padding-top: 75px;
    margin-bottom: 0.75em;
  }
  .simline .sim_cc h2 span {
    display: block;
    font-size: 16px;
    color: var(--color-5th);
    margin-bottom: 3px;
  }
  .simline .sim_cc p.sim_ad01 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }
  .simline .sim_cc p.sim_tel {
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 0.25em;
  }
  .simline .sim_cc p.sim_tel a {
    width: fit-content;
    height: 30px;
    display: block;
    color: var(--color-black);
    text-decoration: none;
    background-image: url(../img/header/ic-tel_b.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px 28px;
    padding-left: 35px;
    margin: 0 auto;
    transition: .4s all;
  }
  .simline .sim_cc p.sim_tel a:hover {
    color: var(--color-4th);
  }
  .simline .sim_cc p.sim_fd {
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 0.25em;
  }
  .simline .sim_cc p.sim_fd a {
    width: fit-content;
    height: 30px;
    display: block;
    color: var(--color-black);
    text-decoration: none;
    background-image: url(../img/header/ic-freedial_b.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px 28px;
    padding-left: 35px;
    margin: 0 auto;
    transition: .4s all;
  }
  .simline .sim_cc p.sim_fd a:hover {
    color: var(--color-4th);
  }
  .simline .sim_cc p.sim_ad02 {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-black);
    margin: 0;
  }
  .simline .sim_map {
    width: 100%;
    height: auto;
    display: block;
  }
  .simline .sim_map iframe {
    width: 100%;
    height: 450px;
    display: block;
  }
  /* Footer(Toppage only) */
  footer#indexfooter {
    width: 100%;
    height: auto;
    display: block;
  }
  footer#indexfooter .ftbody {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 5% 50px;
  }
  footer#indexfooter .ftbody ul {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 25px;
  }
  footer#indexfooter .ftbody ul li {
    flex: 1;
    height: auto;
    display: block;
    font-size: 12px;
    margin: 0;
  }
  footer#indexfooter .ftbody ul li a {
    width: 100%;
    height: auto;
    display: block;
    color: var(--color-white);
    text-decoration: none;
    padding: 0.5em 0;
    transition: .4s all;
  }
  footer#indexfooter .ftbody ul li a:hover {
    color: var(--color-4th);
    text-decoration: none;
    background-position: 100% center;
  }
  footer#indexfooter p.ftcopy {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 1em;
    color: var(--color-white);
    margin: 0;
  }
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header {
    background-color: rgba(255, 255, 255, 0.9);
  }
  /* Update */
  .updatemm {
    width: 100%;
    height: auto;
    display: block;
  }
  .updbody {
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: block;
    padding: 100px 5% 50px;
    margin: 0 auto;
  }
  .updtitle {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
  }
  .updtitle h2 {
    order: 2;
    font-size: clamp(16px, 1.5vw, 30px);
    font-weight: 500;
    color: var(--color-black);
    font-family: var(--font-min);
    line-height: 1em;
  }
  .updtitle p {
    order: 1;
    font-size: clamp(30px, 4vw, 100px);
    font-family: var(--font-en);
    font-weight: 300;
    color: var(--color-666);
    letter-spacing: -0.03em;
    margin-right: 0.2em;
    margin-bottom: 0em;
  }
  .updtitle p strong {
    font-weight: 500;
    color: var(--color-black);
  }
  .updtitle ul {
    order: 3;
    width: fit-content;
    height: auto;
    display: flex;
    margin-left: auto;
    margin-right: 5%;
  }
  .updtitle ul li {
    flex: 1;
    height: auto;
    display: block;
    font-size: clamp(12px, 1vw, 20px);
    line-height: 1em;
    margin: 0 2%;
  }
  /* ===== 修正: selectedもhoverも「a」を塗る（挙動のガタつき防止） ===== */
  .updtitle ul li.upd_selected {
    width: fit-content;
    height: auto;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .updtitle ul li a {
    width: fit-content;
    height: auto;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: var(--color-black);
    padding: 0.3em 1em;
    border-radius: 3px;
    background-color: transparent;
    transition: .4s all;
  }
  .updtitle ul li a:hover {
    color: var(--color-white);
    background-color: var(--color-3rd);
  }
  .updtitle ul li.upd_selected a {
    color: var(--color-white) !important;
    padding: 0.3em 1em !important;
    background-color: var(--color-1st) !important;
  }
  /* ===== 修正ここまで ===== */
  /* Update list */
  .updatelist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
  }
  .updatelist li {
    width: 31.3333333333%;
    height: auto;
    display: block;
    background-color: var(--color-f8);
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    margin: 0 1%;
    background-image: url(../img/header/box-1st.webp);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 0% 2px;
    transition: background-color .4s, background-size .4s;
  }
  .updatelist li:hover {
    background-color: var(--color-white);
    background-size: 100% 1px;
  }
  .updatelist li a {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }
  .updatelist li a .upd_img {
    width: 100%;
    height: auto;
    display: block;
    transition: .4s all;
  }
  .updatelist li a:hover .upd_img {
    opacity: 0.6;
  }
  .updatelist li a .upd_cc {
    width: 100%;
    height: auto;
    display: block;
    padding: 1em 1.5em 2em;
  }
  .updatelist li a .upd_cc p.cateic {
    width: fit-content;
    height: 20px;
    display: block;
    padding: 0 0.5em;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-white);
    margin: 0 0 0.5em auto;
  }
  .updatelist li a .upd_nw h3 {
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 700;
    line-height: 1.5em;
    color: var(--color-black);
    margin: 0 0 0.5em 0;
    transition: .4s all;
  }
  .updatelist li a:hover .upd_nw h3 {
    color: var(--color-5th);
  }
  .updatelist li a .upd_nw p.upd_com {
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
    line-height: 1.5em;
    color: var(--color-black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 0 0 0.5em 0;
  }
  .updatelist li a .upd_nw p.upd_date {
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 400;
    line-height: 1em;
    color: var(--color-5th);
    margin: 0 0 0 0;
  }
  /* Stock */
  .updatelist li a .upd_ub h3 {
    font-size: clamp(12px, 1vw, 20px);
    font-weight: 400;
    line-height: 0.5em;
    margin-bottom: 0.8em;
  }
  .updatelist li a .upd_ub h4 {
    font-size: clamp(16px, 1.5vw, 22px);
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 15px;
  }
  .updatelist li a .upd_ub .specbox {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .updatelist li a .upd_ub .specbox dl {
    width: 48%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .updatelist li a .upd_ub .specbox dl dt {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: clamp(10px, 1vw, 14px);
    line-height: 1em;
    color: var(--color-1st);
    font-weight: 400;
    padding: 0;
    margin: 0 0 3px 0;
  }
  .updatelist li a .upd_ub .specbox dl dd {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: clamp(10px, 1vw, 14px);
    line-height: 1.4em;
    font-weight: 400;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted var(--color-ccc);
    margin: 0 0 5px 0;
  }
  .updatelist li a .upd_ub p.stprice {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
  }
  .updatelist li a .upd_ub p.stprice strong {
    font-size: clamp(20px, 1vw, 28px);
  }
  /* UpdateButton */
  .upd_linkbns {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .upd_linkbns li {
    width: 31%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 1em;
    margin: 0 1%;
  }
  .upd_linkbns li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    border-radius: 3px;
    padding: 0.8em 2em 0.8em 1em;
    background-image: url(../img/header/ic-ar_h_w.webp);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 18px;
    transition: .4s all;
  }
  .upd_linkbns li:nth-child(1) a {
    background-color: var(--color-1st);
  }
  .upd_linkbns li:nth-child(2) a {
    background-color: var(--color-4th);
  }
  .upd_linkbns li:nth-child(3) a {
    background-color: var(--color-3rd);
  }
  .upd_linkbns li a:hover {
    background-color: var(--color-5th);
    background-position: 99% center;
  }
  /* Intro */
  .intromm {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }
  .intbg01 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/intbg01.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50% auto;
  }
  .intbg02 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-image: url(../img/index/intbg02.webp);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50% auto;
  }
  .intbody {
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: block;
    padding: 100px 5% 10%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .intbody h2 {
    font-size: clamp(24px, 2.75vw, 100px);
    font-weight: 500;
    font-family: var(--font-min);
    color: var(--color-1st);
    text-align: center;
    margin-bottom: 0.8em;
  }
  .intbody p {
    font-size: clamp(16px, 1vw, 22px);
    font-weight: 300;
    color: var(--color-black);
    line-height: 2em;
    text-align: center;
    margin-bottom: 2em;
  }
  .intbody h3 {
    font-size: clamp(18px, 1.75vw, 50px);
    font-weight: 500;
    font-family: var(--font-min);
    color: var(--color-1st);
    text-align: center;
    margin-bottom: 0.8em;
  }
  .intbody ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .intbody ul li {
    width: 30.333333333%;
    height: auto;
    display: block;
    font-size: clamp(14px, 1.25vw, 318px);
    font-weight: 400;
    line-height: 1.5em;
    color: var(--color-black);
    text-align: center;
    padding: 100px 1em 1em 1em;
    background-color: rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto 90px;
    border-radius: 5px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    margin: 0 1.5% 3%;
  }
  /* 背景スクロール文字エリア */
  .intro_bgtext {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; /* ← 最下部 */
    height: 300px; /* ← 表示する高さ（お好み） */
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: flex-end; /* ← 下揃え */
    opacity: 0.10;
  }
  /* 横スクロールの本体 */
  .intro_bgtext_track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: intro_marquee 60s linear infinite;
  }
  /* 背景文字の見た目 */
  .intro_bgtext_track span {
    display: inline-block;
    font-size: 150px;
    font-weight: 400;
    letter-spacing: -0.05em;
    padding-right: 60px; /* 文字列の間隔 */
    color: var(--color-5th);
    font-family: var(--font-en);
  }
  /* features */
  .fmbase {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/fmbg.webp);
    background-repeat: no-repeat;
    background-position: center 100.1%;
    background-size: 120% auto;
  }
  .featuresmm {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 100px 5% 10%;
    margin: 0 auto;
    gap: 0;
  }
  .fm_ss {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .fm_ss > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    text-decoration: none;
    padding: 2em 10%;
  }
  .fm_img {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 3px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    overflow: hidden;
    transition: .4s all;
  }
  a:hover .fm_img {
    background-size: auto 110%;
  }
  .fm_img a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .fm_cc {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding: 2em 0.5em 0;
  }
  .fm_cc h2 {
    font-size: clamp(18px, 2vw, 32px);
    font-weight: 500;
    font-family: var(--font-min);
    color: var(--color-black);
    margin-bottom: 0.5em;
  }
  .fm_cc h3 {
    font-size: clamp(10px, 1vw, 16px);
    font-weight: 400;
    font-family: var(--font-en);
    color: var(--color-5th);
    margin-bottom: 1em;
  }
  .fm_cc p.fm_com {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 300;
    color: var(--color-black);
    line-height: 2em;
    margin-bottom: 1em;
  }
  .fm_cc p.fm_bn {
    width: fit-content;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    margin-top: auto;
    color: var(--color-white);
    padding: 0.5em 2.5em 0.6em 1em;
    background-image: url(../img/header/ic-ar_h_w.webp);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 18px;
    background-color: var(--color-1st);
    border-radius: 3px;
    transition: .4s all;
  }
  .fm_ss > a:hover .fm_bn {
    background-color: var(--color-5th);
    background-position: 99% center;
  }
  /* ShopInfo */
  .shopinfomm {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  /*.simline {
width:100%;
height: auto;
display: grid;
grid-template-rows: 1fr auto;
padding:70px 5%;
}*/
  .simline {
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 70px 5%;
  }
  .simline > :first-child {
    flex: 1 1 auto; /* 1fr 相当 */
  }
  .simline > :last-child {
    flex: 0 0 auto; /* auto 相当 */
  }
  .simline:nth-of-type(1) {
    background-color: var(--color-be);
  }
  .simline:nth-of-type(2) {
    background-color: var(--color-f0);
  }
  .simline .sim_cc {
    width: 100%;
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1em;
  }
  .simline .sim_cc h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 24px;
    font-family: var(--font-min);
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    color: var(--color-black);
    background-image: url(../img/header/logo_b.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 70px;
    padding-top: 75px;
    margin-bottom: 0.75em;
  }
  .simline .sim_cc h2 span {
    display: block;
    font-size: 16px;
    color: var(--color-5th);
    margin-bottom: 3px;
  }
  .simline .sim_cc p.sim_ad01 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }
  .simline .sim_cc p.sim_tel {
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 0.25em;
  }
  .simline .sim_cc p.sim_tel a {
    width: fit-content;
    height: 30px;
    display: block;
    color: var(--color-black);
    text-decoration: none;
    background-image: url(../img/header/ic-tel_b.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px 28px;
    padding-left: 35px;
    margin: 0 auto;
    transition: .4s all;
  }
  .simline .sim_cc p.sim_tel a:hover {
    color: var(--color-4th);
  }
  .simline .sim_cc p.sim_fd {
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 0.25em;
  }
  .simline .sim_cc p.sim_fd a {
    width: fit-content;
    height: 30px;
    display: block;
    color: var(--color-black);
    text-decoration: none;
    background-image: url(../img/header/ic-freedial_b.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px 28px;
    padding-left: 35px;
    margin: 0 auto;
    transition: .4s all;
  }
  .simline .sim_cc p.sim_fd a:hover {
    color: var(--color-4th);
  }
  .simline .sim_cc p.sim_ad02 {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-black);
    margin: 0;
  }
  .simline .sim_map {
    width: 100%;
    height: auto;
    display: block;
  }
  .simline .sim_map iframe {
    width: 100%;
    height: 450px;
    display: block;
  }
  /* Footer(Toppage only) */
  footer#indexfooter {
    width: 100%;
    height: auto;
    display: block;
  }
  footer#indexfooter .ftbody {
    width: 100%;
    max-width: 1600px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 5% 50px;
  }
  footer#indexfooter .ftbody ul {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 25px;
  }
  footer#indexfooter .ftbody ul li {
    flex: 1;
    height: auto;
    display: block;
    font-size: 12px;
    margin: 0;
  }
  footer#indexfooter .ftbody ul li a {
    width: 100%;
    height: auto;
    display: block;
    color: var(--color-white);
    text-decoration: none;
    padding: 0.5em 0;
    transition: .4s all;
  }
  footer#indexfooter .ftbody ul li a:hover {
    color: var(--color-4th);
    text-decoration: none;
    background-position: 100% center;
  }
  footer#indexfooter p.ftcopy {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 1em;
    color: var(--color-white);
    margin: 0;
  }
}
/* Style for Smartphone */
@media screen and (max-width: 768px) {
  header {
    background-color: rgba(255, 255, 255, 0.9);
  }
  /* Update */
  .updatemm {
    width: 100%;
    height: auto;
    display: block;
  }
  .updbody {
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: block;
    padding: 100px 5% 50px;
    margin: 0 auto;
  }
  .updtitle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .updtitle h2 {
    order: 2;
    font-size: clamp(16px, 1.5vw, 30px);
    font-weight: 500;
    color: var(--color-black);
    text-align: center;
    font-family: var(--font-min);
    line-height: 1em;
    margin-bottom: 1em;
  }
  .updtitle p {
    order: 1;
    font-size: 36px;
    font-family: var(--font-en);
    font-weight: 300;
    color: var(--color-666);
    letter-spacing: -0.03em;
    margin-right: 0;
    text-align: center;
    margin-bottom: 0.1em;
  }
  .updtitle p strong {
    font-weight: 500;
    color: var(--color-black);
  }
  .updtitle ul {
    order: 3;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: 5%;
  }
  .updtitle ul li {
    width: 48%;
    height: auto;
    display: block;
    font-size: 12px;
    line-height: 1em;
    margin: 0 1% 2%;
  }
  /* ===== 修正: selectedもhoverも「a」を塗る（挙動のガタつき防止） ===== */
  .updtitle ul li.upd_selected {
    width: 48%;
    height: auto;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    padding: 0;
    text-align: center;
    background: none;
    border-radius: 0;
  }
  .updtitle ul li a {
    width: 100%;
    height: auto;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: var(--color-black);
    padding: 0.5em 1em;
    text-align: center;
    border-radius: 3px;
    background-color: var(--color-f0);
    transition: .4s all;
  }
  .updtitle ul li a:hover {
    color: var(--color-white);
    background-color: var(--color-3rd);
  }
  .updtitle ul li.upd_selected a {
    color: var(--color-white) !important;
    padding: 0.5em 1em !important;
    background-color: var(--color-1st) !important;
  }
  /* ===== 修正ここまで ===== */
  /* Update list */
  .updatelist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 0 40px 0;
  }
  .updatelist li {
    width: 100%;
    height: auto;
    display: block;
    background-color: var(--color-f8);
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    margin: 0 0 10px;
    background-image: url(../img/header/box-1st.webp);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 0% 2px;
    transition: background-color .4s, background-size .4s;
  }
  .updatelist li:hover {
    background-color: var(--color-white);
    background-size: 100% 1px;
  }
  .updatelist li a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    padding: 15px;
  }
  .updatelist li a .upd_img {
    width: 35%;
    height: auto;
    display: block;
    transition: .4s all;
  }
  .updatelist li a:hover .upd_img {
    opacity: 0.6;
  }
  .updatelist li a .upd_cc {
    width: 60%;
    height: auto;
    display: block;
    padding: 0;
  }
  .updatelist li a .upd_cc p.cateic {
    width: fit-content;
    height: 20px;
    display: block;
    padding: 0 0.5em;
    border-radius: 3px;
    font-size: 10px;
    line-height: 20px;
    color: var(--color-white);
    margin: 0 0 0.5em 0;
  }
  .updatelist li a .upd_nw h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    color: var(--color-black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 0.5em 0;
    transition: .4s all;
  }
  .updatelist li a:hover .upd_nw h3 {
    color: var(--color-5th);
  }
  .updatelist li a .upd_nw p.upd_com {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--color-black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0 0 0.5em 0;
  }
  .updatelist li a .upd_nw p.upd_date {
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 400;
    line-height: 1em;
    color: var(--color-5th);
    margin: 0 0 0 0;
  }
  /* Stock */
  .updatelist li a .upd_ub h3 {
    font-size: clamp(12px, 1vw, 20px);
    font-weight: 400;
    line-height: 0.5em;
    margin-bottom: 0.8em;
  }
  .updatelist li a .upd_ub h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .updatelist li a .upd_ub .specbox {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .updatelist li a .upd_ub .specbox dl {
    width: 48%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .updatelist li a .upd_ub .specbox dl dt {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: clamp(10px, 1vw, 14px);
    line-height: 1em;
    color: var(--color-1st);
    font-weight: 400;
    padding: 0;
    margin: 0 0 3px 0;
  }
  .updatelist li a .upd_ub .specbox dl dd {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: clamp(10px, 1vw, 14px);
    line-height: 1.4em;
    font-weight: 400;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted var(--color-ccc);
    margin: 0 0 5px 0;
  }
  .updatelist li a .upd_ub p.stprice {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
  }
  .updatelist li a .upd_ub p.stprice strong {
    font-size: clamp(20px, 1vw, 28px);
  }
  /* UpdateButton */
  .upd_linkbns {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .upd_linkbns li {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    line-height: 1em;
    margin: 0 0 10px;
  }
  .upd_linkbns li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: var(--color-white);
    border-radius: 3px;
    padding: 0.8em 2em 0.8em 1em;
    background-image: url(../img/header/ic-ar_h_w.webp);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 18px;
    transition: .4s all;
  }
  .upd_linkbns li:nth-child(1) a {
    background-color: var(--color-1st);
  }
  .upd_linkbns li:nth-child(2) a {
    background-color: var(--color-4th);
  }
  .upd_linkbns li:nth-child(3) a {
    background-color: var(--color-3rd);
  }
  .upd_linkbns li a:hover {
    background-color: var(--color-5th);
    background-position: 99% center;
  }
  /* Intro */
  .intromm {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }
  .intbg01 {
    width: 100%;
    height: auto;
    display: block;
  }
  .intbg02 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  .intbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 0% 5% 15%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .intbody h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-min);
    color: var(--color-1st);
    text-align: left;
    margin-bottom: 0.8em;
  }
  .intbody p {
    font-size: 14px;
    font-weight: 300;
    color: var(--color-black);
    line-height: 2em;
    text-align: left;
    margin-bottom: 2em;
  }
  .intbody p br {
    display: none;
  }
  .intbody h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-min);
    color: var(--color-1st);
    text-align: center;
    margin-bottom: 0.8em;
  }
  .intbody ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .intbody ul li {
    width: 48%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--color-black);
    text-align: center;
    padding: 100px 1em 1em 1em;
    background-color: rgba(255, 255, 255, 0.27);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: auto 90px;
    border-radius: 5px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    margin: 0 1% 2%;
  }
  /* 背景スクロール文字エリア */
  .intro_bgtext {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; /* ← 最下部 */
    height: 300px; /* ← 表示する高さ（お好み） */
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: flex-end; /* ← 下揃え */
    opacity: 0.10;
  }
  /* 横スクロールの本体 */
  .intro_bgtext_track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: intro_marquee 60s linear infinite;
  }
  /* 背景文字の見た目 */
  .intro_bgtext_track span {
    display: inline-block;
    font-size: 100px;
    font-weight: 400;
    letter-spacing: -0.05em;
    padding-right: 60px; /* 文字列の間隔 */
    color: var(--color-5th);
    font-family: var(--font-en);
  }
  /* features */
  .fmbase {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/fmbg.webp);
    background-repeat: no-repeat;
    background-position: center 100.1%;
    background-size: 120% auto;
  }
  /* features */
  .featuresmm {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 5% 15%;
    margin: 0 auto;
  }
  .fmbase {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/index/fmbg.webp);
    background-repeat: no-repeat;
    background-position: center 100.1%;
    background-size: 250% auto;
  }
  .fm_ss {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-bottom: 40px;
  }
  .fm_ss > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    text-decoration: none;
    padding: 0 5%;
  }
  .fm_img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 3px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    transition: .4s all;
  }
  .fm_img a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .fm_cc {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding: 1.5em 0.5em 0;
  }
  .fm_cc h2 {
    font-size: clamp(18px, 2vw, 32px);
    font-weight: 500;
    font-family: var(--font-min);
    color: var(--color-black);
    margin-bottom: 0.5em;
  }
  .fm_cc h3 {
    font-size: clamp(10px, 1vw, 16px);
    font-weight: 400;
    font-family: var(--font-en);
    color: var(--color-5th);
    margin-bottom: 1em;
  }
  .fm_cc p.fm_com {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 300;
    color: var(--color-black);
    line-height: 2em;
    margin-bottom: 1em;
  }
  .fm_cc p.fm_bn {
    width: fit-content;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: var(--color-white);
    padding: 0.5em 2.5em 0.6em 1em;
    background-image: url(../img/header/ic-ar_h_w.webp);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 18px;
    background-color: var(--color-1st);
    border-radius: 3px;
    transition: .4s all;
  }
  .fm_ss > a:hover .fm_bn {
    background-color: var(--color-5th);
    background-position: 99% center;
  }
  /* ShopInfo */
  .shopinfomm {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .simline {
    width: 100%;
    height: auto;
    display: block;
    padding: 70px 5%;
  }
  .simline:nth-of-type(1) {
    background-color: var(--color-be);
  }
  .simline:nth-of-type(2) {
    background-color: var(--color-f0);
  }
  .simline .sim_cc {
    width: 100%;
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1em;
  }
  .simline .sim_cc h2 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 24px;
    font-family: var(--font-min);
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    color: var(--color-black);
    background-image: url(../img/header/logo_b.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 70px;
    padding-top: 75px;
    margin-bottom: 0.75em;
  }
  .simline .sim_cc h2 span {
    display: block;
    font-size: 16px;
    color: var(--color-5th);
    margin-bottom: 3px;
  }
  .simline .sim_cc p.sim_ad01 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 0.5em;
  }
  .simline .sim_cc p.sim_tel {
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 0.25em;
  }
  .simline .sim_cc p.sim_tel a {
    width: fit-content;
    height: 30px;
    display: block;
    color: var(--color-black);
    text-decoration: none;
    background-image: url(../img/header/ic-tel_b.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px 28px;
    padding-left: 35px;
    margin: 0 auto;
    transition: .4s all;
  }
  .simline .sim_cc p.sim_tel a:hover {
    color: var(--color-4th);
  }
  .simline .sim_cc p.sim_fd {
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-black);
    margin-bottom: 0.25em;
  }
  .simline .sim_cc p.sim_fd a {
    width: fit-content;
    height: 30px;
    display: block;
    color: var(--color-black);
    text-decoration: none;
    background-image: url(../img/header/ic-freedial_b.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px 28px;
    padding-left: 35px;
    margin: 0 auto;
    transition: .4s all;
  }
  .simline .sim_cc p.sim_fd a:hover {
    color: var(--color-4th);
  }
  .simline .sim_cc p.sim_ad02 {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    color: var(--color-black);
    margin: 0;
  }
  .simline .sim_map {
    width: 100%;
    height: auto;
    display: block;
  }
  .simline .sim_map iframe {
    width: 100%;
    height: 450px;
    display: block;
  }
  /* Footer */
  footer#indexfooter {
    width: 100%;
    height: auto;
    display: block;
  }
  footer#indexfooter .ftbody {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 50px 5% 60px;
  }
  footer#indexfooter .ftbody ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  footer#indexfooter .ftbody ul li {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    margin: 0 0;
    border-bottom: 1px dotted var(--color-3rd);
  }
  footer#indexfooter .ftbody ul li a {
    width: 100%;
    height: auto;
    display: block;
    color: var(--color-white);
    text-decoration: none;
    padding: 1em 0;
    background-image: url(../img/header/ic-ar_h_w.webp);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 12px;
    transition: .4s all;
  }
  footer#indexfooter .ftbody ul li a:hover {
    color: var(--color-4th);
    text-decoration: none;
    background-position: 100% center;
  }
  footer#indexfooter p.ftcopy {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 1em;
    color: var(--color-white);
    padding: 0 0 0 0;
    border-top: none;
    margin: 0;
  }
}
/* 横スクロールアニメーション */
@keyframes intro_marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}