.alignC {
  text-align: center !important;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

.bold {
  font-weight: bold !important;
}

/*==================================================================================================

==================================================================================================*/
.site-header {
  position: absolute;
  top: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .site-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.site-header__inner {
  width: 1100px;
  margin: 0 auto;
  padding: 0 37px;
}
@media screen and (max-width: 1100px) {
  .site-header__inner {
    width: 100%;
    padding: 0;
  }
}
.site-header__logo {
  display: block;
  margin-right: auto;
}
.site-header__logo img {
  height: 62px;
}
@media screen and (max-width: 768px) {
  .site-header__logo img {
    height: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .site-header__logo {
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .site-header__logo {
    display: block;
  }
}
.site-header .menu-btn {
  right: calc((100vw - 1100px) / 2 + 20px);
}
@media screen and (max-width: 1100px) {
  .site-header .menu-btn {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .site-header .menu-btn {
    right: 0;
  }
}

.page-article {
  position: relative;
  background: #fff;
  margin-top: -11vw;
  padding-top: 11vw;
  padding-bottom: 11vw;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11vw), 50% 100%, 0 calc(100% - 11vw));
  z-index: 1;
}
.page-article:first-of-type {
  margin-top: 0;
  padding-top: 0;
  z-index: 2;
}
.page-article:nth-of-type(even) {
  background: #ebf2f0;
}

.page-ttl {
  background: url(../img/taste/main_bg.webp) no-repeat center center;
  background-size: cover;
  text-align: center;
  font-size: 2.125em;
  line-height: 1;
  font-family: "Hina Mincho", serif;
  font-weight: normal;
  color: #005c3f;
  width: 1100px;
  height: 316px;
  margin: 0 auto 2.9411764706em;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 50% 100%, 0 calc(100% - 120px));
}
@media screen and (max-width: 1100px) {
  .page-ttl {
    width: 100%;
    height: 29vw;
    margin-bottom: 10vw;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 11vw), 50% 100%, 0 calc(100% - 11vw));
  }
}
@media screen and (max-width: 768px) {
  .page-ttl {
    width: 100%;
    height: 36vw;
    padding: 0 0 0.8em;
    font-size: 1.625em;
  }
}
.page-ttl.origin {
  background-image: url(../img/origin/main_bg.webp);
  margin-bottom: 0;
}

.page-txt {
  width: 1100px;
  padding: 0 37px;
  margin: 0 auto 80px;
  font-size: 18px;
  line-height: 1.8888888889;
}
@media screen and (max-width: 1100px) {
  .page-txt {
    width: 100%;
    padding: 0 10%;
  }
}
@media screen and (max-width: 768px) {
  .page-txt {
    width: 100%;
    font-size: 15px;
    line-height: 1.8666666667;
    margin-bottom: 3.3333333333em;
  }
}

.taste-sec {
  margin-bottom: 5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .taste-sec {
    margin-bottom: 3em;
  }
}
.taste-sec:nth-of-type(even) {
  text-align: right;
}
.taste-sec:nth-of-type(even) .taste-sec__ttl {
  padding-left: 0;
  padding-right: calc(50vw - 533px);
}
@media screen and (max-width: 1100px) {
  .taste-sec:nth-of-type(even) .taste-sec__ttl {
    padding-right: 8.5%;
  }
}
.taste-sec:nth-of-type(even) .taste-sec__bdy {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .taste-sec:nth-of-type(even) .taste-sec__cont {
    order: 2;
  }
}
.taste-sec:nth-of-type(even) .taste-sec__img {
  order: 2;
}
@media screen and (max-width: 768px) {
  .taste-sec:nth-of-type(even) .taste-sec__img {
    order: 1;
    margin-left: 0;
  }
}
.taste-sec:nth-of-type(3) .taste-sec__img {
  align-items: center;
}
.taste-sec:nth-of-type(3) .taste-sec__img img {
  width: 200px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .taste-sec:nth-of-type(3) .taste-sec__img img {
    width: 35vw;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .taste-sec:nth-of-type(3) .taste-sec__img {
    margin-bottom: -5%;
  }
}
.taste-sec__ttl {
  font-family: "Hina Mincho", serif;
  font-size: 54px;
  color: #005c3f;
  font-weight: normal;
  vertical-align: bottom;
  padding-left: calc(50vw - 523px);
  border-bottom: 1px solid #005c3f;
  line-height: 1;
  margin-bottom: 60px;
  display: inline-block;
  white-space: nowrap;
  width: calc(50vw - 513px + 650px);
}
@media screen and (max-width: 1100px) {
  .taste-sec__ttl {
    width: 90%;
    padding-left: 9%;
  }
}
@media screen and (max-width: 768px) {
  .taste-sec__ttl {
    font-size: 1.625em;
    padding-bottom: 5px;
    margin-bottom: 30px;
  }
}
.taste-sec__ttl > span {
  position: relative;
  display: inline-block;
  bottom: -10px;
}
.taste-sec__ttl--num {
  color: #7bbd34;
  font-family: "Josefin Slab", serif;
  font-style: italic;
  font-size: 110px;
  margin-right: 40px;
  position: relative;
  bottom: -0.05em;
}
@media screen and (max-width: 768px) {
  .taste-sec__ttl--num {
    font-size: 2.2307692308em;
    margin-right: 12px;
  }
}
.taste-sec__bdy {
  width: 1100px;
  padding: 0 37px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-feature-settings: "palt";
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .taste-sec__bdy {
    width: 100%;
    padding: 0 10%;
    gap: 6%;
  }
}
@media screen and (max-width: 768px) {
  .taste-sec__bdy {
    flex-direction: column;
  }
}
.taste-sec__photo {
  margin-top: 70px;
  display: flex;
  gap: 20px;
}
.taste-sec__photo > li {
  width: 132px;
}
@media screen and (max-width: 1100px) {
  .taste-sec__photo > li {
    width: auto;
  }
}
@media screen and (max-width: 1100px) {
  .taste-sec__photo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    padding: 0 10% 0 0;
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .taste-sec__photo {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 10%;
  }
}
.taste-sec__img {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 266px;
}
@media screen and (max-width: 1100px) {
  .taste-sec__img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .taste-sec__img {
    width: 100%;
    margin-bottom: 1.5em;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .taste-sec__img.--sm {
    text-align: center;
    margin-bottom: 0;
  }
  .taste-sec__img.--sm img {
    width: 200px;
  }
}
.taste-sec__cont {
  width: 720px;
}
@media screen and (max-width: 1100px) {
  .taste-sec__cont {
    flex-shrink: 1;
  }
}
@media screen and (max-width: 768px) {
  .taste-sec__cont {
    width: 100%;
  }
}
.taste-sec__subttl {
  font-family: "Hina Mincho", serif;
  color: #005c3f;
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .taste-sec__subttl {
    font-size: 1.375em;
    line-height: 1.5454545455;
    margin-bottom: 0.7em;
  }
}
.taste-sec__txt {
  margin-bottom: 1em;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .taste-sec__txt {
    font-size: 0.875em;
    line-height: 1.7142857143;
  }
}
.taste-sec__note {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .taste-sec__note {
    font-size: 13px;
    margin-top: 0;
    line-height: 1.2;
  }
}
.taste-sec__note .ico {
  height: 40px;
  width: auto;
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .taste-sec__note .ico {
    height: 30px;
  }
}
.taste-sec__note sup {
  display: inline;
}
.taste-sec__cap {
  display: inline-flex;
  font-size: 14px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .taste-sec__cap {
    font-size: 12px;
    margin-top: 0;
    line-height: 1.4;
  }
}
.taste-sec__note ~ .taste-sec__cap {
  margin-top: 10px;
}

.abs-img01 {
  position: absolute;
  z-index: 1;
  left: calc(50vw + 180px);
  top: 100px;
  width: 718px;
}
@media screen and (max-width: 768px) {
  .abs-img01 {
    width: 85vw;
    top: 100vh;
    left: auto;
    right: -30%;
  }
}

.abs-img02 {
  position: absolute;
  z-index: 1;
  right: calc(50vw + 400px);
  top: 1000px;
  width: 345px;
}
@media screen and (max-width: 1100px) {
  .abs-img02 {
    right: calc(50vw + 320px);
  }
}
@media screen and (max-width: 768px) {
  .abs-img02 {
    width: 40vw;
    top: 240vh;
    right: -10%;
  }
}

.other-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 39px;
  margin-top: 50px;
  overflow: hidden;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .other-list {
    margin-top: 40px;
    overflow: visible;
  }
}
.other-list > li {
  position: relative;
}
.other-list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.other-list > li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.other-list figure {
  margin-bottom: 11px;
}
.other-list__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
  width: 108px;
  height: 22px;
  background: #ccc;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.other-list__tag.--chaba {
  background: #009b4a;
}
.other-list__tag.--tea {
  background: #7bbd34;
}
.other-list__tag.--kino {
  background: #fd641d;
}
.other-list__name {
  color: #005c3f;
  font-weight: bold;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 0.25em;
}
.other-list__info {
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .other-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .other-list {
    grid-template-columns: 1fr;
  }
}

.more-cont {
  transition: 0.4s;
  height: 75em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .more-cont {
    height: 1600px;
  }
}
@media screen and (min-width: 769px) {
  .more-cont.--sp {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .more-cont.--sp {
    height: 660px;
    overflow: hidden;
  }
}

.more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 46px;
  padding-left: 10px;
  margin: 3em auto 60px;
  border-radius: 23px;
  background: #FFF;
  border: 1px solid #005c3f;
  color: #005c3f;
  text-align: center;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.more-btn.--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .more-btn.--sp {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .more-btn {
    margin-bottom: 50px;
  }
}
.more-btn:hover {
  background: #005c3f;
  color: #FFF;
}
.more-btn:hover:after {
  background-image: url(../img/common/arrow_d_wt.svg);
}
.more-btn:after {
  content: "";
  width: 9px;
  height: 5px;
  margin-left: 0.8em;
  background: url(../img/common/arrow_d.svg) no-repeat;
  background-size: 100% auto;
  transition: 0.3s;
}
.more-btn.active:after {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .more-btn {
    font-size: 0.875em;
  }
}

.sec-grid {
  margin-bottom: 60px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .sec-grid {
    margin-bottom: 40px;
  }
}
.sec-grid__inner {
  width: 1026px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .sec-grid__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec-grid__inner {
    flex-direction: column;
  }
}
.sec-grid__read {
  width: 58.4795321637%;
}
@media screen and (max-width: 1100px) {
  .sec-grid__read {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sec-grid__read {
    width: 100%;
  }
}
.sec-grid__ttl {
  font-size: 2.625em;
  font-weight: normal;
  color: #005c3f;
  font-family: "Hina Mincho", serif;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 1100px) {
  .sec-grid__ttl {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .sec-grid__ttl {
    font-size: 1.875em;
    line-height: 1.5333333333;
  }
}
@media screen and (max-width: 768px) {
  .sec-grid__txt {
    font-size: 0.9375em;
    line-height: 1.8666666667;
  }
}
.sec-grid__map {
  width: 41.5204678363%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .sec-grid__map {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sec-grid__map {
    width: 100%;
    margin-top: 1em;
  }
}
.sec-grid__map .map-pin {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 13px;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-grid__map .map-pin {
    width: 8vw;
    height: 8vw;
    font-size: 11px;
  }
}
.sec-grid__map .map-pin.--A {
  top: 75%;
  left: 13%;
}
.sec-grid__map .map-pin.--B {
  top: 74%;
  left: 25%;
}
.sec-grid__map .map-pin.--C {
  top: 74%;
  left: 37%;
}
.sec-grid__map .map-pin.--D {
  top: 49%;
  left: 46%;
}
.sec-grid__map .map-pin.--E {
  top: 46%;
  left: 55%;
}
.sec-grid__map .map-pin.--F {
  top: 38%;
  left: 67%;
}

.mv-cont {
  width: 500px;
  height: 280px;
  position: relative;
  margin: 0 auto 3em;
}
@media screen and (max-width: 768px) {
  .mv-cont {
    width: 80%;
    height: 0;
    padding-top: 45%;
  }
}
.mv-cont iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .link-list-cont {
    border: 1px solid #005c3f;
    text-align: center;
    max-width: 70%;
    margin: 0 auto 30px;
  }
}
.link-list-cont__ttl {
  padding: 0.5em 0;
  display: none;
  color: #005c3f;
  font-weight: bold;
  font-size: 0.875em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link-list-cont__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.link-list-cont__ttl:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 5px;
  margin-left: 0.8em;
  background: url(../img/common/arrow_d.svg) no-repeat;
  background-size: 100% auto;
  transition: 0.3s;
}
.link-list-cont__ttl.active:after {
  transform: rotate(180deg);
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1026px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1100px) {
  .link-list {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .link-list {
    margin-bottom: 0;
    display: none;
  }
}
.link-list li {
  margin: 0.5em;
  width: 15em;
}
@media screen and (max-width: 768px) {
  .link-list li {
    width: 100%;
    margin: 0;
  }
}
.link-list li:nth-of-type(5) {
  margin-left: 40px;
}
@media screen and (max-width: 1100px) {
  .link-list li:nth-of-type(5) {
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .link-list li:nth-of-type(5) {
    margin-left: 0;
  }
}
.link-list li:nth-of-type(7) {
  margin-right: 40px;
}
@media screen and (max-width: 1100px) {
  .link-list li:nth-of-type(7) {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .link-list li:nth-of-type(7) {
    margin-right: 0;
  }
}
.link-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #005c3f;
  color: #005c3f;
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link-list li a {
    border-radius: 0;
    border: none;
    border-top: 1px solid #005c3f;
    font-size: 0.875em;
  }
}
.link-list li a:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 5px;
  margin-left: 0.8em;
  background: url(../img/common/arrow_d.svg) no-repeat;
  background-size: 100% auto;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .link-list li a:after {
    display: none;
  }
}
.link-list li a:hover {
  background: #005c3f;
  color: #FFF;
}
.link-list li a:hover:after {
  background-image: url(../img/common/arrow_d_wt.svg);
}

.origin-list {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0 50px;
}
@media screen and (max-width: 1100px) {
  .origin-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .origin-list {
    padding: 10px 40px 3.125em;
  }
}
@media screen and (min-width: 769px) {
  .origin-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .origin-list li {
    width: 42.7272727273%;
  }
}
.origin-list li {
  text-align: center;
  position: relative;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .origin-list li {
    margin-top: 60px;
  }
}
.origin-list li:before {
  content: "";
  width: 1px;
  height: 3.875em;
  display: block;
  margin: 0 auto 1em;
  background: #005c3f;
}
@media screen and (max-width: 768px) {
  .origin-list li:before {
    height: 2.625em;
  }
}
.origin-list__sub {
  font-size: 0.9375em;
}
@media screen and (max-width: 768px) {
  .origin-list__sub {
    font-size: 0.8125em;
  }
}
.origin-list__name {
  font-family: "Hina Mincho", serif;
  font-weight: normal;
  color: #005c3f;
  font-size: 2.25em;
}
@media screen and (max-width: 768px) {
  .origin-list__name {
    font-size: 1.875em;
  }
}
.origin-list__tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #005c3f;
  color: #FFF;
  font-size: 0.875em;
  line-height: 1;
  width: 120px;
  height: 24px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-top: 1px;
}
@media screen and (max-width: 768px) {
  .origin-list__tag {
    font-size: 0.75em;
  }
}
.origin-list__txt {
  text-align: left;
  margin-bottom: 1em;
  min-height: 5.25em;
}
@media screen and (max-width: 768px) {
  .origin-list__txt {
    font-size: 0.875em;
    line-height: 1.7142857143;
  }
}
.origin-list__img img {
  max-width: 260px;
}

/*# sourceMappingURL=page.css.map */
