#container.subpage {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0;
}

.keyvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.keyvisual__img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.6s;
}
.keyvisual__logo {
  position: absolute;
  width: 38%;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.keyvisual__niyodo_logo {
  position: absolute;
  width: 22%;
  top: 26%;
  left: 20%;
  cursor: pointer;
  transform: skewY(-13deg);
}
.keyvisual__figure {
  position: absolute;
  width: 10.5%;
  height: auto;
  background-color: #fff;
  border: 2px solid darkolivegreen;
  box-shadow: 1px 1px 2px 1px #333;
}
.keyvisual__figure--1 {
  width: 13%;
  top: 4%;
  left: 4%;
}
.keyvisual__figure--2 {
  top: 50%;
  left: 16%;
  transform: translate(0, -50%);
}
.keyvisual__figure--3 {
  bottom: 6%;
  left: 10%;
}
.keyvisual__figure--4 {
  top: 2%;
  right: 21%;
}
.keyvisual__figure--5 {
  width: 11%;
  top: 25%;
  right: 5%;
  transform: translate(0, -50%);
}
.keyvisual__figure--6 {
  bottom: 32%;
  right: 18%;
}
.keyvisual__figure--7 {
  bottom: 13%;
  right: 4%;
}
.keyvisual__scroll {
  position: absolute;
  bottom: 3%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}
.keyvisual__scroll:hover {
  cursor: pointer;
}
.keyvisual__scroll span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  text-align: center;
}

/* description */
.description {
  width: 100%;
  background: url("../../../img/tosa-tea-tourism/Rectangle.webp") no-repeat center
    center;
  background-size: cover;
  padding: 32px 0;
  border-top: 32px solid #245b42;
  border-bottom: 32px solid rgb(36, 91, 66);
}
.description__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 55px 48px 55px;
  background-color: rgba(36, 91, 66, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.description__txt {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2em;
}
.description__txt--bold {
  font-size: 32px;
  font-weight: 400;
}
.description__txt:nth-child(1) {
  margin-bottom: 0;
}

/* qa */
#featureqa {
  background-color: rgba(148, 242, 207, 0.2);
  padding-top: 50px;
}
.qa-title {
  position: relative;
  color: #158b2b;
  font-size: 30px;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 50px;
}
.qa-title:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  width: 200px;
  height: 140px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.qa-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.qa-box .qa {
  background: #fafafa;
  padding: 12px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.4);
}

.tosa-q,
.tosa-a {
  display: flex;
  align-items: baseline;
  margin: 30px 0;
}

.tosa-q p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.tosa-a p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.tosa-q::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d65556;
  color: #fff;
  width: 35px;
  height: 35px;
}

.tosa-a::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6699b7;
  color: #fff;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 1201px) {
  .qa-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

/* search */
#featuresearch {
  background-color: #3f9877;
  box-shadow: 0px 2px 2px #ccc;
}

#searchBox {
  margin: 0 auto;
  padding: 32px 0 40px;
  border: unset;
}

#searchtoggle {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  z-index: 99;
}
#searchtoggle strong {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  background-color: #3f9877;
  padding: 0 6px;
}

#searchtoggle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}

#searchBox .flxForm {
  justify-content: space-between;
}

#searchBox .flxForm .searchChild {
  position: relative;
  width: calc((100% - 64px) / 3);
}
#searchBox .flxForm .searchChild select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#searchBox .flxForm .searchChild select::-ms-expand {
  display: none;
}

.selectDeco {
  position: relative;
}
.selectDeco::after {
  position: absolute;
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #838383;
  border-right: 1px solid #838383;
  top: 6px;
  right: 12px;
  transform: rotate(45deg);
  content: "";
}

#searchBox .searchBtn {
  width: 320px;
  margin: 0 auto;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

#searchBox .searchBtn input {
  width: 147px;
  padding: 8px;
  background-color: #16728c;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  box-shadow: 1px 2px 2px #555;
}
#searchBox .searchBtn input:nth-child(2) {
  background-color: #2c454a;
}

/* article */
#featureConts {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
}
#featureConts::after {
  position: absolute;
  top: 0%;
  right: 0%;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(148, 242, 207, 0.2);
  z-index: -2;
}
#featureConts .bg {
  position: relative;
}
#featureConts .bg::before {
  position: absolute;
  top: 60%;
  right: -30%;
  content: url("../../img/tosa-tea-tourism/tosa-bg-1.png");
  z-index: -1;
  transform: rotate(7deg);
}
#featureConts .childBox {
  position: relative;
}
#featureConts .childBox::after {
  position: absolute;
  top: 8%;
  left: -31%;
  content: url("../../img/tosa-tea-tourism/tosa-bg-2.png");
  z-index: -1;
}

.subpage .commonLists .featureBox.commonBox {
  padding: 1rem 0;
}

.sustainable__flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.sustainable__box {
  width: 100%;
}
.sustainable__box--inner {
  box-shadow: 1px 1px 3px #333;
}
.sustainable__box--inner > img {
  width: 100%;
  aspect-ratio: 1.7;
  -o-object-fit: cover;
  object-fit: cover;
}
.sustainable__box--bottom {
  position: relative;
  padding: 12px 18px;
  border: 1px solid #ddd;
  height: 210px;
  background-color: #fff;
  overflow: hidden;
}
.sustainable__cap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #3f9877;
  text-decoration: underline;
}

#ship {
  display: none;
}

.tosa-video-box {
  text-align: center;
  margin: 30px 0;
}

.tosa-video {
  aspect-ratio: 16 / 9;
  width: 50%;
  height: auto;
  margin: 0 auto;
}

#footer {
  background-color: #3f9877;
}

#footerSide {
  padding-top: 0 !important;
}

.pagination b {
  background-color: #3f9877;
  color: #fff;
  border: 1px solid #3f9877;
}

.pagination a {
  background-color: #fff;
  color: #333;
  border: 1px solid #3f9877;
}

.pagination a:hover {
  background-color: #3f9877;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .keyvisual__niyodo_logo {
    top: 33%;
  }
}

@media screen and (max-width: 1201px) {
  .keyvisual__logo {
    width: 55%;
  }
  .keyvisual__figure {
    width: 13%;
  }
  .keyvisual__figure--1 {
    width: 15%;
    top: 4%;
    left: 2%;
  }
  .keyvisual__figure--2 {
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
  }
  .keyvisual__figure--3 {
    bottom: 6%;
    left: 3%;
  }
  .keyvisual__figure--4 {
    top: 2%;
    right: 21%;
  }
  .keyvisual__figure--5 {
    width: 14%;
    top: 28%;
    right: 3%;
  }
  .keyvisual__figure--6 {
    bottom: 34%;
    right: 12%;
  }
  .keyvisual__figure--7 {
    bottom: 11%;
    right: 2%;
  }
}
@media screen and (max-width: 1001px) {
  .keyvisual__logo {
    width: 60%;
  }
  .keyvisual__niyodo_logo {
    width: 35%;
    left: 5%;
    top: 30%;
  }
  .keyvisual__figure {
    width: 15%;
  }
  .keyvisual__figure--1 {
    width: 18%;
    top: 4%;
    left: 2%;
  }
  .keyvisual__figure--2 {
    top: 50%;
    left: 7%;
    transform: translate(0, -50%);
  }
  .keyvisual__figure--3 {
    bottom: 6%;
    left: 3%;
  }
  .keyvisual__figure--4 {
    top: 2%;
    right: 21%;
  }
  .keyvisual__figure--5 {
    width: 16%;
    top: 28%;
    right: 3%;
  }
  .keyvisual__figure--6 {
    bottom: 34%;
    right: 8%;
  }
  .keyvisual__figure--7 {
    bottom: 11%;
    right: 2%;
  }
  .description__inner {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual__logo {
    width: 68%;
  }
  .keyvisual__niyodo_logo {
    top: 35%;
  }
  .keyvisual__figure {
    width: 17%;
  }
  .keyvisual__figure--1 {
    width: 20%;
    top: 4%;
    left: 2%;
  }
  .keyvisual__figure--2 {
    top: 50%;
    left: 1%;
    transform: translate(0, -50%);
  }
  .keyvisual__figure--3 {
    bottom: 6%;
    left: 3%;
  }
  .keyvisual__figure--4 {
    top: 2%;
    right: 21%;
  }
  .keyvisual__figure--5 {
    width: 17%;
    top: 28%;
    right: 3%;
  }
  .keyvisual__figure--6 {
    bottom: 34%;
    right: 1%;
  }
  .keyvisual__figure--7 {
    bottom: 11%;
    right: 6%;
  }
  .description__inner {
    padding: 25px 18px 24px;
    text-align: left;
  }
  .description__txt {
    font-size: 16px;
  }
  .description__txt--bold {
    font-size: 24px;
  }
  .description__txt:nth-child(1) {
    margin-bottom: 16px;
  }
  #searchBox .flxForm {
    width: 100%;
    display: block;
  }
  .fa-angle-down:before {
    display: none;
  }
  #searchBox .flxForm .searchChild {
    width: 90%;
    margin-bottom: 24px;
  }
  #searchBox .searchBtn {
    width: 30%;
    flex-direction: column;
  }
  #searchBox .searchBtn input {
    width: 100%;
  }
  #searchBox .searchBtn input:nth-child(1) {
    margin-bottom: 16px;
  }
  #featureConts {
    padding: 64px 20px;
  }
  .sustainable__flex {
    grid-template-columns: 1fr 1fr;
  }
  .sustainable__name {
    font-size: 22px;
  }
  .tosa-video {
  width: 75%;
}
}
@media screen and (max-width: 650px) {
  .keyvisual__logo {
    width: 80%;
  }
  .keyvisual__figure--1 {
    width: 22%;
    top: 16%;
    left: 7%;
  }
  .keyvisual__figure--2 {
    width: 24%;
    top: 18%;
    left: 79%;
  }
  .keyvisual__figure--3 {
    width: 22%;
    bottom: 2%;
    left: 2%;
  }
  .keyvisual__figure--4 {
    width: 20%;
    top: 3%;
    right: 26%;
  }
  .keyvisual__figure--5 {
    width: 20%;
    top: 2%;
    right: 85%;
  }
  .keyvisual__figure--6 {
    width: 26%;
    bottom: 10%;
    right: 10%;
  }
  .keyvisual__figure--7 {
    width: 20%;
    bottom: 20%;
    right: 70%;
  }
  .sustainable__box--bottom {
    padding: 6px;
  }
  .sustainable__name {
    font-size: 20px;
  }
  .sustainable__cap {
    font-size: 18px;
  }
}
@media screen and (max-width: 501px) {
  .keyvisual__logo {
    width: 86%;
  }
  .keyvisual__niyodo_logo {
    width: 50%;
    top: 33%;
  }
  .keyvisual__figure--1 {
    width: 26%;
    top: 17%;
    left: 7%;
  }
  .keyvisual__figure--2 {
    width: 28%;
    top: 18%;
    left: 79%;
  }
  .keyvisual__figure--3 {
    width: 29%;
    bottom: 2%;
    left: 2%;
  }
  .keyvisual__figure--4 {
    width: 26%;
    top: 3%;
    right: 26%;
  }
  .keyvisual__figure--5 {
    width: 24%;
    top: 2%;
    right: 79%;
  }
  .keyvisual__figure--6 {
    width: 35%;
    bottom: 10%;
    right: 10%;
  }
  .keyvisual__figure--7 {
    width: 24%;
    bottom: 21%;
    right: 70%;
  }
  .sustainable__flex {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 401px) {
  .description {
    padding: 28px 0;
  }
  .keyvisual__logo {
    width: 92%;
  }
  .keyvisual__niyodo_logo {
    width: 50%;
    top: 36%;
    transform: skewY(-10deg);
  }
  .keyvisual__figure--1 {
    width: 31%;
  }
  .keyvisual__figure--2 {
    width: 32%;
    left: 72%;
  }
  .keyvisual__figure--3 {
    width: 35%;
    bottom: 2%;
    left: 2%;
  }
  .keyvisual__figure--4 {
    width: 29%;
    top: 5%;
  }
  .keyvisual__figure--5 {
    width: 26%;
  }
  .keyvisual__figure--6 {
    width: 41%;
    bottom: 14%;
  }
  .keyvisual__figure--7 {
    width: 26%;
    right: 65%;
  }
} /*# sourceMappingURL=style.css.map */
/* スライドショー */
/* メインビジュアルのスライドショー用 */
.keyvisual__title {
  position: relative; /* ここを基準に画像を重ねる */
  overflow: hidden;
}

/* 重ねるスライド用クラス */
.kv-slide {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; のショートハンド */
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 一番手前の画像 */
.kv-slide--front {
  z-index: 2;
}

/* 下側の画像 */
.kv-slide--back {
  z-index: 1;
}
.kv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.kv-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.kv-img-a {
  opacity: 1;
}
