@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
.moonlight {
  display: block;
  font-family: Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow: hidden;
  background: url("/mobile/set/data/special/virtual-shop/zepeto-open-campaign/img/p/bg.jpg") no-repeat center -100px;
  background-repeat: repeat-y;
  background-size: contain;
}
.moonlight a {
  color: #522cd0;
  text-decoration: underline;
}
.moonlight a:visited {
  color: #522cd0;
}
#contents-area, .lyt-col-1 #contents-body {
  width: 100%;
  min-width: 990px;
}
.sectionContentsInner {
  width: 900px;
  padding: 0 15px;
  margin: 0 auto;
}
.secBox {
  padding: 34px 0 38px 0;
}
.secBox img {
  width: 100%;
  vertical-align: top
}
#mvBox .secBox {
  padding: 26px 0 42px 0;
}
.secBoxAdd {
  width: 900px;
  padding: 0 5px;
  margin: auto;
}
.ttl1 {
  width: 775px;
  height: 83px;
  z-index: 10;
  position: relative;
}
.ttl1Sub {
  margin-top: 12px;
  width: 296px;
  height: 55px;
}
.mvBg {
  background: url("/mobile/set/data/special/virtual-shop/zepeto-open-campaign/img/p/circle.png") no-repeat center 82px;
  background-size: contain;
}
.mvBox {
  position: relative;
  z-index: 100;
  width: 670px;
  margin: 0 auto;
}
.mvBox img {
  z-index: 100;
}
.mvImg {
  border-radius: 15px;
}
.ttl2 {
  width: 1000px;
  height: 80px;
  z-index: 200;
  position: relative;
}
.box2 {
  display: flex;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 55px 0;
  position: relative;
}
.box2L {
  width: 235px;
  height: 458px;
}
.box2R {
  position: relative;
  z-index: 100;
}
.box2R img {
  width: 313px;
  height: 401px;
  z-index: 2;
  position: relative;
}
.box2Rbg {
  position: absolute;
  top: -125px;
  right: -78px;
  z-index: 1;
  width: 565px;
  height: 572px;
}
.box2Rbg img {
  width: 565px;
  height: 572px;
  z-index: 2;
  position: relative;
}
.box2Txt {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.boxBg {
  text-align: right;
}
.boxBg p {
  margin: 0;
  line-height: 1;
  padding: 0.35em 20px;
  display: inline-block;
  text-align: right;
  background: #e5e5e5;
  white-space: nowrap
}
.boxBg.txt1, .boxBg.txt2, .boxBg.txt3 {
  font-size: 23px;
  font-weight: bold;
}
.boxBg.txt4 {
  margin-top: 20px;
}
.boxBg.txt4, .boxBg.txt5, .boxBg.txt6 {
  font-size: 18px;
}
.movieBox {
  width: calc(750px - 36px);
  margin: 0 auto;
  background-color: #e5e5e5;
  padding: 18px;
}
.movieWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.movieWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ttl3 {
  width: 963px;
  height: 76px;
  z-index: 200;
  position: relative;
}
.ttl4 {
  z-index: 200;
  position: relative;
  width: 961px;
  height: 76px;
  margin-left: 39px;
}
.box3 {
  width: 837px;
  height: 130px;
  padding: 0 0 0 0;
  position: relative;
}
.cs {
  width: 598px;
  margin: 0 auto;
}
.pb0 {
  padding-bottom: 0 !important;
}
a img {
  filter: none;
  transition: .3s;
}
a img:hover {
  filter: brightness(130%);
}
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 0.6s;
  animation-delay: .6s;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: -1;
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5c46ff;
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.bgappearTrigger, .bgLRextendTrigger {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  20% {
    opacity: 0;
    transform: translateY(50px);
  }
  20.001% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
.secBoxAdd2 {
  padding: 6.666666667vw 5.333333333vw 1vw;
}
.secBoxAdd3 {
  width: 920px;
  margin: 35px auto 25px;
}
.nav {
  margin: 39px auto 58px;
}
.anchorBox {
  display: flex;
  justify-content: space-between;
}
.anchor {
  width: 24%;
}
.siImg {
  width: 311px;
  flex-basis: 311px;
}
.box1 {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
.gBg .box1 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.box11 {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  width: 100%;
}
.box11 .box {
  width: 652px;
  flex-basis: 652px;
}
.box1 .box12 {
  width: 381px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
.flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.flex .boxl {
  flex-basis: 67px;
  padding: 20px 25px 0 30px;
}
.flex .boxr {
  flex-basis: 512px;
  padding: 20px 0 0 0;
}
.boxTtl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.25em;
}
.boxTtl2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.25em;
}
.boxTtlSub {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.boxTtlSub2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 10px;
}
.boxTtlSub3 {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 10px;
}
.boxTtlSub4 {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.mb1 {
  margin-bottom: 4.53333333vw
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt40 {
  padding-top: 40px;
}
.addTxt1 {
  font-size: 20px;
  font-weight: bold;
}
.addTxt2 {
  font-size: 14px;
}
.addTxt3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.addTxt4 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 0.75em auto 0;
}
.mb1em {
  margin-bottom: 1em;
}
.gBg {
  background-color: #e5e5e5;
  padding: 55px 0;
}
.bgG2 {
  background-color: #e5e5e5;
  text-align: center;
  padding: 0.25em 0;
  margin: 30px auto 18px
}
.appIcon {
  width: 116px;
  height: 116px;
  margin: 20px auto 25px;
}
.txtQ {
  font-size: 25px;
  font-weight: bold;
  margin-top: 1.5em;
}
.txtA {
  font-size: 16px;
  margin-top: 0.25em;
}
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.tac {
  text-align: center;
}
.linkTxt {
  text-align: center;
  font-size: 16px
}
.linkTxt .link {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 16px;
}
.goBtn {
  position: absolute;
  bottom: 95px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 596px;
}
.mvImg {
  border-radius: 10px;
}
.btnBlock {
  display: block;
}
.fixedBtn {
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  display: none;
}
.fixedBtn.on {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.fixedBtn .btnBox {
  width: 90%;
  max-width: 596px;
  margin: 0 auto;
}
.fixedBtn .btnBox.off {
  opacity: 0.7;
}
.fixedBtn .btnBox img {
  width: 100%;
  margin: 0 auto;
}
.box.inner {
  width: 400px;
  margin: 15px auto 10px;
}
.flex2 {
  display: flex;
  justify-content: space-between;
  width: 850px;
  margin: 0 auto;
}
.flex2 .flex .boxl {
  width: 61px;
  flex-basis: 61px;
  margin: 20px 0 14px;
  padding: 0;
}
.flex2 .flex .boxr {
  flex-basis: 339px;
  padding: 20px 0 0 0;
}
.flex3 {
  display: flex;
  width: 925px;
  margin: 0 auto;
}
.flex3 .boxl {
  width: 68px;
  flex-basis: 68px;
  padding: 20px 20px 0 0;
}
.flex3 .boxr {
  padding: 20px 0 0 0;
}
.btmBox {
  width: 400px;
}
.btnBox {
  width: 596px;
  margin-left: auto;
  margin-right: auto;
}
.slider {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
figcaption {
  font-size: 14px;
  text-align: center;
  margin-top: 0.75em;
}
.qr {
  width: 70px;
  height: 70px;
}
.qr img {
  width: 100%;
}
.appBox {
  position: absolute;
  left: 89px;
  top: 20px;
  z-index: 300;
  width: 100%;
  height: 130px;
}
.appContent {
  position: relative;
}
.qrCode {
  position: absolute;
  top: 21px;
  left: 30px;
  width: 102px;
  height: 102px;
}
.ios {
  width: 173px !important;
  height: 52px !important;
}
.android {
  width: 173px !important;
  height: 52px !important;
  margin-left: 9px;
}
.badge {
  position: absolute;
  top: 0;
  left: 90px;
  width: 355px;
}
.badge a {
  display: block;
}
.appImg {
  position: absolute;
  top: -92px;
  right: 0;
  width: 343px;
  height: 212px;
}
.appBoxTxt {
  position: absolute;
  top: 82px;
  left: 150px;
  font-size: 14px;
  text-align: center;
  width: 355px;
}
.slider2Box {
  width: 890px;
  margin: 30px auto 60px;
}
.btnBox2 {
  width: 402px;
  margin-left: 84px;
  margin-top: 0px;
}
.box {
  position: relative;
}
.appIcon {
  position: absolute;
  top: 44px;
  right: 191px;
}
.shBox {
  position: relative;
  padding-bottom: 60px;
}
.sh1 {
  position: absolute;
  top: 268px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sh2 {
  position: absolute;
  top: 554px;
  left: 119px;
}
.sh3 {
  position: absolute;
  top: 554px;
  right: 69px;
}
#panel3 {
  width: 500px;
  margin: 20px auto 0;
}
#panel4 {
  display: flex;
  margin: 0 auto;
  width: 553px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#panel4 .linkL, #panel4 .linkR {
  width: 260px;
  font-size: 16px;
}
#panel4 .linkC {
  width: 553px;
  font-size: 16px;
}
.linkC .bgG2 {
  width: 260px;
}
#hfBox {
  position: relative;
  width: 613px;
  margin: 0 auto;
}
.txt {
  font-size: 18px;
  padding-top: 0.75em;
  padding-bottom: 2.5em;
  letter-spacing: -0.05em;
}
.slider figure img {
  width: 188px;
  margin: 0 auto;
}
.slider figure img.bell {
  width: 18px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 2px;
}
.secBox h2 img {
  width: 630px;
  margin-left: -34px;
}
.pb80 {
  padding-bottom: 80px;
}