@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #1A1A1A;
  --color-white: #ffffff;


  --source-han-sans: "source-han-sans-japanese",
    sans-serif;
  --shuei-m: "dnp-shuei-mgothic-std", sans-serif;
  --din-Condensed: "din-condensed", sans-serif;
  --rodin: "fot-rodin-pron", sans-serif;


  --hiragino: "hiragino-kaku-gothic-pron", sans-serif;
  --futura: "futura-pt", sans-serif;

  --zen: "Zen Kaku Gothic New", sans-serif;
}


/*================================================
 *  一般・共通設定
 ================================================*/
html {
  /* 1920>> 10px */
  /* font-size: 0.520833vw; */
  font-size: clamp(3px, 0.520833vw, 10px);
  scroll-behavior: smooth;
}

body {
  font-family: var(--zen);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  background: var(--color-white);
  color: var(--color-black);
}

a {
  text-decoration: none;
  transition: all .4s;
  display: block;
}

a:hover {
  opacity: 1;
}

img {
  max-width: 100%;
  display: block;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}

/* タイトル */
section {
  position: relative;
}

#document {
  overflow-x: hidden;
}

.wrap {
  max-width: 165rem;
  margin: 0 auto;
}

.narrow {
  max-width: 108rem;
  margin: 0 auto;
}


@media screen and (max-width:767px) {
  html {
    /* 750px>> 10px */
    font-size: 1.3333vw;
  }


}

/*================================================
 *  header
 ================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 2rem 1rem 1rem 10rem;
  transition: .4s;
  z-index: 100;
}

header span {
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: var(--color-white);
}

header span img {
  width: 30rem;
}

header span img.vu {
  width: 26rem;
  margin-right: 1rem;
}

header.changeNav {
  opacity: 1;
}

@media screen and (max-width:767px) {
  header {
    padding: 2rem 1rem 1rem 3rem;
  }
}

/*================================================
 *  fix
 ================================================*/
#fix_btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  background: rgb(0 0 0 / 80%);
  padding: 2rem 0;
}

#fix_btn a {
  width: 32rem;
}

@media screen and (max-width:767px) {}

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





#saunaMv {
  position: relative;
  overflow: clip;
  width: 100%;
  height: 76.2vw;
}

#saunaMv .inner {
  width: 100%;
  height: 76.2vw;
  position: fixed;
  top: 0;
  left: 0;
}

.saunaMv_catch {
  position: absolute;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 9.2rem;
  top: 9rem;
  width: 100%;
  left: 0;
}

.saunaMv_catch div {
  width: 4.6rem;
}

.saunaMv_catch-right {
  position: absolute;
  left: -1rem;
  top: 18.75vw;
}

.saunaMv_catch-right div {
  font-family: var(--zen);
  font-size: 4rem;
  margin-top: 1rem;
  position: relative;
  transform: rotate(-4.88deg);
}

.saunaMv_catch-right div span {
  display: block;
  width: fit-content;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 2rem;
  line-height: 1;
  z-index: 1;
}

.saunaMv_catch-right div span::before {
  background: #c8bb9b;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.saunaMv_catch-en {
  position: absolute;
  left: 5.5rem;
  top: 33vw;
  opacity: .7;
}

.saunaMv_catch-en div {
  height: 10.7rem;
  margin-bottom: 3rem;
  display: block !important;
}

.saunaMv_catch-en div * {
  height: 100% !important;
}

.saunaMv_catch-en div img {
  width: auto;
  max-width: unset;
  height: 100%;
}



.saunaMv_catch-img {
  position: absolute;
  width: 26rem;
  top: 13.5rem;
  right: 10rem;
}

.saunaMv_catch-img div {
  margin-bottom: 3rem;
}


@media screen and (max-width:767px) {
  #saunaMv {
    position: relative;
    overflow: clip;
  }

  #saunaMv {
    height: 186.66vw;
  }

  #saunaMv .inner {
    height: 186.66vw;
  }

  .saunaMv_catch {
    gap: 7rem;
    top: 6rem;
  }

  .saunaMv_catch div {
    width: 3.5rem;
  }

  .saunaMv_catch-right {
    top: 55rem;
  }

  .saunaMv_catch-right div {
    font-size: 2.6rem;
  }




  .saunaMv_catch-en {
    left: 3.3rem;
    top: 72rem;
  }

  .saunaMv_catch-en div {
    height: 7rem;
    margin-bottom: 2rem;
  }




  .saunaMv_catch-img {
    width: 15rem;
    top: 36rem;
    right: 3.6rem;
  }

  .saunaMv_catch-img div {
    margin-bottom: 3rem;
  }
}

/*================================================
* 
================================================*/
#pin_sec {
  background: url(../../images/kurume/sauna/wwa_bg.webp) no-repeat center top / cover;
  margin-top: -30rem;
  position: relative;
}


#wwa {
  color: var(--color-white);
  padding: 40rem 0 10rem;
}




.wwa_ill {
  position: absolute;
}

.wwa_ill01 {
  width: 34rem;
  top: -2rem;
  left: 25rem;
}

.wwa_ill02 {
  width: 48rem;
  top: 7rem;
  right: 10rem;
}

#wwa h2 span {
  display: block;
}

.wwa_ttl01 {
  width: 42rem;
  margin: 0 auto 4rem;
}

.wwa_ttl02 {
  width: 64rem;
  margin: 0 auto;
}



#wwa .lead {
  font-size: 4.2rem;
  width: fit-content;
  margin: 6rem auto;
}


.wwa_img {
  width: 81rem;
  margin: 12rem auto;
  position: relative;
}


.wwa_img .wwa_img_ill01 {
  width: 29rem;
  top: 0rem;
  right: -1rem;
}

.wwa_img .wwa_img_ill02 {
  width: 28rem;
  left: 3rem;
  bottom: -4rem;
}

.wwa_txt {
  position: absolute;
  top: 7rem;
  left: -7rem;
}

.wwa_txt p {
  font-size: 4.6rem;
  margin-top: 1rem;
  position: relative;
  transform: rotate(-4.88deg);
}

.wwa_txt p span {
  display: block;
  width: fit-content;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 2rem;
  line-height: 1;
  z-index: 1;
  color: var(--color-black);
}

.wwa_txt p span::before {
  background: rgb(255 255 255 / 80%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


@media screen and (max-width:767px) {
  #pin_sec {
    background: url(../../images/kurume/sauna/wwa_bg_sp.webp) no-repeat center top / cover;
  }

  .wwa_ill01 {
    width: 20rem;
    top: -2rem;
    left: 2rem;
  }

  .wwa_ill02 {
    width: 32rem;
    top: 7rem;
    right: 4rem;
  }



  .wwa_ttl01 {
    width: 29rem;
    margin: 0 auto 3rem;
  }

  .wwa_ttl02 {
    width: 44rem;
    margin: 0 auto;
  }



  #wwa .lead {
    font-size: 3.1rem;
    margin: 4rem auto;
  }


  .wwa_img {
    width: 61rem;
    margin: 5rem auto;
  }


  .wwa_img .wwa_img_ill01 {
    width: 22rem;
    top: 0rem;
    right: -1rem;
  }

  .wwa_img .wwa_img_ill02 {
    width: 20rem;
    left: 3rem;
    bottom: -4rem;
  }

  .wwa_txt {
    top: 7rem;
    left: -3rem;
  }

  .wwa_txt p {
    font-size: 3.5rem;
  }


}


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

#ftrs {
  padding-bottom: 10rem;
}

#ftrs h2 span {
  display: block;
}

.ftrs_ttl01 {
  width: 45rem;
  margin: 0 auto 4rem;
}

.ftrs_ttl02 {
  width: 47rem;
  margin: 0 auto;
}


.ftrs_list {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 6rem;
  margin-top: 18rem;
}

.ftrs_list li {
  width: 52rem;
  position: relative;
}

.ftrs_txt {
  width: 34rem;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.trs_obi {
  position: absolute;
  font-size: 2.2rem;
  font-family: var(--source-han-sans);
  font-weight: 700;
  top: 2rem;
  left: 0rem;

}


.trs_obi span {
  display: block;
  width: fit-content;
  position: relative;
  padding: 0.7rem 1rem 0.5rem 2rem;
  line-height: 1;
  z-index: 1;
  color: var(--color-black);
}

.trs_obi span::before {
  background: rgb(255 255 255 / 100%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}




.ftrs_img {
  margin-top: -10rem;
}


.ftrs_ill {
  position: absolute;
}

.ftrs_list li:first-child .ftrs_ill {
  width: 26rem;
  left: 0;
  bottom: -6rem;
}

.ftrs_list li:nth-child(2) .ftrs_ill {
  width: 20rem;
  right: -7rem;
  bottom: 13rem;
}

.ftrs_list li:nth-child(3) .ftrs_ill {
  width: 18rem;
  right: -1rem;
  bottom: -9rem;
}


.ftrs_under {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 14rem;
  margin-top: 10rem;
  position: relative;
  z-index: 2;
}

.ftrs_box {
  width: 65rem;
}


.ftrs_box .fuki {
  width: 58rem;
}

.ftrs_box .img {
  width: 30rem;
}

.ftrs_box.box01 .img {
  margin-left: auto;
}

.ftrs_box.box02 .img {
  width: 28rem;
}


.ftrs_box.box02 {
  padding-top: 4rem;
}

.loop_swiper {
  margin: 10rem 0;
}

.loop_swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.loop_swiper .swiper-slide {
  width: 93rem;
  margin: 0 7rem;
}



@media screen and (max-width:767px) {

  .ftrs_ttl01 {
    width: 30rem;
    margin: 0 auto 3rem;
  }

  .ftrs_ttl02 {
    width: 33rem;
    margin: 0 auto;
  }

  .ftrs_list {
    overflow: clip;
    padding-bottom: 10rem;
  }

  .ftrs_list {
    flex-wrap: wrap;
    gap: 6rem;
    margin-top: 6rem;
  }

  .ftrs_list li {
    width: 100%;
    position: relative;
  }

  .ftrs_txt {
    width: 42rem;
    margin: 0;
    left: 4rem;
  }

  .ftrs_list li:nth-child(2) .ftrs_txt {
    margin-left: auto;
    left: 0;
    left: -4rem;
  }

  .trs_obi {
    font-size: 2.6rem;
  }



  .ftrs_img {
    margin-top: -19rem;
    width: 61rem;
    margin-left: auto;
    right: -7rem;

    position: relative;
  }

  .ftrs_list li:nth-child(2) .ftrs_img {
    margin-left: 0;
    right: 0;
    left: -7rem;
  }



  .ftrs_list li:first-child .ftrs_ill {
    width: 34rem;
    left: 3rem;
    bottom: -4rem;
  }

  .ftrs_list li:nth-child(2) .ftrs_ill {
    width: 22rem;
    right: 9rem;
    bottom: -3rem;
  }

  .ftrs_list li:nth-child(3) .ftrs_ill {
    width: 24rem;
    right: auto;
    bottom: -8rem;
    left: 11rem;
  }


  .ftrs_under {
    justify-content: start;
    gap: 0;
    position: relative;
    margin-top: 10rem;
  }

  .ftrs_box {
    width: 44rem;
  }


  .ftrs_box .fuki {
    width: 44rem;
  }

  .ftrs_box .img {
    width: 24rem;
  }

  .ftrs_box.box01 {
    margin-left: 3rem;
  }

  .ftrs_box.box01 .img {
    margin-left: 0;
    margin-top: 3rem;
  }

  .ftrs_box.box02 .img {
    width: 21rem;
    margin-left: auto;
    margin-right: 4rem;
    margin-top: 2rem;
  }


  .ftrs_box.box02 {
    padding-top: 13rem;
    position: absolute;
    right: 1rem;
    top: 0;
  }

  .loop_swiper {
    margin: 6rem 0;
  }


  .loop_swiper .swiper-slide {
    width: 46rem;
    margin: 0 3rem;
  }
}


/*================================================
* 
================================================*/
@media screen and (max-width:767px) {}


/*================================================
* 
================================================*/
@media screen and (max-width:767px) {}


/*================================================
* 
================================================*/
@media screen and (max-width:767px) {}


/*================================================
* 
================================================*/
@media screen and (max-width:767px) {}




/*================================================
 *  ani mv
 ================================================*/

.mv_zoom img {
  opacity: 0;
  transform: scale(0) translateY(1rem) rotate(0);
  will-change: opacity, transform;

  transition-property: opacity, transform;
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(0.34, 1.63, 0.64, 1);
}

.started .mv_zoom img {
  -webkit-transition: .8s .2s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .2s cubic-bezier(0.34, 1.63, 0.64, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0) rotate(0);
  transform: scale(1) translateY(0) rotate(0);
}

.z01.mv_zoom img {
  -webkit-transition: .8s .7s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .7s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.z02.mv_zoom img {
  -webkit-transition: .8s .9s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .9s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.z03.mv_zoom img {
  -webkit-transition: .8s 1.0s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s 1.0s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.z04.mv_zoom img {
  -webkit-transition: .8s 1.1s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s 1.1s cubic-bezier(0.34, 1.63, 0.64, 1);
}



.mv_fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.started .mv_fadeUp {
  opacity: 1;
  transform: translateY(0px);
}


.mv_fadeLeft {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.8s ease;
}

.started .mv_fadeLeft {
  opacity: 1;
  transform: translateX(0px);
}


/* mask */
.mv_mask {
  display: inline-block;
  overflow: hidden;
}

.mv_mask .txt {
  display: block;
  clip-path: inset(0 120% 0 0);
  transition: clip-path .8s ease 0.4s;
  white-space: nowrap;
}

.mv_mask02 .txt {
  transition: clip-path .8s ease 0.5s;
}

.mv_mask03 .txt {
  transition: clip-path .8s ease 0.6s;
}


.started .mv_mask .txt {
  clip-path: inset(0 0 0 0);
}

.mv_mask .txt span {
  display: block;
}










/*================================================
 *  ani
 ================================================*/
/* fadeUp */
.fadeLeft,
.fadeLeft-end {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.8s ease;
}

.fadeLeft.started,
.started .fadeLeft-end {
  opacity: 1;
  transform: translateX(0px);
}

/* fadeUp */
.fadeRight {
  opacity: 0;
  transform: translate(20px);
  transition: all 0.8s ease;
}

.fadeRight.started {
  opacity: 1;
  transform: translateX(0px);
}

/* fadeUp */
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

/* .started .fadeUp, */
.fadeUp.started {
  opacity: 1;
  transform: translateY(0px);
}

/* fadeUp */
.fadeIn {
  opacity: 0;
  transition: all 0.8s ease;
}

.started .fadeIn,
.fadeIn.started {
  opacity: 1;
}

/* zoom */
.zoom img,
.zoom02 img,
.zoom03 img,
.zoom04 img,
.zoom05 img,
.zoom06 img,
.zoom07 img,
.zoom08 img,
.zoom09 img,
.zoom10 img,
.zoom11 img,
.zoom12 img,
.zoom13 img,
.zoom14 img,
.zoom15 img,
.zoom02-end img,
.zoom03-end img,
.zoom05-end img,
.zoom06-end img,
.zoom13-end img,
.zoom14-end img,
.zoom15-end img {
  opacity: 0;
  transform: scale(0) translateY(1rem) rotate(0);
  will-change: opacity, transform;

  transition-property: opacity, transform;
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(0.34, 1.63, 0.64, 1);
}

.started .zoom img,
.zoom.started img,
.zoom02.started img,
.zoom03.started img,
.zoom04.started img,
.zoom05.started img,
.zoom06.started img,
.zoom07.started img,
.zoom08.started img,
.zoom09.started img,
.zoom10.started img,
.zoom11.started img,
.zoom12.started img,
.zoom13.started img,
.zoom14.started img,
.zoom15.started img,
.started .zoom02-end img,
.started .zoom03-end img,
.started .zoom05-end img,
.started .zoom06-end img,
.started .zoom13-end img,
.started .zoom14-end img,
.started .zoom15-end img {
  -webkit-transition: .8s .2s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .2s cubic-bezier(0.34, 1.63, 0.64, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0) rotate(0);
  transform: scale(1) translateY(0) rotate(0);
}

.started .zoom02-end img,
.zoom02.started img {
  -webkit-transition: .8s .3s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .3s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.started .zoom03-end img,
.zoom03.started img {
  -webkit-transition: .8s .4s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .4s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom04.started img {
  -webkit-transition: .8s .5s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .5s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.started .zoom05-end img,
.zoom05.started img {
  -webkit-transition: .8s .6s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .6s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.started .zoom06-end img,
.zoom06.started img {
  -webkit-transition: .8s .7s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .7s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom07.started img {
  -webkit-transition: .8s .8s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .8s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom08.started img {
  -webkit-transition: .8s .9s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s .9s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom09.started img {
  -webkit-transition: .8s 1.0s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s 1.0s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom10.started img {
  -webkit-transition: .8s 1.1s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s 1.1s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom11.started img {
  -webkit-transition: .8s 1.2s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s 1.2s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom12.started img {
  -webkit-transition: .8s 1.3s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s 1.3s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom13.started img,
.started .zoom13-end img {
  -webkit-transition: .8s 1.4s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s 1.4s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom14.started img,
.started .zoom14-end img {
  -webkit-transition: .8s 1.5s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s 1.5s cubic-bezier(0.34, 1.63, 0.64, 1);
}

.zoom15.started img,
.started .zoom15-end img {
  -webkit-transition: .8s 1.6s cubic-bezier(0.34, 1.63, 0.64, 1);
  transition: .8s 1.6s cubic-bezier(0.34, 1.63, 0.64, 1);
}

@keyframes buruburu {
  0% {
    transform: translate(4px, 0px);
  }

  5% {
    transform: translate(-4px, 0px);
  }

  10% {
    transform: translate(4px, 0px);
  }

  15% {
    transform: translate(-4px, 0px);
  }

  20% {
    transform: translate(4px, 0px);
  }

  25% {
    transform: translate(-4px, 0px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}




/* obi */
.obi {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
}


.obi::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: width 0.6s ease;
  height: 100%;
  width: 0;
  /* width: 100%; */
  background: var(--color-black);
}

.started .obi::before {
  width: 100%;
}

.obi span {
  position: relative;
  transition: width 0.6s ease .4s;
  overflow: hidden;
  width: 0;
  /* width: 100%; */
  display: block;
  white-space: nowrap;
}

.started .obi span {
  width: 100%;
}

/* mask */
.mask {
  overflow: hidden;
  width: fit-content;
  display: block;
}

.mask .txt {
  display: block;
  clip-path: inset(0 120% 0 0);
  transition: clip-path .8s ease .2s;
  white-space: nowrap;
}

.mask .txt.ja {
  transition: clip-path 1.6s ease .8s;
}

.mask.started .txt {
  clip-path: inset(0 0 0 0);
}

.mask .txt span {
  display: block;
}




/* patan */
.patan {
  /* width: 100%;
  height: 100%; */
  transition: transform .8s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;

  transform: rotateY(-180deg);
  position: relative;

}


.started .patan {
  transform: rotateY(0);
}

.patan2 {
  width: 100%;
  height: 100%;
  transition: transform .8s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  position: relative;
  background: var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
}


.started .patan2 {
  transform: rotateY(180deg);
}



/* pop-in */

.pop-in-Left img {
  transform: translate(-100%) scale(.8) rotate(0deg);
  animation: 1s steps(6, end) both popOutLeft;
  display: block;
}


.started .pop-in-Left img {
  animation: 1s steps(6, end) both popInLeft;
}

@keyframes popInLeft {

  0% {
    transform: translate(-100%) scale(.8) rotate(0deg);
  }

  100% {
    transform: translate(0) scale(1) rotate(0);
  }
}

@keyframes popOutLeft {
  0% {
    transform: translate(0) scale(1) rotate(0);
  }

  100% {
    transform: translate(-100%) scale(.8) rotate(0deg);
  }
}


.pop-in-Right img {
  transform: translate(100%) scale(.8) rotate(0deg);
  animation: 1s steps(6, end) both popOutRight;
  display: block;
}


.started .pop-in-Right img {
  animation: 1s steps(6, end) both popInRight;
}

@keyframes popInRight {

  0% {
    transform: translate(100%) scale(.8) rotate(0deg);
  }

  100% {
    transform: translate(0) scale(1) rotate(0);
  }
}

@keyframes popOutRight {
  0% {
    transform: translate(0) scale(1) rotate(0);
  }

  100% {
    transform: translate(100%) scale(.8) rotate(0deg);
  }
}

.a-delay02 {
  animation-delay: .2s !important;
}

.a-delay1 {
  animation-delay: 1s !important;
}




.delay01 {
  transition-delay: 0.1s;
}

.delay02 {
  transition-delay: 0.2s;
}


.delay03 {
  transition-delay: 0.3s;
}


.delay04 {
  transition-delay: 0.4s;
}

.delay06 {
  transition-delay: 0.6s;
}

.delay12 {
  transition-delay: 1.2s;
}

.delay16 {
  transition-delay: 1.6s;
}

.delay20 {
  transition-delay: 2s;
}

@media screen and (max-width:767px) {

  .delay04-pc,
  .delay02-pc,
  .delay03-pc {
    transition-delay: unset;
  }

  .delay02-sp {
    transition-delay: 0.2s;
  }

  .delay03-sp {
    transition-delay: 0.3s;
  }

  .delay05-sp {
    transition-delay: 0.5s;
  }
}