/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */


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

#wrapper {
  background-image: url(../img-group/bg-contents.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

/* Pagetitle */
.pagetitle {
  width: 100%;
  height: auto;
  display: block;
}
.ptbody {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:12% 5% 30px;
}
.ptbody h2 {
  font-size: clamp(16px, 1.5vw, 30px);
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 0;
  color:var(--color-1st);
  margin-bottom: 1em;
  order:2;
}
.ptbody h3 {
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1.1em;
  letter-spacing: 0;
  color:var(--color-1st);
  margin-bottom: 0.3em;
  order:2;
}
.ptbody p {
  font-size: clamp(30px, 4vw, 100px);
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1.1em;
  text-align: left;
  letter-spacing: -0.5px;
  color:var(--color-1st);
  margin: 0 auto 0.15em 0;
  order:1;
}
.ptbody ul {
  width: 100%;
  height: auto;
  display: flex;
  order:3;
}
.ptbody ul li {
  font-size:12px;
  line-height: 1em;
  margin:0;
}
.ptbody ul li:after {
  content:" > ";
}
.ptbody ul li:last-child:after {
  content:"";
}
.ptbody ul li a {
  color:var(--color-black);
}


/* LINE */
ul.linelist {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
ul.linelist li {
  width:30.3333333333%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: 5px;
  padding:2em 1em;
  margin:0 1.5% 3%;
}
ul.linelist li .line_qr {
  width:50%;
  height:auto;
  display: block;
  margin:0 auto 15px;
}
ul.linelist li .line_cc {
  width:100%;
  height:auto;
  display: block;
  margin:0 auto;
}
ul.linelist li .line_cc  h3 {
  font-size:20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.5em;
  text-align: center;
  margin:0 0 0.5em 0;
}

.linereg {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.linereg li {
  width:14.6666667%;
  height: auto;
  display: block;
  margin:0 1%;
}

/* Stock */
.stocklist li {
  display: block;
}



}

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

#wrapper {
  background-image: url(../img-group/bg-contents.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

/* Pagetitle */
.pagetitle {
  width: 100%;
  height: auto;
  display: block;
}
.ptbody {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:18% 5% 30px;
}
.ptbody h2 {
  font-size: clamp(16px, 1.5vw, 30px);
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 0;
  color:var(--color-1st);
  margin-bottom: 1em;
  order:2;
}
.ptbody h3 {
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1.1em;
  letter-spacing: 0;
  color:var(--color-1st);
  margin-bottom: 0.3em;
  order:2;
}
.ptbody p {
  font-size: clamp(30px, 4vw, 100px);
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1.1em;
  text-align: left;
  letter-spacing: -0.5px;
  color:var(--color-1st);
  margin: 0 auto 0.15em 0;
  order:1;
}
.ptbody ul {
  width: 100%;
  height: auto;
  display: flex;
  order:3;
}
.ptbody ul li {
  font-size:12px;
  line-height: 1em;
  margin:0;
}
.ptbody ul li:after {
  content:" > ";
}
.ptbody ul li:last-child:after {
  content:"";
}
.ptbody ul li a {
  color:var(--color-black);
}


/* LINE */
ul.linelist {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
ul.linelist li {
  width:30.3333333333%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: 5px;
  padding:2em 1em;
  margin:0 1.5% 3%;
}
ul.linelist li .line_qr {
  width:60%;
  height:auto;
  display: block;
  margin:0 auto 15px;
}
ul.linelist li .line_cc {
  width:100%;
  height:auto;
  display: block;
  margin:0 auto;
}
ul.linelist li .line_cc  h3 {
  font-size:16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.5em;
  text-align: center;
  margin:0 0 0.5em 0;
}

.linereg {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.linereg li {
  width:31.3333333333%;
  height: auto;
  display: block;
  margin:0 1% 2%;
}


/* Stock */
.stocklist li {
  display: block;
}

}


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

  #wrapper {
  background-image: url(../img-group/bg-contents.webp);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size:auto 250px;
}

/* Pagetitle */
.pagetitle {
  width: 100%;
  height: auto;
  display: block;
}
.ptbody {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:30% 5% 30px;
}
.ptbody h2 {
  font-size: clamp(16px, 1.5vw, 30px);
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 0;
  color:var(--color-1st);
  margin-bottom: 1em;
  order:2;
}
.ptbody h3 {
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1.1em;
  letter-spacing: 0;
  color:var(--color-1st);
  margin-bottom: 0.3em;
  order:2;
}
.ptbody p {
  font-size: clamp(30px, 4vw, 100px);
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1.1em;
  text-align: left;
  letter-spacing: -0.5px;
  color:var(--color-1st);
  margin: 0 auto 0.15em 0;
  order:1;
}
.ptbody ul {
  width: 100%;
  height: auto;
  display: flex;
  order:3;
}
.ptbody ul li {
  font-size:12px;
  line-height: 1em;
  margin:0;
}
.ptbody ul li:after {
  content:" > ";
}
.ptbody ul li:last-child:after {
  content:"";
}
.ptbody ul li a {
  color:var(--color-black);
}


/* LINE */
ul.linelist {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
ul.linelist li {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: 5px;
  padding:0.5em 0px 1em;
  margin:0 0 5px;
}
ul.linelist li .line_qr {
  display: none;
}
ul.linelist li .line_cc {
  width:100%;
  height:auto;
  display: block;
  margin:0 auto;
}
ul.linelist li .line_cc  h3 {
  font-size:16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.5em;
  text-align: center;
  margin:0 0 0.5em 0;
}

.linereg {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.linereg li {
  width:48%;
  height: auto;
  display: block;
  margin:0 1% 40px;
}

.qrbb {display: none;}

/* Stock */
.stocklist li {
  display: block;
}


}
