/* TOP IMG PC */
.top-img-wrapper{
  position: relative;
  width:100%;
  height:770px;/* 895px不可 */
  overflow:hidden;
}

.top-img-0{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:100%;
}

.top-img-1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:100%;
}

.top-img-2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:90%;
  max-width:776px;
}

.campaign-top-logo-slot{
  display:block;
}

.campaign-generated-logo-image{
  display:block;
  width:100%;
  height:auto;
}
.top-img-footer{
  position: absolute;
  top:646px;
  left:0px;
  width:100%;
  height: 124px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent linear-gradient(180deg, #E5F6FF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

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

.campaign-period-badge:empty{
  display:none;
}
/* TOP IMG PC END */

/* TOP IMG SP */
.top-img-wrapper-sp{
  position: relative;
  width:100%;
  height:113vw;
  overflow:hidden;
}

.top-img-sp-0{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:160%;
}

.top-img-sp-1{
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:160%;
}

.top-img-sp-2{
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width:90%;
}

.top-img-sp-3{
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translate(-80%, -50%);
  -webkit-transform: translate(-80%, -50%);
  -ms-transform: translate(-80%, -50%);
  max-width:80%;
}

.top-img-sp-footer{
  position: absolute;
  bottom:-1px;
  left:0px;
  width:100%;
  height: 25vw;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent linear-gradient(180deg, #E5F6FF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

@media screen and (max-width: 767px){
  .campaign-period-badge{
    right: 16px;
    left: 16px;
    bottom: 14px;
    max-width: none;
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
}
/* TOP IMG SP END */

/* TOP MAIN PC */
.top-main-wrapper{
  position: relative;
  width:100%;
  overflow: hidden;
}

.top-main-top-bg{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 650px;
  overflow: hidden;
}

.top-main-top-bg::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFAC7;
  transform: skewY(-10deg) translateY(-10vw);
  z-index: -1;
}

.top-main-footer-bg{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 650px;
  overflow: hidden;
}

.top-main-footer-bg::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFAC7;
  transform: skewY(10deg) translateY(10vw);
  z-index: -1;
}

.top-main-container{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}

.top-main-item-wrapper{
  display: flex;
  position: relative;
  padding-top:50px;
  padding-bottom:50px;
  width:100%;
}

.top-main-item-left{
  position: relative;
  width:50%;
  height:400px;
}

.top-main-item-right{
  position: relative;
  width:50%;
  height:400px;
}

.top-main-item-title{
  display: flex;
  align-items: center;
  justify-content: left;
  font: normal normal 800 16px/18px Noto Sans JP;
  color:#FF9100;
}

.top-main-item-title:before{
  margin-top: 2px;
  border-top: 2px solid;
  content: "";
  width: 13px;
}

.top-main-item-container{
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-main-item-text{
  margin-top:15px;
  font: normal normal 800 28px/40px Noto Sans JP;
  letter-spacing: 1.4px;
}

.top-main-item-btn{
  margin-top:25px;
  padding:12px 16px 12px 16px;
  color: #FFF;
  background: #FF9100;
  font: normal normal 800 16px/18px Noto Sans JP;
  border:0px;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  cursor: pointer;
}

.top-main-item-cta{
  margin-top:24px;
  padding:16px 32px;
  color:#FFF;
  background: linear-gradient(135deg, #FF7A00 0%, #FF3D00 45%, #FF0058 100%);
  box-shadow: 0 14px 32px rgba(255, 92, 0, 0.35);
  font: normal normal 900 20px/1.2 Noto Sans JP;
  letter-spacing: 0.06em;
  border:0;
  border-radius: 999px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  cursor: pointer;
}

.top-main-item-cta:hover{
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 18px 36px rgba(255, 92, 0, 0.42);
  filter: saturate(1.06);
}

.top-main-item-btn:hover{
  opacity: 0.8;
}

.top-main-item-btn-arrow-right{
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  display: inline-block;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
}

.top-main-item-left-1{
  padding-top:50px;
  padding-bopttom:50px;
  height:270px;
}

.top-main-item-right-1{
  padding-top:50px;
  padding-bopttom:50px;
  height:270px;
}

.top-main-item-container-1{
  bottom: 10px;
  padding-left:20px;
  max-width:580px;
}

.top-main-item-img-1{
  display:block;
  position: absolute;
  bottom: 10px;
  left: 25px;
  width:calc(100% - 35px);
}

.top-main-item-container-2{
  bottom: 10px;
  max-width:580px;
  padding-right:20px;
}

.top-main-item-img-2{
  display:block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width:90%;
}

.top-main-item-container-3{
  top: 20px;
  max-width:450px;
  padding-left:20px;
}

.top-main-item-text-weblink{
  max-width:430px;
}

.top-main-item-right-3{
}

.top-main-item-img-3{
  display:block;
  position: absolute;
  top: -30px;
  right: -30%;
  width:calc(130% - 10px);
}

.top-main-item-furari{
  margin-top:15px;
}

.top-main-item-furari img{
  display:block;
  width:100%;
}

.top-main-item-store-wrapper{
  display: flex;
  position: relative;
  margin-top:15px;
  max-width:378px;
}

.top-main-item-store-apple{
  height:62px;
}
.top-main-item-store-google{
  margin-left:10px;
  height:62px;
}
.top-main-item-store-qr{
  margin-left:10px;
  height:62px;
}
@media screen and (max-width: 945px) {
  .top-main-item-store-qr{
    display:none;
  }
}
/* TOP MAIN PC END */

/* TOP MAIN SP */
.top-main-sp-wrapper{
  position: relative;
  width:100%;
  padding-bottom:30px;
  text-align:center;
}

.top-main-sp-top-bg{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 320px;
  overflow: hidden;
}

.top-main-sp-top-bg::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFAC7;
  transform: skewY(-10deg) translateY(-10vw);
  z-index: -1;
}

.top-main-sp-footer-bg{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 580px;
  overflow: hidden;
}

.top-main-sp-footer-bg::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFAC7;
  transform: skewY(10deg) translateY(10vw);
  z-index: -1;
}

.top-main-sp-container{
  width:100%;
}

.top-main-sp-item-container{
  padding-top:30px;
}

.top-main-sp-item-title{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left:30px;
  padding-right:30px;
  width:calc(100% - 60px);
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size:10px;
  color:#FF9100;
}

.top-main-sp-item-title:before{
  margin-top: 2px;
  border-top: 2px solid;
  content: "";
  width: 8px;
}

.top-main-sp-item-text{
  margin-top:10px;
  padding-left:30px;
  padding-right:30px;
  width:calc(100% - 60px);
  font-size:15px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight:bold;
}

.top-main-sp-item-btn{
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  padding:7px 14px 8px 14px;
  color: #FFF;
  background: #FF9100;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size:14px;
  border:0px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  cursor: pointer;
}

.top-main-sp-item-cta{
  margin-top:18px;
  margin-left:auto;
  margin-right:auto;
  padding:11px 18px 12px;
  color:#FFF;
  background: linear-gradient(135deg, #FF7A00 0%, #FF3D00 45%, #FF0058 100%);
  box-shadow: 0 12px 24px rgba(255, 92, 0, 0.30);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size:15px;
  letter-spacing: 0.03em;
  border:0;
  border-radius: 999px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  cursor:pointer;
}

.top-main-sp-item-cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(255, 92, 0, 0.36);
  filter: saturate(1.06);
}

.top-main-sp-item-btn:hover{
  opacity: 0.8;
}

.top-main-sp-item-btn-arrow-right{
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  display: inline-block;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}

.top-main-sp-item-img-2{
  display: block;
  margin-top:50px;
  margin-left:auto;
  margin-right:auto;
  max-width:242px;
}

.top-main-sp-item-img-3{
  display: block;
  margin-top:70px;
  padding-left:50px;
  margin-left:auto;
  margin-right:auto;
  max-width:242px;
}

.top-main-sp-item-container-3{
  padding-top:0px;
}

.top-main-sp-item-container-3 .top-main-sp-item-text{
  max-width:260px;
  margin-left:auto;
  margin-right:auto;
}

.top-main-sp-item-text-weblink{
  max-width:300px;
}

.top-main-sp-item-furari{
  margin-top:15px;
}

.top-main-sp-item-furari img{
  display:block;
  margin-left:auto;
  margin-right:auto;
  max-width:286px;
}

.top-main-sp-item-store-wrapper{
  display: flex;
  position: relative;
  margin-top:15px;
  margin-left:auto;
  margin-right:auto;
  max-width:286px;
}

.top-main-sp-item-store-apple{
  height:46px;
}
.top-main-sp-item-store-google{
  margin-left:10px;
  height:46px;
}
.top-main-sp-item-store-qr{
  margin-left:10px;
  height:39px;
}
/* TOP MAIN SP END */

/* TOP CP LINK*/
.top-cp-link-wrapper{
  text-align:center;
  padding-bottom:120px;
}

.top-cp-link-top-img{
  margin-top:100px;
}

.top-cp-link-top-img img{
  height:67px;
}

.top-cp-link-sub-img{
  margin-top:20px;
}

.top-cp-link-sub-img img{
  height:69px;
}

.top-cp-link-cp-wrapper{
  display: flex;
  justify-content: center;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  max-width:1000px;
}

.top-cp-link-cp{
  padding-left:10px;
  padding-right:10px;
  width:calc(33% - 20px);
}

.top-cp-link-cp img{
  width:100%;
  max-width:310px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.top-cp-link-cp img:hover{
  opacity: 0.6;
}

@media screen and (max-width: 767px){
  .top-cp-link-wrapper{
    padding-bottom:60px;
  }

  .top-cp-link-top-img{
    margin-top:50px;
  }

  .top-cp-link-top-img img{
    height:33px;
  }

  .top-cp-link-sub-img{
    margin-top:15px;
  }

  .top-cp-link-sub-img img{
    height:38px;
  }

  .top-cp-link-cp-wrapper{
    display: block;
    justify-content: center;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    max-width:100%;
  }

  .top-cp-link-cp{
    margin-top:-10px;
    padding-left:10px;
    padding-right:10px;
    width:calc(100% - 20px);
  }

  .top-cp-link-cp img{
    width:100%;
    max-width:310px;
  }
}
/* TOP CP LINK END */

/* TOP NEWS */
.top-news-wrapper{
  padding-top:120px;
  width:100%;
  background: #FF9100;
}

.top-news-title-wrapper{
  position: relative;
  height:100px;
}

.top-news-title-en{
  position: absolute;
  top:-65px;
  left:calc(50% - 132px);
  font: normal normal 900 100px/110px Noto Sans JP;
  letter-spacing: -5px;
  color:#FFF;
  opacity: 0.09;
}

.top-news-title{
  position: absolute;
  top:-18px;
  left:calc(50% - 56px);
  font: normal normal 800 28px/28px Noto Sans JP;
  letter-spacing: 0px;
  color:#FFF;
}

.top-news-list-wrapper{
  max-width:1200px;
  padding:30px 30px 60px 30px;
  margin-left:auto;
  margin-right:auto;
}

.top-news-list{
  display:flex;
  margin-bottom:30px;
  padding-bottom:45px;
  border-bottom: solid 2px #FFF;
  font: normal normal 800 16px/18px Noto Sans JP;
  letter-spacing: 0px;
  color:#FFF;
}

.top-news-list-date{
  width:200px;
}

.top-news-list-text{
  width:calc(100% - 200px);
}

@media screen and (max-width: 767px){
  .top-news-wrapper{
    padding-top:60px;
  }

  .top-news-title-wrapper{
    height:28px;
  }

  .top-news-title-en{
    top:-58px;
    left:calc(50% - 102px);
    font-size: 80px;
    letter-spacing: -2px;
  }

  _::-webkit-full-page-media, _:future, :root 
    .top-news-title-en{
      top:0px;
    }
  }

  .top-news-list-wrapper{
    max-width:1200px;
    padding:30px 30px 30px 30px;
    margin-left:auto;
    margin-right:auto;
  }

  .top-news-list{
    display:block;
    margin-bottom:30px;
    padding-bottom:45px;
    border-bottom: solid 1px #FFF;
    font: normal normal 700 16px/18px Noto Sans JP;
    letter-spacing: 0px;
    color:#FFF;
  }

  .top-news-list-date{
    width:auto;
    font-size:13px;
  }

  .top-news-list-text{
    margin-top:10px;
    width:auto;
    font-size:14px;
  }
}
/* TOP NEWS END */

/* TOP UPDATE */
.top-update-wrapper{
  padding-top:120px;
  width:100%;
  background: #FFF;
}

.top-update-title-wrapper{
  position: relative;
  margin-top:100px;
  height:100px;
}

.top-update-title-en{
  position: absolute;
  top:-102px;
  left:calc(50% - 386px);
  font: normal normal 900 100px/214px Noto Sans JP;
  letter-spacing: -5px;
  white-space: nowrap;
  overflow: hidden;
  color: #2E2E2E;
  opacity: 0.05;
}

.top-update-title{
  position: absolute;
  top:5px;
  left:calc(50% - 56px);
  font: normal normal 800 28px/18px Noto Sans JP;
  letter-spacing: 0px;
  color: #2E2E2E;
}

.top-update-list-wrapper{
  max-width:1200px;
  padding:30px 30px 60px 30px;
  margin-left:auto;
  margin-right:auto;
}

.top-update-list{
  display:flex;
  margin-bottom:30px;
  padding-bottom:45px;
  border-bottom: solid 2px #F0F0F0;
  font: normal normal 800 16px/18px Noto Sans JP;
  letter-spacing: 0px;
  color: #2E2E2E;
}

.top-update-list-date{
  width:200px;
}

.top-update-list-text{
  width:calc(100% - 200px);
}

@media screen and (max-width: 767px){
  .top-update-wrapper{
    padding-top:60px;
  }

  .top-update-title-wrapper{
    height:28px;
  }

  .top-update-title-en{
    top:-100px;
    left:calc(50% - 182px);
    font-size: 49px;
    letter-spacing: -5px;
  }

  _::-webkit-full-page-media, _:future, :root 
    .top-update-title-en{
      top:-42px;
    }
  }

  .top-update-title{
    top:0px;
    left:calc(50% - 32px);
    font-size: 16px;
  }

  .top-update-list-wrapper{
    max-width:1200px;
    padding:30px 30px 30px 30px;
    margin-left:auto;
    margin-right:auto;
  }

  .top-update-list{
    display:block;
    margin-bottom:30px;
    padding-bottom:45px;
    border-bottom: solid 1px #F0F0F0;
    overflow: hidden;
    font: normal normal 800 16px/30px Noto Sans JP;
    letter-spacing: 0px;
    color: #2E2E2E;
  }

  .top-update-list-date{
    width:auto;
    font-size:13px;
  }

  .top-update-list-text{
    margin-top:10px;
    width:auto;
    font-size:14px;
  }
}
/* TOP UPDATE END */
