
.topsection.pt-news {background-image: url(../img/pagetitle/ptimg-news.jpg);}
.topsection.pt-auction {background-image: url(../img/pagetitle/ptimg-auction.jpg);}
.topsection.pt-factory {background-image: url(../img/pagetitle/ptimg-factory.jpg);}
.topsection.pt-company {background-image: url(../img/pagetitle/ptimg-company.jpg);}
.topsection.pt-access {background-image: url(../img/pagetitle/ptimg-access.jpg);}
.topsection.pt-recruit {background-image: url(../img/pagetitle/ptimg-recruit.jpg);}
.topsection.pt-contact {background-image: url(../img/pagetitle/ptimg-contact.jpg);}
.topsection.pt-privacy {background-image: url(../img/pagetitle/ptimg-privacy.jpg);}


.ts_line.tsc01 {background-image: url(../img/pagetitle/ptcov01.png);}
.ts_line.tsc02 {background-image: url(../img/pagetitle/ptcov02.png);}
.ts_line.tsc03 {background-image: url(../img/pagetitle/ptcov03.png);}


/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Header(hractive) */
header.hractive {
  background-color: rgba(0,0,0,0.6);
}

/* Header */
header {
  top:50px;
}
header figure {
  top:50px;
}

/* Menu */
nav.globalmenu {
  top: 65px;
}
nav.globalmenu ul li a {
  color:var(--color-white);
}
nav.globalmenu ul li a:after {
  background-color: var(--color-1st);
}

/* Contact box */
.contactbox {
  top:65px;
}
.contactbox li a {
  background-color: var(--color-1st);
}
.contactbox li a:hover {
  background-color: var(--color-3rd);
}


/* Pagetitle */
.topsection {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.ts_cov {
  width:100%;
  height: auto;
  display: block;
  background-color: rgba(14, 42, 75, 0.5);
}
.ts_line {
  width:100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
}
.tscc {
  width:100%;
  height: 100%;
  max-height: 800px;
  display: flex;
  justify-content: space-between;
  aspect-ratio: 16 / 9;
}
.tspt {
  width:40%;
  height: auto;
  padding:170px 0 0 5%;
  display: flex;
  flex-direction: column;
}
.tspt h2 {
  font-size: clamp(32px, 2vw, 60px);
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-white);
  margin-bottom: 0.5em;
  order:2;
}
.tspt p {
  font-size: clamp(16px, 1vw, 24px);
  font-weight: 300;
  line-height: 1.25em;
  color:var(--color-white);
  margin-bottom: 0.5em;
  order:1;
}
.tspt ul {
  width:fit-content;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  order:3;
}
.tspt ul li {
  font-size:12px;
  color:var(--color-white);
  line-height: 1.4em;
  margin:0;
}
.tspt ul li:after {
  content: ">";
  margin:0 0.5em;
}
.tspt ul li:last-child:after {
  content: "";
  margin:0 0.5em;
}
.tspt ul li a {
  color:var(--color-white);
  text-decoration: none;
}
.tspt ul li a:hover {
  color:var(--color-white);
  text-decoration: underline;
}

.tscatch {
  width:50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 8%;
}

}


/* Style for iPad Pro */
@media print, screen and (min-width: 769px) and (max-width: 1024px) {

  /* Menu
  ----------------------------------------------*/
  .menubn span {
    background: var(--color-white);
  }

  /* Header(hractive) */
  header.hractive {
    background-color: rgba(0,0,0,0.6);
  }
  header.hractive figure {
    top:0;
  }

/* Pagetitle */
.topsection {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.ts_cov {
  width:100%;
  height: auto;
  display: block;
  background-color: rgba(14, 42, 75, 0.5);
}
.ts_line {
  width:100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
}
.tscc {
  width:100%;
  height: 100%;
  max-height: 800px;
  display: flex;
  justify-content: space-between;
  aspect-ratio: 3 / 2;
}
.tspt {
  width:40%;
  height: auto;
  padding:170px 0 0 5%;
  display: flex;
  flex-direction: column;
}
.tspt h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-white);
  margin-bottom: 0.5em;
  order:2;
}
.tspt p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25em;
  color:var(--color-white);
  margin-bottom: 0.5em;
  order:1;
}
.tspt ul {
  width:fit-content;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  order:3;
}
.tspt ul li {
  font-size:12px;
  color:var(--color-white);
  line-height: 1.4em;
  margin:0;
}
.tspt ul li:after {
  content: ">";
  margin:0 0.5em;
}
.tspt ul li:last-child:after {
  content: "";
  margin:0 0.5em;
}
.tspt ul li a {
  color:var(--color-white);
  text-decoration: none;
}
.tspt ul li a:hover {
  color:var(--color-white);
  text-decoration: underline;
}

.tscatch {
  width:50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 8%;
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {
  
  /* Menu
  ----------------------------------------------*/
  .menubn span {
    background: var(--color-white);
  }

  /* Header(hractive) */
  header.hractive {
    background-color: rgba(0,0,0,0.6);
  }
  header.hractive figure {
    top:0;
  }

 /* Pagetitle */
.topsection {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.ts_cov {
  width:100%;
  height: auto;
  display: block;
  background-color: rgba(14, 42, 75, 0.5);
}
.ts_line {
  width:100%;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
}
.tscc {
  width:100%;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tspt {
  width:100%;
  height: auto;
  padding:100px 0 0 5%;
  display: flex;
  flex-direction: column;
}
.tspt h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-white);
  margin-bottom: 0.5em;
  order:2;
}
.tspt p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25em;
  color:var(--color-white);
  margin-bottom: 0.5em;
  order:1;
}
.tspt ul {
  width:fit-content;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  order:3;
}
.tspt ul li {
  font-size:12px;
  color:var(--color-white);
  line-height: 1.4em;
  margin:0;
}
.tspt ul li:after {
  content: ">";
  margin:0 0.5em;
}
.tspt ul li:last-child:after {
  content: "";
  margin:0 0.5em;
}
.tspt ul li a {
  color:var(--color-white);
  text-decoration: none;
}
.tspt ul li a:hover {
  color:var(--color-white);
  text-decoration: underline;
}

.tscatch {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding:0 5% 8%;
  margin-bottom: 10%;
}

}
