@charset "UTF-8";
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSansCJKjp-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSansCJKjp-Black.otf") format("opentype");
  font-weight: 900;
}
@media (min-width: 1060px) {
  .tab,
  .sp {
    display: none !important;
  }
}
@media (max-width: 1059px) and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc,
  .tab {
    display: none !important;
  }
}
/* 共通 */
body {overflow-x: hidden;}
.skp img  {width: 100%;}
a {transition: 0.3s;}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* パーツ */
.red {
  color: #e60012;
}

.white {
  color: #fff;
}
.underline {
  position: relative;
  z-index: 2;
}
.underline:before {
  display: block;
  content: "";
  background: #fff728;
  height: 20px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .underline:before {
    height: 10px;
  }
}
.note {
  font-size: 0.975rem;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .note {
    font-size: 0.75rem;
  }
}
.fw_normal{
  font-weight: normal;
}
.kerning {
  font-feature-settings: "palt";
}
.middle-align{
  vertical-align: middle;
}
.more_btn{
  width: max-content;
  min-width: 168px;
  font-size: 4vw;
  height: 50px;
  padding: 0 10vw; 
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  background: #e60012;
  margin: auto;
  transition: 0.3s;
  position: relative;
}
.show + .more_btn{
  margin: 30px auto 10px auto;
}
@media (min-width: 768px) {
  .more_btn{
    height: 76px;
    padding: 0 70px;
    font-size: 24px;
    border-radius: 20px;
    background: #e60012;
    cursor: pointer;
  }
  .more_btn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .show + .more_btn{
    margin: 60px auto 30px auto;
  }
}
.arrow-down:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 14px;
}
.show + .arrow-down:after{
  transform: translateY(0%) rotate(-45deg);
}
@media (min-width: 768px) {
  .arrow-down:after {
    width: 10px;
    height: 10px;
    right: 40px;
  }
}
.arrow-right:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
}
@media (min-width: 768px) {
  .arrow-right:after {
    width: 10px;
    height: 10px;
    right: 40px;
  }
}
.separator-arrow,
.separator-arrow__gray_line{
  position: relative;
}
.separator-arrow:after,
.separator-arrow__gray_line:after{
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 50% 100%, 0% 40%);
  left: 0;
  top: -2px;
  z-index: 1;
}
.separator-arrow__gray_line:after{
  background-color: #edeff1;
  margin: 50px auto;
  z-index: 0;
  top: -50px;
}
@media (min-width: 768px) {
  .separator-arrow:after,
  .separator-arrow__gray_line:after{
    height: 50px;
  }
}
.separator-arrow__white:after{
  background-color: #fff;
}
/* ページ */
.skp {
  font-family: "NotoSans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  font-weight: normal;
  font-size: 16px;
  overflow: hidden;
  color: #231b19;
}
@media (max-width: 767px) {
  .skp {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.7;
  }
}
.skp section{
  max-width: 1060px;
  margin: 0 auto;
}
.skp .inner{
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .skp .inner {
    padding: 50px 60px;
  }
}
.kv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/kv-bg--sp.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .kv {
    height: 680px;
    background: url(../img/kv-bg--pc.webp) no-repeat center center/cover;
  }
}
.kv .inner{
  padding: 7vw 15px;
}
.kv__title--wrap{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.kv__subtitle{
  margin-bottom: 12.5vw;
}
@media (min-width: 768px) {
  .kv .inner{
    padding: 0;
  }
  .kv__title--wrap{
    width: 840px;
  }
  .kv__subtitle{
    margin-bottom: 40px;
  }
}
.kv__title--box{
  position: relative;
}
.kv__chara{
  display: block;
  width: 22vw;
  position: absolute;
  right: 0;
  top: -9vw;
}
@media (min-width: 768px) {
  .kv__chara{
    width: 150px;
    right: -55px;
    top: -32px;
  }
}
.kv__title--wrap .info{
  width: 100%;
  margin: -1px auto 0 auto;
  padding: 8px 10px;
  background: #231b19;
  border-radius: 10px;
  font-size: 0.625rem;
  position: relative;
}
@media (min-width: 768px) {
  .kv__title--wrap .info{
    width: 540px;
    margin: -20px auto 0 150px;
    padding: 10px 20px;
    font-size: 0.85rem;
  } 
}
.kv__title--wrap .info .detail__list li{
  text-indent: -1em;
  padding-left: 1em;
}
.giza_badge{
  position: absolute;
  left: -1.4vw;
  top: -15.5vw;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.giza_badge svg{
  fill: #231b19;
  width: 22vw;
  height: 22vw;
  min-width: 80px;
  animation: rotation 6s linear infinite;
}
@media (min-width: 768px) {
  .giza_badge{
    left: initial;
    top: initial;
    right: -15%;
    bottom: -32%;
    display: block;
  }
  .giza_badge svg{
    fill: #231b19;
    width: 180px;
    height: 180px;
    min-width: 80px;
  }
}
@media (min-width: 1150px) {
  .giza_badge{
    right: -20%;
  }
}
#countdown {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 0px;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 3vw;
}
.countdown_number {
  font-size: 8vw;
  line-height: 1;
  margin-left: 8%;
  color: #ffe520;
}
.countdown_text {
  width: 100%;
  line-height: 1;
  font-size: 2.4vw;
}
@media (min-width: 768px) {
  #countdown {
    font-size: 1.4rem;
  }
  .countdown_number {
    font-size: 4rem;
  }
  .countdown_text {
    font-size: 1.2rem;
  }
}
.skp_contents{
  background-color: #fbf5bb;
  background-image: url("../img/bg_kamifubuki.webp");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100%;
}
.skp-dates{
  background: #fff;
  border-top: 4px solid #e60012;
  border-bottom: 4px solid #e60012;
  color: #e60012;
  font-weight: 700;
}
.skp-dates .inner{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}
@media (min-width: 768px) {
  .skp-dates{
    border-top: 6px solid #e60012;
    border-bottom: 6px solid #e60012;
  }
  .skp-dates .inner{
    gap: 40px;
    padding: 20px;
  }
}
.skp-dates__title{
  padding: 5px 4vw;
  background: linear-gradient(155deg, #f90014 50%, #e60012 50%);
  border-radius: 50px;
  text-align: center;
  white-space: nowrap;
  font-size: 3.0vw;
  color: #fff;
  line-height: 1.2;
}
.skp-dates__dates{
  white-space: nowrap;
  font-size: 8.2vw;
  line-height: 1.2;
}
.skp-dates__dates .small_txt{
  font-size: 3vw;
}
.skp-dates__dates .fw_normal{
  font-size: 6vw;
  vertical-align: 2px;
}
.skp-dates__dates .middle-align{
  font-size: 4vw;
}
@media (min-width: 768px) {
  .skp-dates__title{
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 2.0rem;
  }
  .skp-dates__dates{
    font-size: 4rem;
    line-height: 1.2;
  }
  .skp-dates__dates .small_txt{
    font-size: 1.4rem;
  }
  .skp-dates__dates .fw_normal{
    font-size: 3rem;
    vertical-align: 8px;
  }
  .skp-dates__dates .middle-align{
    font-size: 1.8rem;
  }
}
.campaign .inner {
  background-color: #ffe53c;
  background-image: url("../img/bg_kamifubuki--sp.webp");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100%;
}
@media (min-width: 768px) {
  .campaign .inner {
    background-image: url("../img/bg_kamifubuki.webp");
  }
}
.campaign__container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.campaign__left{
  width: 80%;
  margin: 0 auto;
}
.campaign__right{
  width: 100%;
}
@media (min-width: 768px) {
  .campaign__container{
    gap: 40px;
    margin-top: 20px;
  }
  .campaign__left,
  .campaign__right{
    flex: 1;
  }
}
.campaign__left{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.campaign__left-app{
  flex: 1;
  position: relative;
}
.campaign__left-app:after{
  content: "×";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13vw;
  height: 13vw;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #231b19;
  color: #fff;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  right: -9vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.campaign__left-point {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33vw;
  height: 33vw;
  border-radius: 50%;
  background: linear-gradient(155deg, #f90014 50%, #e60012 50%);
  color: #fff;
  font-size: 14vw;
  font-weight: 700;
  text-align: center;
}
.campaign__left-point span {
  display: block;
  line-height: 1;
}
@media (min-width: 768px) {
  .campaign__left-app{
    max-width: 220px;
  }
  .campaign__left-app:after{
    width: 45px;
    height: 45px;
    right: -30px;
    font-size: 1.2rem;
  }
  .campaign__left-point {
    width: 150px;
    height: 150px; 
    font-size: 3.2rem;
  }
}
.campaign__right{
  padding: 40px 30px 30px;
  background: #fff;
  border: 2px solid #e60012;
  border-radius: 20px;
  position: relative;
}
.campaign__right-maintxt{
  margin-bottom: 20px;
  font-size: 4.8vw;
  line-height: 1.8;
  font-weight: 700;
}
.campaign__right-subtxt{
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .campaign__right{
    padding: 60px 60px 50px 60px;
  }
  .campaign__right-maintxt{
    white-space: nowrap;
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 2.5rem;
  }
  .campaign__right-subtxt{
    font-size: 1.22rem;
    line-height: 1.5;
  }
}
.campaign__right-badge span {
  position: absolute;
  top: -20px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 45px;
  text-align: center;
  background: #e60012;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  .campaign__right-badge span {
    position: absolute;
    top: -20px;
    left: 60px;
    width: 180px;
    height: 60px;
    font-size: 2.4rem;
  }
}
.campaign__right-badge span:before {
  position: absolute;
  content: '';
}
.campaign__right-badge span:before {
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #b60012;
}

.campaign > .box {
  font-weight: 600;
  padding: 35px 50px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .campaign > .box {
    padding: 30px 0 20px;
    margin-bottom: 35px;
  }
}
.campaign > .box p {
  font-size: 24px;
}
@media (max-width: 767px) {
  .campaign > .box p {
    font-size: 16px;
  }
}
.campaign > .box .red {
  font-size: 22px;
}
@media (max-width: 767px) {
  .campaign > .box .red {
    font-size: 15px;
  }
}
.campaign .note{
  text-indent: 0;
  padding-left: 0;
}
.campaign .note li,
.campaign .box .detail__list li{
  margin-bottom: 8px;
  line-height: 1.4;
}
.campaign .box {
  padding: 30px 20px;
  background: #fff;
  border: 2px solid #e60012;
  border-radius: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .campaign .box {
    padding: 40px;
  }
}
.campaign .box h2 {
  text-align: center;
  font-size: 5.1vw;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .campaign .box h2 {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.campaign .box .detail__wrapper,
.campaign .box .detail__wrapper p{
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .campaign .box .detail__wrapper,
  .campaign .box .detail__wrapper p{
    font-size: 1.125rem;
  }
  .campaign .more_btn{
    width: 260px;
  }    
}

.campaign .box ul{
  text-indent: -1em;
  padding-left: 1em;
}
.campaign .box .detail__list{
  padding-top: 20px;
  text-indent: -0.8em;
  padding-left: 1em;
}
.campaign .box .detail__list li{
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .campaign .box .detail__list li{
    font-size: 1rem;
  }
}
.campaign .box .detail dt:first-child{
  margin-top: 0;
}
.campaign .box .detail dt {
  font-size: 24px;
  color: #e60012;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  margin: 30px 0 15px;
}
@media (max-width: 767px) {
  .campaign .box .detail dt {
    margin: 30px 0 5px;
    font-size: 16px;
    padding-left: 12.5px;
  }
}
.campaign .box .detail dt:before {
  display: block;
  content: "";
  width: 6px;
  height: 24px;
  background: #e60012;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .campaign .box .detail dt:before {
    width: 3px;
    height: 16px;
  }
}

@media (min-width: 1060px) {
  .campaign .box .detail a[href*="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .campaign .box .detail a[href*="tel:"] {
    cursor: pointer;
    text-decoration: underline;
  }
}

.promotion .separator-arrow:before{
  top: -2px;
}
.promotion .inner{
  background: #fff url(../img/bg_kamifubuki--sp.webp) top no-repeat;
  background-size: contain;
  padding-bottom: 20px;
}
.promotion__title{
  margin-top: -10px;
  font-size: 6.6vw;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .promotion .inner{
    background: #fff url(../img/bg_kamifubuki.webp) top no-repeat;
    background-size: contain;
  }
  .promotion__title{
    font-size: 2.0rem;
  }
}
.promotion__img01{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px auto;
}
.promotion__img01 img{
  width: 80%;
}
.promotion__img02 img{
  display: block;
  width: 70%;
  margin: 0 auto;
}
.promotion__img01:before,
.promotion__img01:after{
  content: "";
  width: 10vw;
  height: 10vw;
  display: inline-block;
}
.promotion__img01:before{
  background-image: url(../img/deco-2.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.promotion__img01:after{
  background-image: url(../img/deco-2.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .promotion__img01{
    gap: 20px;
  }
  .promotion__img01 img{
    width: 70%;
  }
  .promotion__img02 img{
    width: 50%;
    margin: 0 auto;
  }
  .promotion__img01:before,
  .promotion__img01:after{
    content: "";
    width: 70px;
    height: 70px;
    display: inline-block;
  }
}
.promotion__details--top,
.promotion__details--bottom{
  padding: 30px;
  background: #fff;
  border: 2px solid #e60012;
  border-radius: 20px;
}
.promotion__details--top{
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
.promotion__details--bottom{
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .promotion__details--top,
  .promotion__details--bottom{
    padding: 30px;
  }
  .promotion__details--top{;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .promotion__details--bottom{
    margin-bottom: 60px;
  }
}
.promotion__details--top:after{
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 71px solid transparent;
  border-left: 71px solid transparent;
  border-top: 35px solid #e60012;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
  margin: auto;
}
@media (min-width: 768px) {
  .promotion__details--top:after{
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 35px solid #e60012
  }
}
.promotion__text{
  line-height: 1.6;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .promotion__text{
    font-size: 2.0rem;
  }
}
.promotion__text span{
  color: #e60012;
}
.lead {
  background: #fff;
}
.lead .inner{
  padding-top: 55px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .lead .inner{
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.lead__bottom {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lead__bottom {
    font-size: 1.0rem;
  }
}
.lead__bottom .img {
  width: 236px;
  display: inline-block;
}
@media (max-width: 767px) {
  .lead__bottom .img {
    width: 113px;
  }
}
.lead__bottom .large {
  font-size: 34px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .lead__bottom .large {
    font-size: 17px;
  }
}
.lead__bottom .underline {
  font-size: 6.2vw;
  display: block;
}
@media (min-width: 768px) {
  .lead__bottom .underline {
    font-size: 2.75rem;
  }
}
.lead__bottom .underline:before {
  width: 530px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .lead__bottom .underline:before {
    width: 265px;
    bottom: 5px;
  }
}

.app {
  background: #e60012;
  position: relative;
}
.app .inner{
  padding-bottom: 35px;
}
.app__text{
  width: max-content;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  align-items: end;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-size: 6.2vw;
  font-weight: 900;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .app .inner{
    padding-bottom: 50px;
  }
  .app__text{
    align-items: unset;
    margin-bottom: 40px;
    font-size: 1.75rem
  }
}
.app__text:before,
.app__text:after{
  content: "";
  background-image: url("../img/deco-5.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  display: inline-block;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.app__text:after{
   transform: scaleX(-1);
}
.app__links {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
}
@media (min-width: 768px) {
  .app__links {
    gap: 5.1%;
    margin-bottom: 60px;
  }
}
.app__links li {
  width: 250px;
}
@media (max-width: 767px) {
  .app__links li {
    width: 100%;
  }
}
.app__links li img {
  width: 100%;
}
.app .note {
  padding: 0 4.2%;
}
.app .inner {
  color: #fff;
}
.app .inner .large {
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
}
@media (max-width: 767px) {
  .app .inner .large {
    font-size: 16px;
  }
}
.step__heading{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
.step__heading:before,
.step__heading:after{
  content: "";
  width: 10vw;
  height: 10vw;
  display: inline-block;
}
.step__heading:before{
  background-image: url(../img/deco-2.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.step__heading:after{
  background-image: url(../img/deco-2.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .step__heading:before,
  .step__heading:after{
    content: "";
    width: 70px;
    height: 70px;
    display: inline-block;
  }
}
.step__heading--text{
  text-align: center;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .step__heading--text {
    font-size: 1.75rem;
  }
}
.step__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.step__item {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  border: 2px solid #e60012;
  border-radius: 20px;
  position: relative;
}
.step__item:last-child{
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .step__container {
    flex-direction: row;
    margin: 40px auto 20px auto;
  }
  .step__item {
    width: calc(100% / 3 - 25px);
    gap: 25px;
    padding: 30px;
  }
  .step__item{
    margin-bottom: 0;
  }
}
.step__title {
  margin-left: 10px;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .step__title {
    margin: 25px 0;
    font-size: 1.5rem;
  }
}
.step__description {
  line-height: 1.6;
  font-weight: 600;
}
.step__icon img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .step__icon img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
}
.step__icon--app img {
  border: 1px solid #d4d5d6;
}
@media (max-width: 767px) {
  .step__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
}
.step__item::after {
  content: '';
  position: absolute;
  top: auto;
  right: 50%;
  bottom: -25px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #e60012;
  transform: translateX(50%);
}
@media (min-width: 768px) {
  .step__item::after {
    top: 50%;
    bottom: inherit;
    right: -50px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #e60012;
    transform: translateY(-50%);
  }
}
.step__item:last-child::after {
  display: none;
}

/*# sourceMappingURL=style.css.map */
/* アニメーション */
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.effect-fade {
  z-index: 2;
  opacity: 0;
  transform: translate(0, 60px);
  transition: 1.3s;
}

.effect-fade-l {
  opacity: 0;
  transform: translate(-60px, 0);
  transition: 1.3s;
}

.effect-fade-r {
  opacity: 0;
  transform: translate(60px, 0);
  transition: 1.3s;
}

.effect-fade.on,
.effect-fade-l.on,
.effect-fade-r.on {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes poyo {
  from, to {
    transform: none;
  }
  10% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.04);
  }
  80% {
    transform: scale(0.98);
  }
}
/* 回転アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 左右にフワフワアニメーション */
.kv__chara {
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}
.kv__chara img {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x {
  0% {
    transform: translateX(-8%);
  }
  100% {
    transform: translateX(8%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(8%);
  }
}
/* 点滅 */
.blinking{
    -webkit-animation:blink 0.6s ease-in-out infinite alternate;
  -moz-animation:blink 0.6s ease-in-out infinite alternate;
  animation:blink 0.6s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
  0% {opacity:0.15;}
  100% {opacity:1;}
}
@-moz-keyframes blink{
  0% {opacity:0.15;}
  100% {opacity:1;}
}
@keyframes blink{
  0% {opacity:0.15;}
  100% {opacity:1;}
}


#readMoreBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 35px;
}

.readMoreInner {
  width: 100%;
  margin: 0 auto;
  padding: 25px 30px;
  border-radius: 3px;
  box-sizing: border-box;

}
.readMoreContainer {
  position: relative;
  height: auto;
  max-height: 250px;
  overflow: hidden;
  transition: max-height 0.6s;
}
.readMoreContainer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 40%, #ffffff 100%);
  pointer-events: none;
}
.readMoreContainer.show:after {
  z-index: 1;
  opacity: 0;
}


.readMoreContainer p:last-child {
    margin-bottom: 10px;
}

/* 2025/6/10追加 */
.campaign_conditions {
  margin-bottom: 30px;
}

.campaign_conditions h4 {
  background: #5f1a00;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 10px;
  margin-bottom: 10px;
}

.campaign_conditions p {
  color: #e60012;
  font-size: 1.2rem;
  font-weight: 500;
}

.campaign_conditions ul {
  margin-left: 20px;
}

.campaign_conditions ul li {
  font-size: 1.1rem;
  padding-left:1em;
  text-indent:-1em;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .campaign_conditions h4 {
    font-size: 1.09rem;
    padding: 0 5px;
  }
  .campaign_conditions p {
    font-size: 1rem;
  }
  .campaign_conditions ul {
    margin-left: 0;
  }
  .campaign_conditions ul li {
    font-size: 0.9rem;
    padding-left:1em;
    text-indent:-1em;
    margin-bottom: 10px;
  }

}