@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-image: url("/mobile/set/data/campaigns/list/zepeto-item-present/img/p/bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.moonlight a {
  color: #56a8ed;
  text-decoration: underline;
}
.moonlight a:visited {
  color: #56a8ed;
}
.moonlight a:hover {
  text-decoration: none;
}
.moonlight .newwindowicon{
 display: none;
}
#nav-top-area{
 display: none;
}
#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: 0 0 42px 0;
}
.secBoxAdd {
  max-width: 900px;
  padding: 0 5px;
  margin: auto;
}
.mvBg {
  width: 100%;
  background-image: url("/mobile/set/data/campaigns/list/zepeto-item-present/img/p/circle.png");
  mix-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.mvBox {
  position: relative;
  z-index: 100;
  width: 900px;
  margin: 0 auto;
}
.mvBox img {
  z-index: 100;
}
.mvImg {
  border-radius: 15px;
}
.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;
}
.box1 {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
.box1 .box12 {
  width: 381px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
.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
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px !important;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt40 {
  padding-top: 40px;
}
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent15 {
  padding-left: 1.15em;
  text-indent: -1.15em;
}
.tac {
  text-align: center;
}
.mvImg {
  border-radius: 10px;
}
.btnBlock {
  display: block;
}
.fixedBtn {
  width: 100%;
  padding: 25px 0;
  margin: 0 auto;
  display: none;
}
.fixedBtn.on {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgb(251, 249, 229);
  background: linear-gradient(90deg, rgba(251, 249, 229, 1) 0%, rgba(237, 219, 168, 1) 50%, rgba(251, 249, 229, 1) 100%);
  box-shadow: 0 -3px 8px rgb(0, 0, 0, 0.2);
}
.fixedBtn .btnBox, #hfBox .btnBox {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.fixedBtn .btnBox.off {
  opacity: 0.7;
}
.fixedBtn .btnBox img, #hfBox .btnBox img {
  width: 100%;
  margin: 0 auto;
}
.fixedBtn .btnBox::before, #hfBox .btnBox::before {
  content: '';
  top: -127px;
  left: 0;
  position: absolute;
  background-image: url("/mobile/set/data/campaigns/list/zepeto-item-present/img/shared/cc.png");
  width: 175px;
  height: 311px;
  background-size: cover;
  z-index: -1;
}
.btnBox {
  width: 596px;
  margin-left: auto;
  margin-right: auto;
}
.slider {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
figcaption {
  font-size: 12px;
  text-align: center;
  margin-top: 0.75em;
  transform: rotate(0.03deg);
}
.qr {
  width: 84px;
  height: 84px;
}
.qr img {
  width: 100%;
}
.appBox {
  position: absolute;
  left: 174px;
  top: 58px;
  z-index: 300;
  height: 130px;
}
.appContent {
  position: relative;
}
.qrCode {
  position: absolute;
  top: 21px;
  left: 30px;
  width: 102px;
  height: 102px;
}
.ios {
  width: 192px !important;
  height: 58px !important;
}
.android {
  width: 192px !important;
  height: 58px !important;
  margin-left: 27px;
}
.badge {
  position: absolute;
  top: 11px;
  left: 120px;
  width: 420px;
}
.badge:after {
  content: "";
  position: absolute;
  background-image: url("/mobile/set/data/campaigns/list/zepeto-item-present/img/shared/app_dl_avt.png");
  width: 133px;
  height: 154px;
  background-size: contain;
  z-index: -1;
  top: -138px;
  right: -18px;
}
.badge a {
  display: block;
}
.appBoxTxt {
  position: absolute;
  top: 82px;
  left: 150px;
  font-size: 14px;
  text-align: center;
  width: 355px;
}
.slider2Box {
  max-width: 740px;
  margin: 30px auto 0 auto;
}
#hfBox {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  background: rgb(251, 249, 229);
  background: linear-gradient(90deg, rgba(251, 249, 229, 1) 0%, rgba(237, 219, 168, 1) 50%, rgba(251, 249, 229, 1) 100%);
  box-shadow: 0 -3px 8px rgb(0, 0, 0, 0.2);
}
.txt {
  font-size: 22px;
  letter-spacing: -0.05em;
  color: #666666;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.txt2 {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  letter-spacing: -0.05em;
  color: #767373;
  padding: 0 3em 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.slider figcaption {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
#slider2Box .slider figure img {
  width: auto;
  height: 210px;
  margin: 0 auto;
}
.slider2Box .slider figure img {
  width: auto;
  height: 289px;
  margin: 0 auto;
}
.secBox h2 {
  text-align: center;
  margin-top: -90px;
}
.secBox h2 img {
  width: 396px;
  margin: 0 auto;
}
.pb80 {
  padding-bottom: 80px;
}
.sBox {
  background-color: #FFF;
  border-radius: 15px;
  padding: 1em 0.5em 0;
  margin-bottom: 120px;
}
.img3 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.step {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.btnBox {
  width: 560px;
  margin: 30px auto;
}
.img4 {
  width: 552px;
  margin-right: auto;
  margin-left: auto;
}
.img5 {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.mBtnR {
  position: relative;
}
.mBtn {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 121px;
  text-align: center;
}
.mBtn img {
  width: 121px !important;
  height: 44px !important;
  margin: 0 auto;
}
.mBtn a {
  display: block;
}
.btmBox {
  position: relative;
  z-index: 10000;
  background-color: #FFF;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 80px;
}
.btmBox img {
  height: 80px;
}
#panel4 {
  display: flex;
  margin: 0 auto;
  width: 553px;
  justify-content: space-between;
  flex-wrap: wrap;
}
#panel4 .linkL, #panel4 .linkR {
  width: 260px;
  font-size: 16px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
#panel4 .linkC {
  width: 553px;
  font-size: 16px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.linkC .bgG2 {
  width: 260px;
}
.linkTxt {
  text-align: center;
  font-size: 16px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.linkTxt .link {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 16px;
}
.bgG2 {
  background-color: #e5e5e5;
  text-align: center;
  padding: 0.25em 0;
  margin: 30px auto 18px
}
.appDL {
  width: 740px;
  margin: 20px auto 30px;
  height: 183px;
  background-image: url("/mobile/set/data/campaigns/list/zepeto-item-present/img/p/app_dl_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
#section-shop #shopSearchBox_title, #section-shop2 #shopSearchBox2_title {
  background-image: url(/mobile/set/data/campaigns/list/zepeto-item-present/img/p/shoplist_ttl_shop_search.png);
  height: 29px;
  width: 174px;
  margin: 0 auto;
}
#section-shop .shopSearchBox_select, #section-shop2 .shopSearchBox2_select {
  display: table;
  width: 100%;
  max-width: 740px;
  margin: 30px auto 0;
}
#section-shop .shopSearchBox_select dl, #section-shop2 .shopSearchBox2_select dl {
  display: table-cell;
  width: 50%;
}
#section-shop .shopSearchBox_select dt, #section-shop2 .shopSearchBox2_select dt {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
#section-shop .shopSearchBox_select dd, #section-shop2 .shopSearchBox2_select dd {
  position: relative;
  height: 72px;
  margin: 20px 0;
}
#section-shop #prefConsole, #section-shop #cityConsole {
  position: absolute;
  left: 15px;
  top: 0px;
  width: 342px;
  height: 55px;
  background: url(/mobile/set/data/campaigns/list/zepeto-item-present/img/p/shop_btn.png) no-repeat center top;
  background-size: contain;
}
#section-shop2 #prefConsole2, #section-shop2 #cityConsole2 {
  position: absolute;
  left: 15px;
  top: 0px;
  width: 343px;
  height: 55px;
  background: url(/mobile/set/data/campaigns/list/zepeto-item-present/img/p/shop_btn.png) no-repeat center top;
  background-size: contain;
}
/*#section-shop #prefConsole:hover,
#section-shop #cityConsole:hover{
    background-image: url();
}*/
#section-shop #cityConsole.disabled, #section-shop2 #cityConsole2.disabled {
  opacity: 0.4;
}
#section-shop #prefConsole.open, #section-shop #cityConsole.open, #section-shop2 #prefConsole2.open, #section-shop2 #cityConsole2.open {}
#section-shop #cityView, #section-shop #prefView {
  position: absolute;
  left: 0;
  top: 0;
  width: 342px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#section-shop2 #cityView2, #section-shop2 #prefView2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 321px;
  height: 62px;
  line-height: 62px;
  font-size: 22px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#section-shop .disabled #cityView, #section-shop .disabled #prefView, #section-shop2 .disabled #cityView2, #section-shop2 .disabled #prefView2 {
  cursor: default;
}
#section-shop #cityView:hover, #section-shop #prefView:hover, #section-shop2 #cityView2:hover, #section-shop2 #prefView2:hover {
  opacity: 0.75;
}
#section-shop .disabled #cityView:hover, #section-shop .disabled #prefView:hover, #section-shop2 .disabled #cityView2:hover, #section-shop2 .disabled #prefView2:hover {
  color: #000000;
  background: none;
}
#section-shop #prefList, #section-shop #cityList {
  display: none;
  position: absolute;
  left: 0px;
  top: 70px;
  width: 335px;
  height: 240px;
  overflow-y: scroll;
  border: 2px solid #000;
}
#section-shop2 #prefList2, #section-shop2 #cityList2 {
  display: none;
  position: absolute;
  left: 0px;
  top: 70px;
  width: 314px;
  height: 400px;
  overflow-y: scroll;
  border: 4px solid #000;
}
#section-shop .open #prefList, #section-shop .open #cityList, #section-shop2 .open #prefList2, #section-shop2 .open #cityList2 {
  display: block;
}
#section-shop #prefList li, #section-shop #cityList li, #section-shop2 #prefList2 li, #section-shop2 #cityList2 li {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  background-color: #FFF;
}
#section-shop #prefList li.current span, #section-shop #cityList li.current span, #section-shop2 #prefList2 li.current span, #section-shop2 #cityList2 li.current span {
  background: url(/mobile/set/data/campaigns/list/zepeto-item-present/img/p/shoplist_icon_check.png) no-repeat left;
}
#section-shop #prefList li.current span, #section-shop #cityList li.current span, #section-shop2 #prefList2 li.current span, #section-shop2 #cityList2 li.current span {
  padding: 0 40px;
}
#section-shop #prefList li:hover, #section-shop #cityList li:hover, #section-shop2 #prefList2 li:hover, #section-shop2 #cityList2 li:hover {
  background-color: #eeeeee;
}
#section-shop #shopSearchBox_select_pref, #section-shop #shopSearchBox_select_city, #section-shop2 #shopSearchBox2_select_pref, #section-shop2 #shopSearchBox2_select_city {
  display: none;
  font-size: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
#section-shop .shopSearchBox_hanrei, #section-shop2 .shopSearchBox2_hanrei {
  display: none;
  width: 740px;
  margin: 0 auto;
}
#section-shop .shopSearchBox_hanrei span, #section-shop2 .shopSearchBox2_hanrei span {
  height: 18px;
  line-height: 18px;
  padding: 0 38px 0 32px;
  vertical-align: middle;
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
#section-shop .shopSearchBox_hanrei span.shopSearchBox_hanrei_sb, #section-shop2 .shopSearchBox2_hanrei span.shopSearchBox2_hanrei_sb {
  background: url(/mobile/set/data/campaigns/list/zepeto-item-present/img/p/shoplist_icon_sb.png) no-repeat left;
}
#section-shop .shopSearchBox_hanrei span.shopSearchBox_hanrei_ym, #section-shop2 .shopSearchBox2_hanrei span.shopSearchBox2_hanrei_ym {
  background: url(/mobile/set/data/campaigns/list/zepeto-item-present/img/p/shoplist_icon_ym.png) no-repeat left;
}
#section-shop .shopSearchBox_hanrei span.shopSearchBox_hanrei_du, #section-shop2 .shopSearchBox2_hanrei span.shopSearchBox2_hanrei_du {
  background: url(/mobile/set/data/campaigns/list/zepeto-item-present/img/p/shoplist_icon_du.png) no-repeat left;
}
#section-shop .shopSearchBox_table, #section-shop2 .shopSearchBox2_table {
  display: none;
  width: 740px;
  margin: 20px auto;
  border-collapse: collapse;
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
#section-shop .shopSearchBox_table th, #section-shop .shopSearchBox_table td, #section-shop2 .shopSearchBox2_table th, #section-shop2 .shopSearchBox2_table td {
  border: #d8dadc solid 1px;
}
#section-shop .shopSearchBox_table thead th, #section-shop2 .shopSearchBox2_table thead th {
  padding: 10px;
  text-align: center;
  background: #f4f5f6;
}
#section-shop .shopSearchBox_table tbody td, #section-shop2 .shopSearchBox2_table tbody td {
  padding: 10px;
}
#section-shop .shopSearchBox_table tbody td.name, #section-shop2 .shopSearchBox2_table tbody td.name {
  padding-left: 52px;
}
#section-shop .shopSearchBox_table tbody td.SB, #section-shop2 .shopSearchBox2_table tbody td.SB {
  background: url(/mobile/set/data/campaigns/list/zepeto-item-present/img/p/shoplist_icon_sb.png) no-repeat 20px center;
}
#section-shop .shopSearchBox_table tbody td.YM, #section-shop2 .shopSearchBox2_table tbody td.YM {
  background: url(/mobile/set/data/campaigns/list/zepeto-item-present/img/p/shoplist_icon_ym.png) no-repeat 20px center;
}
#section-shop .shopSearchBox_table tbody td.DU, #section-shop2 .shopSearchBox2_table tbody td.DU {
  background: url(/mobile/set/data/campaigns/list/zepeto-item-present/img/p/shoplist_icon_du.png) no-repeat 20px center;
}
#section-shop .shopSearchBox_table tbody td.name, #section-shop2 .shopSearchBox2_table tbody td.name {
  /* white-space: nowrap;*/
  word-break: keep-all;
}
#section-shop .shopSearchBox_table tbody td.tel, #section-shop2 .shopSearchBox2_table tbody td.tel {
  white-space: nowrap;
  word-break: keep-all;
}
#section-shop .shopSearchBox_table tbody td.address, #section-shop2 .shopSearchBox2_table tbody td.address {
  white-space: normal;
  word-break: break-all;
}
#section-shop .shopSearchBox_table tbody td a, #section-shop2 .shopSearchBox2_table tbody td a {
  color: #006699;
}
#section-shop .shopSearchB_table-default, #section-shop2 .shopSearchB2_table-default {
  font-size: 120%;
  text-align: center;
  vertical-align: middle;
  height: 200px;
}