
/* Style for PCs */
@media screen and (min-width: 1025px) {

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
background: #21285F;
background: linear-gradient(0deg, rgba(33, 40, 95, 1) 0%, rgba(255, 255, 255, 1) 80%);
position: relative;
padding-top: 80px;
}

.topslide {
  width: 100%;
  height: auto;
  display: block;
}
.topslide li {
  aspect-ratio: 16 / 9;
  margin:0.25% 0!important;
}
/* 奇数 li：左右広がりの台形 */
.topslide li:nth-child(odd) a {
  clip-path: polygon(4% 0, 96% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(4% 0, 96% 0, 100% 100%, 0% 100%);
}

/* 偶数 li：左右逆の台形 */
.topslide li:nth-child(even) a {
  clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
}
.topslide li a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  aspect-ratio: 16 / 9;
  text-decoration: none;
  color:var(--color-white);
  padding:8% 8% 0 8%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: .4s all;
}
.topslide li a h2, .topslide li a h3, .topslide li a p {
  text-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}
.topslide li a:hover {
  opacity: 0.6;
}

/* Slide01 */
.topslide li a.ts01 {
  background-image: url(../img-group/index/slidebanner01_pc.webp);
}
.topslide li a.ts01 h2 {
  font-size: clamp(20px, 2vw, 50px);
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.3em;
}
.topslide li a.ts01 h3 {
  font-size: clamp(40px,2vw, 100px);
  font-weight: 900;
  line-height: 1.25em;
  letter-spacing: -0.05em;
  margin-bottom: 0.3em;
}
.topslide li a.ts01 p {
  font-size: clamp(14px, 2vw, 200px);
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -0.05em;
}
.topslide li a.ts01 p strong {
  font-size: clamp(120px, 10vw, 300px);
  letter-spacing: -0.08em;
}

/* Slide02 */
.topslide li a.ts02 {
  background-image: url(../img-group/index/slidebanner02_pc.webp);
}
.topslide li a.ts02 h2 {
  font-size: clamp(60px, 4vw, 200px);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.1em;
}
.topslide li a.ts02 h3 {
  font-size: clamp(40px, 3vw, 100px);
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.3em;
}
.topslide li a.ts02 p {
  width:70%;
  font-size: clamp(14px, 1vw, 24px);
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}

/* Slide03 */
.topslide li a.ts03 {
  background-image: url(../img-group/index/slidebanner03_pc.webp);
  align-items: flex-end;
}
.topslide li a.ts03 h2 {
  font-size: clamp(60px, 4vw, 200px);
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.topslide li a.ts03 h3 {
  font-size: clamp(24px, 2vw, 200px);
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.topslide li a.ts03 p {
  width:100%;
  font-size: clamp(14px, 1vw, 16px)!important;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}

/* Slide04 */
.topslide li a.ts04 {
  background-image: url(../img-group/index/slidebanner04_pc.webp);
}
.topslide li a.ts04 h2 {
  font-size: clamp(32px, 2vw, 80px);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.topslide li a.ts04 h3 {
  font-size: clamp(50px, 3vw, 200px);
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.03em;
  margin-bottom: 0.3em;
}
.topslide li a.ts04 p {
  width:100%;
  font-size: clamp(14px, 2vw, 16px)!important;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}

/* Slide05 */
.topslide li a.ts05 {
  background-image: url(../img-group/index/slidebanner05_pc.webp);
}
.topslide li a.ts05 h2 {
  font-size: clamp(22px, 2.5vw, 80px);
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
.topslide li a.ts05 h2 span {
  font-size: clamp(60px, 4vw, 200px);
}
.topslide li a.ts05 p {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}

/* Slide06 */
.topslide li a.ts06 {
  background-image: url(../img-group/index/slidebanner06_pc.webp);
}
.topslide li a.ts06 h2 {
  font-size: clamp(20px, 2vw, 40px);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.topslide li a.ts06 p {
  width:100%;
  font-size: clamp(40px, 3.5vw, 200px);
  font-weight: 900;
  line-height: 1.1em;
  letter-spacing: -0.03em;
}

/* Slide07 */
.topslide li a.ts07 {
  background-image: url(../img-group/index/slidebanner07_pc.webp);
}
.topslide li a.ts07 h2 {
  font-size: clamp(60px, 4vw, 200px);
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.25em;
}
.topslide li a.ts07 p {
  width:100%;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}

/* Slide08 */
.topslide li a.ts08 {
  background-image: url(../img-group/index/slidebanner08_pc.webp);
  justify-content: flex-end;
  padding-top:0!important;
  padding-bottom: 10%!important;
}
.topslide li a.ts08 h2 {
  font-size: clamp(60px, 4vw, 200px);
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.25em;
}
.topslide li a.ts08 p {
  width:100%;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}

/* サムネイルをスライドに重ねる */
.sliderthumbnail{
  width: 100%;
  height: auto;
  position: absolute;
  top: -20%;
  left: 0%;
  z-index: 25500;
}

.sliderthumbnail .thumb{
  margin: 5px 15px;
  cursor: pointer;
  background-color: rgba(0,0,0,0.8);
}

.sliderthumbnail img{
  width: 100%;
  height: auto;
  display: block;
  box-shadow:0px 5px 10px rgba(0,0,0,0.6);
}

/* 非アクティブは薄く */
.sliderthumbnail .slick-slide{
  transition: opacity .2s ease;
}
.sliderthumbnail .slick-slide img {
  opacity: 0.4;
}

.sliderthumbnail .slick-current img{
  opacity: 1;
}

/* 重なりがきつい場合の逃げ */
.topslide{
  margin-bottom: 80px;
}


/* Slider Dots
----------------------------------------------------------------*/
.slide-dots {
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
  margin: 0 0px!important;
  padding:0!important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-image: url(../img-group/header/ic-dot_off.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
}
.slide-dots li.slick-active button::before {
  background-image: url(../img-group/header/ic-dot_on.webp);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
}


/* Update
----------------------------------------------------------------*/
.updatemm {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 0 50px;
  background: #F5F5F5;
background: linear-gradient(0deg, rgba(245, 245, 245, 1) 30%, rgba(255, 255, 255, 1) 100%);
}
.updatetopline {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 5%;
  margin-bottom: 30px;
}
.update_title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.update_title h2 {
  font-size:16px;
  font-weight: 400;
  line-height: 40px;
  margin:0 0 0 0;
  order:2;
}
.update_title p {
  font-size:40px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0 0.3em 0 0;
  order:1;
}
.updatetopline form {
  width:50%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.updatetopline form h3.fsele_title {
height: 30px;
font-size:14px;
font-weight:400;
line-height: 1em;
white-space: nowrap;
margin-right:1em;
}
.updatetopline form select {
height: 30px;
font-size:14px;
line-height: 1em;
color:var(--color-black);
padding:0.3em 0.5em;
border:1px solid var(--color-999);
background-color: var(--color-f5);
}


/* StocklList
----------------------------------------------------------------*/
.stockmm {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5% 50px;
  background-color: var(--color-f5);
}
.stocktopline {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.stock_title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.stock_title h2 {
  font-size:16px;
  font-weight: 400;
  line-height: 40px;
  margin:0 0 0 0;
  order:2;
}
.stock_title p {
  font-size:40px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0 0.3em 0 0;
  order:1;
}
.stocktopline form {
  width:50%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.stocktopline form h3.fsele_title {
height: 30px;
font-size:14px;
font-weight:400;
line-height: 1em;
white-space: nowrap;
margin-right:1em;
}
.stocktopline form select {
height: 30px;
font-size:14px;
line-height: 1em;
color:var(--color-black);
padding:0.3em 0.5em;
border:1px solid var(--color-999);
background-color: var(--color-f5);
}
.stocklist li {
  /*display: none;*/
}
.stocklist li:nth-child(-n+6) {
    display: list-item; /* 最初の5つだけ表示 */
  }

/* Youtube
----------------------------------------------------------------*/
.youtubemm {
position: relative;
z-index: var(--content-z);
width: 100%;
padding: 120px 5% 100px;
background-color: rgba(0,0,0,0.6); /* 半透明の色を残したい場合 */
background-image: url(../img-group/index/yt-bg.webp);
background-repeat: no-repeat;
background-position: right 50%;
background-size: auto 90%;
box-sizing: border-box;
color: #fff;
}

.yt_title {
  width:fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  background-image: url(../img-group/header/ic-yt_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 50px;
  padding-left:60px;
  margin-bottom: 30px;
}
.yt_title h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  color:var(--color-white);
  margin:0;
  order:2;
}
.yt_title p {
  font-size:40px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 50px;
  color:var(--color-white);
  margin:0 0.2em 0 0;
  order:1;
}

ul.ytlist {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
}
ul.ytlist li {
  width:30.3333333333%;
  height: auto;
  display: block;
  margin:0 1.5% 3%;
}
ul.ytlist li a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: .4s all;
}
ul.ytlist li a:hover {
  opacity: 0.6;
}

ul.ytlist li p a {
  color: #fff;
}

ul.ytlist li p a:hover {
  opacity: 0.6;
}

ul.ytlist li a img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow:0px 3px 10px rgba(0,0,0,0.5);
  margin-bottom: 1em;
}
ul.ytlist li a p {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-white);
  text-shadow:0px 1px 4px rgba(0,0,0,0.5);
  margin:0;
}

/* yt BG scroll
---------------------------------------*/
:root{
    --content-z: 2;
    --bg-z: 1;
  }

  /* 親 */
  .bgscroll {
    position: relative;
    width: 100%;
    height: auto;           /* 中身に追従 */
    overflow: hidden;
    box-sizing: border-box;
  }

  /* 背景用のラッパー（親に合わせて伸びる） */
  .bg-layer {
    position: absolute;
    inset: 0;               /* top:0; right:0; bottom:0; left:0; */
    z-index: var(--bg-z);
    pointer-events: none;   /* コンテンツを邪魔しない */
    overflow: hidden;
  }

.bg-track {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%!important;
  display: flex;
  will-change: transform;
}

.bg-item {
  flex: 0 0 auto;
  height: 100%;
  background-size: cover;   /* contain→cover に変更 */
  background-repeat: no-repeat;
  background-position: center center;
}

/* BannerSlide01
----------------------------------------------------------------*/
.bannerslider01 {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 0;
  background: #F5F5F5;
background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 70%);
}
ul.bannerslide01 {
width: 100%;
height: auto;
display: block;
}
ul.bannerslide01 li {
  background-color: rgba(255,255,255,0.9);
  margin:0.25% 0.25%!important;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
ul.bannerslide01 li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
ul.bannerslide01 li a:hover {
  opacity: 0.6;
}

ul.bannerslide01.bannerslide01-noslide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

ul.bannerslide01.bannerslide01-noslide li {
  width: calc( 50% - 30px );
  margin: 0 15px !important;
}


/* BannerSlide02
----------------------------------------------------------------*/
.bannerslider02 {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 0;
background: #F5F5F5;
background: linear-gradient(0deg, rgba(245, 245, 245, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
ul.bannerslide02 {
width: 100%;
height: auto;
display: block;
}
ul.bannerslide02 li {
  background-color: rgba(255,255,255,0.9);
  margin:0.25% 0.25%!important;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
ul.bannerslide02 li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
ul.bannerslide02 li a:hover {
  opacity: 0.6;
}


/* Owners
----------------------------------------------------------------*/
.ownersmm {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 0;
background: #F5F5F5;
background: linear-gradient(180deg, rgba(245, 245, 245, 1) 30%, rgba(255, 255, 255, 1) 100%);
}

.owners_title {
  width:fit-content;
  height: auto;
  display: flex;
  align-items: center;
  margin-left:5%;
}
.owners_title h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  margin:0;
  order:2;
}
.owners_title p {
  font-size:40px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  margin:0 0.2em 0 0;
  order:1;
}

.owners_slide {
  width: 100%;
  height: auto;
  display: block;
}
.owners_slide li {
  background-color: rgba(255,255,255,0.9);
  margin:0.25% 0.25%!important;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.owners_slide li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
.owners_slide li a:hover {
  opacity: 0.6;
}
.owners_slide li a .os_img {
  width: 100%;
  height: auto;
  display: block;
}
.owners_slide li a .os_cc {
  width: 100%;
  height: auto;
  display: block;
  padding:2em 1em;
}
.owners_slide li a .os_cc h3 {
  font-size:18px;
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-1st);
  margin:0 0 0.5em 0;
    transition: .4s all;
}
.owners_slide li a:hover .os_cc h3 {
color:var(--color-3rd);
}
.owners_slide li a .os_cc p {
  font-size:14px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin:0 0 0 0;
}



/* ShopInfo
----------------------------------------------------------------*/
.shoplist {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5% 100px;
  background-image: url(../img-group/index/jpmap.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 60% auto;
}
.shoplist_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.shoplist_title h2 {
  font-size:28px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.3em;
  order:2;
}
.shoplist_title h3 {
  font-size:40px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  margin-bottom: 0.05em;
  order:1;
}
.shoplist_title p {
  font-size:14px;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 2em;
  order:3;
}

.shoplist_tab {
  width:fit-content;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 5px;
  padding: 0;
  margin: 0 auto 40px auto;
}

.shoplist_tab li {
  font-size: 14px;
  line-height: 1em;
  cursor: pointer;
}
.shoplist_tab li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:0.4em 2em 0.5em;
  border:1px solid var(--color-ccc);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
}
.shoplist_tab li a:hover {
  color:var(--color-white);
  background-color: var(--color-3rd);
}

.shoplist_tab li a.slt_selected {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:0.4em 2em 0.5em;
  border:1px solid var(--color-ccc);
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 3px;
}

.shoplist_content {
  display: none;
  opacity: 0;
  transition: opacity .4s;
}

.shoplist_content.active {
  display: block;
  opacity: 1;
}

.shoplist_content ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.shoplist_content ul li {
  width: 31.3333333333%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  box-shadow:0px 5px 10px rgba(0,0,0,0.2);
  margin:0 1% 2%;
}
.slc_img {
  width: 100%;
  height: auto;
  display: block;
}
.slc_cc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:2em 1em;
}
.slc_cc h3 {
  width: fit-content;
  height: auto;
  display: block;
  font-size: clamp(20px, 1.5vw, 30px);
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  color:var(--color-1st);
  margin-bottom: 0.5em;
}
.slc_cc h3 a {
  width: 100%;
  height: auto;
  display: block;
  color:var(--color-1st);
  text-decoration: none;
}
.slc_cc h3 a:hover {
  color:var(--color-3rd);
}
.slc_cc p.slcp01 {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 0.5em;
}
.slc_cc p.slcp_tel {
  width: fit-content;
  height: auto;
  display: block;
  font-size:30px;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 40px;
  color:var(--color-black);
  margin-bottom: 0.2em;
}
.slc_cc p.slcp_tel a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:0 0 0 45px;
  background-image: url(../img-group/header/ic-freedial_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 40px;
}
.slc_cc p.slcp02 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  color:var(--color-black);
  text-align: center;
  margin-bottom: 1em;
}
.slc_cc p.slcp_bn {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:12px;
  margin:0;
}
.slc_cc p.slcp_bn a {
  width:100%;
  height: 30px;
  display: block;
  text-decoration: none;
  padding:0em 2em 0em 1em;
  line-height: 30px;
  border-radius: 5px;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img-group/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 16px;
    transition: .4s all;
}
.slc_cc p.slcp_bn a:hover {
  background-color: var(--color-3rd);
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 3 / 2.4;
  overflow: hidden;
background: #21285F;
background: linear-gradient(0deg, rgba(33, 40, 95, 1) 0%, rgba(255, 255, 255, 1) 80%);
position: relative;
padding-top: 100px;
}

.topslide {
  width: 100%;
  height: auto;
  display: block;
}
.topslide li {
  aspect-ratio: 16 / 9;
  margin:0.25% 0.15%!important;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
}
.topslide li a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  aspect-ratio: 16 / 9;
  text-decoration: none;
  color:var(--color-white);
  padding:8% 5% 0 5%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: .4s all;
}
.topslide li a h2, .topslide li a h3, .topslide li a p {
  text-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}
.topslide li a:hover {
  opacity: 0.6;
}

/* Slide01 */
.topslide li a.ts01 {
  background-image: url(../img-group/index/slidebanner01_pc.webp);
}
.topslide li a.ts01 h2 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.3em;
}
.topslide li a.ts01 h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.8em;
}
.topslide li a.ts01 p {
  font-size: 50px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.03em;
}
.topslide li a.ts01 p strong {
  font-size: 80px;
  letter-spacing: -0.01em;
}

/* Slide02 */
.topslide li a.ts02 {
  background-image: url(../img-group/index/slidebanner02_pc.webp);
}
.topslide li a.ts02 h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.topslide li a.ts02 h2 span {
  font-size: 60px;
}
.topslide li a.ts02 h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.03em;
  margin-bottom: 0.3em;
}
.topslide li a.ts02 p {
  width:60%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: -0.05em;
}

/* Slide03 */
.topslide li a.ts03 {
  background-image: url(../img-group/index/slidebanner03_pc.webp);
}
.topslide li a.ts03 h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.topslide li a.ts03 p {
  width:100%;
  font-size:14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}

/* Slide04 */
.topslide li a.ts04 {
  background-image: url(../img-group/index/slidebanner04_pc.webp);
}
.topslide li a.ts04 h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.topslide li a.ts04 h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.03em;
  margin-bottom: 0.3em;
}
.topslide li a.ts04 p {
  width:100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}


/* Slide05 */
.topslide li a.ts05 {
  background-image: url(../img-group/index/slidebanner05_pc.webp);
}
.topslide li a.ts05 h2 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.topslide li a.ts05 h2 span {
  font-size: 40px;
}
.topslide li a.ts05 p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}


/* Slide06 */
.topslide li a.ts06 {
  background-image: url(../img-group/index/slidebanner06_pc.webp);
}
.topslide li a.ts06 h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.15em;
}
.topslide li a.ts06 p {
  width:100%;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1em;
  letter-spacing: -0.03em;
}

/* Slide07 */
.topslide li a.ts07 {
  background-image: url(../img-group/index/slidebanner07_pc.webp);
}
.topslide li a.ts07 h2 {
  font-size: 38px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.25em;
}
.topslide li a.ts07 p {
  width:100%;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}

/* Slide08 */
.topslide li a.ts08 {
  background-image: url(../img-group/index/slidebanner08_pc.webp);
  justify-content: flex-end;
  padding-top:0!important;
  padding-bottom: 10%!important;
}
.topslide li a.ts08 h2 {
  font-size: 45px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.25em;
}
.topslide li a.ts08 p {
  width:100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}


/* サムネイルをスライドに重ねる */
.sliderthumbnail{
  width: 100%;
  height: auto;
  position: absolute;
  top: -25%;
  left: 0%;
  z-index: 25500;
}

.sliderthumbnail .thumb{
  margin: 5px 15px;
  cursor: pointer;
  background-color: rgba(0,0,0,0.8);
}

.sliderthumbnail img{
  width: 100%;
  height: auto;
  display: block;
  box-shadow:0px 5px 10px rgba(0,0,0,0.6);
}

/* 非アクティブは薄く */
.sliderthumbnail .slick-slide{
  transition: opacity .2s ease;
}
.sliderthumbnail .slick-slide img {
  opacity: 0.4;
}

.sliderthumbnail .slick-current img{
  opacity: 1;
}

/* 重なりがきつい場合の逃げ */
.topslide{
  margin-bottom: 80px;
}


/* Slider Dots
----------------------------------------------------------------*/
.slide-dots {
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
  margin: 0 0px!important;
  padding:0!important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-image: url(../img-group/header/ic-dot_off.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
}
.slide-dots li.slick-active button::before {
  background-image: url(../img-group/header/ic-dot_on.webp);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
}


/* Update
----------------------------------------------------------------*/
.updatemm {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5% 50px;
  background: #F5F5F5;
background: linear-gradient(0deg, rgba(245, 245, 245, 1) 30%, rgba(255, 255, 255, 1) 100%);
}
.updatetopline {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.update_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.update_title h2 {
  font-size:14px;
  font-weight: 400;
  line-height: 30px;
  margin:0 0 0 0;
  order:2;
}
.update_title p {
  font-size:32px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 30px;
  margin: 0 0.3em 0 0;
  order:1;
}
.updatetopline form {
  width:50%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.updatetopline form h3.fsele_title {
height: 30px;
font-size:14px;
font-weight:400;
line-height: 1em;
white-space: nowrap;
margin-right:1em;
}
.updatetopline form select {
height: 30px;
font-size:14px;
line-height: 1em;
color:var(--color-black);
padding:0.3em 0.5em;
border:1px solid var(--color-999);
background-color: var(--color-f5);
}


/* StocklList
----------------------------------------------------------------*/
.stockmm {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
  background-color: var(--color-f5);
}
.stocktopline {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.stock_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.stock_title h2 {
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  margin:0 0 0 0;
  order:2;
}
.stock_title p {
  font-size:32px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin: 0 0 0.1em 0;
  order:1;
}
.stocktopline form {
  width:50%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.stocktopline form h3.fsele_title {
height: 30px;
font-size:14px;
font-weight:400;
line-height: 1em;
white-space: nowrap;
margin-right:1em;
}
.stocktopline form select {
height: 30px;
font-size:14px;
line-height: 1em;
color:var(--color-black);
padding:0.3em 0.5em;
border:1px solid var(--color-999);
background-color: var(--color-f5);
}

.stocklist li {
  /*display: none;*/
}
.stocklist li:nth-child(-n+6) {
    display: list-item; /* 最初の5つだけ表示 */
  }

/* Youtube
----------------------------------------------------------------*/
.youtubemm {
position: relative;
z-index: var(--content-z);
width: 100%;
padding: 120px 5% 100px;
background-color: rgba(0,0,0,0.6); /* 半透明の色を残したい場合 */
background-image: url(../img-group/index/yt-bg.webp);
background-repeat: no-repeat;
background-position: center bottom;
background-size:110% auto;
box-sizing: border-box;
color: #fff;
}

.yt_title {
  width:fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  background-image: url(../img-group/header/ic-yt_b.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top:50px;
  margin:0 auto 30px;
}
.yt_title h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-white);
  text-align: center;
  margin:0;
  order:2;
}
.yt_title p {
  font-size: 32px;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1em;
  color:var(--color-white);
  text-align: center;
  letter-spacing: -0.05em;
  margin:0 0 0.2em 0;
  order:1;
}

ul.ytlist {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
}
ul.ytlist li {
  width:47%;
  height: auto;
  display: block;
  margin:0 1.5% 3%;
}
ul.ytlist li a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: .4s all;
}
ul.ytlist li a:hover {
  opacity: 0.6;
}

ul.ytlist li p a {
  color: #fff;
}

ul.ytlist li p a:hover {
  opacity: 0.6;
}

ul.ytlist li a img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow:0px 3px 10px rgba(0,0,0,0.5);
  margin-bottom: 1em;
}
ul.ytlist li a p {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-white);
  text-shadow:0px 1px 4px rgba(0,0,0,0.5);
  margin:0;
}

/* yt BG scroll
---------------------------------------*/
:root{
    --content-z: 2;
    --bg-z: 1;
  }

  /* 親 */
  .bgscroll {
    position: relative;
    width: 100%;
    height: auto;           /* 中身に追従 */
    overflow: hidden;
    box-sizing: border-box;
  }

  /* 背景用のラッパー（親に合わせて伸びる） */
  .bg-layer {
    position: absolute;
    inset: 0;               /* top:0; right:0; bottom:0; left:0; */
    z-index: var(--bg-z);
    pointer-events: none;   /* コンテンツを邪魔しない */
    overflow: hidden;
  }

.bg-track {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  will-change: transform;
}

.bg-item {
  flex: 0 0 auto;
  height: 100%;
  background-size: cover;   /* contain→cover に変更 */
  background-repeat: no-repeat;
  background-position: center center;
}

/* BannerSlide01
----------------------------------------------------------------*/
.bannerslider01 {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 0;
}
ul.bannerslide01 {
width: 100%;
height: auto;
display: block;
}
ul.bannerslide01 li {
  background-color: rgba(255,255,255,0.9);
  margin:0.25% 0.25%!important;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
ul.bannerslide01 li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
ul.bannerslide01 li a:hover {
  opacity: 0.6;
}

ul.bannerslide01.bannerslide01-noslide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
  margin: 0 auto;
}

ul.bannerslide01.bannerslide01-noslide li {
  width: calc( 50% - 30px );
  margin: 0 15px !important;
}


/* BannerSlide02
----------------------------------------------------------------*/
.bannerslider02 {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 0;
}
ul.bannerslide02 {
width: 100%;
height: auto;
display: block;
}
ul.bannerslide02 li {
  background-color: rgba(255,255,255,0.9);
  margin:0.25% 0.25%!important;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
ul.bannerslide02 li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
ul.bannerslide02 li a:hover {
  opacity: 0.6;
}


/* Owners
----------------------------------------------------------------*/
.ownersmm {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 0;
}

.owners_title {
  width:fit-content;
  height: auto;
  display: flex;
  align-items: center;
  margin-left:5%;
}
.owners_title h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  margin:0;
  order:2;
}
.owners_title p {
  font-size: 32px;
  font-family: var(--font-en);
  font-weight: 500;
  color:var(--color-1st);
  line-height: 1.5em;
  letter-spacing: -0.05em;
  margin:0 0.2em 0.2em 0;
  order:1;
}

.owners_slide {
  width: 100%;
  height: auto;
  display: block;
}
.owners_slide li {
  background-color: rgba(255,255,255,0.9);
  margin:0.25% 0.25%!important;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.owners_slide li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
.owners_slide li a:hover {
  opacity: 0.6;
}
.owners_slide li a .os_img {
  width: 100%;
  height: auto;
  display: block;
}
.owners_slide li a .os_cc {
  width: 100%;
  height: auto;
  display: block;
  padding:2em 1em;
}
.owners_slide li a .os_cc h3 {
  font-size:18px;
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-1st);
  margin:0 0 0.5em 0;
    transition: .4s all;
}
.owners_slide li a:hover .os_cc h3 {
color:var(--color-3rd);
}
.owners_slide li a .os_cc p {
  font-size:14px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin:0 0 0 0;
}



/* ShopInfo
----------------------------------------------------------------*/
.shoplist {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5% 100px;
  background-image: url(../img-group/index/jpmap.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 60% auto;
}
.shoplist_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.shoplist_title h2 {
  font-size:24px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0.3em;
  order:2;
}
.shoplist_title h3 {
  font-size:20px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.03em;
  margin-bottom: 0.05em;
  order:1;
}
.shoplist_title p {
  font-size:14px;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 2em;
  order:3;
}

.shoplist_tab {
  width:fit-content;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 5px;
  padding: 0;
  margin: 0 auto 40px auto;
}

.shoplist_tab li {
  font-size: 14px;
  line-height: 1em;
  cursor: pointer;
}
.shoplist_tab li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:0.4em 2em 0.5em;
  border:1px solid var(--color-ccc);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
}
.shoplist_tab li a:hover {
  color:var(--color-white);
  background-color: var(--color-3rd);
}

.shoplist_tab li a.slt_selected {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:0.4em 2em 0.5em;
  border:1px solid var(--color-ccc);
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 3px;
}

.shoplist_content {
  display: none;
  opacity: 0;
  transition: opacity .4s;
}

.shoplist_content.active {
  display: block;
  opacity: 1;
}

.shoplist_content ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.shoplist_content ul li {
  width: 48%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  box-shadow:0px 5px 10px rgba(0,0,0,0.2);
  margin:0 1% 2%;
}
.slc_img {
  width: 100%;
  height: auto;
  display: block;
}
.slc_cc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:2em 1em;
}
.slc_cc h3 {
  width: fit-content;
  height: auto;
  display: block;
  font-size: clamp(20px, 1.5vw, 30px);
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.5px;
  color:var(--color-1st);
  margin-bottom: 0.5em;
}
.slc_cc h3 a {
  width: 100%;
  height: auto;
  display: block;
  color:var(--color-1st);
  text-decoration: none;
}
.slc_cc h3 a:hover {
  color:var(--color-3rd);
}
.slc_cc p.slcp01 {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 0.5em;
}
.slc_cc p.slcp_tel {
  width: fit-content;
  height: auto;
  display: block;
  font-size:24px;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 40px;
  color:var(--color-black);
  margin-bottom: 0.2em;
}
.slc_cc p.slcp_tel a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:0 0 0 35px;
  background-image: url(../img-group/header/ic-freedial_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 30px;
}
.slc_cc p.slcp02 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  color:var(--color-black);
  text-align: center;
  margin-bottom: 1em;
}
.slc_cc p.slcp_bn {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:12px;
  margin:0;
}
.slc_cc p.slcp_bn a {
  width:100%;
  height: 30px;
  display: block;
  text-decoration: none;
  padding:0em 2em 0em 1em;
  line-height: 30px;
  border-radius: 5px;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img-group/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 16px;
    transition: .4s all;
}
.slc_cc p.slcp_bn a:hover {
  background-color: var(--color-3rd);
}


}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio:3 / 4.45;
  overflow: hidden;
background: #21285F;
background: linear-gradient(0deg, rgba(33, 40, 95, 1) 0%, rgba(255, 255, 255, 1) 80%);
position: relative;
padding-top: 100px;
}

.topslide {
  width: 100%;
  height: auto;
  display: block;
}
.topslide li {
  aspect-ratio:3 / 4;
  margin:0.25% 0.1% 20px!important;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
}
.topslide li a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  aspect-ratio:3 / 4;
  text-decoration: none;
  color:var(--color-white);
  padding:15% 5% 0 5%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: .4s all;
}
.topslide li a h2, .topslide li a h3, .topslide li a p {
  text-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}
.topslide li a:hover {
  opacity: 0.6;
}

/* Slide01 */
.topslide li a.ts01 {
  background-image: url(../img-group/index/slidebanner01_m.webp);
}
.topslide li a.ts01 h2 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.topslide li a.ts01 h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.8em;
}
.topslide li a.ts01 p {
  font-size: 14px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.03em;
}
.topslide li a.ts01 p strong {
  font-size: 70px;
  letter-spacing: -0.01em;
}

/* Slide02 */
.topslide li a.ts02 {
  background-image: url(../img-group/index/slidebanner02_m.webp);
}
.topslide li a.ts02 h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.topslide li a.ts02 h2 span {
  font-size: 60px;
}
.topslide li a.ts02 h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.03em;
  margin-bottom: 0.3em;
}
.topslide li a.ts02 p {
  width:100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: -0.05em;
}

/* Slide03 */
.topslide li a.ts03 {
  background-image: url(../img-group/index/slidebanner03_m.webp);
}
.topslide li a.ts03 h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4em;
  letter-spacing: -0.03em;
  margin-bottom: 0.5em;
}
.topslide li a.ts03 p {
  width:100%;
  font-size:14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}

/* Slide04 */
.topslide li a.ts04 {
  background-image: url(../img-group/index/slidebanner04_m.webp);
}
.topslide li a.ts04 h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.topslide li a.ts04 h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25em;
  letter-spacing: -0.00em;
  margin-bottom: 0.3em;
}
.topslide li a.ts04 p {
  width:100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}

/* Slide05 */
.topslide li a.ts05 {
  background-image: url(../img-group/index/slidebanner05_m.webp);
}
.topslide li a.ts05 h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: -0.03em;
  margin-bottom: 0.5em;
}
.topslide li a.ts05 h2 span {
  font-size:40px;
}
.topslide li a.ts05 p {
  width:100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.02em;
}

/* Slide06 */
.topslide li a.ts06 {
  background-image: url(../img-group/index/slidebanner06_m.webp);
}
.topslide li a.ts06 h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.topslide li a.ts06 p {
  width:100%;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1em;
  letter-spacing: -0.03em;
}

/* Slide07 */
.topslide li a.ts07 {
  background-image: url(../img-group/index/slidebanner07_m.webp);
}
.topslide li a.ts07 h2 {
  font-size: 38px;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.25em;
}
.topslide li a.ts07 p {
  width:100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}

/* Slide08 */
.topslide li a.ts08 {
  background-image: url(../img-group/index/slidebanner08_m.webp);
}
.topslide li a.ts08 h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  margin-bottom: 0.25em;
}
.topslide li a.ts08 p {
  width:100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.05em;
}


/* サムネイルをスライドに重ねる */
.sliderthumbnail{
  width: 100%;
  height: auto;
  position: absolute;
  top: -10em;
  left: 0%;
  z-index: 25500;
}

.sliderthumbnail .thumb{
  margin: 5px 5px;
  cursor: pointer;
  background-color: rgba(0,0,0,0.8);
}

.sliderthumbnail img{
  width: 100%;
  height: auto;
  display: block;
  box-shadow:0px 5px 10px rgba(0,0,0,0.6);
}

/* 非アクティブは薄く */
.sliderthumbnail .slick-slide{
  transition: opacity .2s ease;
}
.sliderthumbnail .slick-slide img {
  opacity: 0.4;
}

.sliderthumbnail .slick-current img{
  opacity: 1;
}

/* 重なりがきつい場合の逃げ */
.topslide{
  margin-bottom: 80px;
}



/* Slider Dots
----------------------------------------------------------------*/
.slide-dots {
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
  margin: 0 0px!important;
  padding:0!important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-image: url(../img-group/header/ic-dot_off.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
}
.slide-dots li.slick-active button::before {
  background-image: url(../img-group/header/ic-dot_on.webp);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
}


/* Update
----------------------------------------------------------------*/
.updatemm {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5% 50px;
  background: #F5F5F5;
background: linear-gradient(0deg, rgba(245, 245, 245, 1) 30%, rgba(255, 255, 255, 1) 100%);
}
.updatetopline {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.update_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.update_title h2 {
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  margin:0 0 1.5em 0;
  text-align: center;
  order:2;
}
.update_title p {
  font-size:32px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin: 0 0 0.1em 0;
  text-align: center;
  order:1;
}
.updatetopline form {
  width:90%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin:0 auto;
}
.updatetopline form h3.fsele_title {
height: auto;
font-size:14px;
font-weight:400;
line-height: 1em;
text-align: center;
white-space: nowrap;
margin:0 0 1em 0;
}
.updatetopline form select {
height: 30px;
font-size:14px;
line-height: 1em;
color:var(--color-black);
padding:0.3em 0.5em;
border:1px solid var(--color-999);
background-color: var(--color-f5);
}


/* StocklList
----------------------------------------------------------------*/
.stockmm {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
  background-color: var(--color-f5);
}
.stocktopline {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.stock_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.stock_title h2 {
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  margin:0 0 1.5em 0;
  text-align: center;
  order:2;
}
.stock_title p {
  font-size:32px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1em;
  margin: 0 0 0.1em 0;
  text-align: center;
  order:1;
}
.stocktopline form {
  width:90%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin:0 auto;
}
.stocktopline form h3.fsele_title {
height: auto;
font-size:14px;
font-weight:400;
line-height: 1em;
text-align: center;
white-space: nowrap;
margin:0 0 1em 0;
}
.stocktopline form select {
height: 30px;
font-size:14px;
line-height: 1em;
color:var(--color-black);
padding:0.3em 0.5em;
border:1px solid var(--color-999);
background-color: var(--color-f5);
}

.stocklist li {
  /*display: none;*/
}
.stocklist li:nth-child(-n+4) {
    display: list-item;
  }

/* Youtube
----------------------------------------------------------------*/
.youtubemm {
position: relative;
z-index: var(--content-z);
width: 100%;
padding: 120px 5% 100px;
background-color: rgba(0,0,0,0.6); /* 半透明の色を残したい場合 */
background-image: url(../img-group/index/yt-bg.webp);
background-repeat: no-repeat;
background-position: center center;
background-size:200% auto;
box-sizing: border-box;
color: #fff;
}

.yt_title {
  width:fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  background-image: url(../img-group/header/ic-yt_b.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top:50px;
  margin:0 auto 30px;
}
.yt_title h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-white);
  text-align: center;
  margin:0;
  order:2;
}
.yt_title p {
  font-size: 32px;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 1em;
  color:var(--color-white);
  text-align: center;
  letter-spacing: -0.05em;
  margin:0 0 0.2em 0;
  order:1;
}

ul.ytlist {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
}
ul.ytlist li {
  width:100%;
  height: auto;
  display: block;
  margin:0 0 30px;
}
ul.ytlist li a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: .4s all;
}
ul.ytlist li a:hover {
  opacity: 0.6;
}

ul.ytlist li p a {
  color: #fff;
}

ul.ytlist li p a:hover {
  opacity: 0.6;
}

ul.ytlist li a img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow:0px 3px 10px rgba(0,0,0,0.5);
  margin-bottom: 0.5em;
}
ul.ytlist li a p {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-white);
  text-shadow:0px 1px 4px rgba(0,0,0,0.5);
  margin:0;
}

/* yt BG scroll
---------------------------------------*/
:root{
    --content-z: 2;
    --bg-z: 1;
  }

  /* 親 */
  .bgscroll {
    position: relative;
    width: 100%;
    height: auto;           /* 中身に追従 */
    overflow: hidden;
    box-sizing: border-box;
  }

  /* 背景用のラッパー（親に合わせて伸びる） */
  .bg-layer {
    position: absolute;
    inset: 0;               /* top:0; right:0; bottom:0; left:0; */
    z-index: var(--bg-z);
    pointer-events: none;   /* コンテンツを邪魔しない */
    overflow: hidden;
  }

.bg-track {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  will-change: transform;
}

.bg-item {
  flex: 0 0 auto;
  height: 100%;
  background-size: cover;   /* contain→cover に変更 */
  background-repeat: no-repeat;
  background-position: center center;
}

/* BannerSlide01
----------------------------------------------------------------*/
.bannerslider01 {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 0;
  background: #F5F5F5;
background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 70%);
}
ul.bannerslide01 {
width: 100%;
height: auto;
display: block;
}
ul.bannerslide01 li {
  background-color: rgba(255,255,255,0.9);
  margin:0.25% 0.25%!important;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
ul.bannerslide01 li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
ul.bannerslide01 li a:hover {
  opacity: 0.6;
}

ul.bannerslide01.bannerslide01-noslide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 2.5%;
  margin: 0 auto;
}

ul.bannerslide01.bannerslide01-noslide li {
  width: 45%;
  margin: 0 2.5% !important;
}
@media screen and (max-width: 480px) {
  ul.bannerslide01.bannerslide01-noslide li {
    width: 95%;
    margin: 10px 2.5% !important;
  }
}


/* BannerSlide02
----------------------------------------------------------------*/
.bannerslider02 {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 0;
background: #F5F5F5;
background: linear-gradient(0deg, rgba(245, 245, 245, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
ul.bannerslide02 {
width: 100%;
height: auto;
display: block;
}
ul.bannerslide02 li {
  background-color: rgba(255,255,255,0.9);
  margin:0.25% 0.25%!important;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
ul.bannerslide02 li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
ul.bannerslide02 li a:hover {
  opacity: 0.6;
}


/* Owners
----------------------------------------------------------------*/
.ownersmm {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 0;
background: #F5F5F5;
background: linear-gradient(180deg, rgba(245, 245, 245, 1) 30%, rgba(255, 255, 255, 1) 100%);
}

.owners_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.owners_title h2 {
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  margin:0 0 1.5em 0;
  text-align: center;
  order:2;
}
.owners_title p {
  font-size:32px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.5em;
  margin: 0 0 0.1em 0;
  text-align: center;
  order:1;
}

.owners_slide {
  width: 100%;
  height: auto;
  display: block;
}
.owners_slide li {
  background-color: rgba(255,255,255,0.9);
  margin:0.25% 0.25%!important;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
.owners_slide li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
.owners_slide li a:hover {
  opacity: 0.6;
}
.owners_slide li a .os_img {
  width: 100%;
  height: auto;
  display: block;
}
.owners_slide li a .os_cc {
  width: 100%;
  height: auto;
  display: block;
  padding:2em 1em;
}
.owners_slide li a .os_cc h3 {
  font-size:18px;
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-1st);
  margin:0 0 0.5em 0;
    transition: .4s all;
}
.owners_slide li a:hover .os_cc h3 {
color:var(--color-3rd);
}
.owners_slide li a .os_cc p {
  font-size:14px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin:0 0 0 0;
}



/* ShopInfo
----------------------------------------------------------------*/
.shoplist {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5% 50px;
  background-image: url(../img-group/index/jpmap.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 60% auto;
}
.shoplist_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.shoplist_title h2 {
  font-size:20px;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 0.3em;
  order:2;
}
.shoplist_title h3 {
  font-size:16px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -0.03em;
  margin-bottom: 0.5em;
  order:1;
}
.shoplist_title p {
  font-size:14px;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 2em;
  order:3;
}

.shoplist_tab {
  width:fit-content;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 5px;
  padding: 0;
  margin: 0 auto 40px auto;
}

.shoplist_tab li {
  width:30.3333333333%;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 1em;
  cursor: pointer;
}
.shoplist_tab li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  text-align: center;
  padding:0.4em 0em 0.5em;
  border:1px solid var(--color-ccc);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
}
.shoplist_tab li a:hover {
  color:var(--color-white);
  background-color: var(--color-3rd);
}

.shoplist_tab li a.slt_selected {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:0.4em 2em 0.5em;
  border:1px solid var(--color-ccc);
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 3px;
}

.shoplist_content {
  display: none;
  opacity: 0;
  transition: opacity .4s;
}

.shoplist_content.active {
  display: block;
  opacity: 1;
}

.shoplist_content ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.shoplist_content ul li {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  box-shadow:0px 5px 10px rgba(0,0,0,0.2);
  margin:0 0 30px;
}
.slc_img {
  width: 100%;
  height: auto;
  display: block;
}
.slc_cc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:2em 1em;
}
.slc_cc h3 {
  width: fit-content;
  height: auto;
  display: block;
  font-size: clamp(20px, 1.5vw, 30px);
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.5px;
  color:var(--color-1st);
  margin-bottom: 0.5em;
}
.slc_cc h3 a {
  width: 100%;
  height: auto;
  display: block;
  color:var(--color-1st);
  text-decoration: none;
}
.slc_cc h3 a:hover {
  color:var(--color-3rd);
}
.slc_cc p.slcp01 {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 0.5em;
}
.slc_cc p.slcp_tel {
  width: fit-content;
  height: auto;
  display: block;
  font-size:24px;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 40px;
  color:var(--color-black);
  margin-bottom: 0.2em;
}
.slc_cc p.slcp_tel a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:0 0 0 35px;
  background-image: url(../img-group/header/ic-freedial_b.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 30px;
}
.slc_cc p.slcp02 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  color:var(--color-black);
  text-align: center;
  margin-bottom: 1em;
}
.slc_cc p.slcp_bn {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:12px;
  margin:0;
}
.slc_cc p.slcp_bn a {
  width:100%;
  height: 30px;
  display: block;
  text-decoration: none;
  padding:0em 2em 0em 1em;
  line-height: 30px;
  border-radius: 5px;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-image: url(../img-group/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 16px;
    transition: .4s all;
}
.slc_cc p.slcp_bn a:hover {
  background-color: var(--color-3rd);
}



}
