/* TOP IMG */
.top-img-wrapper{
  position: relative;
  width:100%;
  height:300px;
  overflow:hidden;
}

.top-img-0{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:110%;
}

.top-img-text{
  position: absolute;
  top: 50%;
  left: calc(50% - 80px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size:40px;
  color:#FFF;
}

.campaign-period-badge{
  position: absolute;
  right: 30px;
  bottom: 22px;
  z-index: 2;
  max-width: 420px;
  padding: 10px 18px;
  border: 2px solid var(--campaign-accent, #FF9100);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--campaign-accent, #FF9100);
  font: normal normal 800 15px/24px Noto Sans JP;
  text-align: right;
  box-sizing: border-box;
}

.campaign-period-badge:empty{
  display:none;
}

@media screen and (max-width: 767px){
  .top-img-wrapper{
    height:61px;
  }

  .top-img-0{
    top: 0%;
    left: 50%;
    width:110%;
  }

  .top-img-text{
    top: 40%;
    left: calc(50% - 36px);
    font-size:18px;
  }

  .campaign-period-badge{
    right: 12px;
    bottom: 8px;
    left: 12px;
    max-width: none;
    padding: 6px 10px;
    border-radius: 12px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }
}
/* /TOP IMG */

/* TOP DESC */
.top-desc-wrapper{
  display: flex;
  align-items:center;
  position: relative;
  max-width:1200px;
  padding:50px;
  margin-left:auto;
  margin-right:auto;
}

.top-desc-img{
  width:calc(40%);
  max-width:428px;
  margin-left:120px;
}


.top-desc-img img{
  width:100%;
}

.top-desc-text-wrapper{
  width:calc(50% - 38px);
  max-width:562px;
}

.top-desc-text-1{
  font: normal normal 800 28px/38px Noto Sans JP;
  letter-spacing: 0px;
  color:#FF9100;
  line-height: 40px;
}

@media screen and (max-width: 767px){
  .top-desc-text-1{
    line-height: 23px;
  }
}

.top-desc-text-2{
  margin-top:30px;
  font: normal normal 500 18px/28px Noto Sans JP;
  letter-spacing: 0px;
}

@media screen and (max-width: 767px){
  .top-desc-wrapper{
    display: block;
    margin-left:auto;
    margin-right:auto;
    padding:30px 30px 60px 30px;
  }

  .top-desc-img{
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    width:calc(100% - 60px);
    max-width:274px;
  }


  .top-desc-img img{
    width:100%;
  }

  .top-desc-text-wrapper{
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
    width:calc(100%);
  }

  .top-desc-text-1{
    font-size: 16px;
  }

  .top-desc-text-2{
    margin-top:20px;
    font-size: 12px;
  }
}
/* /TOP DESC */

/* BENEFIT */
.benefit-wrapper{
  padding-top:80px;
  background: #FFFAC7;
}

.benefit-sub-title{
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}
.benefit-sub-title img{
  max-width:343px;
}

.benefit-board{
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  padding-top:50px;
  padding-bottom:100px;
  width:calc(100% - 60px);
  max-width:1200px;
  border-radius: 30px;
  background: #FFF;
}

.benefit-title-wrapper{
  position: relative;
  margin-left:auto;
  margin-right:auto;
  height:97px;
  width:calc(100% - 100px);
}

.benefit-title-text{
  position: absolute;
  top:24px;
  left:30px;
  padding:11px 0px 11px 77px;
  width:calc(100% - 117px);
  border-radius: 25px;
  background: #FF9100;
  font: normal normal 800 25px/28px Noto Sans JP;
  letter-spacing: 0px;
  color:#FFF;
}

.benefit-title-notice{
  padding:5px 0px 5px 10px;
  width:calc(100% - 50px);
  border-radius: 15px;
  background: #FCC;
  font: normal normal medium 14px/27px Noto Sans JP;
  color:#000;
}
.benefit-desc-notice{
  margin-top:13px;
  font: normal normal medium 14px/27px Noto Sans JP;
  letter-spacing: 0px;
}


.benefit-title-img{
  position: absolute;
  top:0;
  left:-5px;
}

.benefit-title-img img{
  width:97px;
}

.benefit-desc-1-wrapper{
  display: flex;
  align-items:start;
  margin-left:157px;
  width:calc(100% - 207px);
}

.benefit-desc-1-img{
  max-width:225px;
}
.benefit-desc-1-img img{
  width:100%;
}

.benefit-desc-1-text{
  width:calc(100% - 225px);
  padding-left:20px;
  padding-bottom:20px;
  text-align: left;
  font: normal normal 500 18px/27px Noto Sans JP;
  letter-spacing: 0px;
}

.benefit-place-wrapper{
  margin-top:40px;
  margin-left:157px;
  width:calc(100% - 207px);
  border:2px solid #2E2E2E;
  border-radius: 10px;
}

.benefit-place-head{
  padding:10px 0 10px 0;
  background:#2E2E2E;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height:24px;
  text-align: center;
  color:#FFF;
}

.benefit-place-city-wrapper{
  display: flex;
  align-items:top;
  padding:20px 0 20px 0;
  width:calc(100% - 4px);
  text-align: center;
}

.benefit-place-city{
  padding:0 10px 0 10px ;
  width:calc(33%);
  min-height:105px;
  border-right:1px solid #707070;
  color:#3E3E3E;
}

.benefit-place-city a{
  color:#3E3E3E;
  text-decoration: underline;
}

.benefit-place-city a:hover{
  color:#008BE7;
}

.benefit-place-city:nth-child(3){
  border-right:0px;
}

.benefit-place-city-name{
  width:105px;
  margin-left:auto;
  margin-right:auto;
  padding:6px 0 6px 0;
  background: #3C689B;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height:20px;
  color:#FFF;
  border-radius: 16px;
}

.abiko-color{
  background: #3C689B;
}

.kashiwa-color{
  background: #FFBE00;
}

.inzai-color{
  background: #FF6DA4;
}

.benefit-place-city-building{
  margin-top:10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height:19px;
}

.benefit-place-city-address{
  margin-top:5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height:19px;
}

.benefit-place-alert{
  margin-top:7px;
  margin-left:157px;
  width:calc(100% - 207px);
  text-align:right;
  font: normal normal 500 12px/17px Noto Sans JP;
  letter-spacing: 0px;
}

.benefit-border{
  margin-top:75px;
  height:5px;
  background: #FFFAC7;
}

.benefit-lot-desc-title{
  margin-top:65px;
  text-align: center;
  font: normal normal 900 32px/46px Noto Sans JP;
  letter-spacing: 0px;
  color: #FF9100;
}

.benefit-lot-desc-remark{
  margin-top:13px;
  text-align: center;
  font: normal normal medium 14px/27px Noto Sans JP;
  letter-spacing: 0px;
}

.benefit-lot-title{
  margin-top:70px;
}

.benefit-desc-a-wrapper{
  display: flex;
  align-items:start;
  margin-left:157px;
  width:calc(100% - 207px);
}

.benefit-desc-a-img{
  max-width:301px;
}
.benefit-desc-a-img img{
  width:100%;
}

.benefit-desc-a-text{
  width:calc(100% - 251px);
  padding-left:30px;
  text-align: left;
  font: normal normal 500 18px/27px Noto Sans JP;
  letter-spacing: 0px;
}

@media screen and (max-width: 767px){
  .benefit-desc-a-wrapper{
    display: block;
    margin-top:10px;
    margin-left:30px;
    width:calc(100% - 60px);
  }

  .benefit-desc-a-img{
    margin-right:auto;
    margin-left:auto;
  }

  .benefit-desc-a-text{
    padding:0;
    margin:0;
    width:100%;
    font-size: 13px;
    line-height: 20px;
  }
}
.benefit-desc-notice{
    margin-right:auto;
    margin-left:auto;
    width:calc(100% - 60px);
    font-size: 13px;
    line-height: 20px;
}




.benefit-desc-2-wrapper{
  display: flex;
  align-items:center;
  margin-left:157px;
  width:calc(100% - 207px);
}

.benefit-desc-2-img{
  position: relative;
  width:33%;
  max-width:329px;
}

.benefit-desc-2-img img{
  position: absolute;
  top:-8vw;
  width:100%;
}

.benefit-desc-2-text-container{
  margin-top:15px;
  width:calc(67% - 40px);
}

@media screen and (max-width: 767px){
  .benefit-desc-2-text-container{
    width:100%;
  }
}

.benefit-desc-2-title{
  font: normal normal 800 25px/28px Noto Sans JP;
  letter-spacing: 0px;
  color: #FF9100;
}

@media screen and (max-width: 767px){
  .benefit-desc-2-title{
    margin-top:20px;
  }
}

.benefit-desc-2-text{
  margin-top:10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height:27px;
}

.benefit-course-title{
  position: relative;
  margin-top:30px;
  margin-left:157px;
  padding:7px 20px 8px 20px;
  width:calc(100% - 247px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height:28px;
  border: 3px solid #008BE7;
  border-radius: 22px;
  color:#008BE7;
}

.benefit-course-alert{
  position: absolute;
  top:7px;
  right:5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height:28px;
}

.benefit-course-wrapper{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top:30px;
  margin-left:157px;
  padding-bottom:30px;
  width:calc(100% - 200px);
  border-bottom:1px solid #E9E9E9;
}

.benefit-course-wrapper-top{
  margin-top:45px;
  padding-top:30px;
  border-top:1px solid #E9E9E9;
}

.benefit-course-text-wrapper{
  width:66%;
}

.benefit-course-city-name{
  width:105px;
  padding:6px 0 6px 0;
  font: normal normal 800 16px/20px Noto Sans JP;
  letter-spacing: 0px;
  color:#FFF;
  border-radius: 16px;
  text-align: center;
}

.benefit-course-text{
  margin-top:15px;
  font: normal normal 800 18px/30px Noto Sans JP;
  letter-spacing: 0px;
}

.benefit-course-img{
  width:31%;
  text-align: center;
}
.benefit-course-img img{
  width:100%;
}

.benefit-desc-3{
  margin-left:157px;
  width:calc(100% - 207px);
  font: normal normal 500 18px/27px Noto Sans JP;
  letter-spacing: 0px;
}

#benefit{
  margin-bottom:50px;
}

@media screen and (max-width: 767px){

  .benefit-wrapper{
    padding-top:5px;
    padding-bottom:41px;
  }

  .benefit-sub-title{
  }

  .benefit-sub-title img{
    max-width:175px;
  }

  .benefit-board{
    margin-top:15px;
    padding-top:24px;
    padding-bottom:30px;
    width:calc(100% - 60px);
    border-radius: 25px;
  }

  .benefit-title-wrapper{
    position: relative;
    margin-left:10px;
    height:71px;
    width:calc(100% - 28px);
  }

  .benefit-title-text{
    position: absolute;
    top:12px;
    left:40px;
    padding:6px 3px 6px 10px;
    width:calc(100% - 61px);
    border-radius: 25px;
    background: #FF9100;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height:18px;
    text-align: center;
    color:#FFF;
  }

  .benefit-title-notice{
    top:12px;
    left:20px;
    padding:6px 3px 6px 10px;
    width:calc(100% - 51px);
    border-radius: 15px;
    background: #FCC;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height:18px;
    text-align: center;
  }


  .benefit-title-img{
    position: absolute;
    top:0;
    left:0;
  }

  .benefit-title-img img{
    width:76px;
  }

  .benefit-desc-1-wrapper{
    display: block;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    width:calc(100% - 40px);
  }

  .benefit-desc-1-img{
    width:218px;
    margin-left:auto;
    margin-right:auto;
  }

  .benefit-desc-1-text{
    padding:18px;
    width:calc(100% - 36px);
    font-size: 14px;
    line-height: 23px;
  }

  .benefit-place-wrapper{
    margin-left:30px;
    width:calc(100% - 64px);
    border:2px solid #2E2E2E;
    border-radius: 10px;
  }

  .benefit-place-head{
    padding:10px 0 12px 0;
    background:#2E2E2E;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height:6px;
  }

  .benefit-place-city-wrapper{
    display: block;
    padding:0px 0px 0px 0px;
    width:calc(100% - 4px);
  }

  .benefit-place-city{
    padding:20px 0px 20px 0px;
    width:calc(100% - 10px);
    min-height:auto;
    margin-left:auto;
    margin-right:auto;
    border-bottom:1px solid #707070;
    border-right:0px solid #707070;
  }

  .benefit-place-city:nth-child(3){
    border-bottom:0px solid #707070;
  }

  .benefit-place-city-name{
    width:105px;
    padding:6px 0 6px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height:20px;
    border-radius: 16px;
  }

  .benefit-place-city-building{
    margin-top:10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height:16px;
  }

  .benefit-place-city-address{
    margin-top:5px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 10px;
    line-height:16px;
  }

  .benefit-place-alert{
    margin-top:7px;
    margin-left:auto;
    width:calc(100%);
    font-size: 10px;
    line-height:17px;
    text-align: center;
  }

  .benefit-lot-title{
    margin-top:50px;
  }

  .benefit-desc-2-wrapper{
    display: block;
    margin-top:10px;
    margin-left:30px;
    width:calc(100% - 60px);
  }

  .benefit-desc-2-text{
    width:calc(100%);
    font-size: 14px;
    line-height:23px;
  }

  .benefit-course-title{
    margin-top:30px;
    margin-left:auto;
    margin-right:auto;
    padding:4px 0px 4px 0px;
    width:calc(100% - 60px);
    font-size: 14px;
    line-height:18px;
    border: 2px solid #008BE7;
    border-radius: 24px;
    text-align: center;
  }

  .benefit-course-alert{
    position: static;
    font-size: 10px;
    line-height:14px;
  }

  .benefit-course-wrapper{
    display: block;
    margin-top:35px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:29px;
    width:calc(100% - 54px);
  }

  .benefit-course-text-wrapper{
    width:100%;
  }

  .benefit-course-city-name{
    margin-left:auto;
    margin-right:auto;
  }

  .benefit-course-text{
    margin-top:15px;
    font-size: 13px;
    line-height:20px;
  }

  .benefit-course-img{
    margin-top:15px;
    width:100%;
    text-align: center;
  }

  .benefit-course-img img{
    max-width:252px;
  }
  .benefit-desc-3{
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    width:calc(100% - 60px);
    font-size: 14px;
    line-height:23px;
  }

}
/* /BENEFIT */

/* ENTRY */
.entry-wrapper{
  padding-top:100px;
  padding-bottom:106px;
  background:var(--campaign-soft-yellow, #FFFAC7);
}

.entry-title{
  text-align: center;
  font: normal normal 800 35px/43px Noto Sans JP;
  letter-spacing: 3.5px;
  color: #FF9100;
}

.entry-action-wrapper{
  display:flex;
  position: relative;
  margin-top:44px;
  margin-left:auto;
  margin-right:auto;
  max-width:1220px;
  padding:0 10px 0 10px;
}

.entry-action{
  position: relative;
  padding:0 30px 0 30px;
  margin-left:28px;
  width:calc((100% - 84px) / 4);
  height:490px;
  border: 3px solid #FF9100;
  border-radius: 30px;
  text-align: center;
  background:#FFF;
}

.entry-action:nth-child(1){
  margin-left:0px;
}

.entry-action-no{
  margin-top:45px;
}

.entry-action-no img{
  height:51px;
}

.entry-action-img-furari{
  margin-top:45px;
  margin-left:auto;
  margin-right:auto;
  max-width:219px;
}

.entry-action-img-furari img{
  width:100%;
}

.entry-action-img-qr{
  margin-top:34px;
  margin-left:auto;
  margin-right:auto;
  max-width:121px;
}

.entry-action-img-qr img{
  width:100%;
}

.entry-action-img-apple{
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  max-width:190px;
}

.entry-action-img-apple img{
  width:100%;
}

.entry-action-img-google{
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  max-width:190px;
}

.entry-action-img-google img{
  width:100%;
}

.entry-action-img{
  margin-top:34px;
  margin-left:auto;
  margin-right:auto;
  max-width:219px;
}

.entry-action-img img{
  width:100%;
}

.entry-action-text{
  position: absolute;
  top:353px;
  left:30px;
  width:calc(100% - 60px);
  max-width:219px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height:22px;
  text-align: left;
}

.entry-action-arrow{
  position: absolute;
  top:calc(50% - 12px);
  right:-24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.5px 0 19.5px 21px;
  border-color: transparent transparent transparent #FF9100;
}

.entry-weblink-wrapper{
  position: relative;
  overflow: hidden;
  margin:44px auto 0;
  max-width:960px;
  padding:44px 42px 42px;
  border: 3px solid var(--campaign-accent, #FF9100);
  border-radius:34px;
  text-align:center;
  background:
    radial-gradient(circle at 10% 6%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(155deg, #FFFFFF 0%, #F4FBFF 58%, #ECF5FF 100%);
  box-shadow: 0 20px 44px rgba(20, 46, 80, 0.16);
}

.entry-weblink-wrapper::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 90%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 42%),
    repeating-linear-gradient(-32deg, rgba(255, 255, 255, 0.09) 0 10px, rgba(255, 255, 255, 0) 10px 22px);
  opacity: 0.68;
}

.entry-weblink-label{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--campaign-accent, #FF9100);
  color: #FFFFFF;
  font: normal normal 900 14px/1 Noto Sans JP;
  letter-spacing: 0.12em;
}

.entry-weblink-sub{
  position: relative;
  margin: 10px 0 0;
  color: #2D4E74;
  font: normal normal 600 17px/1.55 Noto Sans JP;
  letter-spacing: 0.03em;
}

.entry-weblink-lead{
  position: relative;
  margin:0;
  color:#173B63;
  font: normal normal 900 30px/1.5 Noto Sans JP;
  letter-spacing:0.08em;
}

.entry-weblink-cta{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display:inline-flex;
  align-items:center;
  gap:18px;
  margin-top:28px;
  padding:16px 30px 18px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius:999px;
  box-shadow:
    0 18px 34px rgba(0, 53, 132, 0.38),
    0 0 0 0 rgba(255, 255, 255, 0.42);
  color:#fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
  text-decoration:none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  animation: entryCtaPulse 2s ease-in-out infinite;
}

.entry-weblink-cta > *{
  position: relative;
  z-index: 1;
}

.entry-weblink-cta::before{
  content: "";
  position: absolute;
  top: -50%;
  left: -70%;
  width: 36%;
  height: 200%;
  transform: translateX(-220%) skewX(-26deg);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 32%, rgba(255, 255, 255, 0.92) 50%, rgba(255, 255, 255, 0.24) 68%, rgba(255, 255, 255, 0) 100%);
  animation: entryCtaShine 2.8s linear infinite;
}

.entry-weblink-cta::after{
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.entry-weblink-cta-copy{
  display: block;
  text-align: left;
}

.entry-weblink-cta-kicker{
  display: block;
  margin-bottom: 3px;
  font: normal normal 700 12px/1 Noto Sans JP;
  letter-spacing: 0.22em;
}

.entry-weblink-cta-text{
  display: block;
  font: normal normal 900 34px/1.06 Noto Sans JP;
  letter-spacing: 0.05em;
}

.entry-weblink-cta:hover{
  transform: translateY(-3px) scale(1.015);
  box-shadow:
    0 24px 42px rgba(0, 53, 132, 0.46),
    0 0 0 14px rgba(255, 255, 255, 0);
  filter: saturate(1.08);
}

.entry-weblink-cta-arrow{
  display:inline-block;
  width:14px;
  height:14px;
  margin-left: 2px;
  border-top:3px solid #fff;
  border-right:3px solid #fff;
  transform: rotate(45deg);
  animation: entryCtaArrowNudge 1.1s ease-in-out infinite;
}

@keyframes entryCtaPulse{
  0%, 100%{
    box-shadow:
      0 18px 34px rgba(0, 53, 132, 0.38),
      0 0 0 0 rgba(255, 255, 255, 0.42);
  }
  50%{
    box-shadow:
      0 22px 40px rgba(0, 53, 132, 0.46),
      0 0 0 12px rgba(255, 255, 255, 0);
  }
}

@keyframes entryCtaShine{
  0%{
    transform: translateX(-220%) skewX(-26deg);
  }
  100%{
    transform: translateX(520%) skewX(-26deg);
  }
}

@keyframes entryCtaArrowNudge{
  0%, 100%{
    transform: translateX(0) rotate(45deg);
  }
  50%{
    transform: translateX(4px) rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce){
  .entry-weblink-cta,
  .entry-weblink-cta::before,
  .entry-weblink-cta-arrow{
    animation: none !important;
  }
}

@media screen and (max-width: 767px){
  .entry-wrapper{
    padding-top:50px;
    padding-bottom:63px;
  }

  .entry-title{
    font-size: 20px;
    line-height:43px;
    letter-spacing: 2px;
  }

  .entry-action-wrapper{
    display:block;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    width:calc(100% - 20px);
  }

  .entry-action{
    margin-top:28px;
    margin-left:auto;
    margin-right:auto;
    width:calc(100% - 111px);
    max-width:279px;
    height:403px;
    border: 3px solid #FF9100;
    border-radius: 30px;
  }

  .entry-action:nth-child(1){
    margin-left:auto;
    margin-top:0px;
  }

  .entry-action-no{
    margin-top:30px;
  }

  .entry-action-no img{
    height:51px;
  }

  .entry-action-img-furari{
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    max-width:219px;
  }

  .entry-action-img-furari img{
    width:100%;
  }

  .entry-action-img-qr{
    margin-top:24px;
    margin-left:auto;
    margin-right:auto;
    max-width:121px;
  }

  .entry-action-img-qr img{
    width:100%;
  }

  .entry-action-img{
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    max-width:219px;
  }

  .entry-action-img img{
    width:100%;
  }

  .entry-action-text{
    position:static;
    margin-top:5px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    max-width:219px;
    font-size: 12px;
    line-height:18px;
    text-align: center;
  }

  .entry-action-arrow{
    top: 406px;
    left: calc(50% - 20px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 19.5px 0 19.5px;
    border-color: #FF9100 transparent transparent transparent;
  }

  .entry-weblink-wrapper{
    margin-top:24px;
    width:calc(100% - 20px);
    max-width:540px;
    padding:30px 16px 26px;
    border-radius:24px;
  }

  .entry-weblink-label{
    margin-bottom: 14px;
    padding: 5px 12px;
    font-size: 12px;
  }

  .entry-weblink-lead{
    font-size:20px;
    line-height:1.45;
    letter-spacing:0.04em;
  }

  .entry-weblink-sub{
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.5;
  }

  .entry-weblink-cta{
    justify-content: space-between;
    margin-top:18px;
    padding:13px 17px 14px;
    width: 100%;
    max-width: 420px;
  }

  .entry-weblink-cta-copy{
    text-align: left;
  }

  .entry-weblink-cta-kicker{
    font-size: 10px;
    margin-bottom: 2px;
    letter-spacing: 0.16em;
  }

  .entry-weblink-cta-text{
    font-size: 23px;
    line-height: 1.12;
  }

  .entry-weblink-cta-arrow{
    width:10px;
    height:10px;
    border-top-width:2px;
    border-right-width:2px;
    margin-left: 0;
  }
}
/* /ENTRY */

.margin-top-50{
  margin-top:50px;
}
