/* @mixin ----------*/
body {
  font-weight: 400;
}

/* contents ----------*/
sup {
  color: #00a0e9;
}

.inr {
  margin: 0 auto;
  max-width: 124rem;
  padding: 0 2rem;
  width: 100%;
}

.pci-logo {
  margin: 0 auto;
  width: 11.6rem;
}
@media print, screen and (max-width: 767px) {
  .pci-logo {
    width: 8rem;
  }
}

/* mv ----------*/
.visual {
  background-color: #f0f6f8;
}
.visual img {
  height: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media print, screen and (max-width: 1200px) {
  .visual img {
    height: 30rem;
  }
}
@media print, screen and (max-width: 1000px) {
  .visual img {
    height: 25rem;
  }
}
@media print, screen and (max-width: 767px) {
  .visual {
    background-image: url(../images/mv-sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 82.5%;
  }
  .visual img {
    display: none;
  }
}

/* feature ----------*/
.feature-ttl01 {
  font-size: 5rem;
  margin-bottom: 4rem;
  padding-top: 3.5rem;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .feature-ttl01 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    padding-top: 2.4rem;
  }
}
.feature-ttl01::before {
  background-color: #00a8c6;
  content: "";
  display: block;
  height: 1rem;
  margin-left: -10rem;
  position: absolute;
  top: 0;
  left: 50%;
  width: 20rem;
}
@media print, screen and (max-width: 767px) {
  .feature-ttl01::before {
    height: 0.75rem;
    margin-left: -5rem;
    width: 10rem;
  }
}
.feature-ttl02 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 767px) {
  .feature-ttl02 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.feature-ttl03 {
  background-color: #a6bbc7;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  padding: 0.5rem;
}
@media print, screen and (max-width: 767px) {
  .feature-ttl03 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.5rem;
  }
}
.feature-txt {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-right: auto;
  margin-bottom: 6.5rem;
  margin-left: auto;
  max-width: 90rem;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .feature-txt {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    text-align: justify;
  }
}
.feature-txt sup {
  font-size: 0.5em;
  top: -0.8em;
}
.feature-img {
  margin: 0 auto 10.5rem;
  max-width: 90rem;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .feature-img {
    margin: 0 auto 4rem;
  }
}
.feature-img figcaption {
  font-size: 1.2rem;
  text-align: right;
}
@media print, screen and (max-width: 767px) {
  .feature-img figcaption {
    font-size: 1rem;
  }
}
.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
  margin-bottom: 15rem;
}
@media print, screen and (max-width: 1200px) {
  .feature-list {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    margin-bottom: 7rem;
  }
}
@media print, screen and (max-width: 767px) {
  .feature-list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 3rem;
    margin-bottom: 6rem;
  }
}
@media print, screen and (max-width: 500px) {
  .feature-list {
    grid-template-columns: 1fr 1fr;
  }
}
.feature-list-img {
  position: relative;
}
.feature-list-img figcaption {
  background-color: #6ccdde;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .feature-list-img figcaption {
    font-size: 1.2rem;
  }
}
.feature-link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
.feature-link-box {
  margin: 0 auto;
  max-width: 90rem;
  width: 100%;
}
.feature-link-box .caption {
  text-align: left;
}
.feature-link-box .mts {
  margin-top: 10rem;
}
@media print, screen and (max-width: 767px) {
  .feature-link-box .mts {
    margin-top: 4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .feature-link {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
  }
}
.feature-link-item a {
  border: 1px solid #a4a4a5;
  border-radius: 10px;
  color: #6a6969;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  padding: 0.25rem 1rem 0.25rem 3rem;
  position: relative;
  transition: opacity 0.3s ease;
}
@media print, screen and (max-width: 767px) {
  .feature-link-item a {
    font-size: 1.6rem;
    padding: 0.5rem 0.25rem 0.5rem 2.4rem;
  }
}
.feature-link-item a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.feature-link-item a::before {
  background-image: url(../images/feature-link-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.4rem;
  margin-top: -0.7rem;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 1.2rem;
}
@media print, screen and (max-width: 767px) {
  .feature-link-item a::before {
    height: 1rem;
    margin-top: -0.5rem;
    left: 1rem;
    width: 0.8rem;
  }
}
.feature-link.tate {
  margin-bottom: 6rem;
}
@media print, screen and (max-width: 767px) {
  .feature-link.tate {
    margin-bottom: 4rem;
  }
}

/* section01 ----------*/
.section01 {
  background-image: url(../images/sec01_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11rem 0;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section01 {
    padding: 10rem 0 8rem;
  }
}
.section01-box {
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 1.5rem;
  padding: 5rem 3rem 6rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 90rem;
  width: 100%;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .section01-box {
    max-width: 50rem;
    padding: 3rem 3rem 4rem;
  }
}
.section01-box::before {
  border: 3px solid #004696;
  border-radius: 1.5rem;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section01-box-ttl {
  color: #004696;
  font-size: 3.7rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media print, screen and (max-width: 1200px) {
  .section01-box-ttl {
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .section01-box-ttl {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.section01-box-txt {
  font-size: 1.7rem;
  line-height: 2.5;
  margin-bottom: 6rem;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section01-box-txt {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section01-box-list {
    display: flex;
    justify-content: center;
    margin-bottom: 9rem;
  }
}
@media print, screen and (max-width: 767px) {
  .section01-box-list {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4rem;
    max-width: 20rem;
    width: 100%;
  }
}
.section01-box-list li {
  max-width: 20rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .section01-box-list li {
    margin: 0 3.5rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .section01-box-list li:first-child {
    margin: 0 3.5rem 0 0;
  }
  .section01-box-list li:last-child {
    margin: 0 0 0 3.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .section01-box-list li {
    max-width: 100%;
    padding-bottom: 5rem;
  }
}
.section01-box-list li::after {
  background-image: url(../images/sec01_img04.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 3.3rem;
  margin-top: -1.7rem;
  position: absolute;
  top: 50%;
  right: -5rem;
  width: 2.5rem;
}
@media print, screen and (max-width: 767px) {
  .section01-box-list li::after {
    height: 2.5rem;
    margin-top: 0;
    margin-right: -1rem;
    transform: rotate(90deg);
    top: auto;
    right: 50%;
    bottom: 1.2rem;
    width: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .section01-box-list li:last-child {
    padding-bottom: 0;
  }
}
.section01-box-list li:last-child::after {
  display: none;
}
.section01 .link-video-popup {
  background-color: #004696;
  border: none;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 2.8rem;
  margin: 0 auto;
  max-inline-size: none;
  min-block-size: auto;
  max-width: 40rem;
  padding: 0.8rem 1rem 1.2rem;
  text-align: center;
  width: 100%;
}
@media print, screen and (max-width: 1200px) {
  .section01 .link-video-popup {
    font-size: 2rem;
  }
}

/* section02 ----------*/
.section02 {
  text-align: center;
  padding: 10rem 0;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .section02 {
    padding: 8rem 0;
  }
}
.section02::before {
  background: linear-gradient(180deg, rgb(224, 238, 253) 0%, rgb(255, 255, 255) 100%);
  content: "";
  display: block;
  height: 70rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  .section02::before {
    height: 35rem;
  }
}
.section02-ttl {
  font-size: 6rem;
  margin-right: auto;
  margin-bottom: 10rem;
  margin-left: auto;
  max-width: 80rem;
  position: relative;
  width: 100%;
}
.section02-ttl strong {
  font-weight: 400;
}
@media print, screen and (max-width: 1200px) {
  .section02-ttl {
    font-size: 5rem;
    margin-bottom: 6rem;
    max-width: 58rem;
  }
}
@media print, screen and (max-width: 767px) {
  .section02-ttl {
    font-size: 3rem;
    margin-bottom: 4rem;
    max-width: 28rem;
  }
}
.section02-ttl::before, .section02-ttl::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 10rem;
  left: -10.5rem;
  transform: rotate(60deg);
  width: 150px;
}
@media print, screen and (max-width: 1200px) {
  .section02-ttl::before, .section02-ttl::after {
    width: 130px;
    top: 10rem;
    left: -8.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .section02-ttl::before, .section02-ttl::after {
    top: 5.5rem;
    left: -7rem;
    transform: rotate(70deg);
    width: 100px;
  }
}
.section02-ttl::after {
  right: -10.5rem;
  left: auto;
  transform: rotate(-60deg);
}
@media print, screen and (max-width: 1200px) {
  .section02-ttl::after {
    right: -8.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .section02-ttl::after {
    right: -7rem;
    transform: rotate(-70deg);
  }
}
.section02-ttl small {
  font-size: 4rem;
}
@media print, screen and (max-width: 1200px) {
  .section02-ttl small {
    font-size: 2.8rem;
  }
}
@media print, screen and (max-width: 767px) {
  .section02-ttl small {
    display: inline-block;
    font-size: 2rem;
  }
}
.section02-link {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5rem;
  max-width: 35rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .section02-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
    row-gap: 6rem;
    margin-bottom: 12.5rem;
    max-width: 97.3rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .section02-link {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 3rem;
    margin-bottom: 10rem;
    padding: 0 1.5rem;
  }
}
.section02-link li {
  border-radius: 1rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}
@media print, screen and (max-width: 767px) {
  .section02-link li {
    margin-bottom: 2rem;
  }
}
.section02-link li a {
  background-color: #6ccdde;
  border-radius: 1rem;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  height: 100%;
  line-height: 1.6;
  text-align: left;
  transition: opacity 0.3s ease;
  padding: 3.5rem 6rem 3.5rem 41.5%;
  position: relative;
}
@media print, screen and (max-width: 1200px) {
  .section02-link li a {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  .section02-link li a {
    font-size: 1.6rem;
    padding: 2.5rem 4rem 2.5rem 37%;
  }
}
.section02-link li a::before {
  background-image: url(../images/sec02_img07.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem 0 0 1rem;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 37.8%;
}
@media print, screen and (max-width: 767px) {
  .section02-link li a::before {
    width: 32%;
  }
}
.section02-link li a::after {
  background-image: url(../images/sec02_img01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 3.9rem;
  margin-top: -1.8rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 3.9rem;
}
@media print, screen and (max-width: 767px) {
  .section02-link li a::after {
    height: 2rem;
    margin-top: -1rem;
    width: 2rem;
  }
}
.section02-link li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.section02-link li a sup {
  color: #fff;
  font-size: 70%;
}
.section02-link li:nth-of-type(2) a::before {
  background-image: url(../images/sec02_img08.jpg);
}
.section02-link li:nth-of-type(3) a::before {
  background-image: url(../images/sec02_img09.jpg);
}
.section02-link li:nth-of-type(4) a::before {
  background-image: url(../images/sec02_img10.jpg);
}

.read-ttl-btn {
  margin-bottom: 33rem;
}
@media print, screen and (max-width: 1200px) {
  .read-ttl-btn {
    margin-bottom: 15rem;
  }
}
@media print, screen and (max-width: 767px) {
  .read-ttl-btn {
    margin-bottom: 7rem;
  }
}
.read-ttl-btn a {
  background-color: #004696;
  border-radius: 1rem;
  color: #fff;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  max-width: 40rem;
  padding: 0.8rem 5rem 1rem;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .read-ttl-btn a {
    font-size: 1.8rem;
    max-width: 100%;
    width: auto;
  }
}
.read-ttl-btn a::after {
  background-image: url(../images/sec02_img06.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 3.4rem;
  margin-top: -1.7rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.8rem;
}
@media print, screen and (max-width: 767px) {
  .read-ttl-btn a::after {
    height: 2.4rem;
    margin-top: -1.2rem;
    right: 1.5rem;
    width: 1.4rem;
  }
}
.read-ttl-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.read-ttl-btn.long {
  margin-top: 25rem;
  margin-bottom: 0;
}
@media print, screen and (max-width: 1200px) {
  .read-ttl-btn.long {
    margin-top: 10rem;
  }
}
.read-ttl-btn.long a {
  max-width: 100%;
  padding: 0.8rem 9.5rem 1rem;
  width: auto;
}
@media print, screen and (max-width: 767px) {
  .read-ttl-btn.long a {
    padding: 0.8rem 5rem 1rem;
  }
}
.read-ttl-btn.long a::after {
  height: 2.8rem;
  margin-top: -1.4rem;
}

hr {
  border-top: 1px solid #727171;
  margin-bottom: 20rem;
}
@media print, screen and (max-width: 1200px) {
  hr {
    margin-bottom: 15rem;
  }
}
@media print, screen and (max-width: 767px) {
  hr {
    margin-bottom: 7rem;
  }
}

/* section03 ----------*/
.section03 {
  padding: 10rem 0;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section03 {
    padding: 7rem 0;
  }
}

/* section04 ----------*/
.section04 {
  padding: 10rem 0;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section04 {
    padding: 7rem 0;
  }
}

/* section05 ----------*/
.section05 {
  padding: 10rem 0 28rem;
  text-align: center;
}
@media print, screen and (max-width: 1200px) {
  .section05 {
    padding: 10rem 0 20rem;
  }
}
@media print, screen and (max-width: 767px) {
  .section05 {
    padding: 7rem 0 15rem;
  }
}

/* section06 ----------*/
.section06 {
  text-align: center;
}
.section06-ttl {
  background-color: #6db3d4;
  color: #fff;
  font-size: 3.8rem;
  margin-bottom: 7.5rem;
  padding: 0.5rem 2rem 0.75rem;
}
@media print, screen and (max-width: 767px) {
  .section06-ttl {
    font-size: 2.4rem;
    margin-bottom: 5rem;
    padding: 1.5rem 2rem 1.75rem;
  }
}
.section06-ttl sup {
  color: #fff;
  top: -0.3em;
}
.section06-readtxt {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 767px) {
  .section06-readtxt {
    font-size: 1.6rem;
  }
}
.section06-readtxt.line {
  margin: 0 auto;
  max-width: 90rem;
  position: relative;
  width: 100%;
}
.section06-readtxt.line::before {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.section06-readtxt.line span {
  background-color: #fff;
  display: inline-block;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .section06-readtxt.line span {
    padding: 0 0.5rem;
  }
}
.section06 .pci-logo + .section06-readtxt {
  margin-top: 5rem;
}
@media print, screen and (max-width: 767px) {
  .section06 .pci-logo + .section06-readtxt {
    margin-top: 3rem;
  }
}
.section06-txt {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 10rem 0 5.5rem;
}
@media print, screen and (max-width: 767px) {
  .section06-txt {
    font-size: 1.4rem;
    margin: 5rem 0 3rem;
  }
}
.section06-box {
  background-color: #eaf1f5;
  padding: 11.5rem 0 7.3rem;
}
@media print, screen and (max-width: 767px) {
  .section06-box {
    padding: 7rem 0 4rem;
  }
}
.section06 .logo-ttl {
  font-size: 2.7rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (max-width: 767px) {
  .section06 .logo-ttl {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.section06 .logo-ttl + .logo-img {
  margin-bottom: 10rem;
}
@media print, screen and (max-width: 767px) {
  .section06 .logo-ttl + .logo-img {
    margin-bottom: 4rem;
  }
}
.section06 .logo-img {
  background-color: #fff;
  padding: 5.5rem 2rem;
}
@media print, screen and (max-width: 767px) {
  .section06 .logo-img {
    padding: 3rem 2rem;
  }
}
.section06 .logo-img img {
  display: block;
  margin: 0 auto;
  max-width: 107rem;
}
.section06 .caption-box {
  text-align: left;
  padding: 8rem 2rem 11.6rem;
}
@media print, screen and (max-width: 767px) {
  .section06 .caption-box {
    padding: 8rem 2rem 0;
  }
}

/* section07 ----------*/
.section07 {
  padding: 11.5rem 0 0;
  position: relative;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section07 {
    padding: 9rem 0 0;
  }
}
.section07::before {
  background: rgb(234, 246, 253);
  background: linear-gradient(180deg, rgb(234, 246, 253) 0%, rgb(255, 255, 255) 100%);
  content: "";
  display: block;
  height: 34.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  .section07::before {
    height: 20rem;
  }
}
.section07 .lineup-ttl01 {
  color: #00a8c6;
  font-size: 4rem;
  margin-bottom: 11rem;
}
@media print, screen and (max-width: 767px) {
  .section07 .lineup-ttl01 {
    font-size: 2.8rem;
    margin-bottom: 5.5rem;
  }
}
.section07 .lineup-ttl02 {
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media print, screen and (max-width: 767px) {
  .section07 .lineup-ttl02 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.section07 .lineup-ttl03 {
  background-color: #96a9b3;
  border-radius: 999px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 auto;
  max-width: 15rem;
}
@media print, screen and (max-width: 767px) {
  .section07 .lineup-ttl03 {
    font-size: 1.4rem;
    width: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section07 .lineup-img {
    margin-bottom: 1.5rem;
  }
}
.section07 .lineup-box {
  margin: 0 auto;
  max-width: 108rem;
  width: 100%;
}
.section07 .lineup-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
@media print, screen and (max-width: 767px) {
  .section07 .lineup-list {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 3rem;
  }
}
.section07 .lineup-list.drum {
  padding-bottom: 18rem;
}
@media print, screen and (max-width: 767px) {
  .section07 .lineup-list.drum {
    padding-bottom: 7.5rem;
  }
}
.section07 .lineup-list.tate .lineup-img {
  margin: 1.5rem 0 2.5rem;
}
@media print, screen and (max-width: 767px) {
  .section07 .lineup-list.tate .lineup-img {
    margin: 0.75rem 0 1.5rem;
  }
}
.section07 .lineup-list-item {
  transition: opacity 0.3s ease;
}
.section07 .lineup-list-item:hover {
  opacity: 0.5;
  text-decoration: none;
}

/* other ----------*/
@media print, screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}
/*# sourceMappingURL=plasmacluster_design.css.map */