@charset "UTF-8";
.headTitleArea {
  padding: 120px 0 60px;
}
.headTitleArea .headTitleEn {
  text-align: center;
  font-size: clamp(22px, 2.8vw, 26px);
  font-weight: 900;
  color: #136722;
}
.headTitleArea .headTitle {
  text-align: center;
  font-size: clamp(25px, 3.5vw, 40px);
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .headTitleArea {
    padding: 70px 0 32px;
  }
}
h2,
h3 {
  letter-spacing: 0.15em;
}

.en {
  font-size: 15px;
  font-weight: 600;
  color: #136722;
  padding-bottom: 0.2em;
}
.en.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .en {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
}
h3 {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.16em;
}
h3.center {
  text-align: center;
}

.secMv {
  position: relative;
  height: 100vh;
}
.secMv .mvNav {
  position: absolute;
  bottom: 21px;
  left: 30px;
  z-index: 10;
}
.secMv .mvNav a {
  padding: 9px 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.secMv .mvNav a:before {
  content: "";
  width: 17px;
  height: 1px;
  background-color: #ffffff;
}
.secMv .mvLogo {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  pointer-events: none;
}
.secMv .mvTxt {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 9;
}
.secMv .swiper-pagination {
  position: absolute;
  bottom: 30px !important;
  right: 30px;
  left: auto !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.secMv .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #ffffff;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
}
.secMv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.secMv .swiper-wrapper {
  width: 100%;
  height: 100vh;
}
.secMv .swiper-slide {
  width: 100%;
  height: 100vh;
  aspect-ratio: 1440/810;
  overflow: hidden;
}
.secMv .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.secMv .swiper-slide-prev img {
  animation: zoomUp 5s linear 0s normal both;
}
.secMv .swiper-slide-active img {
  animation: zoomUp 5s linear 0s normal both;
}
.secMv .swiper-slide-active .swiper-slide-next img {
  animation: zoomUp 5s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    backface-visibility: hidden;
  }
}
@media screen and (max-width: 900px) {
  .secMv .mvNav {
    display: none;
  }
  .secMv .mvLogo {
    width: 90%;
    bottom: 52px;
  }
  .secMv .mvTxt {
    top: 60px;
    right: 16px;
  }
  .secMv .swiper-pagination {
    bottom: 16px !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .secMv .logo {
    width: 90%;
  }
  .secMv .tx {
    min-width: 114px;
    width: 24%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .secMv .swiper-slide img {
    -o-object-position: center;
       object-position: center;
  }
  .secMv .swiper-slide .bottom {
    -o-object-position: center;
       object-position: center;
  }
}
.secMovie {
  display: block;
  padding: 100px 0;
  background-color: #ffffff;
}
.secMovie .wrap {
  max-width: 980px;
  margin: 0 auto;
}
.secMovie .wrap .txt {
  margin-bottom: 40px;
}
.secMovie .wrap .txt p {
  color: #136722;
  text-align: center;
  letter-spacing: 0.04em;
}
.secMovie .wrap .movie {
  position: relative;
}
.secMovie .wrap .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.secMovie .wrap .movie .box__cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.secMovie .wrap .movie .box__cover::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/thumbnail.jpg);
  background-size: cover;
  background-position: center center;
}
.secMovie .wrap .movie .box__cover.hidden {
  display: none;
}

#player > div:nth-child(1) > div:nth-child(4) {
  /* 再生ボタンを非表示にする */
  display: none !important;
}

#custom-thumbnail {
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .secMovie {
    padding: 80px 5%;
  }
  .secMovie .wrap .txt {
    margin-bottom: 32px;
  }
  .secMovie .wrap .movie .box__cover::before {
    background-image: url(../img/thumbnail_sp.jpg);
  }
}
.secImage {
  width: 100%;
}
.secImage picture {
  width: 100%;
}
.secImage img {
  width: 100%;
  height: auto;
}

.secFeatures {
  background: #faf3e4;
}
.secFeatures .wrap {
  padding: 100px 0;
  margin: auto;
  max-width: 1080px;
}
.secFeatures .wrap .contentHead {
  max-width: 1080px;
  margin: auto;
}
.secFeatures .wrap .contentHead img {
  width: 100%;
  height: auto;
}
.secFeatures .wrap .contentRight,
.secFeatures .wrap .contentLeft {
  max-width: 980px;
  margin: 90px auto 0;
  display: grid;
  gap: 40px;
  align-items: flex-start;
}
.secFeatures .wrap .contentRight .txt h3,
.secFeatures .wrap .contentLeft .txt h3 {
  letter-spacing: 0.04em;
}
.secFeatures .wrap .contentRight .txt p,
.secFeatures .wrap .contentLeft .txt p {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 2.1em;
}
.secFeatures .wrap .contentRight .image,
.secFeatures .wrap .contentLeft .image {
  padding-top: 24px;
}
.secFeatures .wrap .contentRight .image video,
.secFeatures .wrap .contentLeft .image video {
  display: block;
  width: 100%;
  height: auto;
}
.secFeatures .wrap .contentRight .image img,
.secFeatures .wrap .contentLeft .image img {
  display: block;
  width: 100%;
  height: auto;
}
.secFeatures .wrap .contentRight {
  grid-template-columns: 4fr 5fr;
}
.secFeatures .wrap .contentLeft {
  grid-template-columns: 5fr 4fr;
}
.secFeatures .wrap .schedule {
  max-width: 980px;
  margin: 20px auto 0;
}
.secFeatures .wrap .schedule .ttl {
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.secFeatures .wrap .schedule .scheduleGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.secFeatures .wrap .schedule .scheduleGrid .box {
  border: 1px solid #136722;
  border-right: none;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  letter-spacing: 0.04em;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secFeatures .wrap .schedule .scheduleGrid .box:last-of-type {
  border-right: 1px solid #136722;
}
.secFeatures .wrap .schedule .scheduleGrid .box.bl {
  color: #ffffff;
  background-color: #439fa2;
}
.secFeatures .wrap .schedule .scheduleGrid .box.gr {
  color: #ffffff;
  background-color: #43a255;
}
.secFeatures .wrap .schedule .scheduleSub {
  display: flex;
  justify-content: flex-start;
  gap: 2px;
}
.secFeatures .wrap .schedule .scheduleSub .gr {
  color: #43a255;
  font-size: 14px;
}
.secFeatures .wrap .schedule .scheduleSub .bl {
  color: #439fa2;
  font-size: 14px;
}

@media screen and (max-width: 1080px) {
  .secFeatures .wrap .contentRight,
  .secFeatures .wrap .contentLeft {
    width: 84%;
  }
  .secFeatures .wrap .schedule {
    width: 84%;
  }
}
@media screen and (max-width: 900px) {
  .secFeatures .wrap {
    width: 90%;
    padding: 80px 0;
  }
  .secFeatures .wrap .contentRight,
  .secFeatures .wrap .contentLeft {
    width: 90%;
    margin: 64px auto 0;
    display: grid;
    gap: 24px;
  }
  .secFeatures .wrap .contentRight .txt .mds2 span,
  .secFeatures .wrap .contentLeft .txt .mds2 span {
    font-size: 12px;
  }
  .secFeatures .wrap .contentRight .txt .mds2 h3,
  .secFeatures .wrap .contentLeft .txt .mds2 h3 {
    font-size: clamp(18px, 6.1vw, 24px);
  }
  .secFeatures .wrap .contentRight .image,
  .secFeatures .wrap .contentLeft .image {
    padding-top: 0px;
  }
  .secFeatures .wrap .contentRight {
    grid-template-columns: 1fr;
  }
  .secFeatures .wrap .contentLeft {
    grid-template-columns: 1fr;
  }
  .secFeatures .wrap .contentLeft .image {
    grid-row: 2/3;
  }
  .secFeatures .wrap .schedule {
    margin: 20px auto 0;
  }
  .secFeatures .wrap .schedule .ttl {
    font-size: 16px;
  }
  .secFeatures .wrap .schedule .scheduleGrid {
    grid-template-columns: repeat(4, 1fr);
    border-right: 1px solid #136722;
    border-bottom: 1px solid #136722;
  }
  .secFeatures .wrap .schedule .scheduleGrid .box {
    border: 1px solid #136722;
    border-right: none;
    border-bottom: none;
    height: 50px;
  }
  .secFeatures .wrap .schedule .scheduleSub {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2px;
  }
  .secFeatures .wrap .schedule .scheduleSub .gr {
    color: #43a255;
    font-size: 14px;
  }
  .secFeatures .wrap .schedule .scheduleSub .bl {
    color: #439fa2;
    font-size: 14px;
  }
  .secFeatures .wrap .schedule > .image {
    margin-top: 24px;
  }
  .secFeatures .wrap .schedule > .image video {
    display: block;
    width: 100%;
    height: auto;
  }
}
.secHistory {
  position: relative;
}
.secHistory video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url("../img/moviebg.jpg") no-repeat;
  background-size: cover;
  opacity: 0.15;
}
.secHistory .wrap {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  padding: 100px 0;
  position: relative;
}
.secHistory .wrap .txt h3 {
  font-size: clamp(20px, 2.57vw, 24px);
  font-weight: normal;
  text-align: center;
  margin-top: 64px;
}
.secHistory .wrap .txt p {
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 2.1em;
}
.secHistory .wrap .hiimg1 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.secHistory .wrap .hiimg2 {
  margin-top: auto;
}
.secHistory .wrap .hiimg2 img {
  width: 100%;
  display: block;
  height: auto;
  margin: auto;
}

@media screen and (min-width: 901px) {
  .secHistory .wrap {
    width: 95%;
    overflow: hidden;
  }
  .secHistory .wrap .hiimg1 img {
    margin-left: 50px;
    margin-right: auto;
  }
  .secHistory .wrap .hiimg2 {
    height: calc(100% - 200px);
    display: flex;
    align-items: center;
  }
  .secHistory .wrap .hiimg2 img {
    width: 85%;
    display: block;
    max-width: 280px;
    height: auto;
    margin-right: clamp(3.125rem, -6.92rem + 17.86vw, 6.25rem);
    margin-left: auto;
  }
}
@media screen and (max-width: 900px) {
  .secHistory .wrap {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 32px;
    padding-bottom: 80px;
  }
  .secHistory .wrap .txt {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .secHistory .wrap .txt h3 {
    margin-top: 32px;
  }
  .secHistory .wrap .hiimg1 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .secHistory .wrap .hiimg1 img {
    width: 100%;
  }
  .secHistory .wrap .hiimg2 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .secHistory .wrap .hiimg2 img {
    width: 100%;
    margin-top: 50%;
  }
}
.secCooking .wrap {
  padding: 100px 0;
  margin: auto;
  max-width: 1080px;
}
.secCooking .wrap .contentHead {
  max-width: 1080px;
  margin: auto;
  margin-bottom: 92px;
}
.secCooking .wrap .contentHead img {
  width: 100%;
  height: auto;
}
.secCooking .wrap .content {
  max-width: 980px;
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.secCooking .wrap .content.first {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.secCooking .wrap .content img {
  width: 100%;
  height: auto;
}
.secCooking .wrap .content .mds2 h3 {
  font-size: clamp(20px, 2.57vw, 24px);
}
.secCooking .wrap .content p {
  font-size: 15px;
  line-height: 2.1em;
}

@media screen and (max-width: 900px) {
  .secCooking .wrap {
    width: 90%;
    margin: auto;
    max-width: 1080px;
  }
  .secCooking .wrap .contentHead {
    margin-bottom: 40px;
  }
  .secCooking .wrap .content {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
  }
  .secCooking .wrap .content.first {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .secCooking .wrap .content img {
    max-width: 420px;
    height: auto;
    margin: auto;
  }
  .secCooking .wrap .content .mds2 h3 {
    font-size: clamp(20px, 2.57vw, 24px);
  }
  .secCooking .wrap .content p {
    font-size: 15px;
  }
}
.swiper-auto {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.swiper-auto .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-auto .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-auto:before {
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #faf3e4;
}

.secIntroduction {
  background-color: #faf3e4;
  padding: 100px 0;
}
.secIntroduction .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 0px;
  max-width: 980px;
  width: 90%;
  margin: auto;
}
.secIntroduction .container .content {
  padding-right: 21px;
}
.secIntroduction .container .content:nth-child(2n) {
  border-left: 1px solid #d9d9d9;
  padding-left: 21px;
  padding-right: 0px;
}
.secIntroduction .container .content button {
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding: 4px 14px;
  border: 1px solid #136722;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Zen Kaku Gothic New";
  letter-spacing: 0.04em;
}
.secIntroduction .container .content button img {
  width: 8px !important;
  height: 4px !important;
}
.secIntroduction .container .content .head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.secIntroduction .container .content .head img {
  width: 100%;
  height: auto;
}
.secIntroduction .container .content .head p {
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.01em;
}
.secIntroduction .container .content .head h3 {
  font-weight: normal;
  font-size: clamp(20px, 2.57vw, 24px);
  margin-bottom: 24px;
}
.secIntroduction .container .content .head h3 span {
  font-size: 14px;
}
.secIntroduction .container .content .text {
  margin-top: 32px;
  transition: 0.3s;
}
.secIntroduction .container .content .text h4 {
  border-left: 1px solid #136722;
  font-family: "Zen Kaku Gothic New";
  font-weight: 600;
  padding-left: 8px;
  margin-bottom: 12px;
}
.secIntroduction .container .content .text p {
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  line-height: 2.1em;
}
.secIntroduction .container .content .text button {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  margin-left: auto;
}
.secIntroduction .container .content .text button img {
  transform: rotate(180deg);
}
.secIntroduction .container .content.open .head button {
  opacity: 0;
  pointer-events: none;
}
.secIntroduction .container .content.open .text {
  display: block;
  opacity: 1;
  transition: 0.3s;
}

@media screen and (max-width: 900px) {
  .secIntroduction .container {
    max-width: 640px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .secIntroduction .container .content {
    padding-right: 0px;
    border-bottom: 1px solid #d9d9d9;
  }
  .secIntroduction .container .content:nth-child(2n) {
    border-left: 0px solid #d9d9d9;
    padding-left: 0px;
    padding-right: 0px;
  }
  .secIntroduction .container .content:last-of-type {
    border-bottom: 0px solid #d9d9d9;
  }
  .secIntroduction .container .content .head {
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .secIntroduction .container .content .head h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .secIntroduction .container .content .head .show-details {
    position: absolute;
    bottom: -56px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .secIntroduction .container .content .text {
    margin-top: 24px;
  }
  .secIntroduction .container .content .text h4 {
    font-size: 17px;
  }
  .secIntroduction .container .content .text p {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .secIntroduction .container .content .text button {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .secIntroduction .container .content.open .head button {
    opacity: 0;
    pointer-events: none;
  }
  .secIntroduction .container .content.open .text {
    display: block;
    opacity: 1;
    transition: 0.3s;
  }
}/*# sourceMappingURL=style.css.map */