/* @mixin ----------*/
body {
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
}

sup {
  color: #00abdf;
  top: -0.25em;
}

article {
  padding-top: 0;
}

/* mv ----------*/
.visual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@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: 120%;
  }
  .visual img {
    display: none;
  }
}

/* inr ----------*/
.inr {
  margin: 0 auto;
  max-width: 104rem;
  padding: 0 2rem;
  width: 100%;
}
@media print, screen and (max-width: 1200px) {
  .inr {
    padding: 0 4rem;
  }
}
.inr-wide {
  max-width: 124rem;
}
.inr-short {
  max-width: 99rem;
}

/* fade ----------*/
.fade {
  opacity: 0;
  transition: 1.2s;
  visibility: hidden;
}
.fade.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
  visibility: visible;
}
.fade-up {
  opacity: 0;
  transition: 1.2s;
  visibility: hidden;
  transform: translateY(50px);
}
.fade-up.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
  visibility: visible;
}
@media print, screen and (min-width: 768px) {
  .fade-up {
    transform: translateY(100px);
  }
}
.fade-down {
  opacity: 0;
  transition: 1.2s;
  visibility: hidden;
  transform: translateY(-50px);
}
.fade-down.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
  visibility: visible;
}
@media print, screen and (min-width: 768px) {
  .fade-down {
    transform: translateY(-100px);
  }
}
.fade-left {
  opacity: 0;
  transition: 1.2s;
  visibility: hidden;
  transform: translateX(-50px);
}
.fade-left.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
  visibility: visible;
}
@media print, screen and (min-width: 768px) {
  .fade-left {
    transform: translateX(-100px);
  }
}
.fade-right {
  opacity: 0;
  transition: 1.2s;
  visibility: hidden;
  transform: translateX(50px);
}
.fade-right.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
  visibility: visible;
}
@media print, screen and (min-width: 768px) {
  .fade-right {
    transform: translateX(100px);
  }
}
.fade-top--right {
  opacity: 0;
  transition: 1.2s;
  visibility: hidden;
  transform: translateY(-20px) translateX(20px);
}
.fade-top--right.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
  visibility: visible;
}
@media print, screen and (min-width: 768px) {
  .fade-top--right {
    transform: translateY(-100px) translateX(100px);
  }
}
.fade-top--left {
  opacity: 0;
  transition: 1.2s;
  visibility: hidden;
  transform: translateY(-20px) translateX(-20px);
}
.fade-top--left.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
  visibility: visible;
}
@media print, screen and (min-width: 768px) {
  .fade-top--left {
    transform: translateY(-100px) translateX(-100px);
  }
}
.fade-bottom--right {
  opacity: 0;
  transition: 1.2s;
  visibility: hidden;
  transform: translateY(20px) translateX(20px);
}
.fade-bottom--right.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
  visibility: visible;
}
@media print, screen and (min-width: 768px) {
  .fade-bottom--right {
    transform: translateY(100px) translateX(100px);
  }
}
.fade-bottom--left {
  opacity: 0;
  transition: 1.2s;
  visibility: hidden;
  transform: translateY(20px) translateX(-20px);
}
.fade-bottom--left.go {
  opacity: 1;
  transform: translateY(0) translateX(0);
  visibility: visible;
}
@media print, screen and (min-width: 768px) {
  .fade-bottom--left {
    transform: translateY(100px) translateX(-100px);
  }
}

.time-15 {
  transition: 1.5s;
}
.time-20 {
  transition: 2s;
}
.time-25 {
  transition: 2.5s;
}
.time-30 {
  transition: 3s;
}
.time-35 {
  transition: 3.5s;
}
.time-40 {
  transition: 4s;
}

.hide {
  opacity: 0;
  transition: 1s;
  visibility: hidden;
}
.hide.go {
  opacity: 1;
  visibility: visible;
}

/* products-list ----------*/
.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
.products-list li {
  margin-left: 0.5rem;
}
.products-list li span {
  border: 1px solid #000;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 2px 5px 0;
  text-align: center;
  min-width: 8rem;
}
@media print, screen and (max-width: 767px) {
  .products-list li span {
    font-size: 1.2rem;
    min-width: 5.7rem;
  }
}

/* wide-contents ----------*/
.wide-contents {
  width: 100%;
}
.wide-contents .caption {
  padding: 0;
}

/* flex-box ----------*/
.flex-box {
  margin-top: 8.5rem;
}
@media print, screen and (min-width: 768px) {
  .flex-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .flex-box-img {
    width: 60%;
  }
}
@media print, screen and (min-width: 768px) {
  .flex-box-txt {
    width: 37%;
  }
}
.flex-box-ttl {
  font-size: 2.5rem;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .flex-box-ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.flex-box-ttl strong {
  font-size: 3.5rem;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .flex-box-ttl strong {
    font-size: 2.2rem;
  }
}
.flex-box-ttl sup {
  top: -1.5em;
}
@media print, screen and (max-width: 767px) {
  .flex-box-ttl sup {
    top: -0.4em;
  }
}
.flex-box02 {
  padding: 0 4rem;
}
@media print, screen and (min-width: 768px) {
  .flex-box02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 111rem;
    padding: 0 2rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .flex-box02-img {
    width: 60%;
  }
}
.flex-box02-txt {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .flex-box02-txt {
    width: 35%;
  }
}
@media print, screen and (max-width: 767px) {
  .flex-box02-txt {
    display: flex;
    align-items: center;
    margin-bottom: 4.5rem;
  }
}
.flex-box02-ttl {
  background-color: #fca5b2;
  border-radius: 999px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.7rem;
  height: 302px;
  margin: 0 auto;
  padding-bottom: 1rem;
  width: 302px;
}
@media print, screen and (max-width: 1200px) {
  .flex-box02-ttl {
    font-size: 2.5rem;
    height: 200px;
    width: 200px;
  }
}
@media print, screen and (max-width: 767px) {
  .flex-box02-ttl {
    font-size: 1.7rem;
    height: 101px;
    margin: 0 1.5rem 0 0;
    padding-bottom: 0;
    width: 101px;
  }
}
.flex-box02-readtxt {
  font-size: 2.5rem;
  line-height: 1.6;
  margin-top: 3rem;
}
@media print, screen and (max-width: 767px) {
  .flex-box02-readtxt {
    font-size: 1.4rem;
    margin: 0;
    text-align: left;
    width: calc(100% - 116px);
  }
}
.flex-box-responsive .products-list {
  margin-left: auto;
}
@media print, screen and (max-width: 767px) {
  .flex-box-responsive {
    display: flex;
    flex-direction: column;
  }
  .flex-box-responsive .flex-box-txt {
    display: contents;
  }
  .flex-box-responsive .flex-box-ttl {
    order: 1;
  }
  .flex-box-responsive .flex-box-img {
    order: 2;
  }
  .flex-box-responsive .products-list {
    order: 3;
  }
  .flex-box-responsive .dry-tips {
    order: 4;
  }
  .flex-box-responsive .caption {
    order: 5;
  }
}

/* section-ancr ----------*/
.section-ancr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section-ancr-box {
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media print, screen and (max-width: 767px) {
  .section-ancr {
    padding: 0;
  }
}
.section-ancr-item {
  text-align: center;
  width: 33.333%;
}
.section-ancr-item a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  font-size: 2.5rem;
  font-weight: 500;
  height: 100%;
  padding: 2rem 2rem 5.5rem;
  position: relative;
  transition: color 0.3s ease, background-image 0.5s ease;
}
@media print, screen and (max-width: 767px) {
  .section-ancr-item a {
    font-size: 1.3rem;
    padding: 1.5rem 1rem 3.5rem;
  }
}
.section-ancr-item a::after {
  background-image: url(../images/ancr-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  margin-left: -12px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 24px;
}
@media print, screen and (max-width: 767px) {
  .section-ancr-item a::after {
    height: 12px;
    margin-left: -9px;
    bottom: 10px;
    width: 18px;
  }
}
.section-ancr-item a:hover {
  text-decoration: none;
}
.section-ancr-item:nth-of-type(1) a:hover {
  background-image: url(../images/ancr-bg-01.jpg);
  color: #b27118;
}
.section-ancr-item:nth-of-type(1).getcha a {
  background-image: url(../images/ancr-bg-01.jpg);
  color: #b27118;
}
.section-ancr-item:nth-of-type(2) a:hover {
  background-image: url(../images/ancr-bg-02.jpg);
  color: #288caa;
}
.section-ancr-item:nth-of-type(2).getcha a {
  background-image: url(../images/ancr-bg-02.jpg);
  color: #288caa;
}
.section-ancr-item:nth-of-type(3) a:hover {
  background-image: url(../images/ancr-bg-03.jpg);
  color: #fca5b2;
}
.section-ancr-item:nth-of-type(3).getcha a {
  background-image: url(../images/ancr-bg-03.jpg);
  color: #fca5b2;
}

/* section ----------*/
.section {
  margin-top: 5rem;
  padding-top: 20rem;
}
@media print, screen and (max-width: 767px) {
  .section {
    margin-top: 0;
    padding-top: 13rem;
  }
}
.section-readbox {
  padding-bottom: 6.5rem;
}
@media print, screen and (max-width: 767px) {
  .section-readbox {
    padding-bottom: 3rem;
  }
}

.section-ttl {
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-bottom: 3rem;
  padding-top: 5rem;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .section-ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-top: 3.5rem;
  }
}
.section-ttl::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-ttl span {
  font-size: 6rem;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .section-ttl span {
    display: inline-block;
    font-size: 2.7rem;
    line-height: 1.4;
    margin-top: 1rem;
  }
}
.section-ttl.dry {
  position: relative;
}
.section-ttl.dry::before {
  background-image: url(../images/ttl-txt-dry.svg);
  height: 9.3rem;
  width: 13.7rem;
}
@media print, screen and (max-width: 767px) {
  .section-ttl.dry::before {
    height: 4.7rem;
    width: 6.9rem;
  }
}
.section-ttl.dry::after {
  background-image: url(../images/sec01_img04.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 11.7rem;
  position: absolute;
  top: 5rem;
  right: 0;
  width: 21rem;
}
@media print, screen and (max-width: 1100px) {
  .section-ttl.dry::after {
    height: 7.3rem;
    top: 3rem;
    width: 13.3rem;
  }
}
@media print, screen and (max-width: 767px) {
  .section-ttl.dry::after {
    top: 1.5rem;
  }
}
.section-ttl.wash::before {
  background-image: url(../images/ttl-txt-wash.svg);
  height: 7.6rem;
  width: 23.6rem;
}
@media print, screen and (max-width: 767px) {
  .section-ttl.wash::before {
    height: 3.8rem;
    width: 11.7rem;
  }
}
.section-ttl.kindness::before {
  background-image: url(../images/ttl-txt-kindness.svg);
  height: 7.6rem;
  width: 38.3rem;
}
@media print, screen and (max-width: 767px) {
  .section-ttl.kindness::before {
    height: 3.8rem;
    width: 19.2rem;
  }
}

.read-txt {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media print, screen and (max-width: 767px) {
  .read-txt {
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    line-height: 1.8;
  }
}
@media print, screen and (max-width: 767px) {
  .read-txt + .mts {
    margin-top: 2rem;
  }
}

/* section01 ----------*/
@media print, screen and (max-width: 767px) {
  .section01 {
    margin-top: -3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section01 .wide-contents {
    background-image: url(../images/sec01_img05-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.section01 .wide-contents .inr,
.section01 .wide-contents .inr-wide {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .section01 .wide-contents .inr,
.section01 .wide-contents .inr-wide {
    padding: 0;
  }
}
.section01 .wide-contents .inr .caption,
.section01 .wide-contents .inr-wide .caption {
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 1200px) {
  .section01 .wide-contents .inr .caption,
.section01 .wide-contents .inr-wide .caption {
    padding: 0;
    position: absolute;
    bottom: 2.5rem;
    left: 0;
  }
}
.section01 .dry-tips {
  display: flex;
  margin-top: 4rem;
}
.section01 .dry-tips-list {
  background-color: rgba(210, 113, 24, 0.15);
  border-radius: 17px;
  font-size: 1.6rem;
  padding: 1.2rem 1.5rem;
  text-align: center;
}
.section01 .dry-tips.db {
  justify-content: center;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 767px) {
  .section01 .dry-tips.db {
    margin-top: 2.5rem;
  }
}
.section01 .dry-tips.db .dry-tips-list {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 1.5rem 2.5rem 0.7rem 2.5rem;
}
.section01 .dry-tips.db .dry-tips-list small {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
.section01 .dry-tips.db .dry-tips-list strong {
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
.section01 .dry-tips.db .dry-tips-list strong small {
  font-size: 2.5rem;
}
.section01 .dry-tips.db + .caption {
  padding: 0;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section01 .dry-tips.comfort {
    justify-content: space-around;
    margin-top: 3.5rem;
  }
}
.section01 .dry-tips.comfort .dry-tips-list {
  margin-right: 2rem;
}
@media print, screen and (max-width: 767px) {
  .section01 .dry-tips.comfort .dry-tips-list {
    font-size: 1.4rem;
    margin: 0;
  }
  .section01 .dry-tips.comfort .dry-tips-list + .dry-tips-list {
    margin-left: 1.5rem;
  }
}
.section01 .dry-tips.img {
  margin: 3rem auto 0;
  max-width: 20rem;
}
@media print, screen and (max-width: 767px) {
  .section01 .dry-tips.img {
    order: 2;
    margin: 1rem auto 3rem;
    max-width: 15rem;
  }
}

/* section02 ----------*/
.section02 .wide-contents {
  background-image: url(../images/sec02_img07.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.5rem 0 2.5rem;
}
@media print, screen and (max-width: 767px) {
  .section02 .wide-contents {
    background-image: url(../images/sec02_img07-sp.jpg);
  }
}
@media print, screen and (max-width: 767px) {
  .section02 .wide-contents .inr {
    padding: 0;
  }
}
.section02 .cleaning-box {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .section02 .cleaning-box {
    overflow: hidden;
    padding: 0 5.5rem;
  }
}
.section02 .cleaning-ttl {
  margin: 0 auto;
  max-width: 55.4rem;
  padding-bottom: 6.3rem;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .section02 .cleaning-ttl {
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section02 .cleaning-flow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 5.8rem;
         column-gap: 5.8rem;
    margin-bottom: 8.5rem;
  }
}
.section02 .cleaning-flow-item {
  padding: 0 0 1.5rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .section02 .cleaning-flow-item {
    padding: 0;
  }
  .section02 .cleaning-flow-item::after {
    background-image: url(../images/sec02-flow-arrows.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    right: -39px;
    transform: none;
    width: 15px;
  }
}
.section02 .cleaning-flow-item:nth-of-type(3)::after {
  display: none;
}
.section02 .cleaning-flow-item-ttl {
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 1rem;
}
.section02 .cleaning-flow-item-img {
  margin-bottom: 2.5rem;
}
.section02 .cleaning-flow-item-txt {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media print, screen and (max-width: 767px) {
  .section02 .cleaning-flow-item-txt {
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 1200px) {
  .section02 .cleaning-cap {
    margin-left: -8.4rem;
  }
}
.section02 .wach-circle {
  background-color: #288caa;
  border-radius: 999px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 400;
  height: 94px;
  margin-bottom: 2rem;
  text-align: center;
  width: 94px;
}
@media print, screen and (max-width: 767px) {
  .section02 .wach-circle {
    font-size: 2.2rem;
    height: 76px;
    margin-bottom: 1.5rem;
    width: 76px;
  }
}

/* swiper ----------*/
@media print, screen and (min-width: 768px) {
  .swiper-pagination,
.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev02,
.swiper-button-next02 {
    display: none;
  }
}

.swiper-pagination {
  margin-bottom: 0.5rem;
  position: relative;
}

.swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #000;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev02,
.swiper-button-next02 {
  color: transparent;
  height: 15px;
  margin-top: -7px;
  width: 15px;
}
.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-prev02::after,
.swiper-button-next02::after {
  background-image: url(../images/sec02-flow-arrows.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev02.swiper-button-disabled,
.swiper-button-next02.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-button-prev::after {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 2rem;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 2rem;
}

.swiper-button-prev02,
.swiper-button-next02 {
  height: 20px;
  position: absolute;
  top: 50%;
  width: 20px;
  z-index: 1;
}
.swiper-button-prev02::after,
.swiper-button-next02::after {
  background-image: url(../images/ancr-arrow.svg);
  height: 20px;
  width: 20px;
}

.swiper-button-prev02 {
  left: 1rem;
}
.swiper-button-prev02::after {
  transform: rotate(90deg);
}

.swiper-button-next02 {
  right: 1rem;
}
.swiper-button-next02::after {
  transform: rotate(-90deg);
}

/* section03 ----------*/
.section03 .wide-contents {
  background-image: url(../images/sec03_img03.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.2rem 0 3.5rem;
}
@media print, screen and (max-width: 767px) {
  .section03 .wide-contents {
    background-image: url(../images/sec03_img03-sp.jpg);
  }
}
@media print, screen and (max-width: 767px) {
  .section03 .caption.mts {
    margin: 2rem 0 3rem;
  }
}

/* section04 ----------*/
.section04 {
  margin-top: 0;
  padding-top: 15rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .section04 {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}

.lineup-ttl {
  font-size: 4.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center;
  padding-top: 3rem;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .lineup-ttl {
    font-size: 2.5rem;
    padding-top: 2rem;
  }
}
.lineup-ttl::before {
  background-image: url(../images/ttl-txt-lineup.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 7.4rem;
  margin-left: -11.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  width: 23.7rem;
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  .lineup-ttl::before {
    height: 4.7rem;
    margin-left: -7.4rem;
    width: 14.8rem;
  }
}
.lineup-readtxt {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 6rem;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .lineup-readtxt {
    font-size: 1.7rem;
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .lineup-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .lineup-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 3.5rem;
  }
}
.lineup-item {
  text-align: center;
}
.lineup-item-ttl {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 767px) {
  .lineup-item-ttl {
    margin-bottom: 0.5rem;
  }
}
.lineup-item-btn {
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 767px) {
  .lineup-item-btn {
    margin-bottom: 1rem;
  }
}
.lineup-item-btn a {
  background-color: #9e9e9e;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 0.7rem 3rem;
  position: relative;
  text-align: left;
  transition: opacity 0.3s ease;
  width: 14rem;
}
.lineup-item-btn a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.lineup-item-btn a::after {
  background-image: url(../images/ancr-arrow-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
}
@media print, screen and (max-width: 767px) {
  .lineup-item-img {
    margin: 0 auto;
    width: 15.5rem;
  }
}
.lineup-item-info {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1.5rem 0 2rem;
}
.lineup-item-info span {
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (max-width: 767px) {
  .lineup-item-info span {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.lineup-item-txt {
  font-size: 1.4rem;
  line-height: 1.9;
}
.lineup-swiper {
  position: relative;
}

/* caption-area ----------*/
.caption-area {
  background-color: #f8f8f8;
  margin: 12rem 0 0;
  padding: 8rem 0;
}
@media print, screen and (max-width: 767px) {
  .caption-area {
    margin: 9.5rem 0 0;
    padding: 4.5rem 0;
  }
}
.caption-area .caption {
  line-height: 1.9;
  text-align: justify;
}

/* other ----------*/
.caption > li > span {
  color: #00abdf;
}
.caption.right {
  text-align: right;
}

@media print, screen and (max-width: 767px) {
  .pc-hidden {
    position: absolute;
    visibility: hidden;
    z-index: -1;
  }
}

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

.sp-hidden {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  .sp-hidden {
    position: relative;
    visibility: visible;
    z-index: 1;
  }
}

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