.st-blog {background-image: url(../img/header/ic-blog.svg);}
.st-ins {background-image: url(../img/header/ic-ins-st.svg);}


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

/* TopSection  */
.topsection {
  width:100%;
  height: auto;
  max-height: 1000px;
  display: block;
  position: relative;
  margin-top:70px;
}
.topsection .ts_base {
  width:100%;
  height: auto;
  max-height: 1000px;
  display:block;
  overflow: hidden;
  aspect-ratio: 48 / 35;
}
.topsection .ts_base .cycle-slideshow {
  width:100%;
  height: 100%;
  max-height: 1000px;
  display:block;
  overflow: hidden;
  aspect-ratio: 48 / 35;
}
.topsection .ts_base .cycle-slideshow div.tsb_sli01, .topsection .ts_base .cycle-slideshow div.tsb_sli02, .topsection .ts_base .cycle-slideshow div.tsb_sli03 {
  width:100%;
  height: 100%;
  display:block;
  overflow: hidden;
  aspect-ratio: 48 / 35;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.topsection .ts_base .cycle-slideshow div.tsb_sli01 {
background-image: url(../img/index/slideimage_pc01.jpg);
}
.topsection .ts_base .cycle-slideshow div.tsb_sli02 {
background-image: url(../img/index/slideimage_pc02.jpg);
}
.topsection .ts_base .cycle-slideshow div.tsb_sli03 {
background-image: url(../img/index/slideimage_pc03.jpg);
}
.topsection .ts_cc {
  width:100%;
  height: auto;
  max-height: 1000px;
  display: block;
  overflow: hidden;
  aspect-ratio: 48 / 35;
  position: absolute;
  top:0;
  left:0;
  z-index:1000;
  margin:0 auto;
}
.topsection .ts_cc_img {
  width:100%;
  max-width:1400px;
  height: 100%;
  min-height: 100%;
  display:flex;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 48 / 35;
  padding:0 5%;
  margin: 0 auto;
  background-image: url(../img/index/ts_cov_acc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.topsection .ts_cc_img h2 {
  font-size: 20px;
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: 0em;
  color: var(--color-white);
  line-height: 1.5em;
  margin-bottom: 0.3em;
}
.topsection .ts_cc_img p {
  width:60%;
  font-size: 12px;
  font-family: var(--font-en);
  font-weight: 500;
  color: var(--color-white);
  line-height: 2em;
  margin:0;
}
.topsection .ts_cover {
  width:100%;
  height: 100%;
  max-height: 1000px;
  display:block;
  overflow: hidden;
  aspect-ratio: 48 / 35;
  background-image: url(../img/index/ts_cov.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  top:0;
  left:0;
  z-index:1100;
}

#slidemm {display: block!important;}
#slidemm_m {display: none!important;}

/* Section Title(White) */
.sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:45px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40px;
  margin-bottom: 30px;
}
.sectitle h2 {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-1st);
  order:2;
}
.sectitle p {
  font-size:28px;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 2px;
  color:var(--color-black);
  order:1;
  margin-bottom: 5px;
}

/* Section Title(Black) */
.sectitle_b {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:45px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40px;
  margin-bottom: 30px;
}
.sectitle_b h2 {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-1st);
  order:2;
}
.sectitle_b p {
  font-size:28px;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 2px;
  color:var(--color-white);
  order:1;
  margin-bottom: 5px;
}

/* News list */
.newsmm {
  width:100%;
  height: auto;
  display: block;
}
.newsbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  position: relative;
  padding:50px 5% 50px 5%;
  margin:0 auto;
}



/* Instagram */
.insmm {
  width:100%;
  height: auto;
  display: block;
  background-color: #151515;
  background-image: url(../img/index/bg-insmm.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
}
.insbody {
  width:100%;
  height: auto;
  display: block;
  padding:0 5% 5% 5%;
}
.insmm ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.insmm ul li {
  width:23%;
  height: auto;
  display: block;
  margin:1%;
}

}

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

  /* TopSection  */
.topsection {
  width:100%;
  height: auto;
  max-height: 1000px;
  display: block;
  position: relative;
  margin-top:70px;
}
.topsection .ts_base {
  width:100%;
  height: auto;
  max-height: 1000px;
  display:block;
  overflow: hidden;
  aspect-ratio: 48 / 35;
}
.topsection .ts_base .cycle-slideshow {
  width:100%;
  height: 100%;
  max-height: 1000px;
  display:block;
  overflow: hidden;
  aspect-ratio: 48 / 35;
}
.topsection .ts_base .cycle-slideshow div.tsb_sli01, .topsection .ts_base .cycle-slideshow div.tsb_sli02, .topsection .ts_base .cycle-slideshow div.tsb_sli03 {
  width:100%;
  height: 100%;
  display:block;
  overflow: hidden;
  aspect-ratio: 48 / 35;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.topsection .ts_base .cycle-slideshow div.tsb_sli01 {
background-image: url(../img/index/slideimage_pc01.jpg);
}
.topsection .ts_base .cycle-slideshow div.tsb_sli02 {
background-image: url(../img/index/slideimage_pc02.jpg);
}
.topsection .ts_base .cycle-slideshow div.tsb_sli03 {
background-image: url(../img/index/slideimage_pc03.jpg);
}
.topsection .ts_cc {
  width:100%;
  height: auto;
  max-height: 1000px;
  display: block;
  overflow: hidden;
  aspect-ratio: 48 / 35;
  position: absolute;
  top:0;
  left:0;
  z-index:1000;
  margin:0 auto;
}
.topsection .ts_cc_img {
  width:100%;
  max-width:1400px;
  height: 100%;
  min-height: 100%;
  display:flex;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 48 / 35;
  padding:0 5%;
  margin: 0 auto;
  background-image: url(../img/index/ts_cov_acc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.topsection .ts_cc_img h2 {
  font-size: 20px;
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: 0em;
  color: var(--color-white);
  line-height: 1.5em;
  margin-bottom: 0.3em;
}
.topsection .ts_cc_img p {
  width:60%;
  font-size: 12px;
  font-family: var(--font-en);
  font-weight: 500;
  color: var(--color-white);
  line-height: 2em;
  margin:0;
}
.topsection .ts_cover {
  width:100%;
  height: 100%;
  max-height: 1000px;
  display:block;
  overflow: hidden;
  aspect-ratio: 48 / 35;
  background-image: url(../img/index/ts_cov.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  top:0;
  left:0;
  z-index:1100;
}

#slidemm {display: block!important;}
#slidemm_m {display: none!important;}

/* Section Title(White) */
.sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:45px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40px;
  margin-bottom: 30px;
}
.sectitle h2 {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-1st);
  order:2;
}
.sectitle p {
  font-size:22px;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 1px;
  color:var(--color-black);
  order:1;
  margin-bottom: 8px;
}

/* Section Title(Black) */
.sectitle_b {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:45px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40px;
  margin-bottom: 30px;
}
.sectitle_b h2 {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-1st);
  order:2;
}
.sectitle_b p {
  font-size:22px;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 1px;
  color:var(--color-white);
  order:1;
  margin-bottom: 5px;
}

/* News list */
.newsmm {
  width:100%;
  height: auto;
  display: block;
  padding:50px 0 50px 0;
}
.newsbody {
  width:100%;
  height: auto;
  display: block;
  position: relative;
}



/* Instagram */
.insmm {
  width:100%;
  height: auto;
  display: block;
  background-color: #151515;
  background-image: url(../img/index/bg-insmm.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
}
.insbody {
  width:100%;
  height: auto;
  display: block;
  padding:0 5% 5% 5%;
}
.insmm ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.insmm ul li {
  width:23%;
  height: auto;
  display: block;
  margin:1%;
}

}

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

/* TopSection  */
.topsection {
  width:100%;
  height: auto;
  max-height: 1000px;
  display: block;
  position: relative;
  margin-top:90px;
}
.topsection .ts_base {
  width:100%;
  height: auto;
  max-height: 1000px;
  display:block;
  overflow: hidden;
  aspect-ratio: 128 / 175;
}
.topsection .ts_base .cycle-slideshow {
  width:100%;
  height: 100%;
  max-height: 1000px;
  display:block;
  overflow: hidden;
  aspect-ratio: 128 / 175;
}
.topsection .ts_base .cycle-slideshow div.tsb_sli01, .topsection .ts_base .cycle-slideshow div.tsb_sli02, .topsection .ts_base .cycle-slideshow div.tsb_sli03 {
  width:100%;
  height: 100%;
  display:block;
  overflow: hidden;
  aspect-ratio: 128 / 175;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.topsection .ts_base .cycle-slideshow div.tsb_sli01 {
background-image: url(../img/index/slideimage_m01.jpg);
}
.topsection .ts_base .cycle-slideshow div.tsb_sli02 {
background-image: url(../img/index/slideimage_m02.jpg);
}
.topsection .ts_base .cycle-slideshow div.tsb_sli03 {
background-image: url(../img/index/slideimage_m03.jpg);
}
.topsection .ts_cc {
  width:100%;
  height: auto;
  max-height: 1000px;
  display: block;
  overflow: hidden;
  aspect-ratio: 128 / 175;
  position: absolute;
  top:0;
  left:0;
  z-index:1000;
  margin:0 auto;
}
.topsection .ts_cc_img {
  width:100%;
  height: 100%;
  min-height: 100%;
  display:flex;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 128 / 175;
  padding:0 5%;
  margin: 0 auto;
  background-image: url(../img/index/ts_cov_acc_m.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.topsection .ts_cc_img h2 {
  font-size: 18px;
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: 0em;
  color: var(--color-white);
  line-height: 1.5em;
  margin-bottom: 0.3em;
}
.topsection .ts_cc_img p {
  width:80%;
  font-size: 10px;
  font-family: var(--font-en);
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.5em;
  margin:0;
}
.topsection .ts_cover {
  width:100%;
  height: 100%;
  max-height: 1000px;
  display:block;
  overflow: hidden;
  aspect-ratio: 128 / 175;
  background-image: url(../img/index/ts_cov_m.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  top:0;
  left:0;
  z-index:1100;
}

#slidemm {display: none!important;}
#slidemm_m {display: block!important;}

/* Section Title(White) */
.sectitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:45px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40px;
  margin-bottom: 30px;
}
.sectitle h2 {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-1st);
  order:2;
}
.sectitle p {
  font-size:22px;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 1px;
  color:var(--color-black);
  order:1;
  margin-bottom: 8px;
}

/* Section Title(Black) */
.sectitle_b {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:45px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40px;
  margin-bottom: 30px;
}
.sectitle_b h2 {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-1st);
  order:2;
}
.sectitle_b p {
  font-size:22px;
  font-family: var(--font-en);
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 1px;
  color:var(--color-white);
  order:1;
  margin-bottom: 5px;
}

/* News list */
.newsmm {
  width:100%;
  height: auto;
  display: block;
  padding:50px 0 50px 0;
}
.newsbody {
  width:95%;
  height: auto;
  display: block;
  position: relative;
  margin-left:5%;
}
.newslist .slick-list {
  padding:0 10% 0 0!important;
}


.newsmm .slide_dots {
  width:fit-content;
  height: auto;
  display: flex;
  justify-content: center;
}
.newsmm .slide_dots li {
  content: ○;
  text-indent: -9999px;
}


/* Instagram */
.insmm {
  width:100%;
  height: auto;
  display: block;
  background-color: #151515;
  background-image: url(../img/index/bg-insmm.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 50%;
}
.insbody {
  width:100%;
  height: auto;
  display: block;
  padding:10% 5% 15% 5%;
}
.insmm ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.insmm ul li {
  width:48%;
  height: auto;
  display: block;
  margin:1%;
}

}
