@charset "UTF-8";


: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) {}

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





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

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

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

.golfMv_catch div {
  width: 4.6rem;
}

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

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

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

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

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

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

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

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



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

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


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

  #golfMv {
    height: 186.66vw;
  }

  #golfMv .inner {
    height: 186.66vw;
  }

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

  .golfMv_catch div {
    width: 3.5rem;
  }

  .golfMv_catch-right {
    top: 55rem;
  }

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




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

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




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

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

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

.g_hd img {
  width: auto;
  max-width: unset;
  height: 11rem;
  margin: 0 auto;
}


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

#concept h3 {
  width: 71rem;
  margin: 10rem auto;
}


#concept .lead {
  width: 82rem;
  font-size: 4rem;
  margin: 5rem auto;
}

.co_ill {
  width: 69rem;
  margin: 0 auto;
}

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

  }

  .g_hd img {
    width: auto;
    max-width: unset;
    height: 8rem;
    margin: 0 auto;
  }


  #concept {
    padding: 30rem 0 10rem;
  }

  #concept h3 {
    width: 52rem;
    margin: 5rem auto;
  }


  #concept .lead {
    width: 60rem;
    font-size: 3rem;
    margin: 5rem auto;
  }

  .co_ill {
    width: 50rem;
    margin: 0 auto;
  }
}




/*================================================
* reason
================================================*/
#reason {
  color: var(--color-white);
  padding-bottom: 10rem;
}


#reason .circle {
  width: 35rem;
  position: relative;
  /* bottom: 33rem;
  right: 8rem; */
  margin-left: auto;
  margin-right: 8rem;
  margin-bottom: 10rem;
}

.circle_en {
  position: absolute;
  left: 0;
  top: 0;
  animation: 20s linear infinite rotation;
}

@keyframes rotation {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0);
  }
}

#reason .lead {
  font-size: 4rem;
  width: fit-content;
  margin: 7rem auto;
  position: relative;
  padding: 0 3rem;
}

#reason .lead::before,
#reason .lead::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 1.6rem;
  height: 3rem;
  top: 50%;

  transform: translateY(-50%);
}

#reason .lead::before {
  left: 0;
  background-image: url(../../images/kurume/golf/reason_ttl_left.webp);
}

#reason .lead::after {
  background-image: url(../../images/kurume/golf/reason_ttl_right.webp);
  right: 0;
}


.reason_list {
  width: 78rem;
  margin: 0 auto;
}

.reason_list li {
  margin-top: 4rem;
}


#reason h3 {
  width: 59rem;
  margin: 8rem auto 6rem;
}

.joutatsu {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 5rem;
  padding-bottom: 30rem;
}

.joutatsu_box {
  width: 46rem;
  padding: 7rem 0 3rem;
  border: 0.15rem solid var(--color-white);
  border-radius: 2.2rem;
  position: relative;
}

.joutatsu_box .num {
  width: 13rem;
  position: absolute;
  top: 0;
  left: 0;
}

.joutatsu_box h4 {
  width: 29rem;
  margin: 0 auto 4rem;
}

.joutatsu_box p {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 5rem;
}

.joutatsu_box .img {
  width: 41rem;
  margin: 0 auto;
}

.joutatsu_box .ill {
  position: absolute;
  z-index: 1;
}

.joutatsu_box.box01 .ill {
  width: 24rem;
  bottom: -8rem;
  left: -12rem;
}

.joutatsu_box.box02 .ill {
  display: none;
}

.joutatsu_box.box03 .ill {
  width: 16rem;
  bottom: -15rem;
  right: -8rem;
}

.mask_wrap {
  position: relative;
}

.loop_swiper {
  -webkit-mask-image: url(../../images/kurume/golf/slide_mask.webp);
  mask-image: url(../../images/kurume/golf/slide_mask.webp);

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;

}

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

.joutatsu_box .loop_swiper .swiper-slide {
  width: auto;
  height: 26rem;
}

.joutatsu_box .loop_swiper .swiper-slide img {
  width: auto;
  max-width: unset;
  height: 100%;
}

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

  #reason .lead {
    font-size: 4rem;
    width: fit-content;
    margin: 7rem auto;
    position: relative;
    padding: 0 3rem;
  }

  #reason .lead::before,
  #reason .lead::after {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 1.6rem;
    height: 3rem;
    top: 50%;

    transform: translateY(-50%);
  }

  #reason .lead::before {
    left: 0;
    background-image: url(../../images/kurume/golf/reason_ttl_left.webp);
  }

  #reason .lead::after {
    background-image: url(../../images/kurume/golf/reason_ttl_right.webp);
    right: 0;
  }


  .reason_list {
    width: 57rem;
    margin: 0 auto;
  }

  .reason_list li {
    margin-top: 3rem;
  }


  #reason h3 {
    width: 43rem;
    margin: 8rem auto 6rem;
  }

  .joutatsu {
    flex-wrap: wrap;
    gap: 5rem;
    overflow: clip;
    padding-bottom: 15rem;
  }

  .joutatsu_box {
    width: 59rem;
    padding: 7rem 0 42rem;
    position: relative;
  }

  .joutatsu_box .num {
    width: 13rem;
    position: absolute;
    top: 0;
    left: 0;
  }

  .joutatsu_box h4 {
    width: 38rem;
    margin: 0 auto 4rem;
  }

  .joutatsu_box p {
    font-size: 2.8rem;
  }

  .joutatsu_box .img {
    width: 50rem;
    position: absolute;
    top: 36rem;
  }

  .joutatsu_box.box02 .img {
    right: -8rem;
    display: block;
  }

  .joutatsu_box.box03 .img {
    left: -8rem;
  }

  .joutatsu_box.box01 .ill {
    display: none;
  }

  .joutatsu_box.box02 .ill {
    display: block;
    width: 29rem;
    bottom: 3rem;
    left: -4rem;
  }

  .joutatsu_box.box03 .ill {
    width: 21rem;
    bottom: 1rem;
    right: 0rem;
  }

  .mask_wrap {
    position: absolute;
    width: 75rem;
    left: 50%;
    transform: translateX(-50%);
    top: 35rem;
  }



  .joutatsu_box .loop_swiper .swiper-slide {
    height: 33rem;
  }


  .loop_swiper {
    -webkit-mask-image: url(../../images/kurume/golf/slide_mask_sp.webp);
    mask-image: url(../../images/kurume/golf/slide_mask_sp.webp);
  }
}

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

/*================================================
* 
================================================*/
@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;
  }
}