


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

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
}
.tslider {
  width:85%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: #333;
  position: absolute;
  top: 0;
  z-index:2500;
}
.tslider div, .tslider img {
  width:100%;
  height: auto;
  display: block;
}


/* Updates
----------------------------------------------------------------*/
.updatemm {
  width:100%;
  height: auto;
  display: block;
  padding:100px 0 15%;
  background-image: url(../img/index/border04.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.updm_title {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding:0 5% 20px;
}

.newslist {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin:0 auto 40px;
}
.newslist li {
  margin:0.25% 0.25% 0.5%!important;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.newslist li:nth-child(even) {
  background-color: var(--color-fa);
}
.newslist li:nth-child(odd) {
  background-color: var(--color-f3);
  margin:0.5% 0.25% 0.5% 0.25%!important;
}

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


/* Intro01
----------------------------------------------------------------*/
.intromm01 {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
  background-image: url(../img/index/introbg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.intm01cc {
  width:100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:50px 5% 38%;
  margin:0 auto;
}
.intm01cc h2 {
font-size: clamp(30px, 3vw, 200px);
font-weight: 700;
line-height: 1em;
letter-spacing: -0.02em;
color:var(--color-white);
text-align: center;
margin-bottom: 0.5em;
}
.intm01cc p {
 font-size: clamp(14px, 1vw, 20px);
  font-weight: 400;
  line-height: 2.5em;
  letter-spacing: 0em;
  text-align: center;
  color:var(--color-white);
  margin-bottom: 0em;
}

/* intro02
----------------------------------------------------------------*/
.intromm02 {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
}
.intromm02 h2 {
font-size: clamp(24px, 2vw, 100px);
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  margin-bottom: 0.5em;
}
.intromm02 h3 {
font-size: clamp(18px, 1vw, 100px);
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  margin-bottom: 0.8em;
}
.intromm02 p {
 font-size: clamp(14px, 0.8vw, 20px);
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0em;
  color:var(--color-white);
  margin-bottom: 0em;
}

.intm02_line01 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0px 5% 100px 5%;
  margin:0 auto;
}
.intm02_line01 .int2l1_img {
  width:50%;
  order:1;
}
.intm02_line01 .int2l1_cc {
  width:45%;
  order:2;
}

.intm02_line02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/intro02bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.intm02_line02cc {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5% 28% 5%;
  margin:0 auto;
}
.intm02_line02cc h2 {
  text-align: center;
}
.intm02_line02cc p {
  text-align: center;
  margin-bottom: 40px;
}

ul.int_servicelist {
  width:100%;
  max-width: 1600px;
  height: auto;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  margin:0 auto;
}
ul.int_servicelist li {
  width:23%;
  height: auto;
  display: block;
  font-size:20px;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 1.25em;
  color: var(--color-white);
  text-align: center;
  padding:105px 0 30px 0;
  border:1px solid rgba(255,255,255,0.4);
  border-radius: 5px;
  background-color: rgba(0,0,0,0.8);
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 115px;
  margin:0 1% 2%;
}
ul.int_servicelist li span {
  display: block;
  font-size:11px;
  font-weight: 400;
  font-family: var(--font-en);
  color:var(--color-1st);
  padding:0.5em 0 0 0;
  margin:0;
}

.intm02_line03 {
  width:100%;
  height: auto;
  display: block;
  padding:0px 5% 0px 5%;
  margin:0 auto;
  background-image: url(../img/index/border02.webp);
  background-repeat: no-repeat;
  background-position: center 100.1%;
  background-size: 100% auto;
}
.intm02_line03cc {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0px 5% 15% 5%;
  margin:0 auto;
}
.intm02_line03cc .int3l1_img {
  width:50%;
  order:2;
}
.intm02_line03cc .int3l1_cc {
  width:45%;
  order:1;
}


/* Stock */
.stnmm {
  width:100%;
  height: auto;
  display: block;
  padding:0px 0 15%;
  background-color: var(--color-f8);
  background-image: url(../img/index/border01.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.stn_title {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding:0 5% 20px;
}
.stn_title h2 {
   font-size: clamp(14px, 1vw, 24px);
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0em;
  color: var(--color-1st);
  margin:0;
  order:2;
}
.stn_title p {
  font-size: clamp(30px, 4vw, 200px);
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1em;
  color: var(--color-black);
  margin:0 0.2em 0 0;
  order:1;
}

.stnlist {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin:0 auto 40px;
}
.stnlist li {
  margin:0.25% 0.25% 0.5%!important;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.stnlist li:nth-child(even) {
  background-color: var(--color-fa);
}
.stnlist li:nth-child(odd) {
  background-color: var(--color-f3);
  margin:0.5% 0.25% 0.5% 0.25%!important;
}

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


/* Access */
.accessmm {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:50px 5% 15%;
}
.acm01 {
  width:60%;
}
.acm01 iframe {
  width: 100%;
  height: 500px;
  display: block;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.acm02 {
  width:35%;
}
.acmtitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding:0 5% 20px;
}
.acmtitle h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color-1st);
  margin:0;
  order:2;
}
.acmtitle p {
  font-size: 60px;
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1em;
  text-align: center;
  color: var(--color-black);
  margin:0 0.2em 0 0;
  order:1;
}
.accap-car {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/ic-acc_car.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 30px;
  padding:0 0 0 40px;
  font-size:16px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.accap-train {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/ic-acc_train.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 30px;
  padding:0 0 0 40px;
  font-size:16px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.acm_com {
  font-size:14px;
  line-height: 2em;
}

}


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

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  max-width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
}
.tslider {
  width:85%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  clip-path: polygon(40% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: #333;
  position: absolute;
  top: 0;
  z-index:2500;
}
.tslider div, .tslider img {
  width:100%;
  height: auto;
  display: block;
}


/* Updates
----------------------------------------------------------------*/
.updatemm {
  width:100%;
  height: auto;
  display: block;
  padding:100px 0 15%;
  background-image: url(../img/index/border04.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.updm_title {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:0 5% 20px;
}

.newslist {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin:0 auto 40px;
}
.newslist li {
  margin:0.25% 0.25% 0.5%!important;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.newslist li:nth-child(even) {
  background-color: var(--color-fa);
}
.newslist li:nth-child(odd) {
  background-color: var(--color-f3);
  margin:0.5% 0.25% 0.5% 0.25%!important;
}

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




/* Intro01
----------------------------------------------------------------*/
.intromm01 {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
  background-image: url(../img/index/introbg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.intm01cc {
  width:100%;
  height: auto;
  display: block;
  padding:50px 8% 38%;
  margin:0 auto;
}
.intm01cc h2 {
font-size: clamp(30px, 4vw, 200px);
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  text-align: left;
  margin-bottom: 0.5em;
}
.intm01cc p {
 font-size: clamp(14px, 1vw, 20px);
  font-weight: 400;
  line-height: 2.5em;
  letter-spacing: 0em;
  text-align: left;
  color:var(--color-white);
  margin-bottom: 0em;
}

/* intro02
----------------------------------------------------------------*/
.intromm02 {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
}
.intromm02 h2 {
font-size: clamp(24px, 4vw, 100px);
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  margin-bottom: 0.5em;
}
.intromm02 h3 {
font-size: clamp(18px, 1vw, 100px);
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  margin-bottom: 0.8em;
}
.intromm02 p {
 font-size: clamp(14px, 0.8vw, 20px);
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0em;
  color:var(--color-white);
  margin-bottom: 0em;
}

.intm02_line01 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:0px 0% 100px 0%;
  margin:0 auto;
}
.intm02_line01 .int2l1_img {
  width:100%;
  order:1;
}
.intm02_line01 .int2l1_cc {
  width:100%;
  order:2;
  padding:0 8%;
}

.intm02_line02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/intro02bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 110% auto;
  margin-bottom: 70px;
}
.intm02_line02cc {
  width:100%;
  height: auto;
  display: block;
  padding:30% 8% 0 8%;
  margin:0 auto;
}
.intm02_line02cc h2 {
  text-align: center;
}
.intm02_line02cc p {
  text-align: center;
  margin-bottom: 40px;
}
.intm02_line02cc p br {
  display: none;
}

ul.int_servicelist {
  width:100%;
  height: auto;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  margin:0 auto;
}
ul.int_servicelist li {
  width:31.3333333333%;
  height: auto;
  display: block;
  font-size:16px;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 1em;
  color: var(--color-white);
  text-align: center;
  padding:120px 0 30px 0;
  border:1px solid rgba(255,255,255,0.4);
  border-radius: 5px;
  background-color: rgba(0,0,0,0.8);
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 115px;
  margin:0 1% 2%;
}
ul.int_servicelist li span {
  display: block;
  font-size:10px;
  font-weight: 400;
  font-family: var(--font-en);
  color:var(--color-1st);
  padding:1em 0 0 0;
  margin:0;
}

.intm02_line03 {
  width:100%;
  height: auto;
  display: block;
  padding:0px 0 0px 0;
  margin:0 auto;
  background-image: url(../img/index/border02.webp);
  background-repeat: no-repeat;
  background-position: center 100.1%;
  background-size: 100% auto;
}
.intm02_line03cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:0px 0 15% 0;
  margin:0 auto;
}
.intm02_line03cc .int3l1_img {
  width:100%;
  order:1;
}
.intm02_line03cc .int3l1_cc {
  width:100%;
  padding:0 8% 20%;
  order:2;
}


/* Stock */
.stnmm {
  width:100%;
  height: auto;
  display: block;
  padding:0px 0 15%;
  background-color: var(--color-f8);
  background-image: url(../img/index/border01.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.stn_title {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding:0 5% 20px;
}
.stn_title h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color-1st);
  margin:0;
  order:2;
}
.stn_title p {
  font-size: 60px;
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1em;
  text-align: center;
  color: var(--color-black);
  margin:0 0.2em 0 0;
  order:1;
}

.stnlist {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin:0 auto 40px;
}
.stnlist li {
  margin:0.25% 0.25% 0.5%;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.stnlist li:nth-child(even) {
  background-color: var(--color-fa);
}
.stnlist li:nth-child(odd) {
  background-color: var(--color-f3);
  margin:0.5% 0.25% 0.5% 0.25%;
}

.slide-dots_stn {
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-dots_stn li {
  border-radius: 0px;
  box-shadow: none;
  margin: 0!important;
  background-color: transparent!important;
}
.slide-dots_stn li:nth-child(odd) {
  margin: 0.25%!important;
}
.slide-dots_stn li:nth-child(even) {
  margin: 0.25%!important;
}
.slide-dots_stn li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots_stn li button::before {
  background-image: url(../img/header/ic-dot_off.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent!important;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
}
.slide-dots_stn li.slick-active button::before {
  background-image: url(../img/header/ic-dot_on.webp);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
}


/* Access */
.accessmm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:50px 5% 15%;
}
.acm01 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.acm01 iframe {
  width: 100%;
  height: 500px;
  display: block;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.acm02 {
  width:100%;
}
.acmtitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding:0 5% 20px;
}
.acmtitle h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color-1st);
  margin:0;
  order:2;
}
.acmtitle p {
  font-size: 60px;
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1em;
  text-align: center;
  color: var(--color-black);
  margin:0 0.2em 0 0;
  order:1;
}
.accap-car {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/ic-acc_car.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 30px;
  padding:0 0 0 40px;
  font-size:16px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.accap-train {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/ic-acc_train.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 30px;
  padding:0 0 0 40px;
  font-size:16px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.acm_com {
  font-size:14px;
  line-height: 2em;
}


}

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

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  max-width:100%;
  height: auto;
  display: block;
  aspect-ratio: 9 / 14.5;
  overflow: hidden;
  position: relative;
  margin-top:80px;
}
.tslider {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 4;
  clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
  background-color: #333;
  position: absolute;
  top: 0;
  z-index:2500;
  overflow: hidden;
}
.tslider div, .tslider picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tslider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Updates
----------------------------------------------------------------*/
.updatemm {
  width:100%;
  height: auto;
  display: block;
  padding:100px 0 20%;
  background-image: url(../img/index/border04.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.updm_title {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:0 5% 20px;
}

.newslist {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin:0 auto 40px;
}
.newslist li {
  margin:0.25% 0.05% 0.5%!important;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}

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



/* Intro01
----------------------------------------------------------------*/
.intromm01 {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
  background-image: url(../img/index/introbg_m.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.intm01cc {
  width:100%;
  height: auto;
  display: block;
  padding:50px 8% 80%;
  margin:0 auto;
}
.intm01cc h2 {
font-size: 30px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  text-align: left;
  margin-bottom: 0.5em;
}
.intm01cc p {
 font-size: 14px;
  font-weight: 400;
  line-height: 2.5em;
  letter-spacing: 0em;
  text-align: left;
  color:var(--color-white);
  margin-bottom: 0em;
}
.intm01cc p br {
  display: none;
}

/* intro02
----------------------------------------------------------------*/
.intromm02 {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-black);
}
.intromm02 h2 {
font-size: 30px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  margin-bottom: 0.5em;
}
.intromm02 h2 br {
  display: none;
}
.intromm02 h3 {
font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  color:var(--color-white);
  margin-bottom: 0.8em;
}
.intromm02 h3 br {
  display: none;
}
.intromm02 p {
 font-size: 14px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0em;
  color:var(--color-white);
  margin-bottom: 0em;
}

.intm02_line01 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:0px 0% 50px 0%;
  margin:0 auto;
}
.intm02_line01 .int2l1_img {
  width:100%;
  order:1;
}
.intm02_line01 .int2l1_cc {
  width:100%;
  order:2;
  padding:0 8%;
}

.intm02_line02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/intro02bg_m.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  margin-bottom: 70px;
}
.intm02_line02cc {
  width:100%;
  height: auto;
  display: block;
  padding:55% 8% 0 8%;
  margin:0 auto;
}
.intm02_line02cc h2 {
  text-align: center;
}
.intm02_line02cc p {
  text-align: center;
  margin-bottom: 40px;
}
.intm02_line02cc p br {
  display: none;
}

ul.int_servicelist {
  width:100%;
  height: auto;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  margin:0 auto;
}
ul.int_servicelist li {
  width:46%;
  height: auto;
  display: block;
  font-size:14px;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 1.25em;
  color: var(--color-white);
  text-align: center;
  padding:110px 0 20px 0;
  border:1px solid rgba(255,255,255,0.4);
  border-radius: 5px;
  background-color: rgba(0,0,0,0.8);
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: auto 115px;
  margin:0 2% 4%;
}
ul.int_servicelist li span {
  display: block;
  font-size:9px;
  font-weight: 400;
  font-family: var(--font-en);
  color:var(--color-1st);
  padding:0.5em 0 0 0;
  margin:0;
}

.intm02_line03 {
  width:100%;
  height: auto;
  display: block;
  padding:0px 0 0px 0;
  margin:0 auto;
  background-image: url(../img/index/border02.webp);
  background-repeat: no-repeat;
  background-position: center 100.1%;
  background-size: 100% auto;
}
.intm02_line03cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:0px 0 15% 0;
  margin:0 auto;
}
.intm02_line03cc .int3l1_img {
  width:100%;
  order:1;
}
.intm02_line03cc .int3l1_cc {
  width:100%;
  padding:0 8% 20%;
  order:2;
}


/* Stock */
.stnmm {
  width:100%;
  height: auto;
  display: block;
  padding:0px 0 15%;
  background-color: var(--color-f8);
  background-image: url(../img/index/border01.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.stn_title {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding:0 5% 20px;
}
.stn_title h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color-1st);
  margin:0;
  order:2;
}
.stn_title p {
  font-size: 60px;
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1em;
  text-align: center;
  color: var(--color-black);
  margin:0 0.2em 0 0;
  order:1;
}

.stnlist {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  margin:0 auto 40px;
}
.stnlist li {
  background-color: var(--color-fa);
  margin:0.25% 0.05% 0.5%!important;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}

.slide-dots_stn {
  margin: 0 0 0 0;
  padding: 0.5%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-dots_stn li {
  border-radius: 0px;
  box-shadow: none;
  margin: 0!important;
  background-color: transparent!important;
}
.slide-dots_stn li:nth-child(odd) {
  margin: 0.25%!important;
}
.slide-dots_stn li:nth-child(even) {
  margin: 0.25%!important;
}
.slide-dots_stn li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots_stn li button::before {
  background-image: url(../img/header/ic-dot_off.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent!important;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
}
.slide-dots_stn li.slick-active button::before {
  background-image: url(../img/header/ic-dot_on.webp);
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
}


/* Access */
.accessmm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:50px 5% 35%;
}
.acm01 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.acm01 iframe {
  width: 100%;
  height: 500px;
  display: block;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.acm02 {
  width:100%;
}
.acmtitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding:0 5% 20px;
}
.acmtitle h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-align: center;
  color: var(--color-1st);
  margin:0;
  order:2;
}
.acmtitle p {
  font-size: 60px;
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1em;
  text-align: center;
  color: var(--color-black);
  margin:0 0.2em 0 0;
  order:1;
}
.accap-car {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/ic-acc_car.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 30px;
  padding:0 0 0 40px;
  font-size:16px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.accap-train {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/header/ic-acc_train.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 30px;
  padding:0 0 0 40px;
  font-size:16px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.acm_com {
  font-size:14px;
  line-height: 2em;
}


}
