.icsl-boatsales {background-image: url(../img/header/ic-sl_boatsales.webp);}
.icsl-maintenance {background-image: url(../img/header/ic-sl_maintenance.webp);}
.icsl-outfitting {background-image: url(../img/header/ic-sl_outfitting.webp);}
.icsl-sailing {background-image: url(../img/header/ic-sl_sailing.webp);}
.icsl-usedboat {background-image: url(../img/header/ic-sl_usedboat.webp);}
.icsl-newboat {background-image: url(../img/header/ic-sl_newboat.webp);}

a.icsl-boatsales:hover {background-image: url(../img/header/ic-sl_boatsales_w.webp);}
a.icsl-maintenance:hover {background-image: url(../img/header/ic-sl_maintenance_w.webp);}
a.icsl-outfitting:hover {background-image: url(../img/header/ic-sl_outfitting_w.webp);}
a.icsl-sailing:hover {background-image: url(../img/header/ic-sl_sailing_w.webp);}
a.icsl-usedboat:hover {background-image: url(../img/header/ic-sl_usedboat_w.webp);}
a.icsl-newboat:hover {background-image: url(../img/header/ic-sl_newboat_w.webp);}


/*-----------------------------------------------------------
Slider
-----------------------------------------------------------*/
:root{
  --peek: 5%;   /* 左右に見せたい割合 */
}
.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: var(--peek);
  padding-right: var(--peek);
  box-sizing: border-box;
}

/* trackは横並び */
.carousel-track{
  display:flex;
  will-change: transform;
  gap: 0px;
}

/* 1600px以上：5枚 */
@media (min-width:1600px){
  .slide{ flex: 0 0 calc((100% - 16px * 4) / 5); margin-right:16px; }
}

/* 1025〜1599：3枚 */
@media (min-width:1025px) and (max-width:1599px){
  .slide{ flex: 0 0 calc((100% - 16px * 2) / 3); margin-right:16px; }
}

/* 769〜1024：1枚 */
@media (min-width:769px) and (max-width:1024px){
  .slide{ flex: 0 0 calc((100% - 16px * 2) / 2); margin-right:16px; }
}

/* 768以下：1枚 */
@media (max-width:768px){
  .slide{ flex: 0 0 calc(100% - 16px); margin-right:16px; }
}


/* ================================
   ドット部分
================================ */
.carousel-dots {
  padding: 0;
  margin-top: 12px;
  text-align: center;
}

.carousel-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-dots li.active {
  background: #000;
}


@media screen and (min-width: 1600px) {

.slide {
padding:1% 1%!important;
}

}


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


/*-----------------------------------------------------------
TopSection
-----------------------------------------------------------*/
.topsection {
 width: 100%;
 height: auto;
 aspect-ratio: 16 / 10;
 display: block;
 overflow: hidden;
 position: relative;
}
.tscov {
  width: 100%;
  height: auto;
  display: block;
 aspect-ratio: 16 / 10;
 background-image: url(../img/index/tscov.webp);
 background-repeat: no-repeat;
 background-position: 0 100.1%;
 background-size: 100% auto;
 position: absolute;
 top:0;
 left:0;
 z-index:1200;
}
.tscc {
  width: 100%;
  height: auto;
  display: flex;
 aspect-ratio: 16 / 10;
  justify-content: flex-start;
  align-items: center;
  padding:0 5%;
  position: absolute;
  top:0;
  left: 0;
  z-index:1300;
}
.topsection #slidemm, .topsection #slidemm div, .topsection #slidemm div picture {
  width: 100%;
  height: auto;
  display: block;
}


/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.slide {
  overflow: hidden;
  border-radius: 35px;
box-shadow:0px 5px 10px rgba(0,0,0,0.15);
}
.slide a {
 width:100%;
 height: auto;
 display: flex;
 flex-direction: column;
 text-decoration: none;
 overflow: hidden;
 border-radius: 5px;
}
.slide a .slimg {
 width:100%;
 height: auto;
 display: block;
 transition: .4s all;
 overflow: hidden;
 border-radius: 5px;
}
.slide a:hover .slimg {
opacity: 0.6;
}
.slide a .slcc {
width: 100%;
height: auto;
display: block;
padding:2em;
}


/*-----------------------------------------------------------
SectionTitle
-----------------------------------------------------------*/
.sectitle {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 margin-bottom: 30px;
}
.sectitle h2 {
 order:2;
 font-size: clamp(14px, 1.25vw, 100px);
 font-weight: 400;
 line-height: 1em;
 letter-spacing: -0.5px;
 color: var(--color-1st);
 text-align: center;
 margin-bottom: 0;
}
.sectitle p {
 order:1;
 font-size: clamp(24px, 4vw, 100px);
 font-family: var(--font-en);
 font-weight: 200;
 line-height: 1em;
 letter-spacing: -0.05em;
 color: var(--color-black);
 text-align: center;
 margin-bottom: 0.25em;
}
.sectitle p strong {
  font-weight: 600;
}


/*-----------------------------------------------------------
News
-----------------------------------------------------------*/
.newsmm {
 width:100%;
 height: auto;
 display: block;
 padding:50px 0 50px;
}
.newsmm .slide a .slcc p.sldate {
 font-size: clamp(12px, 1vw, 14px);
 color: var(--color-1st);
 line-height: 1.25em;
 margin-bottom: 0.5em;
}
.newsmm .slide a:hover .slcc p.sldate {
 color:var(--color-black);
}
.newsmm .slide a .slcc h3 {
 font-size: clamp(18px, 1.25vw, 22px);
 line-height: 1.5em;
 font-weight: 600;
 margin-bottom: 0.5em;
}
.newsmm .slide a:hover .slcc h3 {
 color:var(--color-1st);
}
.newsmm .slide a .slcc p.slcom {
 font-size: clamp(14px, 1vw, 16px);
 line-height: 2em;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
 margin-bottom: 0em;
}
.newsmm .slide a:hover .slcc p.slcom {
 color:var(--color-black);
}

/*-----------------------------------------------------------
IntroNull
-----------------------------------------------------------*/
.intronull {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/intronull_bg.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.intronullcov {
width: 100%;
height: auto;
display: block;
background-image: url(../img/index/border01t.webp);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 100% auto;
}
.intronull article {
  width: 100%;
  height: auto;
  display: block;
  padding:18% 8% 30%;
}
.intronull article h2 {
  font-size: clamp(20px, 2vw, 100px);
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
}
.intronull article h2 strong {
  display: block;
  font-size: clamp(40px, 5vw, 100px);
  font-weight: 300;
  margin-bottom: 0.45em;
}
.intronull article h2 strong span {
  font-weight: 700;
}
.intronull article p {
  max-width:1600px;
  height: auto;
  display: block;
  font-size: clamp(14px, 1vw, 20px);
  line-height: 2em;
  margin:0 auto;
}


/*-----------------------------------------------------------
Intro
-----------------------------------------------------------*/
.intromm {
width:100%;
height: auto;
display: block;
background-color: var(--color-1st);
background-image: url(../img/index/introbg.webp);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.intcov01 {
  width: 100%;
  height: auto;
  display: block;
}
.intcov02 {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/border01b.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.intbody {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
padding:8% 8% 15%;
margin:0 auto;
}
.intbody h2 {
order:2;
font-size: clamp(16px, 1.5vw, 50px);
font-weight: 500;
line-height: 1.5em;
letter-spacing: -0.03em;
text-align: center;
color: var(--color-white);
margin-bottom: 1em;
}
.intbody p.int_en {
order:1;
font-size: clamp(60px, 4vw, 300px);
font-family: var(--font-en);
font-weight: 100;
line-height: 1em;
letter-spacing: -0.05em;
text-align: center;
color: var(--color-white);
margin-bottom: 0.15em;
}
.intbody p.int_en strong {
  font-weight: 700;
}

.servicelist {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  order:3;
}
.servicelist li {
  width:36%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
  margin:0 1% 3%;
}
.servicelist li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  font-size: clamp(14px, 1.25vw, 50px);
  font-weight: 600;
  line-height: 1.5em;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 110px;
  padding:120px 1em 1em;
  text-align: center;
  transition: .4s all;
}
.servicelist li span {
  display: block;
  font-weight: 400;
  font-size: clamp(10px, 1vw, 20px);
  font-family: var(--font-en);
  color: var(--color-1st);
}
.servicelist li a:hover {
  background-color: var(--color-4th);
  color: var(--color-white);
}
.servicelist li a:hover  span{
  color: var(--color-white);
}



/*-----------------------------------------------------------
Stock
-----------------------------------------------------------*/
.stockmm {
 width:100%;
 height: auto;
 display: block;
 padding:0px 0 50px;
}
.stockmm a {
width:100%;
height: auto;
display: block;
text-decoration: none;
padding-bottom: 25px;
transition: .4s all;
}
.stockmm a:hover {
background-color:rgba(255,255,255,1);
}
.stockmm a .stimg {
width:100%;
height: auto;
display: block;
transition: .4s all;
overflow: hidden;
background-color: var(--color-1st);
}
.stockmm a:hover .stimg {
opacity: 0.5;
}
.stockmm a .stimg img {
transition: .4s all;
}
.stockmm a:hover .stimg img {
opacity: 0.7;
}
.stockmm .stcc {
width:100%;
height: auto;
display: block;
padding:25px 25px 0px;
}
.stockmm .stcc h3 {
font-size: clamp(12px, 1vw, 14px);
font-weight: 400;
line-height: 1.25em;
margin-bottom: 0.5em;
}
.stockmm .stcc h4 {
font-size: clamp(16px, 1.2vw, 20px);
font-weight: 700;
line-height: 1.4em;
margin-bottom: 15px;
}
.stockmm .stcc .specbox {
width:100%;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content:space-around;
margin-bottom: 15px;
}
.stockmm .stcc .specbox dl {
width:48%;
height: auto;
display: flex;
flex-direction: column;
margin:0 auto;
}
.stockmm a .stcc .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;
}
.stockmm .stcc .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;
}
.stockmm p.stprice {
font-size: clamp(16x, 1.5vw, 26px);
font-weight: 400;
text-align: center;
margin-bottom: 10px;
}
.stockmm p.stprice strong {
font-size:24px;
}



/*-----------------------------------------------------------
Access
-----------------------------------------------------------*/
.accessmm {
 width: 100%;
 height: auto;
 display: block;
 background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(225, 234, 234, 1) 70%);
}
.acc_cc {
 width: 100%;
 height: auto;
 display: block;
 /*padding:12% 0 20px 0;*/
 padding:0 0 20px 0;
 /*background-image: url(../img/index/access_border_t.webp);*/
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: 100% auto;
}
.acc_cc h2 {
 width: 100%;
 height: auto;
 display: block;
 font-size: clamp(16px, 1vw, 50px);
 font-weight: 700;
 line-height: 1em;
 letter-spacing: -1px;
 color: var(--color-black);
 text-align: center;
 margin-bottom: 0.5em;
 padding-top:140px;
 background-image: url(../img/header/logo_b.webp);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: auto 130px;
}
.acc_cc p.acc_ad01 {
 font-size: clamp(14px, 1.25vw, 100px);
 font-weight: 400;
 line-height: 1.5em;
 text-align: center;
 margin-bottom: 0.5em;
}
.acc_cc p.acc_tel {
 width:100%;
 height: auto;
 display: flex;
 justify-content:center;
 font-size: clamp(20px, 2vw, 100px);
 font-weight: 500;
 font-family: var(--font-en);
 margin-bottom: 0.5em;
}
.acc_cc p.acc_tel a {
 width: fit-content;
 height: auto;
 display: block;
 text-decoration: none;
 padding:0.5em 0 0.5em 50px;
 line-height: 50px;
 background-image: url(../img/header/ic-tel_b.webp);
 background-repeat: no-repeat;
 background-position: left center;
 background-size: auto 40px;
}
.acc_map {
 width: 100%;
 height: 500px;
 display: block;
 position: relative;
}
.acc_cov {
  width: 100%;
  height: auto;
  display: block;
}
.acc_map iframe {
 width: 100%;
 height: 500px;
 display: block;
}



}



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

/*-----------------------------------------------------------
TopSection
-----------------------------------------------------------*/
.topsection {
 width: 100%;
 height: auto;
 aspect-ratio: 16 / 10;
 display: block;
 overflow: hidden;
 position: relative;
}
.tscov {
  width: 100%;
  height: auto;
  display: block;
 aspect-ratio: 16 / 10;
 background-image: url(../img/index/tscov.webp);
 background-repeat: no-repeat;
 background-position: 0 100.1%;
 background-size: 100% auto;
 position: absolute;
 top:0;
 left:0;
 z-index:1200;
}
.tscc {
  width: 100%;
  height: auto;
  display: flex;
 aspect-ratio: 16 / 10;
  justify-content: flex-start;
  align-items: center;
  padding:0 5%;
  position: absolute;
  top:0;
  left: 0;
  z-index:1300;
}
.topsection #slidemm, .topsection #slidemm div, .topsection #slidemm div picture {
  width: 100%;
  height: auto;
  display: block;
}

/*-----------------------------------------------------------
SectionTitle
-----------------------------------------------------------*/
.sectitle {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 margin-bottom: 30px;
}
.sectitle h2 {
 order:2;
 font-size: 16px;
 font-weight: 500;
 line-height: 1em;
 letter-spacing: -0.5px;
 color: var(--color-1st);
 text-align: center;
 margin-bottom: 0;
}
.sectitle p {
 order:1;
 font-size: 32px;
 font-family: var(--font-en);
 font-weight: 200;
 line-height: 1em;
 letter-spacing: -1px;
 color: var(--color-black);
 text-align: center;
 margin-bottom: 0.25em;
}
.sectitle p strong {
 font-weight: 700;
}


/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.slide {
box-shadow:0px 5px 10px rgba(0,0,0,0.15);
}
.slide a {
 width:100%;
 height: auto;
 display: flex;
 flex-direction: column;
 text-decoration: none;
 overflow: hidden;
 border-radius: 5px;
}
.slide a .slimg {
 width:100%;
 height: auto;
 display: block;
 transition: .4s all;
 overflow: hidden;
 border-radius: 5px;
}
.slide a:hover .slimg {
opacity: 0.6;
}
.slide a .slcc {
width: 100%;
height: auto;
display: block;
padding:2em;
}


/*-----------------------------------------------------------
News
-----------------------------------------------------------*/
.newsmm {
 width:100%;
 height: auto;
 display: block;
 padding:50px 0 50px;
}
.newsmm .slide a .slcc p.sldate {
 font-size: clamp(12px, 1vw, 14px);
 color: var(--color-1st);
 line-height: 1.25em;
 margin-bottom: 0.5em;
}
.newsmm .slide a:hover .slcc p.sldate {
 color:var(--color-black);
}
.newsmm .slide a .slcc h3 {
 font-size: clamp(18px, 1.25vw, 22px);
 line-height: 1.5em;
 font-weight: 600;
 margin-bottom: 0.5em;
}
.newsmm .slide a:hover .slcc h3 {
 color:var(--color-1st);
}
.newsmm .slide a .slcc p.slcom {
 font-size: clamp(14px, 1vw, 16px);
 line-height: 2em;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
 margin-bottom: 0em;
}
.newsmm .slide a:hover .slcc p.slcom {
 color:var(--color-black);
}

/*-----------------------------------------------------------
IntroNull
-----------------------------------------------------------*/
.intronull {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/intronull_bg.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.intronullcov {
width: 100%;
height: auto;
display: block;
background-image: url(../img/index/border01t.webp);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 100% auto;
}
.intronull article {
  width: 100%;
  height: auto;
  display: block;
  padding:18% 8% 30%;
}
.intronull article h2 {
  font-size: clamp(20px, 2vw, 100px);
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
}
.intronull article h2 strong {
  display: block;
  font-size: clamp(40px, 5vw, 100px);
  font-weight: 300;
  margin-bottom: 0.45em;
}
.intronull article h2 strong span {
  font-weight: 700;
}
.intronull article p {
  max-width:1600px;
  height: auto;
  display: block;
  font-size: clamp(14px, 1vw, 20px);
  line-height: 2em;
  margin:0 auto;
}


/*-----------------------------------------------------------
Intro
-----------------------------------------------------------*/
.intromm {
width:100%;
height: auto;
display: block;
background-color: var(--color-1st);
background-image: url(../img/index/introbg.webp);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.intcov01 {
  width: 100%;
  height: auto;
  display: block;
}
.intcov02 {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/border01b.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.intbody {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
padding:8% 8% 15%;
margin:0 auto;
}
.intbody h2 {
order:2;
font-size: clamp(16px, 1.5vw, 50px);
font-weight: 500;
line-height: 1.5em;
letter-spacing: -0.03em;
text-align: center;
color: var(--color-white);
margin-bottom: 1em;
}
.intbody p.int_en {
order:1;
font-size: clamp(60px, 4vw, 300px);
font-family: var(--font-en);
font-weight: 100;
line-height: 1em;
letter-spacing: -0.05em;
text-align: center;
color: var(--color-white);
margin-bottom: 0.15em;
}
.intbody p.int_en strong {
  font-weight: 700;
}

.servicelist {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  order:3;
}
.servicelist li {
  width:48%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
  margin:0 1% 3%;
}
.servicelist li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  font-size: clamp(14px, 1.25vw, 50px);
  font-weight: 600;
  line-height: 1.5em;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 110px;
  padding:120px 1em 1em;
  text-align: center;
  transition: .4s all;
}
.servicelist li span {
  display: block;
  font-weight: 400;
  font-size: clamp(10px, 1vw, 20px);
  font-family: var(--font-en);
  color: var(--color-1st);
}
.servicelist li a:hover {
  background-color: var(--color-4th);
  color: var(--color-white);
}
.servicelist li a:hover  span{
  color: var(--color-white);
}



/*-----------------------------------------------------------
Stock
-----------------------------------------------------------*/
.stockmm {
 width:100%;
 height: auto;
 display: block;
 padding:0px 0 50px;
}
.stockmm a {
width:100%;
height: auto;
display: block;
text-decoration: none;
padding-bottom: 25px;
transition: .4s all;
}
.stockmm a:hover {
background-color:rgba(255,255,255,1);
}
.stockmm a .stimg {
width:100%;
height: auto;
display: block;
transition: .4s all;
overflow: hidden;
background-color: var(--color-1st);
}
.stockmm a:hover .stimg {
opacity: 0.5;
}
.stockmm a .stimg img {
transition: .4s all;
}
.stockmm a:hover .stimg img {
opacity: 0.7;
}
.stockmm .stcc {
width:100%;
height: auto;
display: block;
padding:25px 25px 0px;
}
.stockmm .stcc h3 {
font-size: clamp(12px, 1vw, 14px);
font-weight: 400;
line-height: 1.25em;
margin-bottom: 0.5em;
}
.stockmm .stcc h4 {
font-size: clamp(16px, 1.2vw, 20px);
font-weight: 700;
line-height: 1.4em;
margin-bottom: 15px;
}
.stockmm .stcc .specbox {
width:100%;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content:space-around;
margin-bottom: 15px;
}
.stockmm .stcc .specbox dl {
width:48%;
height: auto;
display: flex;
flex-direction: column;
margin:0 auto;
}
.stockmm a .stcc .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;
}
.stockmm .stcc .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;
}
.stockmm p.stprice {
font-size: clamp(16x, 1.5vw, 26px);
font-weight: 400;
text-align: center;
margin-bottom: 10px;
}
.stockmm p.stprice strong {
font-size:24px;
}



/*-----------------------------------------------------------
Access
-----------------------------------------------------------*/
.accessmm {
 width: 100%;
 height: auto;
 display: block;
 background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(225, 234, 234, 1) 70%);
}
.acc_cc {
 width: 100%;
 height: auto;
 display: block;

 /*padding:12% 0 20px 0;*/
 padding:0 0 20px 0;
 /*background-image: url(../img/index/access_border_t.webp);*/
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: 100% auto;
}
.acc_cc h2 {
 width: 100%;
 height: auto;
 display: block;
 font-size: clamp(16px, 1vw, 50px);
 font-weight: 700;
 line-height: 1em;
 letter-spacing: -1px;
 color: var(--color-black);
 text-align: center;
 margin-bottom: 0.5em;
 padding-top:140px;
 background-image: url(../img/header/logo_b.webp);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: auto 130px;
}
.acc_cc p.acc_ad01 {
 font-size: clamp(14px, 1.25vw, 100px);
 font-weight: 400;
 line-height: 1.5em;
 text-align: center;
 margin-bottom: 0.5em;
}
.acc_cc p.acc_tel {
 width:100%;
 height: auto;
 display: flex;
 justify-content:center;
 font-size: clamp(20px, 2vw, 100px);
 font-weight: 500;
 font-family: var(--font-en);
 margin-bottom: 0.5em;
}
.acc_cc p.acc_tel a {
 width: fit-content;
 height: auto;
 display: block;
 text-decoration: none;
 padding:0.5em 0 0.5em 50px;
 line-height: 50px;
 background-image: url(../img/header/ic-tel_b.webp);
 background-repeat: no-repeat;
 background-position: left center;
 background-size: auto 40px;
}
.acc_map {
 width: 100%;
 height: 500px;
 display: block;
 position: relative;
}
.acc_cov {
  width: 100%;
  height: auto;
  display: block;
}
.acc_map iframe {
 width: 100%;
 height: 500px;
 display: block;
}


}

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

/*-----------------------------------------------------------
TopSection
-----------------------------------------------------------*/
.topsection {
 width: 100%;
 height: auto;
 aspect-ratio: 3 / 4;
 display: block;
 overflow: hidden;
 position: relative;
}
.tscov {
  width: 100%;
  height: auto;
  display: block;
 aspect-ratio: 3 / 4;
 background-image: url(../img/index/tscov.webp);
 background-repeat: no-repeat;
 background-position: 0 100.1%;
 background-size: 100% auto;
 position: absolute;
 top:0;
 left:0;
 z-index:1200;
}
.tscc {
  width: 100%;
  height: auto;
  display: flex;
 aspect-ratio: 3 / 4;
  justify-content: flex-start;
  align-items: center;
  padding:0 5%;
  position: absolute;
  top:0;
  left: 0;
  z-index:1300;
}
.topsection #slidemm, .topsection #slidemm div, .topsection #slidemm div picture {
  width: 100%;
  height: auto;
  display: block;
}


/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.slide {
box-shadow:0px 5px 10px rgba(0,0,0,0.15);
}
.slide a {
 width:100%;
 height: auto;
 display: flex;
 flex-direction: column;
 text-decoration: none;
 overflow: hidden;
 border-radius: 5px;
}
.slide a .slimg {
 width:100%;
 height: auto;
 display: block;
 transition: .4s all;
 overflow: hidden;
 border-radius: 5px;
}
.slide a:hover .slimg {
opacity: 0.6;
}
.slide a .slcc {
width: 100%;
height: auto;
display: block;
padding:2em;
}


/*-----------------------------------------------------------
SectionTitle
-----------------------------------------------------------*/
.sectitle {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 margin-bottom: 30px;
}
.sectitle h2 {
 order:2;
 font-size: 14px;
 font-weight: 500;
 line-height: 1em;
 letter-spacing: -0.5px;
 color: var(--color-1st);
 text-align: center;
 margin-bottom: 0;
}
.sectitle p {
 order:1;
 font-size: 26px;
 font-family: var(--font-en);
 font-weight: 200;
 line-height: 1em;
 letter-spacing: -1px;
 color: var(--color-black);
 text-align: center;
 margin-bottom: 0.25em;
}
.sectitle p strong {
 font-weight: 700;
}




/*-----------------------------------------------------------
News
-----------------------------------------------------------*/
.newsmm {
 width:100%;
 height: auto;
 display: block;
 padding:50px 0 50px;
}
.newsmm .slide a .slcc p.sldate {
 font-size: clamp(12px, 1vw, 14px);
 color: var(--color-1st);
 line-height: 1.25em;
 margin-bottom: 0.5em;
}
.newsmm .slide a:hover .slcc p.sldate {
 color:var(--color-black);
}
.newsmm .slide a .slcc h3 {
 font-size: clamp(18px, 1.25vw, 22px);
 line-height: 1.5em;
 font-weight: 600;
 margin-bottom: 0.5em;
}
.newsmm .slide a:hover .slcc h3 {
 color:var(--color-1st);
}
.newsmm .slide a .slcc p.slcom {
 font-size: clamp(14px, 1vw, 16px);
 line-height: 2em;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
 margin-bottom: 0em;
}
.newsmm .slide a:hover .slcc p.slcom {
 color:var(--color-black);
}

/*-----------------------------------------------------------
IntroNull
-----------------------------------------------------------*/
.intronull {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/intronull_bg.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.intronullcov {
width: 100%;
height: auto;
display: block;
background-image: url(../img/index/border01t.webp);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 100% auto;
}
.intronull article {
  width: 100%;
  height: auto;
  display: block;
  padding:25% 8% 30%;
}
.intronull article h2 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5em;
}
.intronull article h2 strong {
  display: block;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 0.45em;
}
.intronull article h2 strong span {
  font-weight: 700;
}
.intronull article p {
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 2em;
  margin:0 auto;
}


/*-----------------------------------------------------------
Intro
-----------------------------------------------------------*/
.intromm {
width:100%;
height: auto;
display: block;
background-color: var(--color-1st);
background-image: url(../img/index/introbg.webp);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.intcov01 {
  width: 100%;
  height: auto;
  display: block;
}
.intcov02 {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/index/border01b.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.intbody {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
padding:100px 8% 25%;
margin:0 auto;
}
.intbody h2 {
order:2;
font-size: 14px;
font-weight: 500;
line-height: 1.5em;
letter-spacing: -0.03em;
text-align: center;
color: var(--color-white);
margin-bottom: 1em;
}
.intbody p.int_en {
order:1;
font-size: 32px;
font-family: var(--font-en);
font-weight: 100;
line-height: 1em;
letter-spacing: -0.05em;
text-align: center;
color: var(--color-white);
margin-bottom: 0.15em;
}
.intbody p.int_en strong {
  font-weight: 700;
}

.servicelist {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  order:3;
}
.servicelist li {
  width:48%;
  height: auto;
  display: block;
  overflow: hidden;
  background-color: var(--color-white);
  border-radius: 20px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
  margin:0 1% 2%;
}
.servicelist li a {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25em;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 110px;
  padding:120px 1em 1em;
  text-align: center;
  transition: .4s all;
}
.servicelist li span {
  display: block;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5em;
  font-family: var(--font-en);
  color: var(--color-1st);
}
.servicelist li a:hover {
  background-color: var(--color-4th);
  color: var(--color-white);
}
.servicelist li a:hover  span{
  color: var(--color-white);
}



/*-----------------------------------------------------------
Stock
-----------------------------------------------------------*/
.stockmm {
 width:100%;
 height: auto;
 display: block;
 padding:50px 0 50px;
}
.stockmm a {
width:100%;
height: auto;
display: block;
text-decoration: none;
padding-bottom: 25px;
transition: .4s all;
}
.stockmm a:hover {
background-color:rgba(255,255,255,1);
}
.stockmm a .stimg {
width:100%;
height: auto;
display: block;
transition: .4s all;
overflow: hidden;
background-color: var(--color-1st);
}
.stockmm a:hover .stimg {
opacity: 0.5;
}
.stockmm a .stimg img {
transition: .4s all;
}
.stockmm a:hover .stimg img {
opacity: 0.7;
}
.stockmm .stcc {
width:100%;
height: auto;
display: block;
padding:25px 25px 0px;
}
.stockmm .stcc h3 {
font-size: clamp(12px, 1vw, 14px);
font-weight: 400;
line-height: 1.25em;
margin-bottom: 0.5em;
}
.stockmm .stcc h4 {
font-size: clamp(16px, 1.2vw, 20px);
font-weight: 700;
line-height: 1.4em;
margin-bottom: 15px;
}
.stockmm .stcc .specbox {
width:100%;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content:space-around;
margin-bottom: 15px;
}
.stockmm .stcc .specbox dl {
width:48%;
height: auto;
display: flex;
flex-direction: column;
margin:0 auto;
}
.stockmm a .stcc .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;
}
.stockmm .stcc .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;
}
.stockmm p.stprice {
font-size: clamp(16x, 1.5vw, 26px);
font-weight: 400;
text-align: center;
margin-bottom: 10px;
}
.stockmm p.stprice strong {
font-size:24px;
}



/*-----------------------------------------------------------
Access
-----------------------------------------------------------*/
.accessmm {
 width: 100%;
 height: auto;
 display: block;
 background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(225, 234, 234, 1) 70%);
}
.acc_cc {
 width: 100%;
 height: auto;
 display: block;
 /*padding:12% 0 20px 0;*/
 padding:0 0 20px 0;
 /*background-image: url(../img/index/access_border_t.webp);*/
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: 100% auto;
}
.acc_cc h2 {
 width: 100%;
 height: auto;
 display: block;
 font-size: clamp(16px, 1vw, 50px);
 font-weight: 700;
 line-height: 1em;
 letter-spacing: -1px;
 color: var(--color-black);
 text-align: center;
 margin-bottom: 0.5em;
 padding-top:140px;
 background-image: url(../img/header/logo_b.webp);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: auto 130px;
}
.acc_cc p.acc_ad01 {
 font-size: clamp(14px, 1.25vw, 100px);
 font-weight: 400;
 line-height: 1.5em;
 text-align: center;
 margin-bottom: 0.5em;
}
.acc_cc p.acc_tel {
 width:100%;
 height: auto;
 display: flex;
 justify-content:center;
 font-size: clamp(20px, 2vw, 100px);
 font-weight: 500;
 font-family: var(--font-en);
 margin-bottom: 0.5em;
}
.acc_cc p.acc_tel a {
 width: fit-content;
 height: auto;
 display: block;
 text-decoration: none;
 padding:0.5em 0 0.5em 50px;
 line-height: 50px;
 background-image: url(../img/header/ic-tel_b.webp);
 background-repeat: no-repeat;
 background-position: left center;
 background-size: auto 40px;
}
.acc_map {
 width: 100%;
 height: 500px;
 display: block;
 position: relative;
}
.acc_cov {
  width: 100%;
  height: auto;
  display: block;
}
.acc_map iframe {
 width: 100%;
 height: 500px;
 display: block;
}


}

