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

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 2163 / 1180;
  overflow: hidden;
  background-image: url(../img/index/tsbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.tscc {
  width:100%;
  height: 100%;
  aspect-ratio: 2163 / 1180;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tscc h2 {
  font-size: clamp(28px, 2vw, 50px);
  font-family:var(--font-min);
  font-weight: 400;
  color:var(--color-black);
  line-height: 1em;
  margin-bottom: 0.5em;
}
.tscc h2 br {
  display: none;
}
.tscc p {
  font-size: clamp(8px, 0.8vw, 12px);
  font-family:var(--font-min);
  font-weight: 400;
  color:var(--color-black);
  line-height: 1em;
  margin-bottom: 1em;
}


/* SectionTitle
----------------------------------------------------------------*/
.sectitle {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 0 2em 0;
}
.sectitle h2 {
  font-size: clamp(24px, 2vw, 32px);
  font-family:var(--font-min);
  font-weight: 400;
  line-height: 1em!important;
  margin-bottom: 0.5em!important;
}
.sectitle p {
  font-size: clamp(8px, 1vw, 10px)!important;
  font-family:var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 1em;
}

/* Intro
----------------------------------------------------------------*/
.intromm {
  width:100%;
  height: auto;
  display: block;
}
.int_cc {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.int_cc p {
  width:60%;
  height: auto;
  display: block;
  font-size: clamp(12px, 1vw, 18px);
  line-height: 2em;
  margin:0 auto;
}

/* News
----------------------------------------------------------------*/
.newsmm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/newsbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.nw_cc {
  width:100%;
  max-width:1400px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
dl.nwlist {
  width:100%;
  max-width:800px;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto;
}
dl.nwlist dt {
  width:15%;
  height: auto;
  display: block;
  font-size: clamp(12px, 1vw, 18px);
  line-height: 1.5em;
  color:var(--color-white);
  padding:1.5em 0.1em;
  border-bottom: 1px dotted var(--color-4th);
}
dl.nwlist dd {
  width:85%;
  height: auto;
  display: block;
  font-size: clamp(12px, 1vw, 18px);
  line-height: 1.5em;
  color:var(--color-white);
  padding:1.5em 0.1em;
  border-bottom: 1px dotted var(--color-4th);
}
dl.nwlist dd a {
  color:var(--color-white);
  text-decoration: none;
}
dl.nwlist dd a:hover {
  text-decoration: underline;
}


/* Features
----------------------------------------------------------------*/
.featuresmm {
  width:100%;
  height: auto;
  display: block;
}
.fm_cc {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5% 10%;
}

.fm_cbg01 {
  background-image: url(../img/index/border01.png);
  background-repeat: no-repeat;
  background-position: 98% bottom;
  background-size: 70% auto;
}

.fm_cbg02 {
  background-image: url(../img/index/border02.png);
  background-repeat: no-repeat;
  background-position: 2% bottom;
  background-size: 70% auto;
}

.fm_cbg03 {
  background-image: url(../img/index/border03.png);
  background-repeat: no-repeat;
  background-position: 98% bottom;
  background-size: 70% auto;
}

.fm_ss {
  width:50%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.fm_cbg01 .fm_ss {
  margin:0 auto 0 35%;
}
.fm_cbg02 .fm_ss {
  margin:0 auto 0 15%;
}
.fm_cbg03 .fm_ss {
  margin:0 auto 0 35%;
}

.fm_ss h2 {
  font-size: clamp(24px, 2vw, 32px);
  font-family:var(--font-min);
  font-weight: 400;
  line-height: 1em!important;
  margin-bottom: 0.5em!important;
}
.fm_ss h3 {
  font-size: clamp(8px, 1vw, 10px)!important;
  font-family:var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 1.5em;
}
.fm_ss p.fm_comment {
  font-size: clamp(12px, 1vw, 18px);
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 2em;
}


/* Link
----------------------------------------------------------------*/
.linkmm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bottombg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.lnk_cc {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5% 10%;
}
.link_comment {
  font-size: clamp(12px, 1vw, 18px);
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 2em;
  text-align: center;
}
.lnk_cc p.textbn_ar {
  margin:0 auto!important;
}

/* Update
----------------------------------------------------------------*/
.updatemm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-4th);
}
.upd_cc {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
}
.upd_cc h3.upd_stitle {
  font-size: clamp(14px, 1.5vw, 18px);
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 0.8em;
  text-align: center;
}
ul.updlist {
  width:100%;
  max-width:1024px;
  height: auto;
  display: block;
  margin: 0 auto;
}
ul.updlist li {
  text-align: center;
  margin:0 0 1em 0;
}

}


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

  /* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 2163 / 1180;
  overflow: hidden;
  background-image: url(../img/index/tsbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.tscc {
  width:100%;
  height: 100%;
  aspect-ratio: 2163 / 1180;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tscc h2 {
  font-size: 28px;
  font-family:var(--font-min);
  font-weight: 400;
  color:var(--color-black);
  line-height: 1em;
  margin-bottom: 0.5em;
}
.tscc h2 br {
  display: none;
}
.tscc p {
  font-size: 10px;
  font-family:var(--font-min);
  font-weight: 400;
  color:var(--color-black);
  line-height: 1em;
  margin-bottom: 1em;
}


/* SectionTitle
----------------------------------------------------------------*/
.sectitle {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 0 2em 0;
}
.sectitle h2 {
  font-size: 24px;
  font-family:var(--font-min);
  font-weight: 400;
  line-height: 1em!important;
  margin-bottom: 0.5em!important;
}
.sectitle p {
  font-size: 10px!important;
  font-family:var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 1em;
}

/* Intro
----------------------------------------------------------------*/
.intromm {
  width:100%;
  height: auto;
  display: block;
}
.int_cc {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.int_cc p {
  width:100%;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 2em;
  margin:0 auto;
}

/* News
----------------------------------------------------------------*/
.newsmm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/newsbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.nw_cc {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
dl.nwlist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto;
}
dl.nwlist dt {
  width:15%;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  color:var(--color-white);
  padding:1.5em 0.1em;
  border-bottom: 1px dotted var(--color-4th);
}
dl.nwlist dd {
  width:85%;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  color:var(--color-white);
  padding:1.5em 0.1em;
  border-bottom: 1px dotted var(--color-4th);
}
dl.nwlist dd a {
  color:var(--color-white);
  text-decoration: none;
}
dl.nwlist dd a:hover {
  text-decoration: underline;
}


/* Features
----------------------------------------------------------------*/
.featuresmm {
  width:100%;
  height: auto;
  display: block;
}
.fm_cc {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5% 10%;
}

.fm_cbg01 {
  background-image: url(../img/index/border01.png);
  background-repeat: no-repeat;
  background-position: 98% bottom;
  background-size: 70% auto;
}

.fm_cbg02 {
  background-image: url(../img/index/border02.png);
  background-repeat: no-repeat;
  background-position: 2% bottom;
  background-size: 70% auto;
}

.fm_cbg03 {
  background-image: url(../img/index/border03.png);
  background-repeat: no-repeat;
  background-position: 98% bottom;
  background-size: 70% auto;
}

.fm_ss {
  width:50%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.fm_cbg01 .fm_ss {
  margin:0 auto 0 35%;
}
.fm_cbg02 .fm_ss {
  margin:0 auto 0 15%;
}
.fm_cbg03 .fm_ss {
  margin:0 auto 0 35%;
}

.fm_ss h2 {
  font-size: 24px;
  font-family:var(--font-min);
  font-weight: 400;
  line-height: 1em!important;
  margin-bottom: 0.5em!important;
}
.fm_ss h3 {
  font-size: 10px!important;
  font-family:var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 1.5em;
}
.fm_ss p.fm_comment {
  font-size: 14px;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 2em;
}


/* Link
----------------------------------------------------------------*/
.linkmm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bottombg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.lnk_cc {
  width:100%;
  height: auto;
  display: block;
  padding:50px 5% 10%;
}
.link_comment {
  font-size: 14px;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 2em;
  text-align: center;
}
.lnk_cc p.textbn_ar {
  margin:0 auto!important;
}

/* Update
----------------------------------------------------------------*/
.updatemm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-4th);
}
.upd_cc {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
}

.upd_cc h3.upd_stitle {
  font-size: 16px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 0.8em;
  text-align: center;
}
ul.updlist {
  width:100%;
  max-width:1024px;
  height: auto;
  display: block;
  margin: 0 auto;
}
ul.updlist li {
  text-align: center;
  margin:0 0 1em 0;
  word-wrap: break-word;
}

}

@media screen and (max-width: 768px) {

   /* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: 100%;
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background-image: url(../img/index/tsbg_m.jpg);
  background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.tscc {
  width:100%;
  height: 100%;
  aspect-ratio: 2 / 3;
  padding-bottom: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tscc h2 {
  font-size: 26px;
  font-family:var(--font-min);
  font-weight: 400;
  color:var(--color-black);
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 0.5em;
}
.tscc p {
  font-size: 10px;
  font-family:var(--font-min);
  font-weight: 400;
  color:var(--color-black);
  line-height: 1em;
}


/* SectionTitle
----------------------------------------------------------------*/
.sectitle {
  width:100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 0 2em 0;
}
.sectitle h2 {
  font-size: 20px;
  font-family:var(--font-min);
  font-weight: 400;
  line-height: 1em!important;
  margin-bottom: 0.5em!important;
}
.sectitle p {
  font-size: 8px!important;
  font-family:var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 1em;
}

/* Intro
----------------------------------------------------------------*/
.intromm {
  width:100%;
  height: auto;
  display: block;
}
.int_cc {
  width:100%;
  height: auto;
  display: block;
  padding:100px 8%;
  margin:0 auto;
}
.int_cc p {
  width:100%;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 2em;
  margin:0 auto;
}

/* News
----------------------------------------------------------------*/
.newsmm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/newsbg_m.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.nw_cc {
  width:100%;
  height: auto;
  display: block;
  padding:100px 8%;
  margin:0 auto;
}
dl.nwlist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
}
dl.nwlist dt {
  width:100%;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  color:var(--color-white);
  padding:0em 0.5em 0.5em;
}
dl.nwlist dd {
  width:100%;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  color:var(--color-white);
  padding:0em 0.5em 1.5em;
  border-bottom: 1px dotted var(--color-4th);
  margin-bottom: 1.5em;
}
dl.nwlist dd a {
  color:var(--color-white);
  text-decoration: none;
}
dl.nwlist dd a:hover {
  text-decoration: underline;
}


/* Features
----------------------------------------------------------------*/
.featuresmm {
  width:100%;
  height: auto;
  display: block;
}
.fm_cc {
  width:100%;
  height: auto;
  display: block;
  padding:100px 8% 10%;
}

.fm_cbg01 {
  background-image: url(../img/index/border01.png);
  background-repeat: no-repeat;
  background-position: 98% bottom;
  background-size: 100% auto;
}

.fm_cbg02 {
  background-image: url(../img/index/border02.png);
  background-repeat: no-repeat;
  background-position: 2% bottom;
  background-size: 100% auto;
}

.fm_cbg03 {
  background-image: url(../img/index/border03.png);
  background-repeat: no-repeat;
  background-position: 98% bottom;
  background-size: 100% auto;
}

.fm_ss {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.fm_cbg01 .fm_ss {
  margin:0 auto 0 auto;
}
.fm_cbg02 .fm_ss {
  margin:0 auto 0 auto;
}
.fm_cbg03 .fm_ss {
  margin:0 auto 0 auto;
}

.fm_ss h2 {
  font-size: 24px;
  font-family:var(--font-min);
  font-weight: 400;
  line-height: 1em!important;
  margin-bottom: 0.5em!important;
}
.fm_ss h3 {
  font-size: 10px!important;
  font-family:var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 1.5em;
}
.fm_ss p.fm_comment {
  font-size: 14px;
  line-height: 2em;
  color:var(--color-black);
  margin-bottom: 2em;
}


/* Link
----------------------------------------------------------------*/
.linkmm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/bottombg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.lnk_cc {
  width:100%;
  height: auto;
  display: block;
  padding:50px 8% 10%;
}
.link_comment {
  font-size: 14px;
  line-height: 2em;
  color:var(--color-black);
  margin-bottom: 2em;
}
.lnk_cc p.textbn_ar {
  margin:0 auto!important;
}

/* Update
----------------------------------------------------------------*/
.updatemm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-4th);
}
.upd_cc {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5% 100px;
}

.upd_cc h3.upd_stitle {
  font-size: 16px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 0.8em;
  text-align: center;
}

ul.updlist {
  width:100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
ul.updlist li {
  text-align: center;
  margin:0 0 1em 0;
  word-wrap: break-word;
}

}
