@charset "utf-8";

/*Reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
:before,
:after {
  box-sizing: border-box;
}

a:focus,
*:focus {
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}

html {
  line-height: 1;
}

body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  background-color: #0c0d0e;
  color: rgba(255, 255, 255, 0.8);
}

a {
  outline: none;
  text-decoration: none;
  color: #fff;
}

img {
  vertical-align: middle;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/*did this body auto height to make fancy box work properly */
body {
  height: auto;
}

.container {
  width: 100%;
  height: auto;
  color: white;
  position: relative;
}

.innerContainer {
  max-width: 1980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.isHover {
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
}

.isHover:hover {
  opacity: 0.6;
  cursor: pointer;
}

h4 {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #c8cccf;
}

h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3vw;
}

h2 {
  font-family: trajan-pro-3, serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4vw;
  letter-spacing: 1.5px;
}

h2::first-letter {
  font-size: 5vw;
}

h1 {
  font-family: pirulen, sans-serif;
  letter-spacing: 1.5px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 6vw;
}

@media screen and (min-width: 640px) {

  h3,
  .buyText {
    font-size: 18px;
  }

  h2 {
    font-size: 24px;
  }

  h1 {
    font-size: 40px;
  }

  p {
    font-size: 20px;
  }
}

/*loader*/
/*LOADER*/
#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1000;
  overflow: hidden;
}

#loader {
  display: block;
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  text-align: center;
}

#loader .loadingText {
  display: block;
  width: 70%;
  margin: 50px auto 0;
}

#loader .loaderLogo {
  display: inline-block;
  width: 48%;
  height: auto;
  border: none;
  background-color: transparent;
}

/*EFLAGS*/
.currentFlag {
  padding: 5px;
  border: none;
  cursor: pointer;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}

.eflagsGroup {
  position: fixed;
  z-index: 5;
  top: 1.5%;
  right: 15px;
  display: none;
}

.home .eflagsGroup {
  top: 1.3%;
}

.eflagsDropContent {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}

.eflagsDropContent li {
  display: block;
  border-bottom: 1px solid lightgray;
  width: 100%;
}

.eflagsDropContent a {
  color: black;
  padding: 5px;
  text-decoration: none;
  display: block;
}

.eflagsDropContent a img {
  height: 20px;
}

.eflagsDropContent a:hover {
  background-color: #fff;
}

.hideFlag {
  display: none;
}

.efigs img {
  margin: 0 auto;
}

.navPreOrderButton {
  position: fixed;
  z-index: 5;
  top: 1.5%;
  right: 78px;
  height: 37px;
  border: 1px solid lightgray;
  width: 110px;
  display: none;
}

.navBtnText {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.showInNav {
  display: block;
}

.mainFlagAndText {
  height: 37px;
  width: 70px;
  position: relative;
  background: #fff;
}

.langByFlag {
  display: inline-block;
  vertical-align: middle;
  color: #171a18;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.efigs img,
.efigs p {
  display: inline-block;
  font-size: 11px;
}

.noFlag {
  display: none !important;
}

/* eflages responsive */

@media screen and (min-width: 769px) {
  .eflagsGroup {
    right: 20px;
  }
}

@media screen and (max-width: 950px) {
  .home .eflagsGroup {
    top: 0;
  }
}

@media screen and (max-width: 600px) {
  .currentFlag {
    height: 35px;
  }
}

/*END EFLAGS*/
/*hero section*/
#hero {
  position: relative;
}

.bayonetta,
.vanquish {
  position: relative;
  height: 0;
  min-height: 0;
  padding-top: 88.4%;
  overflow: hidden;
}

body.SP>section#hero>div.bayonetta,
body.SP>section#hero>div.vanquish {
  min-height: inherit;
}

.bayo,
.vanq {
  width: 100%;
}

.bayoCharacter {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.vanqCharacter {
  width: 100%;
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate3d(-40%, -50%, 0);
}

.btn {
  position: absolute;
  transform: translate(-50%, 0);
  font-family: trajan-pro-3, serif;
  padding: 10px;
  background-color: rgba(5, 5, 5, 0.75);
  color: white;
  text-transform: uppercase;
  text-align: center;
  width: 220px;
  letter-spacing: 1.5px;
}

.red {
  border: 2px solid #bf2b1f;
}

.green {
  border: 2px solid #00a99d;
  font-family: pirulen, sans-serif;
  font-weight: 400;
}

.positionHeroBtn {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preOrderBtn {
  background-color: rgba(218, 177, 13, 0.8);
  padding: 2px 10px 10px;
  width: 60%;
  max-width: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 16px;
}

.preOrderText {
  text-transform: uppercase;
  color: #000;
}

.chevron {
  margin: 0 auto;
  display: block;
}

.bayoLogo,
.vanqLogo {
  position: absolute;
}

.vanqLogo {
  width: 70%;
  left: 50%;
  top: 11%;
  transform: translate(-50%, 0);
}

.bayoLogo {
  width: 65%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
}

#trailer {
  margin: 5% auto;
}

.trailerBtn {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  color: black;
  width: 90%;
  max-width: 350px;
  background: #dab10d;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 1px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
}

.trailerBtnLarge {
  display: none;
}

@media screen and (max-width: 640px) {
  .vanqLogo {
    width: 70%;
    left: 50%;
    top: 11%;
    transform: translate(-50%, 0);
  }

  .bayoLogo {
    width: 52%;
    top: 43%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .positionHeroBtn {
    width: 45%;
    padding: 5px;
  }
}

@media screen and (min-width: 500px) {
  .preOrderBtn {
    padding: 15px;
  }
}

@media screen and (min-width: 600px) {
  .bayoCharacter {
    width: 75%;
  }

  .vanqCharacter {
    width: 80%;
  }

  .bayoLogo {
    top: 43%;
    width: 52%;
  }

  .vanqLogo {
    /*		max-width: 450px;*/
  }
}

@media screen and (min-width: 640px) {
  .btn {
    width: 275px;
  }

  .positionHeroBtn {
    top: 80%;
  }

  .trailerBtn {
    background-color: rgba(218, 177, 13, 0.8);
    padding: 15px 10px 24px;
    width: 60%;
    max-width: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(5px, 0);
    text-align: center;
    font-size: 16px;
  }

  .preOrderBtn {
    top: 0;
    left: 50%;
    transform: translate(-205px, 0);
  }

  #trailer {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {

  body.SP>section#hero>div.bayonetta,
  body.SP>section#hero>div.vanquish {
    min-height: inherit;
  }
}

@media screen and (max-width: 1023px) {
  .bgBayo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/hero/bayo_bg.jpg?20200218") no-repeat center center;
    background-size: 100% auto;
  }

  .bgVanq {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/hero/vanquish_bg.jpg?20200218") no-repeat center center;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 1024px) {
  #hero {
    background: url("../img/hero/bayovanq_bg.jpg?20200218") no-repeat center 0;
    background-size: 100% auto;
    font-size: 0;
  }

  .bayonetta,
  .vanquish {
    width: 50%;
    display: inline-block;
    font-size: 20px;
    height: 0;
    padding-top: 56%;
  }

  .positionHeroBtn {
    top: 92%;
  }

  .vanqLogo {
    width: 67%;
    top: 67%;
  }

  .bayoLogo {
    top: 59%;
  }

  .bayoCharacter {
    width: 100%;
  }

  .vanqCharacter {
    width: 90%;
    transform: translate3d(-30%, -50%, 0);
  }
}

@media screen and (min-width: 1400px) {
  .vanqLogo {
    width: 67%;
  }

  .bayoCharacter {
    width: 85%;
  }

  .vanqCharacter {
    width: 75%;
    transform: translate3d(-37%, -50%, 0);
  }
}

@media screen and (min-width: 2000px) {
  .positionHeroBtn {
    top: 90%;
  }
}

/*Purchase*/
.purchase {
  position: relative;
  background-image: url("../img/purchase/purchase_bg_sp.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #141414;
  font-size: 0;
  padding-bottom: 10%;
  text-align: center;
}

.purchase h1 {
  padding-top: 5%;
  margin-bottom: 5%;
}

.purchase a img {
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
}

.purchase a:hover img {
  opacity: 0.6;
  cursor: pointer;
}

.btnPlay {
  display: block;
  position: absolute;
  z-index: 10;
  top: 42%;
  width: 10% !important;
  left: 45%;
}

.purchase h1,
.dropDownMenus {
  margin-left: 2.5%;
}

.glamshot {
  position: relative;
  width: 95%;
  margin: 0 auto;
  display: block;
  border: 1px solid red;
}

.glamshot img {
  width: 100%;
}

.dropDownMenus {
  margin-top: 4%;
}

.dropDownMenus h5 {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 4vw;
}

.dropDownMenus h3 {
  font-family: open-sans, sans-serif;
  font-weight: 800;
  font-size: 6vw;
}

@media screen and (min-width: 640px) {
  .purchase {
    background-image: url("../img/purchase/purchase_bg_tablet.png");
    padding-bottom: 5%;
  }

  .dropDownMenus h5 {
    font-size: 25px;
  }

  .dropDownMenus h3 {
    font-size: 38px;
  }
}

@media screen and (min-width: 1180px) {
  .purchase {
    background-image: url("../img/purchase/purchase_bg_desktop.png");
  }

  .glamshot,
  .dropDownMenus {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }

  .glamshot {
    width: 38%;
    margin: 0 2.5% 0 -140px;
  }
}

/*PURCHASE RADIO AND DROPDOWNS*/

/*RADIO BUTTONS FOR PHYSICAL OR DIGITIAL*/
.radioBtnGroup {
  margin-top: 5%;
}

.radioBtnGroup .container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 24px;
  width: 175px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.radioBtnGroup .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 0%;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
  transform: translate(0, -50%);
}

.radioBtnGroup .container:hover input~.checkmark {
  background-color: #00a99d;
}

.radioBtnGroup .container input:checked~.checkmark {
  background-color: #00a99d;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radioBtnGroup .container input:checked~.checkmark:after {
  display: block;
}

.radioBtnGroup .container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #111;
}

/*DROPDOWN SELECTOR FOR PLATFORM*/
.platformSelector {
  margin-top: 4%;
}

.dropdown-el {
  font-size: 11.5px;
  width: 98%;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  top: 8px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  color: #606f7b;
  outline: none;
  border: 0.06em solid transparent;
  background-color: #f1f5f9;
  transition: 0.3s all ease-in-out;
}

.dropdown-el input:focus+label {
  background: #f1f5f9;
}

.dropdown-el input {
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  opacity: 0.01;
}

.dropdown-el label {
  border-top: 0.06em solid #d9d9d9;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  padding-right: 48px;
  cursor: pointer;
  position: relative;
  transition: 0.3s color ease-in-out;
}

.dropdown-el label:nth-child(2) {
  margin-top: 40px;
  border-top: 0.06em solid #d9d9d9;
}

.dropdown-el input:checked+label {
  display: block;
  border-top: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.dropdown-el input:checked+label:nth-child(2) {
  margin-top: 0;
  position: relative;
}

.dropdown-el::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  border: 0.3em solid #bf2b1f;
  border-color: #bf2b1f transparent transparent transparent;
  transition: 0.4s all ease-in-out;
}

.dropdown-el.expanded {
  padding: 0;
  max-height: 15em;
}

.dropdown-el.expanded label {
  border-top: 0.06em solid #d9d9d9;
}

.dropdown-el.expanded label:hover {
  color: #bf2b1f;
  background-color: #ccc;
}

.dropdown-el.expanded input:checked+label {
  color: #bf2b1f;
}

.dropdown-el.expanded::after {
  transform: rotate(-180deg);
  top: 0.55em;
}

@media screen and (min-width: 450px) {
  .dropdown-el {
    font-size: 16px;
  }
}

/*DROP DOWN FOR RETAILER*/
.dropdownSelector {
  margin-top: 5%;
  position: relative;
}

.dropbtn {
  position: relative;
  font-size: 11.5px;
  display: inline-block;
  width: 98%;
  min-height: 40px;
  max-height: 40px;
  top: 8px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  color: #606f7b;
  outline: none;
  border: 0.06em solid transparent;
  background-color: #f1f5f9;
  transition: 0.3s all ease-in-out;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  padding-left: 16px;
}

.dropbtn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  border: 0.3em solid #bf2b1f;
  border-color: #bf2b1f transparent transparent transparent;
  transition: 0.4s all ease-in-out;
}

.dropbtn.expanded::after {
  transform: rotate(-180deg);
  top: 0.55em;
}

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  font-size: 16px;
}

.dropdown h3 {
  color: #000;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f5f9;
  min-width: 225px;
  z-index: 2;
  top: 48px;
  width: 98%;
}

.dropdown-content a {
  color: #606f7b;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border: 1px solid #d9d9d9;
  font-size: 11.5px;
}

.dropdown-content a:hover {
  background-color: #ccc;
  color: #bf2b1f;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.show {
  display: block;
}

#xboxRetail,
#digital,
#digitalRetailBayo,
#digitalRetailVanq {
  display: none;
}

@media screen and (min-width: 450px) {

  .dropbtn,
  .dropdown-content a {
    font-size: 16px;
  }
}

/*FOOTER*/
footer {
  background-color: #171917;
  text-align: center;
  padding-bottom: 2%;
}

.logos {
  width: 95%;
  margin: 0 auto 3%;
  padding-top: 25px;
}

.logos img {
  height: 75px;
  margin: 25px 15px 0 15px;
}

.logos .platGames {
  height: auto;
  width: 150px;
}

.logos .xboxLogo {
  height: auto;
  width: 230px;
}

.copy {
  font-size: 13px;
  width: 95%;
  max-width: 800px;
  margin: 0 auto 2%;
}

.copy:nth-of-type(1) {
  margin: 0 auto;
}

.linksPolicy {
  margin: 3%;
}

.pslegalLogo,
.ps4legalLogo {
  height: 12px;
}

.storyTitle span {
  margin-left: 20px;
  font-size: 3vw;
}

.charaName span {
  margin-left: 20px;
  font-size: 3vw;
}

.segaLogo {
  width: 130px;
}

.purchaseRelease {
  text-align: center;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  margin: 0 auto 2%;
  padding-top: 2%;
  font-size: 6vw;
}

.purchaseRelease::first-letter {
  font-size: 6vw;
}

.catchTitle {
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-weight: 600;
  font-style: oblique;
  position: absolute;
  z-index: 10;
  width: 100%;
  font-size: 8vw;
  color: #fff;
  bottom: 46.8%;
  text-align: center;
  background: rgba(0, 0, 0, 1);
}

.catchTitle small {
  font-size: 4vw;
  font-weight: normal;
}

.catchTitle.font02 {
  font-family: dnp-shuei-anti-std, sans-serif;
  font-weight: 600;
  font-style: oblique;
}

ul.snslist {
  width: 90%;
  margin: 0 auto 4% auto;
}

ul.snslist li {
  display: inline-block;
}

ul.snslist li {
  margin-right: 8%;
  width: 25%;
  max-width: 54px;
}

ul.snslist li:last-child {
  margin-right: 0;
}

ul.snslist li img {
  width: 100%;
  height: auto;
}

.spec {
  position: relative;
  z-index: 0;
  width: 90%;
  margin: 3% auto;
  text-align: center;
}
.specInfo {
  display: inline-block;
  text-align: left;
}

.specInfo div {
  width: 100%;
  display: table;
}

.specInfo div p {
  display: table-cell;
  font-size: 3vw;
}

.specInfo div p:nth-of-type(1) {
  width: 22%;
}

.specInfo div p:nth-of-type(2):before {
  content: ":";
  padding-right: 12px;
}

.specInfo div p.is-none:before {
  content: ":";
  color: transparent;
}

.spec .package {
  display: block;
  max-width: 100%;
  width: 40%;
  margin: 5% auto 0;
}

.spec .cero {
  position: absolute;
  z-index: 0;
  max-width: 88px;
  width: 10%;
  bottom: 0;
  left: 15%;
}

@media screen and (min-width: 640px) {
  .catchTitle {
    position: absolute;
    z-index: 10;
    width: 100%;
    font-size: 8vw;
    color: #fff;
    bottom: 48%;
    text-align: center;
    background: rgba(0, 0, 0, 1);
  }

  .catchTitle small {
    font-size: 2vw;
  }

  .purchaseRelease::first-letter {
    font-size: 42px;
  }

  .purchaseRelease {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: oblique;
    font-size: 42px;
  }

  .storyTitle span {
    margin-left: 20px;
    font-size: 20px;
  }

  .charaName span {
    margin-left: 20px;
    font-size: 20px;
  }

  .segaLogo {
    width: 120px;
  }

  .spec {
    margin: 3% auto;
    text-align: center;
  }

  .specInfo div {
    width: 100%;
    display: table;
  }

  .specInfo div p {
    display: table-cell;
    font-size: 16px;
  }

  .spec .package {
    width: 25%;
  }
  .spec .cero {
    width: 8%;
    left: 26%;
  }

  ul.snslist {
    width: 30%;
    margin: 0 auto 3% auto;
  }
}

@media screen and (min-width: 640px) {
  .catchTitle {
    font-size: 5vw;
  }
}

@media screen and (min-width: 980px) {
  .catchTitle {
    position: absolute;
    z-index: 10;
    width: 100%;
    font-size: 8vw;
    color: #fff;
    bottom: 46.8%;
    text-align: center;
    background: rgba(0, 0, 0, 1);
  }

  .catchTitle small {
    font-size: 2vw;
  }

  .spec .package {
    width: 20%;
  }
  .spec .cero {
    width: 5%;
    left: 32%;
  }
}

@media screen and (min-width: 1024px) {
  .catchTitle {
    font-size: 65px;
    color: #fff;
    top: 0%;
    text-align: center;
    background: none;
    text-shadow: 1px 0 20px rgba(0, 0, 0, 0.8);
  }

  .catchTitle small {
    font-size: 30px;
  }
}

@media screen and (min-width: 1180px) {
  .spec {
    width: 520px;
    display: inline-block;
    text-align: left;
  }

  .spec .package {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -25%;
    width: 32%;
    margin: 0;
  }

  .spec .cero {
    width: 50px;
    bottom: -75px;
    left: 0;
  }
}

@media screen and (min-width: 1400px) {
  .glamshot {
    width: 38%;
    margin: 0 2.5% 0 -190px;
  }
}

.purchaseRelease.font02,
.catchTitle.font02 {
  font-family: dnp-shuei-anti-std, sans-serif;
  font-weight: 600;
  font-style: oblique;
}
