.menu-trigger {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 44px;
  margin: 0.25em 0;
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65)
}
.menu-trigger:before, .menu-trigger:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.menu-trigger:before {
  top: 5px;
  -webkit-animation: menu07-bar01 .75s forwards;
  animation: menu07-bar01 .75s forwards
}
.menu-trigger:after {
  bottom: 5px;
  -webkit-animation: menu07-bar03 .75s forwards;
  animation: menu07-bar03 .75s forwards
}
.menu-trigger.active:before {
  -webkit-animation: active-menu07-bar01 .75s forwards;
  animation: active-menu07-bar01 .75s forwards
}
.menu-trigger.active:after {
  -webkit-animation: active-menu07-bar03 .75s forwards;
  animation: active-menu07-bar03 .75s forwards
}
.f-08 {
  font-size: 0.8em;
  margin-top: 1em;
  display: block
}
@-webkit-keyframes menu07-bar01 {
  0% {
    -webkit-transform: translateY(15px) rotate(45deg)
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(0) rotate(0)
  }
}
@keyframes menu07-bar01 {
  0% {
    -webkit-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg)
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
    transform: translateY(15px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }
}
@-webkit-keyframes menu07-bar03 {
  0% {
    -webkit-transform: translateY(-15px) rotate(-45deg)
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(0) rotate(0)
  }
}
@keyframes menu07-bar03 {
  0% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg)
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0);
    transform: translateY(-15px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }
}
@-webkit-keyframes active-menu07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0)
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(15px) rotate(45deg)
  }
}
@keyframes active-menu07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
    transform: translateY(15px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg)
  }
}
@-webkit-keyframes active-menu07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0)
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(-45deg)
  }
}
@keyframes active-menu07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0);
    transform: translateY(-15px) rotate(0)
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg)
  }
}
.separate {
  min-height: 400px
}

@media screen and (max-width: 767px) {
.separate {
  min-height: 100px
}
}
	
	
#loader {
  -webkit-transition: .8s;
  transition: .8s;
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  pointer-events: all;
  background-size: cover
}
#loader .view {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0)
}
#loader .text {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  transform: translate(0, 1em);
  -webkit-transform: translate(0, 1em);
  position: absolute;
  font-weight: 400;
  text-align: center;
  padding-top: 11em;
  display: block;
  color: #4a4a4a;
  font-size: 0.8em;
  letter-spacing: 0.1em
}
#loader.active .text {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  font-family: fot-chiaro-std, sans-serif
}
#loader .text p:nth-child(2) {
  letter-spacing: 0.2em;
  font-size: 0.8em
}
#loader .text p:nth-child(1) {
  font-size: 1.4em;
  font-weight: 900;
  color: #4a4a4a;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 0.5em
}
#loader .svgA .moon {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/moon-loading.svg") center center no-repeat;
  width: 300px;
  height: 305px
}
#loader .svgA {
  position: relative;
  height: 480px;
  -ms-filter: blur(0.3px);
  -webkit-filter: blur(0.3px);
  filter: blur(0.3px)
}
#loader body.safari .svgA {
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
  filter: blur(0px)
}
#loader .svgA .earth {
  position: absolute;
  background: url(../images/earth-loading.svg) center center no-repeat;
  width: 300px;
  height: 305px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateX(-30%) translatey(-5%)
}
#loader .svgA .earth, #loader .svgA .moon {
  background-size: 30% 30%;
  opacity: 1;
  -webkit-transition: .0s;
  transition: .0s
}
#loader .inBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 100%
}
#loader.loaded {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .8s;
  transition: .8s
}
#loader .loader {
  border-radius: 50%;
  height: 4em;
  width: 4em;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: -.5em 0;
  box-shadow: -.5em 0;
  -webkit-animation: moon 1s alternate infinite linear;
  animation: moon 1s alternate infinite linear
}
@-webkit-keyframes moon {
  to {
    -webkit-box-shadow: .5em 0;
    box-shadow: .5em 0
  }
}
@keyframes moon {
  to {
    -webkit-box-shadow: .5em 0;
    box-shadow: .5em 0
  }
}
html {
  color: #fff;
  background: #000
}
body {
  background: #000;
  background-size: contain
}
main {
  overflow: hidden
}
.bg-black {
  background: #000
}
.mgn-lr-center {
  margin: 0 auto
}
.mgn-t-1 {
  margin-top: 1em
}
.mgn-t-3 {
  margin-top: 3em
}
.mgn-t-5 {
  margin-top: 5em
}
.mgn-b-1 {
  margin-bottom: 1em
}
.mgn-b-2 {
  margin-bottom: 2em
}
.pdg-2 {
  padding: 2em
}
.pdg-3 {
  padding: 3em
}
.f-1_5 {
  font-size: 1.5em
}
.f-2 {
  font-size: 2em
}
.f-08 {
  font-size: 0.8em
}
.f-10 {
  font-size: 10em
}
.f-15 {
  font-size: 15em
}
.lh-1 {
  line-height: 1em
}
.lh-1_7 {
  line-height: 1.7em
}
.adjustment_0_5 {
  margin-left: -0.5em
}
.adjustment_0_6 {
  margin-left: -0.6em
}
.vCenter {
  display: -ms-grid;
  display: grid;
  place-items: center
}
.blurBg {
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden
}
.blurBg:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1
}
.swiper-container-horizontal > .swiper-scrollbar {
  height: 3px
}
.swiper-scrollbar {
  background: #ffffff22
}
.swiper-scrollbar-drag {
  background: #ffffff99
}
#products .releasePeriod > div {
  padding: 5em 0 3em
}
.sailorGuardians .swiper-button-next, .sailorGuardians .swiper-button-prev {
  display: none
}
#products #products .releasePeriod .name a {
  display: block;
  padding: 0.5em 0 0
}
#products .swiper-slide > img {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top;
  transform-origin: top
}
#products .swiper-slide-active > img {
  -webkit-transform: scale(1);
  transform: scale(1)
}
#novelty .inBox {
  margin-left: 6em
}
#novelty .swiper-button-next {
  right: 12%
}
#novelty .swiper-button-prev {
  margin-left: -5em
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5)
}
.swiper-button-next, .swiper-button-prev {
  color: #fff
}
.swiper-slide img {
  width: 100%
}
:root {
  --swiper-theme-color: #000
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
  position: absolute
}
#menuBox, .smpNav {
  display: none
}
#scroll-container {
  position: relative;
  z-index: 1
}
#bgBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}
#bgBox .shop {
  background: url(../images/bg-shoplist.jpg) center top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0
}
#bgBox .header {
  background: url(../images/bg-start.jpg) center top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
#bgBox .base1 {
  background: url(../images/star-1.png) center top no-repeat;
  opacity: 0.25
}
#bgBox .base2 {
  background: url(../images/star-2.png) center top no-repeat;
  opacity: 0.55
}
#bgBox .def {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 150vh;
  width: 100%
}
#bgBox .bgDef {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0
}
header.siteMain {
  opacity: 0;
  height: 7em;
  width: 100%;
  position: fixed;
  z-index: 100
}
header.siteMain .logo {
  position: fixed;
  top: 2em;
  left: 2em
}
header.siteMain .logo img {
  height: 4em
}
header .sideMenu {
  position: fixed;
  right: 2em;
  top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
header .sideMenu .logo25th {
  margin-right: 2.5em;
  line-height: 1
}
header .sideMenu .logo25th img {
  height: 2.5em;
  opacity: 0.9;
  margin-top: 0.3em
}
.colorful {
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#A482C9), color-stop(14.28%, #F2B1EE), color-stop(28.56%, #F2B1EE), color-stop(42.85%, #80B3E7), color-stop(57.14%, #ED7C66), color-stop(71.42%, #52C9A0), color-stop(85.71%, #F5A664), to(#fff)) 0% center/200% auto;
  background: linear-gradient(to right, #A482C9 0%, #F2B1EE 14.28%, #F2B1EE 28.56%, #80B3E7 42.85%, #ED7C66 57.14%, #52C9A0 71.42%, #F5A664 85.71%, #fff 100%) 0% center/200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  animation: colorful 1s ease-in-out 2;
  -webkit-animation: colorful 1s ease-in-out 2
}
@-webkit-keyframes colorful {
  to {
    background-position-x: 200%
  }
}
@keyframes colorful {
  to {
    background-position-x: 200%
  }
}
#hero {
  height: 100vh;
  min-height: 1000px;
  position: relative
}
#hero .item, #hero .menu, #hero .shareBox {
  opacity: 0
}
#hero .scrollDown {
  animation: scrollAnimation 1s infinite alternate;
  -webkit-animation: scrollAnimation 1s infinite alternate
}
@-webkit-keyframes scrollAnimation {
  0% {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px)
  }
  100% {
    transform: translate3d(0px, -20px, 0px);
    -webkit-transform: translate3d(0px, -20px, 0px);
    -moz-transform: translate3d(0px, -20px, 0px);
    -ms-transform: translate3d(0px, -20px, 0px);
    -o-transform: translate3d(0px, -20px, 0px)
  }
}
@keyframes scrollAnimation {
  0% {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px)
  }
  100% {
    transform: translate3d(0px, -20px, 0px);
    -webkit-transform: translate3d(0px, -20px, 0px);
    -moz-transform: translate3d(0px, -20px, 0px);
    -ms-transform: translate3d(0px, -20px, 0px);
    -o-transform: translate3d(0px, -20px, 0px)
  }
}
#hero .scrollDown {
  background: url(../images/scroll-down.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 3em;
  left: 50%;
  height: 5em;
  width: 3em;
  transform: translateX(-50%);
  z-index: 3;
  margin-left: -1.5em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%)
}
#hero .efect-moon {
  width: 60vw;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
  position: absolute;
  top: -17%;
  right: -17%
}
#hero .efect-moon picture {
  display: block
}
#hero .efect-moon picture img {
  width: 100%
}
#hero .copyright {
  font-size: 0.8em
}
#hero .shareBox {
  bottom: 3em;
  right: 3em;
  text-align: right;
  position: absolute
}
#hero .sns {
  margin-bottom: 1.5em
}
#hero .sns li {
  margin-right: 1em
}
#hero .inBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%
}
#hero .inBox .item {
  width: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2
}
#hero .inBox .item img {
  margin-left: 5em;
  width: 50vw;
  max-width: 700px
}
#hero .inBox .efect-moon {
  width: 50%
}
#hero .menu {
  bottom: 3rem;
  left: 3rem;
  position: absolute
}
#hero .menu .list li {
  margin-right: 5em;
  text-align: right
}
#hero .menu .list li:after {
  font-size: 0.8em;
  color: #959595
}
#hero .menu .list li:nth-child(1):after {
  content: "01"
}
#hero .menu .list li:nth-child(2):after {
  content: "02"
}
#hero .menu .list li:nth-child(3):after {
  content: "03"
}
#hero .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.outline {
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff
}
#intro {
  max-width: 1440px;
  margin: 10em auto 10em
}
#intro .detail p {
  color: #c0c0c0
}
#intro > * {
  opacity: 0
}
#intro h1 {
  font-size: 2em;
  text-align: center
}
#intro .release-date {
  font-size: 2em;
  margin: 2em 0;
  text-align: center
}
#intro .release-date .date {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 0.5em
}
#intro .release-date .date-detail {
  font-size: 1rem
}
#intro .release-date .date-detail .f-08 {
  display: inline
}
#intro .subTitle {
  font-size: 1.8em;
  margin: 2em 0;
  text-align: center;
  color: #ccc
}
#intro .main-logo {
  text-align: center;
  max-width: 600px;
  width: calc(100% - 4em);
  margin: 0 auto 3em
}
#intro .detail {
  margin: 0 auto
}
#intro .detail p {
  width: 48%
}
#intro .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#pickup .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#pickup .textBox .deco {
  text-align: right;
  margin-right: 4em;
  font-size: 1.5em
}
#pickup .textBox .deco .num {
  font-size: 3.1em;
  line-height: 1;
  margin: 0 0 -0.1em 0;
  padding: 0
}
#pickup .textBox .deco .category {
  font-size: 1.75em
}
#pickup .textBox .description:after {
  content: "";
  display: block;
  background: url(../images/icon-down.svg) center center no-repeat;
  width: 4em;
  height: 4em;
  background-size: contain;
  margin-top: 1.5em
}
#pickup li {
  border: 1px solid #ffffff52;
  border-left: none;
  border-right: none;
  padding: 3em;
  background: #ffffff14;
  margin: 1em 0;
  opacity: 0
}
#pickup li .inBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1440px;
  width: calc(100% - 4em);
  margin: 0 auto
}
#pickup li .inBox figure img {
  max-height: 400px
}
#products > div {
  opacity: 0
}
#products .description {
  max-width: 1400px
}
#products .description p {
  max-width: 1000px;
  text-align: justify;
  text-justify: inter-ideograph
}
#products .description p.title {
  font-size: 10em
}
#products .releasePeriod > div {
  padding: 5em 0 2em
}
#products .releasePeriod .desc {
  height: auto
}
#products .releasePeriod .desc .vCenter {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#products .releasePeriod .desc .vCenter:before {
  content: "";
  width: 1em;
  height: 12em;
  background: #F02B95;
  display: block;
  position: absolute;
  left: 0
}
#products .releasePeriod .desc .title {
  margin-left: 3em
}
#products .releasePeriod .name {
  text-align: center
}
#products .releasePeriod .name img {
  height: 2em
}
#products .releasePeriod .name a {
  display: block;
  padding: 1em 0 0
}
#products .releasePeriod .name p {
  font-size: 0.6em;
  color: #909090
}
#products .releasePeriod .first .main {
  font-size: 2.5em;
  background-image: linear-gradient(45deg, #F02B91 0%, #C266A0 50%, #88C7B1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: glow 3s linear infinite;
  animation: glow 3s linear infinite;
  background-size: 200%;
  -webkit-animation: glow 5s linear infinite;
  line-height: 1;
  margin-bottom: 1rem;
  width: 100%
}
#products .releasePeriod .second .main {
  font-size: 2.5em;
  background-image: linear-gradient(45deg, #f03f65 0%, #e18f6c 50%, #ceb359 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: glow 3s linear infinite;
  animation: glow 3s linear infinite;
  background-size: 200%;
  -webkit-animation: glow 5s linear infinite
}
#products .releasePeriod .sub {
  font-size: 1.2em;
  font-weight: 700;
  color: #959595
}
@-webkit-keyframes glow {
  0% {
    background-position: 0% 43%
  }
  50% {
    background-position: 100% 58%
  }
  100% {
    background-position: 0% 43%
  }
}
@keyframes glow {
  0% {
    background-position: 0% 43%
  }
  50% {
    background-position: 100% 58%
  }
  100% {
    background-position: 0% 43%
  }
}
#character .dgnBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%
}
#character .dgnBox .planet {
  opacity: 0;
  position: absolute;
  margin: 0 0 0 auto
}
#character .dgnBox .planet picture img {
  width: 71vh
}
#character .dgnBox .planet:nth-child(even) {
  left: 0%
}
#character .dgnBox .planet:nth-child(odd) {
  right: 0%
}
#character .dgnBox .characterDesign {
  position: absolute;
  left: 0%;
  opacity: 0;
  width: 100%
}
#character .sailorGuardians {
  position: relative;
  padding-top: 500px;
  margin: 30% auto 0;
  max-width: 1440px;
  width: calc(100% - 2em)
}
#character .sailorGuardians .wrap {
  opacity: 0
}
#character .sailorGuardians:nth-child(even) .characterDesign picture {
  text-align: right;
  display: block
}
#character .sailorGuardians:nth-child(odd) .imgBox {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
#character .sailorGuardians:nth-child(odd) .detailBox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
#character .sailorGuardians:nth-child(odd) .characterDesign {
  right: 0%;
  left: auto
}
#character .sailorGuardians:nth-child(odd) .characterDesign picture {
  text-align: right;
  display: block
}
#character .sailorGuardians.chibimoon .characterDesign {
  right: -25%;
  left: auto;
  height: 80%
}
#character .sailorGuardians.uranus .characterDesign {
  left: -25%
}
#character .sailorGuardians.neptune .characterDesign {
  right: -25%
}
#character .sailorGuardians.pluto .characterDesign {
  left: -25%
}
#character .sailorGuardians.saturn .characterDesign {
  right: -20%
}
#character .sailorGuardians.saturn .planet picture img {
  -webkit-transform: scale3d(1.5, 1.5, 0.5);
  transform: scale3d(1.5, 1.5, 0.5)
}
#character .sailorGuardians.moon .characterDesign {
  left: -15%
}
#character .sailorGuardians.venus .characterDesign {
  left: -25%
}
#character .sailorGuardians.mars .characterDesign {
  left: -20%
}
#character .sailorGuardians.mercury .characterDesign {
  right: -24%
}
#character .sailorGuardians.jupiter .characterDesign {
  right: -25%
}
#character .sailorGuardians .wrap {
  position: relative;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  z-index: 1
}
#character .sailorGuardians .buyBtn {
  margin-top: 8em
}
#character .sailorGuardians .buyBtn .inBox {
  text-align: center
}
#character .sailorGuardians .buyBtn a {
  font-size: 1.2em;
  display: table;
  margin: 0 auto;
  padding: 1em;
  width: 20em;
  display: table;
  border-radius: .5em
}
#character .sailorGuardians .buyBtn span {
  font-size: 0.7em;
  margin-top: 1em;
  display: block
}
#character .sailorGuardians .salesMethod {
  background: #eaeaea;
  padding: 0.2em 3em;
  display: inline-block;
  font-size: 1.2em;
  border-radius: 1.5em;
  margin-bottom: 1.5em;
  color: #a2a2a2
}
#character .sailorGuardians .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0 4em;
  margin-bottom: 2em
}
#character .sailorGuardians .flexBox .imgBox {
  width: 50%
}
#character .sailorGuardians .flexBox .imgBox img {
  width: 100%
}
#character .sailorGuardians .flexBox .imgBox picture {
  width: 75%;
  display: block;
  margin: 0 auto
}
#character .sailorGuardians .flexBox .detailBox {
  width: 50%
}
#character .itemSlider {
  padding: 0 4em;
  position: relative
}
#character .itemSlider .swiper-button-next.swiper-button-disabled {
  left: inherit
}
#character .itemSlider p {
  font-size: 0.7em;
  text-align: center;
  margin: 1em 0
}
#character .zodiacSign {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#character .zodiacSign .mark {
  height: 4em;
  width: 4em;
  border-radius: 100%;
  margin-right: 1em;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#character .zodiacSign .mark.active {
  -webkit-transform: rotateY(3600deg);
  transform: rotateY(3600deg);
  transition: 1s;
  -webkit-transition: 1s
}
#character .zodiacSign .mark img {
  height: auto;
  width: 45%
}
#character .zodiacSign p.t-en {
  font-size: 2em;
  line-height: 1
}
#character .zodiacSign p.t-jp {
  font-size: 1.2em;
  margin-top: 1em;
  width: 100%
}
#character .itemDetail .description {
  padding: 1.5em 0;
  font-size: 1.2em;
  text-align: justify;
  text-justify: inter-ideograph
}
#character .itemDetail .price {
  margin-top: 1em;
  font-size: 1.2em
}
#character .itemDetail .watchTitle {
  margin-bottom: 1em
}
#character .itemDetail .spec {
  color: #959595;
  font-size: 0.6em;
  width: auto;
  display: table
}
#character .itemDetail .spec li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#character .itemDetail .spec p {
  text-align: left
}
#character .itemDetail .spec p:nth-child(1) {
  width: 9em
}
#character .chibimoon .mainColor {
  color: #E890B8
}
#character .chibimoon .mainColor-Bg {
  background: #E890B8
}
#character .chibimoon .subColor {
  color: #F1609C
}
#character .uranus .mainColor {
  color: #6576C0
}
#character .uranus .mainColor-Bg {
  background: #6576C0
}
#character .uranus .subColor {
  color: #DDC9A4
}
#character .neptune .mainColor {
  color: #08A2A8
}
#character .neptune .mainColor-Bg {
  background: #08A2A8
}
#character .neptune .subColor {
  color: #6B7BC0
}
#character .pluto .mainColor {
  color: #A77F89
}
#character .pluto .mainColor-Bg {
  background: #A77F89
}
#character .pluto .subColor {
  color: #D85C79
}
#character .saturn .mainColor {
  color: #A482C9
}
#character .saturn .mainColor-Bg {
  background: #A482C9
}
#character .saturn .subColor {
  color: #A57080
}
#character .moon .mainColor {
  color: #F2B1EE
}
#character .moon .mainColor-Bg {
  background: #F2B1EE
}
#character .moon .subColor {
  color: #EFC797
}
#character .mercury .mainColor {
  color: #80B3E7
}
#character .mercury .mainColor-Bg {
  background: #80B3E7
}
#character .mercury .subColor {
  color: #BAD0DA
}
#character .mars .mainColor {
  color: #ED7C66
}
#character .mars .mainColor-Bg {
  background: #ED7C66
}
#character .mars .subColor {
  color: #D4AFD5
}
#character .mars .mainColor {
  color: #ED7C66
}
#character .mars .mainColor-Bg {
  background: #ED7C66
}
#character .mars .subColor {
  color: #D4AFD5
}
#character .jupiter .mainColor {
  color: #52C9A0
}
#character .jupiter .mainColor-Bg {
  background: #52C9A0
}
#character .jupiter .subColor {
  color: #CB7B96
}
#character .venus .mainColor {
  color: #F5A664
}
#character .venus .mainColor-Bg {
  background: #F5A664
}
#character .venus .subColor {
  color: #6B81B2
}
#character .price span {
  font-size: 0.8em;
  margin-left: 0.5em
}
#character .buyBtn .btn:link, #character .buyBtn .btn:visited {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 40px;
  border-radius: 100px;
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s
}
#character .buyBtn .btn-white {
  background: #fff;
  color: #000
}
#character .buyBtn .btn:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}
#character .buyBtn .btn:active {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px)
}
#character .buyBtn .btn-bottom-animation-1 {
  -webkit-animation: comeFromBottom 1s ease-out .8s;
  animation: comeFromBottom 1s ease-out .8s
}
#character .buyBtn .btn::after {
  content: "";
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  display: inline-block;
  z-index: -1;
  -webkit-transition: all .5s;
  transition: all .5s
}
#character .buyBtn .btn-white::after {
  background: #fff
}
#character .buyBtn .btn-animation-1:hover::after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0
}
@-webkit-keyframes comeFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes comeFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
body {
  font-family: fot-chiaro-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7
}
body h1 {
  color: #fff
}
.choice {
  padding: 15em 0;
  margin: 0 auto;
  text-align: center
}
.choice .title {
  font-size: 1.7em;
  margin: 0 auto 0.5em
}
#footer {
  position: relative
}
#footer > div {
  opacity: 0
}
#footer .bgFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/earth.png) center bottom no-repeat;
  background-size: cover;
  height: 150vh;
  width: 100%
}
#footer .choice {
  position: relative;
  z-index: 1
}
#footer .footer {
  position: relative;
  z-index: 1
}
#menuBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .5s;
  transition: .5s
}
#menuBox.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all
}
#menuBox .inBox {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 1
}
#menuBox .inBox li {
  font-size: 2em;
  text-align: center;
  margin: 1em
}
#menuBox .bg {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/star-1.jpg) center center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover
}
.footer {
  text-align: center;
  font-size: 0.8em;
  padding-bottom: 570px
}
#brandInfo {
  color: #000;
  position: relative;
  z-index: 1
}
#brandInfo .brandInfo {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  border: 1px solid #ccc;
  padding: 5em;
  background: #fff
}
#brandInfo .imgBox {
  max-width: 300px;
  width: 30%
}
#brandInfo .imgBox img {
  border: 1px solid #ccc
}
#brandInfo .detailBox {
  padding: 0 0 0 3em;
  max-width: 900px;
  width: 70%
}
#brandInfo .snsBox {
  margin-top: 1.5em;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#brandInfo .snsBox ul {
  margin-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#brandInfo .snsBox ul li {
  margin-right: 1em
}
#brandInfo .snsBox ul li img {
  max-width: 1rem;
  width: 100%
}
#novelty .swiper-slide {
  opacity: 0.1;
  -webkit-transition: .8s;
  transition: .8s
}
#novelty .swiper-slide-active {
  opacity: 1
}
#novelty .swiper-container {
  overflow: inherit;
  margin: 4em 0 0 0
}
#novelty .exam {
  margin: 40px 0 0 0
}
#novelty .swiper-slide {
  padding: 3em;
  border: 20px #ccc solid;
  background: #000000ff
}
#products, #shoplist, #novelty {
  max-width: 1440px;
  margin: 10em auto
}
#products .list, #shoplist .list, #novelty .list {
  margin-top: 2em
}
#products .list li, #shoplist .list li, #novelty .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  padding: 0 2em
}
#products .list li p, #products .list li a, #shoplist .list li p, #shoplist .list li a, #novelty .list li p, #novelty .list li a {
  padding: 1em 0
}
#products .list li .adoj, #shoplist .list li .adoj, #novelty .list li .adoj {
  min-width: 10em
}
#products .list li .shopname, #shoplist .list li .shopname, #novelty .list li .shopname {
  min-width: 20em
}
#products .list li .link, #shoplist .list li .link, #novelty .list li .link {
  margin-left: auto
}
#products .subCategory, #shoplist .subCategory, #novelty .subCategory {
  font-size: 2.5em;
  line-height: 1.5
}
#products .sales_method, #shoplist .sales_method, #novelty .sales_method {
  margin: 3em 0 5em auto;
  margin-bottom: 5em;
  position: relative;
  max-width: 1320px
}
#products .sales_method::after, #shoplist .sales_method::after, #novelty .sales_method::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  margin-left: -3em;
  top: 0
}
#products .deco, #shoplist .deco, #novelty .deco {
  position: absolute;
  left: -4em;
  height: calc(100% - 4em);
  width: 1px;
  background: #ccc;
  top: 2em
}
#products .deco:before, #shoplist .deco:before, #novelty .deco:before {
  content: '+';
  position: absolute;
  top: -2em;
  left: -0.25em
}
#products .deco:after, #shoplist .deco:after, #novelty .deco:after {
  content: '+';
  position: absolute;
  bottom: -2em;
  left: -0.25em
}
#products .otherStore, #shoplist .otherStore, #novelty .otherStore {
  margin-top: 5em
}
#products .otherStore .btn-store, #shoplist .otherStore .btn-store, #novelty .otherStore .btn-store {
  border: 1px solid;
  padding: 1.2em 2.5em;
  display: inline-block;
  margin-top: 2em;
  font-size: 1.3em
}
#products .title, #shoplist .title, #novelty .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#products .title .title, #shoplist .title .title, #novelty .title .title {
  border: 3px solid;
  padding: 1em 0em;
  display: inline-block;
  font-size: 1.5em;
  margin-right: 2em;
  margin-bottom: 1em;
  min-width: 420px;
  text-align: center
}
#products .title .limit, #shoplist .title .limit, #novelty .title .limit {
  line-height: 1.4
}
#products .title .specials, #shoplist .title .specials, #novelty .title .specials {
  font-size: 1.4em;
  margin-top: 0.4em
}

.sp{
    display: none;
}


@media screen and (max-width: 1399px) {
  #pickup .imgBox {
    width: 55%
  }
}
@media screen and (max-width: 1200px) {
  #pickup .imgBox {
    width: 40%
  }
}
@media screen and (max-width: 979px) {
  .characterDesign picture img {
    width: 100%
  }
  #shoplist .sales_method .otherStore div.title {
    width: calc(100% - 0em)
  }
  #products .title .title, #shoplist .title .title, #novelty .title .title {
    min-width: 100%
  }
  #products .list li .shopname, #shoplist .list li .shopname, #novelty .list li .shopname {
    min-width: auto;
    width: 100%
  }
  #products .title .title, #shoplist .title .title, #novelty .title .title {
    width: 100%
  }
  #character .sailorGuardians .buyBtn a {
    width: 80%
  }
  #novelty .inBox {
    margin-left: 0em
  }
  #character .sailorGuardians .buyBtn {
    margin-top: 2em
  }
  #character .itemSlider {
    padding: 0 2em
  }
  #character .sailorGuardians .wrap {
    width: 100%
  }
  #character .sailorGuardians .swiper-slide {
    opacity: 0.2;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
  }
  #character .sailorGuardians .swiper-slide.swiper-slide-active {
    opacity: 1;
    filter: blur(0px);
    -webkit-filter: blur(0px)
  }
  #character .sailorGuardians .swiper-button-next, #character .sailorGuardians .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 6em;
    height: 1em;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2 - 1rem);
    z-index: 10;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  #character .sailorGuardians .swiper-container {
    overflow: visible
  }
  #character .sailorGuardians .flexBox {
    padding: 0
  }
  #character .sailorGuardians .flexBox .imgBox, #character .sailorGuardians .flexBox .detailBox {
    width: 100%
  }
  #character .sailorGuardians .flexBox .imgBox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  #character .sailorGuardians .flexBox .detailBox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  #intro h1 {
    font-size: 1.3em;
    text-align: center
  }
  #intro .subTitle {
    font-size: 1.5em;
    margin: 2em 0;
    text-align: center;
    color: #fff;
    line-height: 1.5
  }
  #intro {
    width: calc(100% - 4em)
  }
  #intro .detail p {
    width: 100%;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.056em;
    text-align: justify;
    text-justify: inter-ideograph
  }
  #pickup li {
    padding: 2em
  }
  #pickup li .imgBox {
    width: 100%
  }
  #pickup li .deco + a {
    display: block;
    margin: 0 auto
  }
  #pickup li .inBox {
    width: calc(100% - 0em)
  }
  #pickup li .inBox .vCenter {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    position: relative
  }
  #pickup li .inBox .textBox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 2em
  }
  #pickup li .inBox .deco {
    text-align: center;
    font-size: 0.8em;
    width: 100%;
    margin: 4em auto 1em
  }
  #pickup li .inBox .deco .category {
    font-size: 2.5em;
    padding: 0
  }
  #pickup li .inBox .description {
    width: 100%;
    text-align: center;
    color: #b8b8b8
  }
  #pickup li .inBox .description:after {
    position: absolute;
    right: 0em;
    bottom: 0em;
    width: 2em;
    height: 2em
  }
  #products .description p.title {
    font-size: 3.5em
  }
  #products .releasePeriod .first .main, #products .releasePeriod .second .main {
    font-size: 1.75em
  }
  #brandInfo .brandInfo {
    padding: 3em;
    width: 80%
  }
  #brandInfo .imgBox {
    width: 100%;
    max-width: inherit;
    margin: 0 auto
  }
  #brandInfo .detailBox {
    padding: 2em 0 0 0;
    max-width: 900px;
    width: 100%
  }
  #products, #shoplist, #novelty {
    max-width: calc(100% - 4em)
  }
  #novelty .swiper-slide {
    padding: 1em;
    border: 0.5em #ccc solid;
    background: #000000ff
  }
  .f-10 {
    font-size: 3.75em
  }
  #products .subCategory, #shoplist .subCategory, #novelty .subCategory {
    font-size: 1.5em;
    line-height: 1.5
  }
  #shoplist .list {
    width: calc(100% - 2em);
    margin: 2em 0 0 auto
  }
  #shoplist .list li {
    position: relative;
    padding-bottom: 4em
  }
  #shoplist .list .iconMap, #shoplist .list .iconLink {
    position: absolute;
    bottom: 1.5em;
    right: 1.5em;
    padding: 0;
    font-size: 0.8em
  }
  #shoplist .list .adoj {
    font-size: 1.2em
  }
  #shoplist .list .shopname {
    padding: 0 0 1em;
    font-size: 0.9em
  }
  #shoplist .list .zip {
    padding: 0;
    line-height: 1.5;
    font-size: 0.8em
  }
  #products .deco, #shoplist .deco, #novelty .deco {
    position: absolute;
    left: -0em;
    height: calc(100% - 4em);
    width: 1px;
    background: #ccc;
    top: 2em
  }
  .sales_method div.title {
    width: calc(100% - 2em);
    margin: 2em 0 0 auto
  }
  .otherStore .sales_method div.title {
    width: calc(100% - 0em)
  }
  .sales_method .otherStore {
    width: calc(100% - 2em);
    margin: 2em 0 0 auto
  }
  .sales_method .caution {
    width: calc(100% - 2em);
    margin: 2em 0 0 auto
  }
  #hero .flexBox {
    display: none
  }
  .scrollDown {
    margin-bottom: 5em
  }
  #hero .shareBox {
    bottom: 3em;
    right: 3em;
    text-align: center;
    position: absolute;
    width: 100%;
    right: 0
  }
  #character .dgnBox .planet picture img {
    width: 100%
  }
  #character .sailorGuardians:nth-child(odd) .planet {
    right: auto;
    left: 50%;
    width: 100vw
  }
  #character .dgnBox .planet:nth-child(even) .planet {
    left: auto;
    right: 50%;
    width: 100vw
  }
}
@media screen and (min-width: 768px) {
  #character .sailorGuardians.uranus .characterDesign {
    left: -45%
  }
  #character .sailorGuardians.pluto .characterDesign {
    left: -45%
  }
  #character .sailorGuardians.moon .characterDesign {
    left: -45%
  }
  #character .sailorGuardians.venus .characterDesign {
    left: -45%
  }
  #character .sailorGuardians.mars .characterDesign {
    left: -45%
  }
}




@media screen and (max-width: 767px) {
 .sp{
        display: block;
    }   
    
    #hero {
      height: 100vh;
      min-height: 100vh;
      position: relative
    }    

    .scrollDown {
        margin-bottom: 1em;
    }
    
    #hero .shareBox {
        bottom: 1em;
    } 
     #hero .item a {
        line-height: 3;
        background: #e986e3;
        padding: 0 20px;
        border-radius: 50px;
        width: 60%;
        text-align: center;
         pointer-events: auto;
    }   
  #intro .release-date {
    margin: 2rem 0
  }
  #intro .release-date .date {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.5em
  }
    
    #intro .release-date .date-detail {
        font-size: 0.875rem;
    }
    
  .logo25th {
    display: none
  }
  #character .sailorGuardians:nth-child(odd) .planet {
    transform: translate3d(-100%, 20%, 10px) scale(1) !important;
    -webkit-transform: translate3d(-100%, 20%, 10px) scale(1) !important;
    -moz-transform: translate3d(-100%, 20%, 10px) scale(1) !important;
    -ms-transform: translate3d(-100%, 20%, 10px) scale(1) !important;
    -o-transform: translate3d(-100%, 20%, 10px) scale(1) !important
  }
  #character .sailorGuardians:nth-child(odd).saturn .planet {
    transform: translate3d(-100%, 7%, 0) scale(1.1) !important;
    -webkit-transform: translate3d(-100%, 7%, 0) scale(1.1) !important;
    -moz-transform: translate3d(-100%, 7%, 0) scale(1.1) !important;
    -ms-transform: translate3d(-100%, 7%, 0) scale(1.1) !important;
    -o-transform: translate3d(-100%, 7%, 0) scale(1.1) !important
  }
  #character .sailorGuardians:nth-child(even) .dgnBox .planet {
    -webkit-transform: translate3d(50%, 20%, 0) scale(1) !important;
    transform: translate3d(50%, 20%, 0) scale(1) !important
  }
  #character .sailorGuardians:nth-child(odd).saturn .dgnBox picture {
    -webkit-transform: translate3d(0, 35%, 10px) scale(1.5)
  }
  #character .sailorGuardians.mercury .dgnBox picture {
    -webkit-transform: translate3d(20%, 35%, 10px) scale(1.5)
  }
  #character .sailorGuardians.jupiter .dgnBox picture {
    -webkit-transform: translate3d(30%, 40%, 10px) scale(1.5)
  }
  #character .sailorGuardians .wrap {
    width: calc(100% - 4em)
  }
  #novelty .swiper-button-next {
    right: 7%
  }
  #intro h1 {
    font-size: 0.75rem;
    line-height: 1.5
  }
  #products .releasePeriod .first .main, #products .releasePeriod .second .main {
    font-size: 1.25em
  }
  #products .releasePeriod .sub {
    font-size: 0.5em;
    font-weight: 700;
    color: #959595
  }
  #products .releasePeriod .name img {
    height: 1.5em
  }
  #intro .subTitle {
    font-size: 1rem;
  }
    
  #intro .detail p {
        font-size: 0.75rem;
    } 
  #hero .inBox .efect-moon {
    width: 105%;
    position: absolute;
    top: -10%;
    right: -30%
  }
    
    
  /*#hero .inBox .item {
    width: 100%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    height: 100%
    } */
    
    #hero .inBox .item {
        width: 100%;
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: 1.5rem;
        padding-bottom: 1rem;
    } 
    
    
  #hero .inBox .item img {
    width: 80%;
    margin-left: 0
  }
  #hero .copyright {
    font-size: 0.7em
  }
  .characterDesign picture {
    transform: translate3d(0, 50%, 10px) scale(1.5);
    -webkit-transform: translate3d(0, 50%, 10px) scale(1.5);
    -moz-transform: translate3d(0, 50%, 10px) scale(1.5);
    -ms-transform: translate3d(0, 50%, 10px) scale(1.5);
    -o-transform: translate3d(0, 50%, 10px) scale(1.5)
  }
  .characterDesign picture img {
    width: 100%
  }
    
    #character .wrapBox {
        text-align: center;
    } 
    
     #character .zodiacSign {
        justify-content: center;
         flex-direction: column;
    }   
    #character .zodiacSign .mark {
        margin: 0 auto 1em;
    } 
    
    #character .zodiacSign p.t-en {
        font-size: 1.5em;
    }    

    #character .itemDetail .description {
        font-size: 0.875rem;
    }    
    
  #character .sailorGuardians.mercury .characterDesign {
    right: 0%
  }
  #character .sailorGuardians.jupiter .characterDesign {
    right: 0%
  }
     #character .buyBtn .btn:link,
    #character .buyBtn .btn:visited {
        padding: 0;
        line-height: 3;
    }   
     #products .description p.title {
        font-size: 3em;
    }
    
    #products .description p {
        font-size: 0.875rem;
    }
    
    .f-1_5.mgn-b-1 {
        font-size: 1.25rem;
    }
    
    #brandInfo .brandInfo {
        padding: 1.5em;
        width: 90%;
    }    
 
    
    .link_button {
        position: fixed;
        z-index: 9;
        bottom: 0;
        display: block;
        width: 100%;
    }  
    
    .link_button a {
        text-align: center;
        background: #e986e3;
        color: #000;
        line-height: 3.5;
    }
    
}








#hero .inBox .item {
  pointer-events: none
}



/* 期間限定 */

.event_limit{
	font-size: 0.7rem;
	padding: 0 1rem;
	display: inline-block;
}

@media screen and (max-width: 767px) {
.event_limit{
	font-size: 0.6rem;
	padding: 0;
	display: inline-block;
}
	
	
}


/* 非表示 */
#shoplist,
.after-shop{
    display: none;
}
