@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
body {
  color: #017197;
  background-color: #fff;
  line-height: 1.5;
  overflow-x: hidden;
}
body p {
  display: block;
  margin: 0;
}
body ol li,
body ul li {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

#wrap {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .anchor-position {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.cmn-inner {
  width: min(92%, 1200px);
  margin-inline: auto;
}

.mv {
  background: url(../images/mv_item@2x.png) no-repeat calc(50% - 30px) 30px/85% auto;
  position: relative;
  aspect-ratio: 2314/1605;
}
@media screen and (max-width: 767px) {
  .mv {
    aspect-ratio: 751/1306;
    background: url(../images/mv_item_sp@2x.png) no-repeat left top/100% auto;
  }
}
.mv .mv-scroll {
  position: absolute;
  top: calc(50% - 32vw);
  left: calc(50% - 22vw);
  z-index: -1;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .mv .mv-scroll {
    top: calc(50% - 77vw);
    left: calc(50% - 290px);
  }
}
.mv .mv-scroll img {
  flex: 0 0 auto;
  max-width: inherit;
  width: min(154vw, 2040px);
  margin-right: 15vw;
}
@media screen and (max-width: 767px) {
  .mv .mv-scroll img {
    width: 400vw;
  }
}
.mv .mv-title {
  position: absolute;
  z-index: 10;
  top: 280px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv .mv-title {
    top: 52%;
    transform: translateY(-130%);
    left: 10%;
    right: 10%;
  }
}

.about {
  position: relative;
  padding-top: 0;
  padding-bottom: 70px;
  background: #DEEFF4;
  margin-top: 6vw;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 52vw;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.about:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/about_section_top@2x.png) no-repeat center/contain;
  transform: translateY(-99%);
  width: 100%;
  aspect-ratio: 1903/411;
}
@media screen and (max-width: 767px) {
  .about:before {
    background-image: url(../images/about_section_top_sp@2x.png);
    aspect-ratio: 376/246;
  }
}
.about:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: url(../images/about_section_bottom@2x.png) no-repeat center/contain;
  transform: translateY(99%);
  width: 100%;
  aspect-ratio: 1903/393;
}

.about-column {
  display: grid;
  grid-template: ". left . right ."/50px 1fr 30px 54% 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about-column {
    grid-template: "left" "right"/1fr;
    margin-bottom: 54px;
    margin-inline: auto;
    grid-template-columns: 1fr;
    padding: 0 5px;
  }
}
.about-column .text {
  font-size: 19px;
  line-height: 2.8;
}
@media screen and (max-width: 767px) {
  .about-column .text {
    font-size: 16px;
    padding-left: 0;
  }
}
.about-column .left {
  grid-area: left;
}
@media screen and (max-width: 767px) {
  .about-column .left {
    margin-top: -30px;
  }
}
.about-column .right {
  grid-area: right;
}
@media screen and (max-width: 767px) {
  .about-column .right {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.h2-group .hd02 .ruby-wrap {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.h2-group .hd02 .ruby-wrap .ruby {
  font-size: 19px;
  color: #017197;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .h2-group .hd02 .ruby-wrap .ruby {
    font-size: 16px;
  }
}

.hd02 {
  font-size: 64px;
  padding-top: 10px;
  margin-bottom: 30px;
  color: #017197;
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hd02 {
    margin-bottom: 16px;
    background-size: 50px auto;
    font-size: 32px;
    padding-top: 16px;
  }
}
.hd02:before {
  content: "";
  z-index: -1;
  position: absolute;
  padding-top: 0;
  left: -45px;
  background: url(../images/bg_h2@2x.png) no-repeat left 10px top/contain;
  width: 95px;
  height: 92px;
}
@media screen and (max-width: 767px) {
  .hd02:before {
    left: -20px;
    top: 2px;
    width: 60px;
    height: 50px;
  }
}
.hd02.center {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.hd03 {
  position: relative;
  font-size: 28px;
  color: #017197;
  padding-left: 14px;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hd03 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
}
.hd03:before {
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 4px;
  content: "";
  width: 4px;
  background: #017197;
}

.grid-frame {
  padding: 6px 8px;
  border-radius: 8px;
  background-color: #24b9c7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .grid-frame {
    margin: 0;
  }
}
.grid-frame:before {
  content: "";
  position: absolute;
  background: url(../images/bg_note_top.svg) no-repeat top center/1148px auto;
  height: 30px;
  transform: translateY(-50%);
  top: 4px;
  left: 26px;
  right: 26px;
}
@media screen and (max-width: 767px) {
  .grid-frame:before {
    left: 6px;
    right: 6px;
  }
}
.grid-frame:after {
  content: "";
  position: absolute;
  background: url(../images/img_pen@2x.png) no-repeat top center/contain;
  width: 459px;
  aspect-ratio: 459/391;
  transform: translate(60%, 18%);
  bottom: 4px;
  right: 26px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .grid-frame:after {
    width: 283px;
    right: 0;
    bottom: 0;
    transform: translate(40%, 50%);
  }
}
.grid-frame .grid-box {
  padding: 64px 58px 60px;
}
@media screen and (max-width: 767px) {
  .grid-frame .grid-box {
    padding: 34px 20px 60px;
  }
}

.grid-box {
  min-height: 500px;
  border-radius: 8px;
  background-color: #fff;
  background-image: linear-gradient(rgba(180, 180, 180, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(180, 180, 180, 0.18) 1px, transparent 1px);
  background-size: 24px 24px;
}

.mark-line {
  display: inline;
  padding-bottom: 0.2em;
  background: url("../images/mark_line.svg") no-repeat left bottom/100% auto;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.mark-circle {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  z-index: 1;
}
.mark-circle::before {
  content: "";
  position: absolute;
  left: -0.4em;
  right: -0.4em;
  top: 50%;
  height: 2em;
  background: url("../images/mark_circle.svg") no-repeat center/100% 100%;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}

.reed-column {
  display: grid;
  grid-template: "txt img" "bottom bottom"/1fr 52%;
  gap: 24px 0;
}
@media screen and (max-width: 767px) {
  .reed-column {
    gap: 26px;
    grid-template: "txt" "img" "bottom"/1fr;
  }
}
.reed-column .left {
  grid-area: txt;
}
.reed-column .right {
  grid-area: img;
}
.reed-column .bottom {
  grid-area: bottom;
}

.normal-list {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .normal-list {
    font-size: 14px;
  }
}
.normal-list li {
  position: relative;
  padding-left: 16px;
}
.normal-list li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background: #24b9c7;
  border-radius: 50%;
}
.normal-list li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .normal-list li + li {
    margin-top: 12px;
  }
}

.nature {
  padding: 356px 0 280px;
  background: url(../images/bg_item_nature@2x.png) no-repeat center top 190px/1920px auto;
}
@media screen and (max-width: 767px) {
  .nature {
    margin-top: -50px;
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
.nature .nature-head .text {
  margin-top: 42px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .nature .nature-head .text {
    font-size: 14px;
    margin-top: 24px;
  }
}
.nature .nature-head .note {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  color: #5C5C5C;
}
@media screen and (max-width: 767px) {
  .nature .nature-head .note {
    font-size: 12px;
  }
}
.nature .hd03 {
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  border: 2px solid #017197;
  padding: 5px 15px;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -50%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .nature .hd03 {
    text-align: center;
    padding: 3px 10px;
  }
}
.nature .hd03:before {
  top: 0;
  bottom: 0;
}

.hd04 {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  font-weight: bold;
}

.nature-cycle {
  position: relative;
  margin-top: 106px;
  width: min(1100px, 92%);
  margin-inline: auto;
  background: #EDF6F7;
  padding: 74px 54px 26px;
}
@media screen and (max-width: 767px) {
  .nature-cycle {
    margin-top: 70px;
    padding: 54px 40px 40px;
  }
}
.nature-cycle .nature-cycle-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .nature-cycle .nature-cycle-list {
    gap: 55px;
    grid-template-columns: 1fr;
  }
}
.nature-cycle .nature-cycle-list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nature-cycle .nature-cycle-list li {
    justify-content: center;
  }
}
.nature-cycle .nature-cycle-list li:not(:first-child):before {
  content: "";
  background: url(../images/arr_right.svg) no-repeat center/contain;
  width: 36px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: -44px;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .nature-cycle .nature-cycle-list li:not(:first-child):before {
    top: 0;
    left: 50%;
    transform: rotate(90deg) translate(-124%, 70%);
    width: 30px;
    height: 18px;
  }
}
.nature-cycle .nature-cycle-list li img {
  margin-inline: auto;
}
.nature-cycle .nature-cycle-list p {
  line-height: 1.75;
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
  color: #017197;
}
@media screen and (max-width: 767px) {
  .nature-cycle .nature-cycle-list p {
    font-size: 14px;
  }
}

.nature-field {
  margin-top: 106px;
  position: relative;
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .nature-field {
    margin-top: 86px;
  }
}
.nature-field .hd03 {
  background: #FDF5C3;
}
.nature-field .text {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  color: #017197;
}
@media screen and (max-width: 767px) {
  .nature-field .text {
    margin-top: 14px;
    font-size: 14px;
  }
}
.nature-field .nature-field-image {
  margin-top: -20px;
  width: min(1100px, 92%);
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nature-field .nature-field-image {
    margin-top: 30px;
  }
}
.nature-field .nature-field-image img {
  position: relative;
  z-index: -1;
}

.modal-button {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon_modal.svg) no-repeat center/contain;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
}
@media screen and (max-width: 767px) {
  .modal-button {
    zoom: 0.6;
    transform: translate(-30%, -50%);
  }
}
.modal-button.modal01 {
  top: 76.2%;
  left: 57.3%;
}
.modal-button.modal02 {
  top: 62.7%;
  left: 32.3%;
}
@media screen and (max-width: 767px) {
  .modal-button.modal02 {
    top: 64.7%;
    left: 28.3%;
  }
}
.modal-button.modal03 {
  top: 29.8%;
  left: 74.9%;
}
.modal-button.modal04 {
  top: 40.3%;
  left: 4.5%;
}
.modal-button.modal05 {
  top: 43.5%;
  left: 38.7%;
}
.modal-button.modal06 {
  top: 40.5%;
  left: 58.7%;
}

.reeden-modal {
  box-sizing: border-box;
  width: min(728px, 100% - 40px);
  max-width: none;
  min-height: 432px;
  margin: auto;
  padding: 0;
  overflow: hidden;
  color: #333;
  opacity: 0;
  border: 6px solid #2fa9c0;
  border-radius: 26px;
  background-color: #fff;
  background-image: linear-gradient(rgba(180, 180, 180, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(180, 180, 180, 0.18) 1px, transparent 1px);
  background-size: 18px 18px;
  transform: translateY(8px) scale(0.98);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.reeden-modal::backdrop {
  background: rgba(0, 0, 0, 0);
  transition: background-color 0.25s ease;
}
.reeden-modal.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.reeden-modal.is-open::backdrop {
  background: rgba(0, 0, 0, 0.82);
}
.reeden-modal .reeden-modal__content {
  display: grid;
  grid-template: "txt img" "btn img" ". img";
  padding: 48px 50px 50px;
}
.reeden-modal .reeden-modal__copy {
  grid-area: txt;
  position: relative;
  z-index: 2;
  width: min(100%, 340px);
}
.reeden-modal .reeden-modal__title {
  margin: 0;
  padding-left: 18px;
  color: #00769e;
  border-left: 6px solid #00769e;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
.reeden-modal .reeden-modal__lead {
  margin-top: 22px;
  color: #2fa9c0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.reeden-modal .reeden-modal__text {
  margin-top: 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}
.reeden-modal .reeden-modal__visual {
  grid-area: img;
  display: flex;
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 38px;
  background: url(../images/item_modal@2x.png) no-repeat top left/326px auto;
  pointer-events: none;
}
.reeden-modal .btn-wrap {
  justify-content: start;
}
.reeden-modal .btn-wrap .btn {
  width: min(100%, 178px);
}
.reeden-modal .btn-wrap .btn:after {
  background-image: url(../images/icon_close.svg);
}
@media screen and (max-width: 767px) {
  .reeden-modal {
    min-height: 0;
    overflow-y: auto;
  }
  .reeden-modal .reeden-modal__content {
    grid-template: "ttl" "img" "lead" "text" "btn";
    padding: 30px 20px 32px;
  }
  .reeden-modal .reeden-modal__copy {
    display: contents;
  }
  .reeden-modal .reeden-modal__title {
    grid-area: ttl;
    padding-left: 12px;
    border-left-width: 4px;
    font-size: 24px;
  }
  .reeden-modal .reeden-modal__lead {
    grid-area: lead;
    margin-top: 17px;
    font-size: 17px;
    text-align: center;
  }
  .reeden-modal .reeden-modal__text {
    grid-area: text;
    margin-top: 14px;
    font-size: 15px;
    text-align: center;
  }
  .reeden-modal .reeden-modal__visual {
    position: static;
    align-self: center;
    margin-top: 20px;
    padding-left: 0;
    background-position: center;
    background-size: 256px auto;
    justify-content: center;
  }
  .reeden-modal .reeden-modal__image {
    width: 205px;
  }
  .reeden-modal .reeden-modal__close {
    align-self: center;
    width: 164px;
    height: 44px;
    font-size: 16px;
    margin-top: 0;
  }
  .reeden-modal .btn-wrap {
    justify-content: center;
  }
}

.action {
  padding-bottom: 176px;
  background: #C7EAD7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .action {
    padding: 0 0 100px;
  }
  .action .hd02 {
    margin-bottom: 44px;
  }
}
.action:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/bg_action_top@2x.png) no-repeat center/contain;
  transform: translateY(-99%);
  width: 100%;
  aspect-ratio: 1920/348;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .action:before {
    background-image: url(../images/bg_action_top_sp@2x.png);
    aspect-ratio: 375/131;
  }
}

.action-box {
  position: relative;
  width: min(1140px, 100%);
  margin-inline: auto;
  padding: 70px 76px 82px;
}
@media screen and (max-width: 767px) {
  .action-box {
    padding: 58px 28px 74px;
  }
}
.action-box::before {
  content: "";
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  border: 101px solid transparent;
  -o-border-image: url(../images/bg_base.svg) 101 stretch;
     border-image: url(../images/bg_base.svg) 101 fill stretch;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .action-box::before {
    border: 60px solid transparent;
    -o-border-image: url(../images/bg_base.svg) 101 stretch;
       border-image: url(../images/bg_base.svg) 101 fill stretch;
  }
}
.action-box.uses {
  margin-top: 42px;
}
.action-box .action-en {
  z-index: 2;
  position: absolute;
  right: -28px;
  top: 56px;
}
@media screen and (max-width: 767px) {
  .action-box .action-en {
    zoom: 0.4;
    top: 80px;
  }
}
.action-box .action-box-inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
.action-box .initiatives-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .action-box .initiatives-column {
    grid-template-columns: 1fr;
    font-size: 14px;
    gap: 20px;
  }
}
.action-box .initiatives-column .initiatives-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.action-box .initiatives-column .initiatives-item .initiatives-title {
  background-color: #fff;
  background-image: linear-gradient(rgba(180, 180, 180, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(180, 180, 180, 0.18) 1px, transparent 1px);
  background-size: 24px 24px;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .action-box .initiatives-column .initiatives-item .initiatives-title {
    min-height: 64px;
  }
}
.action-box .initiatives-column .initiatives-item img {
  border: 1px solid #000;
  border-top: none;
}
.action-box .initiatives-column .initiatives-item figcaption {
  margin-top: -1.5lh;
  color: #fff;
  place-self: baseline;
}
@media screen and (max-width: 767px) {
  .action-box .initiatives-column .initiatives-item figcaption {
    margin-top: -1.2lh;
  }
}
.action-box .initiatives-column .initiatives-item figcaption span {
  background: linear-gradient(#000, #000) 0% 100%/100% 100% no-repeat;
  padding: 10px 12px;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .action-box .initiatives-column .initiatives-item figcaption span {
    line-height: 3;
    font-size: 15px;
    padding: 7px 12px;
    line-height: 2.8;
  }
}

.btn-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    margin-top: 36px;
  }
}

.btn {
  text-align: center;
  color: #333;
  background: #F9EFB0;
  border: 1px solid currentColor;
  padding: 10px 60px;
  gap: 15px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  position: relative;
  width: min(100%, 263px);
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 8px;
    font-size: 14px;
    width: min(100%, 192px);
  }
}
.btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../images/arr_btn_normal.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.uses-column {
  width: min(100%, 960px);
  display: grid;
  grid-template-columns: 52% 1fr;
  gap: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .uses-column {
    gap: 10px;
    text-align: center;
    grid-template-columns: 1fr;
  }
}
.uses-column .left {
  margin: -6px 16px 0;
}
.uses-column :where(.right) {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .uses-column :where(.right) {
    font-size: 14px;
  }
}
.uses-column :where(.right) :where(p + p) {
  margin-top: 12px;
}

.uses-ttl {
  margin-top: 16px;
  font-size: 18px;
  color: #017197;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .uses-ttl {
    text-align: left;
    font-size: 15px;
  }
}
.uses-ttl:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #017197;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .uses-ttl:before {
    top: -3px;
    margin-right: 5px;
    position: relative;
  }
}

.uses-link a {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .uses-link a {
    display: block;
  }
}

.sp-scroll {
  display: none;
}

.sp-scroll-wrap {
  overflow-x: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp-scroll-wrap table,
  .sp-scroll-wrap img {
    max-width: inherit;
    width: 700px;
  }
  .sp-scroll-wrap .sp-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .sp-scroll-wrap .sp-scroll img {
    width: 96px;
    height: 96px;
  }
}

.js-action {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-action.show {
  opacity: 1;
  transform: translateY(0);
}

.js-action-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-action-child.show {
  opacity: 1;
  transform: translateY(0);
}

.mv-scroll {
  animation: mv-scroll-slide 80s linear infinite;
}

@keyframes mv-scroll-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .mv-scroll {
    animation: none;
  }
}
/*==========================================================================================================
hover
==========================================================================================================*/
/*==========================================================================================================
PC Only
==========================================================================================================*/
/*==========================================================================================================
SP Only
==========================================================================================================*//*# sourceMappingURL=module.css.map */