@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
figure {
  position: relative;
}

sup {
  font-size: 0.8em;
  vertical-align: top;
}

.mainimg-property {
  background: url("../img/pages/location/location-bg.png");
  background-size: cover;
  background-repeat: repeat;
  width: 100%;
  overflow: hidden;
  background-size: auto;
}

.mv-sec {
  width: 100%;
}

[class$=-sec] .inner .secTtl {
  text-align: center;
  font-size: clamp(22px, 2.8vw, 40px);
  margin-bottom: 80px;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: rgba(102, 95, 78, 0.7);
}
@media only screen and (max-width: 991px) {
  [class$=-sec] .inner .secTtl {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  [class$=-sec] .inner .secTtl {
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
}
[class$=-sec] .inner .secTtl .jp {
  letter-spacing: 0;
  font-size: clamp(18px, 2.3vw, 32px);
}
[class$=-sec] .inner .columnTtl {
  color: #665F4E;
  margin-bottom: 30px;
  line-height: 1.75;
  font-weight: bold;
  font-size: clamp(18px, 2.3vw, 32px);
}
@media only screen and (max-width: 991px) {
  [class$=-sec] .inner .columnTtl {
    margin-bottom: 20px;
  }
}
[class$=-sec] .inner .columnCopy {
  line-height: 1.8;
  font-size: clamp(14px, 1.82vw, 20px);
}
[class$=-sec] .inner .columnCopy .co2Min {
  font-size: clamp(11px, 1.43vw, 12px);
  margin: 0 2px;
}
[class$=-sec] .inner .caption {
  font-size: 11px;
  line-height: 1.5;
}
[class$=-sec] .inner .subTtl {
  text-align: center;
  color: #665F4E;
  font-size: clamp(18px, 2.3vw, 30px);
}

.anchorLinks {
  padding: 0px 80px;
}
@media only screen and (max-width: 767px) {
  .anchorLinks {
    padding: 0 25px;
  }
}
.anchorLinks .inner {
  max-width: 1200px;
  margin: 120px auto 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
@media only screen and (max-width: 991px) {
  .anchorLinks .inner {
    margin: 100px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .anchorLinks .inner {
    margin: 50px auto 0px;
    row-gap: 15px;
  }
}
.anchorLinks .inner .link {
  padding: 10px;
  position: relative;
  width: 49%;
  z-index: 3;
  justify-content: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  transition: ease 0.3s;
}
@media only screen and (max-width: 767px) {
  .anchorLinks .inner .link {
    min-height: 60px;
  }
}
.anchorLinks .inner .link.full {
  width: 100%;
}
.anchorLinks .inner .link.full .icon {
  background-image: url(../img/pages/quality/icon-blue.png);
}
.anchorLinks .inner .link.full::before {
  background-color: #7fb7c1;
  opacity: 1;
}
.anchorLinks .inner .link p {
  color: #fff;
  font-size: clamp(16px, 2.08vw, 32px);
  line-height: 1.2;
  text-align: center;
}
.anchorLinks .inner .link p .min {
  font-size: 12px;
  display: block;
}
.anchorLinks .inner .link .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  background-image: url(../img/pages/quality/icon-brown.png);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width: 767px) {
  .anchorLinks .inner .link .icon {
    width: 18px;
    height: 18px;
    right: 5px;
  }
}
.anchorLinks .inner .link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #665f4e;
  mix-blend-mode: multiply;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.anchorLinks .inner .link:hover {
  opacity: 0.5;
}

.yukai-sec {
  padding: 80px 80px 0;
}
@media only screen and (max-width: 991px) {
  .yukai-sec {
    padding: 50px 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .yukai-sec {
    padding: 50px 0px 0;
  }
}
.yukai-sec .inner {
  max-width: 1200px;
  margin: 0px auto;
  background-color: #fff;
  padding: 50px 50px 80px;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner {
    padding: 30px 30px 50px;
  }
}
.yukai-sec .inner .leadWrap {
  margin-bottom: 40px;
}
.yukai-sec .inner .leadWrap figure {
  max-width: 400px;
  margin: 0 auto;
}
.yukai-sec .inner .leadWrap p {
  text-align: center;
  color: #7fb7c1;
  font-size: clamp(15px, 1.95vw, 35px);
}
.yukai-sec .inner [class^=yukaiWrap] .flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .yukai-sec .inner [class^=yukaiWrap] .flex {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .flex {
    gap: 30px;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .flex picture {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .flex picture {
    width: 100%;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .flex .copyWrap {
  width: 100%;
}
.yukai-sec .inner [class^=yukaiWrap] .flex .copyWrap .columnTtl {
  white-space: nowrap;
}
.yukai-sec .inner [class^=yukaiWrap] .flex .copyWrap .hanrei {
  height: 32px;
  width: auto;
  margin-top: 20px;
}
.yukai-sec .inner [class^=yukaiWrap] .pointList {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 80px;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .pointList {
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 40px auto;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .pointList li {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .pointList li {
    width: 46%;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .pointList li.copyWrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .pointList li.copyWrap {
    width: 100%;
    order: 1;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .pointList li.copyWrap p {
  font-size: 12px;
}
.yukai-sec .inner [class^=yukaiWrap] .movieBtn {
  width: 100%;
  transition: ease 0.3s;
  display: block;
}
.yukai-sec .inner [class^=yukaiWrap] .movieBtn:hover {
  opacity: 0.5;
}
.yukai-sec .inner [class^=yukaiWrap] .linkBtn {
  display: block;
  transition: ease 0.3s;
  margin: 50px auto 0;
}
.yukai-sec .inner [class^=yukaiWrap] .linkBtn:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .linkBtn {
    margin: 25px auto 0;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .meritList {
  margin: 80px auto 120px;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .meritList {
    margin: 40px auto 50px;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .meritList li {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .meritList li {
    margin-bottom: 20px;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .meritList li h2 {
  color: #665F4E;
  font-size: clamp(15px, 1.95vw, 35px);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.yukai-sec .inner [class^=yukaiWrap] .meritList li h2::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.5;
  content: "";
  bottom: 0;
  left: 0;
}
.yukai-sec .inner [class^=yukaiWrap] .meritList li h2 span {
  color: #fff;
  padding: 10px 15px;
  border-radius: 999px;
  background-color: #6CBCC6;
  margin-right: 10px;
  font-size: clamp(12px, 1.56vw, 28px);
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .meritList li h2 span {
    margin-right: 4px;
    padding: 4px 8px;
    display: inline-block;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .meritList li p {
  line-height: 1.8;
  font-size: clamp(14px, 1.41vw, 20px);
  margin-bottom: 10px;
}
.yukai-sec .inner [class^=yukaiWrap] .meritList li p.caption {
  font-size: 11px;
}
.yukai-sec .inner [class^=yukaiWrap] .meritList li:last-of-type {
  margin-bottom: 0;
}
.yukai-sec .inner [class^=yukaiWrap] .zumenFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .zumenFlex {
    flex-direction: column;
    gap: 10px;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .zumenFlex figure {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .zumenFlex figure {
    width: 100%;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .zumenFlex figure .caption {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .zumenFlex figure .caption {
    text-align: left;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .zumenFlex .arrow {
  width: 0;
  height: 0;
  border-left: 30px solid #6CBCC6;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .zumenFlex .arrow {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #6CBCC6;
    border-bottom: none;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .zumen-hanrei {
  margin-top: 25px;
}
.yukai-sec .inner [class^=yukaiWrap] .zumen-hanrei img {
  width: auto;
  height: 15px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .zumen-hanrei img {
    width: 100%;
    height: auto;
  }
}
.yukai-sec .inner [class^=yukaiWrap] .zumen-hanrei span {
  display: block;
  width: fit-content;
  position: absolute;
  bottom: 35px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner [class^=yukaiWrap] .zumen-hanrei span {
    right: 0;
  }
}
.yukai-sec .inner.inner02 {
  padding: 0;
  display: flex;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .yukai-sec .inner.inner02 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner.inner02 {
    flex-direction: column;
    margin: 50px 30px 0px;
  }
}
.yukai-sec .inner.inner02 .copyWrap {
  width: 100%;
  padding: 40px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .yukai-sec .inner.inner02 .copyWrap {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner.inner02 .copyWrap {
    padding: 20px;
    width: 100%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .yukai-sec .inner.inner02 .copyWrap .copy {
    max-width: 280px;
  }
}
.yukai-sec .inner.inner02 .copyWrap .copy h2 {
  color: #665F4E;
  font-size: clamp(24px, 3.1vw, 30px);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .yukai-sec .inner.inner02 .copyWrap .copy h2 {
    text-align: left;
  }
}
.yukai-sec .inner.inner02 .copyWrap .copy p {
  line-height: 1.8;
  font-size: clamp(14px, 1.41vw, 20px);
  margin-bottom: 10px;
}
.yukai-sec .inner.inner02 .copyWrap .copy p.caption {
  font-size: 11px;
}
.yukai-sec .inner.inner02 .copyWrap figure {
  width: 100%;
}
.yukai-sec .inner.inner02 .copyWrap figure img {
  object-fit: contain;
}

.eq-anchor {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .eq-anchor {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.eq-anchor li {
  width: 16.6666666667%;
  padding-bottom: 15px;
  position: relative;
  border-bottom: solid 1px #655f50;
}
@media only screen and (max-width: 767px) {
  .eq-anchor li {
    width: 33.3333333333%;
  }
}
.eq-anchor li::after {
  position: absolute;
  width: 100%;
  height: 20px;
  background-image: url(../img/pages/quality/is-active.png);
  content: "";
  bottom: -18px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: ease 0.3s;
}
.eq-anchor li.is-active::after {
  opacity: 1;
}
.eq-anchor li a p {
  color: #655f50;
  font-size: clamp(15px, 1.95vw, 20px);
  line-height: 1.2;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.eq-anchor li:hover::after {
  opacity: 1;
}

.eq-sec {
  padding: 150px 80px 0;
}
@media only screen and (max-width: 991px) {
  .eq-sec {
    padding: 100px 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .eq-sec {
    padding: 80px 30px 0;
  }
}
.eq-sec:last-of-type {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .eq-sec:last-of-type {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .eq-sec:last-of-type {
    padding-bottom: 80px;
  }
}
.eq-sec .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner {
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
  }
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .eq-anchor {
    margin: 0 30px 40px;
  }
}
.eq-sec .inner .ttlWrap {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .ttlWrap {
    margin-bottom: 30px;
  }
}
.eq-sec .inner .ttlWrap .secTtl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .ttlWrap .secTtl {
    margin-bottom: 20px;
  }
}
.eq-sec .inner .milifulWrap {
  display: flex;
  gap: 30px;
  padding: 30px;
  background-color: #f1efee;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .milifulWrap {
    flex-direction: column;
    margin: 0 30px 50px;
  }
}
.eq-sec .inner .milifulWrap .copyWrap {
  width: 36%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .milifulWrap .copyWrap {
    width: 100%;
    align-items: center;
    gap: 10px;
  }
}
.eq-sec .inner .milifulWrap .copyWrap figure {
  max-width: 180px;
}
.eq-sec .inner .milifulWrap .copyWrap h3 {
  font-size: clamp(20px, 2.6vw, 25px);
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .milifulWrap .copyWrap h3 {
    text-align: center;
  }
}
.eq-sec .inner .milifulWrap .copyWrap p {
  font-size: clamp(13px, 1.69vw, 16px);
  line-height: 1.75;
}
.eq-sec .inner .milifulWrap .milifulImg {
  width: 64%;
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .milifulWrap .milifulImg {
    width: 100%;
  }
}
.eq-sec .inner .milifulWrap .milifulImg img {
  object-fit: contain !important;
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .swiper {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .swiper.list-dress {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .swiper.list-toilet {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .eq-sec .inner .swiper.list-toilet .eqList {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .swiper.list-toilet .eqList {
    flex-direction: row;
  }
}
.eq-sec .inner .swiper.list-toilet .eqList li {
  width: calc((100% - 50px) / 2) !important;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .eq-sec .inner .swiper.list-toilet .eqList li {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .eq-sec .inner .swiper.list-toilet .eqList li:first-of-type .rightBlock {
    justify-content: space-between;
  }
}
.eq-sec .inner .swiper.list-toilet .eqList li .leftImg {
  width: 50%;
  height: 400px;
}
.eq-sec .inner .swiper.list-toilet .eqList li .rightBlock {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.eq-sec .inner .swiper.list-toilet .eqList li.visible-xs {
  flex-direction: column;
  gap: 20px;
  width: 88% !important;
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .swiper.list-toilet .eqList li.visible-xs {
    display: flex !important;
  }
}
.eq-sec .inner .swiper.list-toilet .eqList li.visible-xs .imgFlex {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.eq-sec .inner .swiper.list-toilet .eqList li.visible-xs .imgFlex figure {
  width: 60%;
  height: 200px;
}
.eq-sec .inner .swiper.list-toilet .eqList li.visible-xs .imgFlex .ttl {
  width: 40%;
}
.eq-sec .inner .swiper.list-toilet .eqList li.visible-xs .imgFlex h3 {
  margin-bottom: 0 !important;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .swiper.list-entrance {
    padding-bottom: 30px;
  }
}
.eq-sec .inner .swiper.list-entrance .eqList li {
  width: calc((100% - 150px) * 0.2166666667) !important;
}
@media only screen and (max-width: 991px) {
  .eq-sec .inner .swiper.list-entrance .eqList li {
    width: calc((100% - 90px) * 0.2166666667) !important;
  }
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .swiper.list-entrance .eqList li {
    width: 80% !important;
  }
}
.eq-sec .inner .swiper.list-entrance .eqList li:first-of-type {
  width: calc((100% - 150px) * 0.35) !important;
}
@media only screen and (max-width: 991px) {
  .eq-sec .inner .swiper.list-entrance .eqList li:first-of-type {
    width: calc((100% - 90px) * 0.35) !important;
  }
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .swiper.list-entrance .eqList li:first-of-type {
    width: 80% !important;
  }
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .swiper.list-entrance .eqList li figure {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .swiper.list-other {
    padding-bottom: 30px;
  }
}
.eq-sec .inner .swiper.list-other .eqList li.row {
  display: flex;
  gap: 20px;
}
.eq-sec .inner .swiper.list-other .eqList li.row figure {
  width: 50%;
}
.eq-sec .inner .swiper.list-other .eqList li.row figure img {
  object-fit: contain !important;
}
.eq-sec .inner .swiper.list-other .eqList li.row div {
  width: 50%;
}
.eq-sec .inner .swiper.list-other .eqList li.middle {
  width: calc((100% - 50px) / 3 * 2) !important;
}
.eq-sec .inner .swiper.list-other .eqList li.middle .imgFlex-row {
  display: flex;
  gap: 15px;
}
.eq-sec .inner .swiper.list-other .eqList li.long {
  width: 100% !important;
}
.eq-sec .inner .swiper.list-other .eqList li.long .imgFlex-row {
  display: flex;
  gap: 15px;
}
.eq-sec .inner .swiper .eqList {
  display: flex;
  flex-wrap: wrap;
  row-gap: 70px;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .eq-sec .inner .swiper .eqList {
    row-gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .swiper .eqList {
    flex-wrap: nowrap;
  }
}
.eq-sec .inner .swiper .eqList li {
  width: calc((100% - 100px) / 3);
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .swiper .eqList li {
    width: 80%;
    padding-left: 30px;
  }
}
.eq-sec .inner .swiper .eqList li h3 {
  font-size: clamp(15px, 1.95vw, 20px);
  padding-bottom: 25px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 25px;
  border-bottom: solid 1px #655f50;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .eq-sec .inner .swiper .eqList li h3 {
    padding-bottom: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .eq-sec .inner .swiper .eqList li h3 {
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.eq-sec .inner .swiper .eqList li h3 .min {
  font-size: 12px;
}
.eq-sec .inner .swiper .eqList li p {
  font-size: clamp(13px, 1.69vw, 16px);
  line-height: 1.75;
}
.eq-sec .inner .swiper .eqList li p .caption {
  display: block;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .swiper-wrapper {
    display: flex;
    gap: 24px;
  }
  .swiper-slide {
    width: calc(33.333% - 16px) !important;
  }
}
/* プログレスバーの高さ変更 */
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 20px !important;
  bottom: 0 !important;
  top: auto !important;
  border-radius: 4px;
}

/* プログレスバーの背景色変更 */
.swiper-pagination-progressbar {
  background-color: rgba(255, 255, 255, 0.6) !important;
  position: relative;
}

.swiper-pagination-progressbar::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "scroll→";
  color: #665f4e;
  width: 100%;
  height: 20px;
}

/* プログレスバーの色変更 */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #737373 !important;
  height: 50% !important;
  margin: 5px !important;
}

/*magnificPopup Setting*/
.mfp-close {
  color: #fff !important;
  top: -40px !important;
}

.js-modalInner {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  position: relative;
}
.js-modalInner iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  /*
  movie01,02,04*/
  .js-modalInner {
    width: 92%;
  }
  /*
  movie03*/
  .mfp-iframe-holder .mfp-content {
    width: 92%;
  }
}/*# sourceMappingURL=quality.css.map */