@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#first_contents {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#first_contents .topmore {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 30;
}
#first_contents .topmore .pin {
  position: relative;
  width: 100%;
  height: 100%;
}
#first_contents .firstfade {
  position: relative;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transform: scale(1.1);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
#first_contents .firstfade.active {
  opacity: 1;
  transform: scale(1);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
#first_contents .kv_all {
  position: relative;
}
#first_contents .kv_all .pin {
  position: relative;
}
#first_contents .kv_all .base_img01 {
  width: 100%;
  position: relative;
  z-index: 1;
}
#first_contents .kv_all .base_img02 {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transition: all 0.8s ease-out 0.01s;
  opacity: 0;
}
#first_contents .kv_all .base_img02.active {
  opacity: 1;
}
#first_contents .kv_all .base_img03 {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transition: all 1.2s ease-out 0.01s;
  transform: translate(0, 20px);
  opacity: 0;
}
#first_contents .kv_all .base_img03.active {
  opacity: 1;
  transform: translate(0, 0px);
}
#first_contents .textcopy {
  width: 53.75%;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
  opacity: 0;
  transition: all 0.8s ease-out 0.01s;
}
#first_contents .textcopy.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #first_contents .textcopy {
    line-height: 0;
    width: 72%;
    top: 2vw;
  }
}
#first_contents h2 {
  width: 42%;
  position: absolute;
  top: 4.75%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
  opacity: 0;
  transition: all 0.8s ease-out 0.01s;
}
#first_contents h2.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #first_contents h2 {
    width: 75%;
    top: 3.5%;
  }
}

.test002 {
  width: 100%;
  overflow: hidden;
}

#section01 {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #efedec;
  padding: 130px 0 0 0;
  margin-bottom: 130px;
  transition: all 0.4s ease-out 0.01s;
  opacity: 0;
}
#section01.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 30px 0 65px 0;
    margin-bottom: 0px;
  }
}
#section01 .koduou {
  width: 100%;
  height: 18.33vw;
  position: absolute;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: all 0.8s ease-out 0.01s;
}
#section01 .koduou.active {
  opacity: 1;
}
@media screen and (max-width:800px) {
  #section01 .koduou {
    height: 15vw;
  }
}
#section01 .koduou .backcolor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(45, 45, 45, 0.55);
  mix-blend-mode: multiply;
}
#section01 .koduou .intext {
  position: absolute;
  width: 53.75%;
  left: 50%;
  bottom: 0.5vw;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section01 .koduou .intext {
    display: none;
  }
}
#section01 .koduou .maintext {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  color: #fff;
  font-size: 46px;
  transform: translate(0%, -50%);
  letter-spacing: 0.025em;
  padding-left: 0.5em;
}
@media screen and (max-width:1200px) {
  #section01 .koduou .maintext {
    font-size: 3.8vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .koduou .maintext {
    font-size: 4vw;
    padding: 0.65em 0 0.4em 0;
    line-height: 120%;
  }
}
#section01 .topconcept {
  width: 90%;
  margin: 0 auto 0px auto;
}
#section01 .logoimgs {
  width: 42.5%;
  max-width: 332px;
  margin: 0 auto 85px auto;
}
@media screen and (max-width:800px) {
  #section01 .logoimgs {
    margin: 0 auto 35px auto;
  }
}
#section01 .maintexts {
  width: 80%;
  max-width: 682px;
  margin: 0 auto 80px auto;
  text-align: center;
  opacity: 0;
  transform: scale(1.35);
  transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section01 .maintexts.active {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width:800px) {
  #section01 .maintexts {
    margin: 0 auto 35px auto;
  }
}
#section01 .maintexts .maintexts--main {
  text-align: center;
  font-size: 66px;
  font-weight: 500;
  margin-bottom: 0.75em;
  display: inline-block;
  letter-spacing: -0.05em;
}
@media screen and (max-width:1200px) {
  #section01 .maintexts .maintexts--main {
    font-size: 5.5vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .maintexts .maintexts--main {
    font-size: 6.8vw;
    margin-bottom: 0.4em;
  }
}
#section01 .maintexts .maintexts--text {
  text-align: center;
  font-size: 46px;
  letter-spacing: -0.05em;
}
@media screen and (max-width:1200px) {
  #section01 .maintexts .maintexts--text {
    font-size: 3.8333333333vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .maintexts .maintexts--text {
    font-size: 4.6vw;
  }
}
#section01 .maintexts .maintexts--text2 {
  text-align: center;
  font-size: 26px;
}
@media screen and (max-width:1200px) {
  #section01 .maintexts .maintexts--text2 {
    font-size: 2.1666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section01 .maintexts .maintexts--text2 {
    font-size: 3.6vw;
  }
}
#section01 .maintexts .uptxt span {
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
#section01 .maintexts .uptxt span.active {
  opacity: 1;
}
#section01 .minis {
  text-align: center;
  line-height: 140%;
  margin-bottom: 0.25em;
}
@media screen and (max-width:800px) {
  #section01 .minis {
    font-size: 4vw;
  }
}
#section01 .base_text01 {
  text-align: center;
  line-height: 140%;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section01 .base_text01 {
    font-size: 4.75vw;
    margin-bottom: 45px;
  }
}
#section01 ul.meritlist {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 100px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 19px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1200px) {
  #section01 ul.meritlist {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width:800px) {
  #section01 ul.meritlist {
    margin: 0 auto 65px auto;
    font-size: 3.4vw;
  }
}
#section01 ul.meritlist li {
  width: 45%;
  margin: 0 2.5%;
  border-bottom: 1px solid #000;
  margin-bottom: 26px;
  letter-spacing: -0.05em;
  padding-bottom: 0.4em;
}
@media screen and (max-width:800px) {
  #section01 ul.meritlist li {
    width: 100%;
    margin: 0 0% 7.5vw 0;
  }
}
#section01 ul.meritlist li p.inlines_p {
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section01 ul.meritlist li p.inlines_p {
    /*
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0em;
    */
  }
}
#section01 ul.meritlist li p {
  margin-bottom: 0.5em;
}
#section01 ul.meritlist li.long1 {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 54px;
  font-size: 24px;
}
@media screen and (max-width:1200px) {
  #section01 ul.meritlist li.long1 {
    font-size: 2vw;
  }
}
@media screen and (max-width:800px) {
  #section01 ul.meritlist li.long1 {
    font-size: 4vw;
    width: 114%;
    margin-left: -7%;
    margin-right: -7%;
    margin-bottom: 25px;
  }
}
#section01 ul.meritlist li.long2 {
  width: 100%;
  margin-bottom: 0px;
  font-size: 24px;
  padding: 2em 0 1.25em 0;
}
@media screen and (max-width:1200px) {
  #section01 ul.meritlist li.long2 {
    font-size: 2vw;
  }
}
@media screen and (max-width:800px) {
  #section01 ul.meritlist li.long2 {
    font-size: 4.4vw;
    width: 114%;
    margin-left: -7%;
    margin-right: -7%;
    margin-bottom: 0px;
    line-height: 160%;
  }
}
#section01 ul.meritlist li div {
  width: 130%;
  margin-left: -15%;
  text-align: center;
}
#section01 ul.meritlist li div span.bigs {
  font-size: 44px;
  font-weight: 500;
  color: #005428;
  display: inline-block;
  padding: 0 0 0 0.1em;
}
@media screen and (max-width:1200px) {
  #section01 ul.meritlist li div span.bigs {
    font-size: 3.6666666667vw;
  }
}
@media screen and (max-width:800px) {
  #section01 ul.meritlist li div span.bigs {
    font-size: 7vw;
  }
}
#section01 .spsubtitle {
  display: none;
}
@media screen and (max-width:800px) {
  #section01 .spsubtitle {
    display: block;
    width: 30%;
    margin: 0 auto 15px auto;
  }
}
#section01 ul.photolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01 ul.photolist li {
  width: 25%;
  position: relative;
  overflow: hidden;
}
#section01 ul.photolist li a {
  display: block;
  position: relative;
}
#section01 ul.photolist li a:hover figure {
  transform: scale(1.1);
}
@media screen and (max-width:800px) {
  #section01 ul.photolist li a:hover figure {
    transform: scale(1);
  }
}
#section01 ul.photolist li a:hover .icons .icons_back {
  background-color: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width:800px) {
  #section01 ul.photolist li a:hover .icons .icons_back {
    background-color: rgba(45, 43, 43, 0.6);
  }
}
@media screen and (max-width:800px) {
  #section01 ul.photolist li {
    width: 90%;
    margin: 0 auto;
  }
}
#section01 ul.photolist li .icons {
  width: 42%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  #section01 ul.photolist li .icons {
    width: 37.5%;
  }
}
#section01 ul.photolist li .icons .base {
  position: relative;
  z-index: 5;
}
#section01 ul.photolist li .icons .icons_back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(45, 43, 43, 0.6);
  z-index: 3;
  mix-blend-mode: multiply;
  transition: all 0.4s ease-out 0.01s;
}
#section01 ul.photolist figure {
  position: relative;
  transition: all 0.4s ease-out 0.01s;
}
#section01 ul.photolist figcaption {
  font-size: 10px;
  position: absolute;
  line-height: 100%;
  bottom: 6px;
  right: 6px;
}

#box_links {
  width: 100%;
  margin-bottom: 26px;
  border-top: 4px solid #005428;
  display: flex;
  justify-content: space-between;
  background-color: #efedec;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
}
#box_links .photo {
  position: relative;
  width: 50%;
}
#box_links .photo .minis {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #fff;
  line-height: 100%;
}
#box_links .photo .minis.black {
  color: #000;
}
@media screen and (max-width:800px) {
  #box_links .photo {
    width: 100%;
  }
}
#box_links .photo .photoin {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 16vw;
}
@media screen and (max-width:1400px) {
  #box_links .photo .photoin {
    height: 20vw;
  }
}
@media screen and (max-width:800px) {
  #box_links .photo .photoin {
    height: 45vw;
  }
}
#box_links .photo .photoin .imgwaku {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#box_links .text {
  width: 50%;
}
@media screen and (max-width:800px) {
  #box_links .text {
    width: 100%;
  }
}
#box_links .text .textin {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 600px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #box_links .text .textin {
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
}
#box_links .text .textin .base_text {
  padding: 1em;
}
@media screen and (max-width:1400px) {
  #box_links .text .textin .base_text {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width:800px) {
  #box_links .text .textin .base_text {
    font-size: 2.9vw;
    width: 77.5%;
    padding: 1em 0 1em 1em;
  }
}
#box_links .text .textin .icons {
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #box_links .text .textin .icons {
    position: relative;
    top: auto;
    left: auto;
    width: 20%;
  }
}
#box_links .textlinks {
  color: #005428 !important;
  padding-right: 1.2em;
  position: relative;
  display: none;
  margin-top: 1em;
}
@media screen and (max-width:800px) {
  #box_links .textlinks {
    display: inline-block;
  }
}
#box_links .textlinks::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translate(0, -50%);
}

#box_links2 {
  width: 100%;
  margin-bottom: 26px;
  border-top: 4px solid #005428;
  display: flex;
  justify-content: space-between;
  background-color: #efedec;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
}
#box_links2 .photo {
  width: 50%;
  position: relative;
}
#box_links2 .photo .minis {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #fff;
  line-height: 100%;
}
#box_links2 .photo .minis.black {
  color: #000;
}
@media screen and (max-width:800px) {
  #box_links2 .photo {
    width: 100%;
    order: 1;
  }
}
#box_links2 .photo .photoin {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 16vw;
}
@media screen and (max-width:1400px) {
  #box_links2 .photo .photoin {
    height: 20vw;
  }
}
@media screen and (max-width:800px) {
  #box_links2 .photo .photoin {
    height: 45vw;
  }
}
#box_links2 .photo .photoin .imgwaku {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#box_links2 .photo .photoin .imgwaku2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#box_links2 .text {
  width: 50%;
}
@media screen and (max-width:800px) {
  #box_links2 .text {
    width: 100%;
    order: 2;
  }
}
#box_links2 .text .textin {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 600px;
  display: flex;
  align-items: flex-end;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width:800px) {
  #box_links2 .text .textin {
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
}
#box_links2 .text .textin .base_text {
  padding: 1em;
}
@media screen and (max-width:1400px) {
  #box_links2 .text .textin .base_text {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width:800px) {
  #box_links2 .text .textin .base_text {
    font-size: 2.9vw;
    width: 77.5%;
    padding: 1em 0 1em 1em;
  }
}
#box_links2 .text .textin .icons {
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #box_links2 .text .textin .icons {
    position: relative;
    top: auto;
    left: auto;
    width: 20%;
  }
}
#box_links2 .textlinks {
  color: #005428 !important;
  padding-right: 1.2em;
  position: relative;
  display: none;
  margin-top: 1em;
}
@media screen and (max-width:800px) {
  #box_links2 .textlinks {
    display: inline-block;
  }
}
#box_links2 .textlinks::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translate(0, -50%);
}

#firest_2025 {
  width: 100%;
  height: calc(100vh - 110px);
  position: relative;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #firest_2025 {
    height: calc(100vh - 60px);
  }
}
#firest_2025 .titles2025 {
  position: absolute;
  z-index: 20;
  width: 35%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  #firest_2025 .titles2025 {
    width: 74%;
  }
}
#firest_2025 ul {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease-out 0.01s;
}
#firest_2025 ul.active {
  opacity: 1;
}
#firest_2025 ul video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#firest_2025 ul li.base01 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
#firest_2025 ul li.base01 .anima001 {
  width: 100%;
  height: 100%;
  position: relative;
}
#firest_2025 ul li.base01 .anima001 video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#firest_2025 ul li.base02 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s ease-out 0.01s;
}
#firest_2025 ul li.base02.active {
  opacity: 1;
}
#firest_2025 ul li.base02 .anima002 {
  width: 100%;
  height: 100%;
  position: relative;
}
#firest_2025 ul li.base02 .anima002 video {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#firest_2025 ul li.base03 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  transition: all 0.6s ease-out 0.01s;
  opacity: 0;
}
#firest_2025 ul li.base03.active {
  opacity: 1;
}
#firest_2025 ul li.base03 .anima003 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(../images/top_slider001.jpg) no-repeat center;
  background-size: cover;
  transition: all 5s linear 0.01s;
  transform: translate(-50%, -50%) scale(1);
}
#firest_2025 ul li.base03 .anima003.active {
  transform: translate(-50%, -50%) scale(1.15);
}
@media screen and (max-width:800px) {
  #firest_2025 ul li.base03 .anima003 {
    background: url(../images/top_slider001_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#firest_2025 ul li.base04 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  transition: all 0.6s ease-out 0.01s;
  opacity: 0;
}
#firest_2025 ul li.base04.active {
  opacity: 1;
}
#firest_2025 ul li.base04 .anima004 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(../images/top_slider002.jpg) no-repeat center;
  background-size: cover;
  transition: all 5s linear 0.01s;
  transform: translate(-50%, -55%) scale(1.1);
}
#firest_2025 ul li.base04 .anima004.active {
  transform: translate(-50%, -45%) scale(1.1);
}
@media screen and (max-width:800px) {
  #firest_2025 ul li.base04 .anima004 {
    background: url(../images/top_slider002_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#firest_2025 ul li.base05 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  transition: all 0.6s ease-out 0.01s;
  opacity: 0;
}
#firest_2025 ul li.base05.active {
  opacity: 1;
}
#firest_2025 ul li.base05 .anima005 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(../images/top_slider003.jpg) no-repeat center;
  background-size: cover;
  transition: all 5s linear 0.01s;
  transform: translate(-52.5%, -50%) scale(1.1);
}
#firest_2025 ul li.base05 .anima005.active {
  transform: translate(-47.5%, -50%) scale(1.1);
}
@media screen and (max-width:800px) {
  #firest_2025 ul li.base05 .anima005 {
    background: url(../images/top_slider003_sp.jpg) no-repeat center;
    background-size: cover;
    transform: translate(-55%, -50%) scale(1.1);
  }
  #firest_2025 ul li.base05 .anima005.active {
    transform: translate(-45%, -50%) scale(1.1);
  }
}
#firest_2025 ul li.base06 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  transition: all 0.6s ease-out 0.01s;
  opacity: 0;
}
#firest_2025 ul li.base06.active {
  opacity: 1;
}
#firest_2025 ul li.base06 .anima006 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(../images/top_slider004.jpg) no-repeat center;
  background-size: cover;
  transition: all 5s linear 0.01s;
  transform: translate(-47.5%, -50%) scale(1.1);
}
#firest_2025 ul li.base06 .anima006.active {
  transform: translate(-52.5%, -50%) scale(1.1);
}
@media screen and (max-width:800px) {
  #firest_2025 ul li.base06 .anima006 {
    background: url(../images/top_slider004_sp.jpg) no-repeat center;
    background-size: cover;
    transition: all 5s linear 0.01s;
    transform: translate(-45%, -50%) scale(1.1);
  }
  #firest_2025 ul li.base06 .anima006.active {
    transform: translate(-55%, -50%) scale(1.1);
  }
}
#firest_2025 ul li.base07 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  transition: all 0.6s ease-out 0.01s;
  opacity: 0;
}
#firest_2025 ul li.base07.active {
  opacity: 1;
}
#firest_2025 ul li.base07 .anima007 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(../images/top_slider005.jpg) no-repeat center;
  background-size: cover;
  transition: all 5s ease-out 0.01s;
  transform: translate(-50%, -50%) scale(1.2);
}
#firest_2025 ul li.base07 .anima007.active {
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width:800px) {
  #firest_2025 ul li.base07 .anima007 {
    background: url(../images/top_slider005_sp.jpg) no-repeat center;
    background-size: cover;
  }
}/*# sourceMappingURL=top.css.map */