.culture-section + .culture-section {
  padding-top: 80px;
}

.culture-section:last-child {
  padding-bottom: 120px;
}

.culture-section__inner .c-headline {
  margin: 0 0 60px;
}

.culture-section__inner .c-headline:first-child {
  margin-top: 0;
}

.culture-section._env {
  background: #eee;
}

.culture-section._env .culture-section__inner {
  padding: 51px 0 0;
}

.culture-section__title {
  width: 332px;
}

.culture-section__title + .culture-section__desc {
  margin-top: 88px;
}

.culture-section__desc {
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.culture-section__desc + .culture-saburiko__list {
  margin-top: 50px;
}

.culture-section__box {
  display: flex;
  margin: 60px 0 0;
}

.culture-section__box > * {
  width: 50%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #eee;
}

.culture-section__box > * + * {
  border-left: none;
}

.culture-saburiko__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.culture-saburiko__list > li {
  width: 100%;
  max-width: 22.5%;
}

.culture-saburiko__list + .culture-saburiko__more {
  margin-top: 40px;
}

.culture-saburiko__element {
  display: block;
  height: 100%;
  padding: 40px 30px 22px;
  text-align: center;
  border: 4px solid #eee;
  background: #fff;
}

.culture-saburiko__element .culture-saburiko__element__head {
  height: 133px;
}

.culture-saburiko__list
  > li:nth-child(1)
  .culture-saburiko__element
  .culture-saburiko__element__head
  > img {
  width: 119px;
  -webkit-transform: translate(13px, 0);
  transform: translate(13px, 0);
}

.culture-saburiko__list
  > li:nth-child(2)
  .culture-saburiko__element
  .culture-saburiko__element__head
  > img {
  width: 112px;
}

.culture-saburiko__list
  > li:nth-child(3)
  .culture-saburiko__element
  .culture-saburiko__element__head
  > img {
  width: 138px;
}

.culture-saburiko__list
  > li:nth-child(4)
  .culture-saburiko__element
  .culture-saburiko__element__head
  > img {
  width: 113px;
}

.culture-saburiko__list
  > li:nth-child(5)
  .culture-saburiko__element
  .culture-saburiko__element__head
  > img {
  width: 132px;
}

.culture-saburiko__list
  > li:nth-child(6)
  .culture-saburiko__element
  .culture-saburiko__element__head
  > img {
  width: 116px;
}

.culture-saburiko__list
  > li:nth-child(7)
  .culture-saburiko__element
  .culture-saburiko__element__head
  > img {
  width: 79px;
}

.culture-saburiko__element__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: 0.05em;
}

.culture-saburiko__element__title + .culture-saburiko__element__desc {
  margin-top: 7px;
}

.culture-saburiko__element__desc {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.culture-saburiko__more {
  width: 320px;
}

.culture-vacation__list {
}

.culture-vacation__list li {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 28px 13px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.culture-vacation__list li:first-child {
  border-top: 1px solid #eee;
}

.culture-vacation__list__title {
  width: 400px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
.culture-vacation__list__detail {
  width: 700px;
  line-height: 2;
}
.culture-section__nav {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(20%, #f57),
    to(#ff2a55)
  );
  background-image: linear-gradient(270deg, #f57 20%, #ff2a55 100%);
}

.culture-section__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 0 auto;
  padding: 25px 0;
  -webkit-transform: translate(15px, 0);
  transform: translate(15px, 0);
}

.culture-section__nav ul > li {
  width: 100%;
}

.culture-section__nav ul > li + li {
  border-left: 1px solid #fff;
}

.culture-section__nav ul > li > a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.95;
  display: block;
  padding: 7.5px 40px;
  letter-spacing: 0.05em;
  color: #fff;
}

.culture-section__nav ul > li > a > span {
  position: relative;
}

.culture-section__nav ul > li > a > span::after {
  position: absolute;
  top: -5px;
  right: -30px;
  bottom: 0;
  display: inline-block;
  width: 12.5px;
  height: 12.5px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.culture-section__nav + .culture-section > .culture-section__inner {
  position: relative;
}

.culture-section__nav + .culture-section > .culture-section__inner > svg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.culture-section__item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.culture-section__item-list > li {
  width: 530px;
}

.culture-section__item-list > li > .culture-section__item-list__element {
  height: 100%;
}

.culture-section__item-list + .culture-section__img {
  margin-top: 60px;
}

.culture-section__item-list__element {
  padding: 24px 30px 26px;
  background: #ffeef1;
}

.culture-section__item-list__element__title {
  font-size: 2rem;
  font-weight: 700;
  color: #f57;
}

.culture-section__item-list__element__title
  + .culture-section__item-list__element__desc {
  margin-top: 18px;
}

.culture-section__item-list__element__desc {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}

.culture-section__img {
}

.culture-env__area-list {
  height: calc(100% - 60px);
}

.culture-env__area-list > li {
  height: 100%;
}

.culture-env__area-element {
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.culture-env__area-element._01 {
  background: url("../images/culture/bg_area_01.webp") center bottom;
  background-size: cover;
}

.culture-env__area-element._01 .culture-env__area-element__map > i {
  top: -88px;
  right: -110px;
  left: 0;
  margin: auto;
}

.culture-env__area-element._02 {
  background: url("../images/culture/bg_area_02.webp") center bottom;
  background-size: cover;
}

.culture-env__area-element._02 .culture-env__area-element__map > i {
  right: -30px;
  bottom: 27px;
  left: 0;
  margin: auto;
}

.is-ie .culture-env__area-element._02 .culture-env__area-element__map > i {
  bottom: 40px;
}

.culture-env__area-element._03 {
  background: url("../images/culture/bg_area_03.webp") center bottom;
  background-size: cover;
}

.culture-env__area-element._03 .culture-env__area-element__map > i {
  top: 60px;
  right: 0;
  left: -50px;
  margin: auto;
}

.culture-env__area-element._04 {
  background: url("../images/culture/bg_area_04.webp") center bottom;
  background-size: cover;
}

.culture-env__area-element._04 .culture-env__area-element__map > i {
  top: 7px;
  right: 0;
  left: -119px;
  margin: auto;
}

.culture-env__area-element .culture-env__area-element__map {
  position: relative;
  width: 250px;
  margin: 0 auto;
}

.culture-env__area-element .culture-env__area-element__map > i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
}

.culture-env__area-element .culture-env__area-element__map > i::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  border-radius: 50%;
  background: #f57;
}

.culture-env__area-element .culture-env__area-element__map > i::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  border-radius: 50%;
  background: rgba(255, 85, 119, 0.3);
  -ms-border-radius: 50%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

[data-motion="true"]
  .culture-env__area-element
  .culture-env__area-element__map
  > i::after {
  -webkit-transform: translateZ(0) scale(5);
  transform: translateZ(0) scale(5);
  -webkit-animation: scroll-point-zoom 2.6s ease-out 0s infinite;
  animation: scroll-point-zoom 2.6s ease-out 0s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.culture-env__area-title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.6;
  padding-top: 40px;
  text-align: center;
  letter-spacing: 0.09em;
  color: #fff;
}

.culture-env__area-title + .culture-env__area-element__map {
  margin-top: 6px;
}

.culture-env {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 860px;
  background: #fff;
}

.culture-env .culture-env__head {
  width: 50%;
  min-width: 450px;
}

.culture-env .culture-env__head + .culture-env__body {
  margin-left: 60px;
}

.culture-env .culture-env__body {
  overflow-y: auto;
  width: 100%;
  max-width: 540px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.culture-env .culture-env__body::-webkit-scrollbar {
  display: none;
}

.culture-env .culture-env__foot {
  position: relative;
}

.culture-env__head.is-fixed + .culture-env__body {
  padding-top: 91px;
}

.culture-env__area-nav {
  position: relative;
  z-index: 3;
}

.is-fixed .culture-env__area-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}

.culture-env__area-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.culture-env__area-nav > ul > li {
  width: 25%;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #000;
}

.culture-env__area-nav > ul > li > a {
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 19px 10px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.culture-env__area-nav > ul > li > a:hover {
  opacity: 1;
}

.culture-env__area-nav > ul > li.is-current {
  background: #f57;
}

.culture-env__head {
  height: 100%;
}

.culture-env__body-list {
  overflow-y: auto;
}

.culture-env__body-list > li {
  padding-bottom: 60px;
}

.map-1 {
  fill: #fff;
}

.culture-env__area-detail-list {
  width: 540px;
}

.culture-env__area-detail-list > li + li {
  margin-top: 50px;
}

.culture-env__area-detail-num {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.culture-env__area-detail-num::before {
  font-size: 1.6rem;
  position: absolute;
  top: 6px;
  right: 34px;
  bottom: 0;
  padding-right: 0.5em;
  content: "NO.";
}

.culture-env__area-detail-num::after {
  position: absolute;
  top: 22px;
  right: 41px;
  display: inline-block;
  width: 26px;
  height: 2px;
  content: "";
  background: #000;
}

.culture-env__area-detail-num + .culture-env__area-figure {
  margin-top: 12px;
}

.culture-env__area-figure > img {
  width: 100%;
}

.culture-env__area-figure > img + figcaption {
  margin-top: 20px;
}

.culture-env__area-figure > figcaption {
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.05em;
}

.culture-env__scroll {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.culture-env__scroll::-webkit-scrollbar {
  display: none;
}

.culture-env__scroll .culture-env__scroll-item {
  min-height: 0;
}

.nicescroll-rails {
  display: none !important;
}

.is-loaded .culture-section._work {
  visibility: visible;
  height: auto;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

@media only screen and (min-width: 767px) {
  .culture-saburiko__list > li + li {
    margin-left: 3.33%;
  }

  .culture-saburiko__list > li:nth-child(4n + 1) {
    margin-left: 0;
  }

  .culture-saburiko__list > li:nth-child(n + 5) {
    margin-top: 40px;
  }

  .culture-saburiko__more:hover {
    opacity: 1;
  }

  .culture-saburiko__more > .culture-saburiko__more__inner:hover::before {
    -webkit-transform: skew(-39deg) translateX(110%);
    transform: skew(-39deg) translateX(110%);
  }

  .culture-saburiko__more > .culture-saburiko__more__inner:hover > span {
    color: #fff;
  }

  .culture-section__item-list > li:nth-child(even) {
    margin-left: auto;
  }

  .culture-section__item-list > li:nth-child(n + 3) {
    margin-top: 40px;
  }

  .culture-env__area-list {
    position: relative;
    overflow: hidden;
  }

  .culture-env__area-list > li {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }

  .culture-env__area-list > li:nth-child(n + 2) {
    top: 800px;
  }

  .culture-env__body {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 767px) and (max-height: 860px) {
  .culture-env {
    height: 660px;
  }
}

@media only screen and (max-width: 768px) {
  .culture-section + .culture-section {
    padding-top: 60px;
  }

  .culture-section:last-child {
    padding-bottom: 60px;
  }

  .culture-section__inner .c-headline {
    margin: 0 0 40px;
  }

  .culture-section__box {
    flex-direction: column;
  }

  .culture-section__box > * {
    width: 100%;
    height: 220px;
    padding: 30px 20px;
  }

  .culture-section__box > * + * {
    border-left: 1px solid #eee;
    border-top: none;
  }

  .culture-section__title {
    max-width: 250px;
  }

  .culture-section__title + .culture-section__desc {
    margin-top: 20px;
  }

  .culture-section__desc {
    width: 100%;
  }

  .culture-section__desc + .culture-saburiko__list {
    margin-top: 31px;
  }

  .culture-saburiko__list {
    display: block;
  }

  .culture-saburiko__list > li {
    max-width: none;
  }

  .culture-saburiko__list > li + li {
    margin-top: 20px;
  }

  .culture-saburiko__element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 16px;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .culture-saburiko__element .culture-saburiko__element__head {
    width: 44%;
    height: auto;
  }

  .culture-saburiko__list
    > li:nth-child(1)
    .culture-saburiko__element
    .culture-saburiko__element__head
    > img {
    width: 27.733333333333334vw;
    -webkit-transform: none;
    transform: none;
  }

  .culture-saburiko__list
    > li:nth-child(2)
    .culture-saburiko__element
    .culture-saburiko__element__head
    > img {
    width: 26.266666666666666vw;
  }

  .culture-saburiko__list
    > li:nth-child(3)
    .culture-saburiko__element
    .culture-saburiko__element__head
    > img {
    width: 32.13333333333333vw;
  }

  .culture-saburiko__list
    > li:nth-child(4)
    .culture-saburiko__element
    .culture-saburiko__element__head
    > img {
    width: 26.533333333333335vw;
  }

  .culture-saburiko__list
    > li:nth-child(5)
    .culture-saburiko__element
    .culture-saburiko__element__head
    > img {
    width: 30.933333333333334vw;
  }

  .culture-saburiko__list
    > li:nth-child(6)
    .culture-saburiko__element
    .culture-saburiko__element__head
    > img {
    width: 27.2vw;
  }

  .culture-saburiko__list
    > li:nth-child(7)
    .culture-saburiko__element
    .culture-saburiko__element__head
    > img {
    width: 21.466666666666665vw;
  }

  .culture-saburiko__element .culture-saburiko__element__body {
    width: 56%;
  }

  .culture-saburiko__element__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .culture-saburiko__element__desc {
    font-size: 1.4rem;
  }

  .culture-saburiko__more {
    width: 100%;
    max-width: 320px;
  }

  .culture-saburiko__more > .culture-saburiko__more__inner {
    background: #fff;
  }

  .culture-saburiko__more > .culture-saburiko__more__inner::before {
    content: none;
  }

  .culture-saburiko__more > .culture-saburiko__more__inner > span {
    font-size: 1.8rem;
  }

  .culture-vacation__list {
    width: 100%;
    margin: 20px auto 0;
  }

  .culture-vacation__list li {
    display: block;
    padding: 15px 10px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .culture-vacation__list__title {
    width: 100%;
    margin: 0 0 10px;
  }

  .culture-vacation__list__detail {
    width: 100%;
  }

  .culture-section__nav ul {
    width: calc(100% + 30px);
    padding: 12.5px 0;
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
  }

  .culture-section__nav ul > li > a {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 0 0 12px;
    text-align: center;
  }

  .culture-section__nav ul > li > a > span {
    display: block;
  }

  .culture-section__nav ul > li > a > span::after {
    top: auto;
    right: 0;
    bottom: -7.5px;
    left: 0;
    width: 6.5px;
    height: 6.5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .culture-section__nav + .culture-section > .culture-section__inner > svg {
    display: none;
  }

  .culture-section__item-list {
    display: block;
    width: 100%;
  }

  .culture-section__item-list > li {
    width: 100%;
  }

  .culture-section__item-list > li + li {
    margin-top: 20px;
  }

  .culture-section__item-list + .culture-section__img {
    margin-top: 40px;
  }

  .culture-section__item-list__element {
    padding: 15px 20px;
  }

  .culture-section__item-list__element__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .culture-section__item-list__element__desc {
    font-size: 1.4rem;
  }

  .culture-section__img {
    width: 100%;
  }

  .culture-env__area-list {
    display: none;
  }

  .culture-env__area-element {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 107.4666666%;
  }

  .culture-env__area-element .culture-env__area-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }

  .culture-env__area-element._01 .culture-env__area-element__map > i {
    top: -12vw;
    right: -14.666666666666666vw;
  }

  .culture-env__area-element._02 .culture-env__area-element__map > i {
    right: -4vw;
    bottom: 4.8vw;
  }

  .culture-env__area-element._02 .culture-env__area-element__map {
    top: 20.533333333333335vw;
  }

  .culture-env__area-element._03 .culture-env__area-element__map > i {
    top: 6.666666666666667vw;
    left: -6.666666666666667vw;
  }

  .culture-env__area-element._04 .culture-env__area-element__map > i {
    top: 0.5333333333333333vw;
    left: -15.466666666666667vw;
  }

  .culture-env__area-element .culture-env__area-element__map {
    width: 33.333333333333336vw;
    position: absolute;
    z-index: 1;
    top: 32.53333333333333vw;
    right: 0;
    left: 0;
    margin: auto;
  }

  .culture-env__area-element .culture-env__area-element__map > i {
    z-index: inherit;
    width: 5px;
    height: 5px;
  }

  .culture-env__area-element .culture-env__area-element__map > i::before {
    width: 5px;
    height: 5px;
    outline: 1px solid transparent;
  }

  .culture-env__area-element .culture-env__area-element__map > i::after {
    width: 5px;
    height: 5px;
  }

  [data-motion="true"]
    .culture-env__area-element
    .culture-env__area-element__map
    > i::after {
    -webkit-animation: scroll-point-zoom--sp 2.6s ease-out 0s infinite;
    animation: scroll-point-zoom--SP 2.6s ease-out 0s infinite;
  }

  .culture-env__area-element + .culture-env__area-detail-list {
    margin-top: 30px;
  }

  .culture-env__area-title {
    font-size: 8vw;
    line-height: 1.4;
    padding-top: 8vw;
    letter-spacing: 0.04em;
  }

  .culture-env {
    display: block;
    overflow: visible;
    height: auto;
  }

  .culture-env .culture-env__head {
    width: 100%;
    min-width: 0;
  }

  .culture-env .culture-env__head + .culture-env__body {
    margin-left: 0;
  }

  .culture-env .culture-env__body {
    overflow: visible;
    max-width: none;
  }

  .culture-env__area-nav {
    position: static;
    z-index: auto;
  }

  .culture-env__area-nav > ul {
    max-height: 90px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .culture-env__area-nav > ul > li {
    width: 50%;
    color: #fff;
  }

  .culture-env__area-nav > ul > li:nth-child(even) {
    border-left: 1px solid;
  }

  .culture-env__area-nav > ul > li:nth-child(n + 3) {
    border-top: 1px solid;
  }

  .culture-env__area-nav > ul > li > a {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 13px 15px;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .culture-env__head {
    height: auto;
  }

  .culture-env__body-list {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .culture-env__area-detail-list {
    width: 100%;
    padding: 0 15px;
  }

  .culture-env__area-detail-list > li + li {
    margin-top: 34px;
  }

  .culture-env__area-detail-num {
    font-size: 8vw;
    -webkit-transform: translate(5px, -2px);
    transform: translate(5px, -2px);
  }

  .culture-env__area-detail-num::before {
    font-size: 4.266666666666667vw;
    top: 1.6vw;
    right: 9.066666666666666vw;
  }

  .culture-env__area-detail-num::after {
    top: 5.866666666666666vw;
    right: 10.933333333333334vw;
    width: 6.933333333333334vw;
    height: 2px;
  }

  .culture-env__area-figure > img + figcaption {
    margin-top: 15px;
  }

  .culture-env__area-figure > figcaption {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .culture-env__sign {
    display: none;
  }

  .culture-env__scroll {
    display: none;
  }
}

@-webkit-keyframes scroll-point-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  40% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }
}

@keyframes scroll-point-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  40% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }
}

@-webkit-keyframes scroll-point-zoom--SP {
  0% {
    -webkit-transform: translateZ(0) scale(1) rotate(0.1deg);
    transform: translateZ(0) scale(1) rotate(0.1deg);
    opacity: 1;
    border-radius: 50%;
    -webkit-transform-style: flat;
    transform-style: flat;
  }

  20% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateZ(0) scale(4) rotate(0.1deg);
    transform: translateZ(0) scale(4) rotate(0.1deg);
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0) scale(4) rotate(0.1deg);
    transform: translateZ(0) scale(4) rotate(0.1deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@keyframes scroll-point-zoom--SP {
  0% {
    -webkit-transform: translateZ(0) scale(1) rotate(0.1deg);
    transform: translateZ(0) scale(1) rotate(0.1deg);
    opacity: 1;
    border-radius: 50%;
    -webkit-transform-style: flat;
    transform-style: flat;
  }

  20% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateZ(0) scale(4) rotate(0.1deg);
    transform: translateZ(0) scale(4) rotate(0.1deg);
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0) scale(4) rotate(0.1deg);
    transform: translateZ(0) scale(4) rotate(0.1deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.culture-recognition__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.culture-recognition__item {
  display: flex;
  flex-direction: row-reverse;
  gap: 48px;
}

.culture-recognition__image {
  width: 400px;
  height: 260px;
  overflow: hidden;
  padding: 20px;
  border: solid 1px #eee;
  flex-shrink: 0;
}

.culture-recognition__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.culture-recognition__text {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.culture-recognition__text p {
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .culture-recognition__list {
    gap: 40px;
  }

  .culture-recognition__item {
    flex-direction: column;
    gap: 30px;
  }

  .culture-recognition__image {
    width: 100%;
    flex-shrink: 0;
  }
}