@charset "utf-8";

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: url(.././img/img03.png) 50% 0 no-repeat;
}

h4 {
    font-size: 1.5em;
}

.gloNav_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    padding: 14px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #000;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 1)),
        color-stop(85%, rgba(0, 0, 0, 1)),
        to(rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
    z-index: 100;
}
#gloNav {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
#gloNav ul {
    width: 1000px;
    margin: 0 auto;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#gloNav ul li {
    position: relative;
    margin: 0 0 0 0;
}
#gloNav ul li.new:after {
    content: url(.././img/new.png);
    position: absolute;
    top: -15px;
    right: -25px;
    display: block;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation: blink 3.2s ease-in-out infinite;
    animation: blink 3.2s ease-in-out infinite;
}
#gloNav a,
#gloNav a img {
    display: block;
    background-repeat: no-repeat;
}
#gloNav a {
    background-position: 0 0;
}
#gloNav a.close {
    cursor: default;
}
#gloNav .top,
#gloNav .top img {
    width: 123px;
    height: 50px;
    background-image: url(.././img/navi_sub_top_en.png);
}
#gloNav .about,
#gloNav .about img {
    width: 164px;
    height: 67px;
    background-image: url(.././img/navi_sub_about_en.png);
}
#gloNav .story,
#gloNav .story img {
    width: 162px;
    height: 62px;
    background-image: url(.././img/navi_sub_story_en.png);
}
#gloNav .character,
#gloNav .character img {
    width: 231px;
    height: 58px;
    background-image: url(.././img/navi_sub_character_en.png);
}
#gloNav .gallery,
#gloNav .gallery img {
    width: 159px;
    height: 53px;
    background-image: url(.././img/navi_sub_gallery_en.png);
}
#gloNav .special,
#gloNav .special img {
    width: 135px;
    height: 56px;
    background-image: url(.././img/navi_sub_special_en.png);
}
#gloNav a img {
    background-position: 0 100%;
    opacity: 0;
    -webkit-transition: opacity 0s linear 0.06s;
    -o-transition: opacity 0s linear 0.06s;
    transition: opacity 0s linear 0.06s;
    /*-webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;*/
}
#gloNav a:hover img,
#gloNav a.selected img,
#gloNav a.clicked img {
    opacity: 1;
}
#gloNav a.close:hover img {
    opacity: 0;
}
#gloNav a.top:not(.selected):hover {
    -webkit-animation: hoverSubTop 0.06s linear;
    animation: hoverSubTop 0.06s linear;
}
#gloNav a.about:not(.selected):hover {
    -webkit-animation: hoverAbout 0.06s linear;
    animation: hoverAbout 0.06s linear;
}
#gloNav a.story:not(.selected):hover {
    -webkit-animation: hoverSubStory 0.06s linear;
    animation: hoverSubStory 0.06s linear;
}
#gloNav a.character:not(.selected):hover {
    -webkit-animation: hoverCharacter 0.06s linear;
    animation: hoverCharacter 0.06s linear;
}
#gloNav a.gallery:not(.selected):hover {
    -webkit-animation: hoverGallery 0.06s linear;
    animation: hoverGallery 0.06s linear;
}
#gloNav a.special:not(.selected):hover {
    -webkit-animation: hoverSubSpecial 0.06s linear;
    animation: hoverSubSpecial 0.06s linear;
}
.sns_btn {
    position: absolute;
    top: 8px;
    left: 100.5%;
}
.sns_btn > div {
    margin: 0 0 2px;
}
.float_right {
    display: block;
    float: right;
}

body:not(#top) #contents {
    padding: 95px 0 0;
    width: 960px;
    margin: 0 auto 436px;
    /*font-size: 16rem;*/
}
/* サブナビなしページ */
#contents .single section,
#contents .multi {
    position: relative;
    width: 960px;
    min-height: 46px;
    padding: 15px 15px;
    margin: 0 auto 32px;
    border: 1px solid #1564db;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
    background: #000;
}
#contents .single section:after,
#contents .multi:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -1px;
    width: 960px;
    height: 5px;
    background: #1564db;
}
#contents h2,
h4 {
    position: relative;
    min-height: 46px;
    padding: 10px 0 8px;
    margin: 0 auto 1.1em;
    border: 1px solid #1564db;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
    text-align: center;
    font-weight: normal;
}
#contents h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -1px;
    width: 928px;
    height: 5px;
    background: #1564db;
}
#contents p {
    margin: 0.3em 0 1em;
}
#contents p:last-child {
    margin: 0 0 0.1em;
}
.center_img {
    margin: 1.3em 0;
    text-align: center;
}

/* サブナビ */
#subNav {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 223px;
    z-index: 20;
}
#subNav ul li {
    position: relative;
    margin: 0 0 6px;
    z-index: 1;
}
#contents #subNav ul li:nth-child(1) {
    -webkit-animation: fadeSlideIn 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
    animation: fadeSlideIn 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}
#contents #subNav ul li:nth-child(2) {
    -webkit-animation: fadeSlideIn 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s both;
    animation: fadeSlideIn 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s both;
}
#contents #subNav ul li:nth-child(3) {
    -webkit-animation: fadeSlideIn 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s both;
    animation: fadeSlideIn 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s both;
}
#contents #subNav ul li:nth-child(4) {
    -webkit-animation: fadeSlideIn 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s both;
    animation: fadeSlideIn 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s both;
}
#contents #subNav ul li:nth-child(5) {
    -webkit-animation: fadeSlideIn 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.6s both;
    animation: fadeSlideIn 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.6s both;
}
#contents #subNav ul li:nth-child(6) {
    -webkit-animation: fadeSlideIn 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.75s both;
    animation: fadeSlideIn 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.75s both;
}
#subNav ul li.new:after {
    content: '';
    position: absolute;
    top: -8px;
    right: 28px;
    display: block;
    width: 48px;
    height: 18px;
    background: url(.././img/new.png) 0 0 / 100% auto no-repeat;
    -webkit-animation: blink 3.2s ease-in-out infinite;
    animation: blink 3.2s ease-in-out infinite;
}
#subNav ul li a {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-family: 'Orbitron', sans-serif;
}
#subNav ul li a.open {
    color: #1564db;
}
#subNav ul li a img {
    background-position: 0 100%;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
#subNav ul li a:hover img,
#subNav ul li a.clicked img,
#subNav ul li a.open img {
    opacity: 1;
}
/* メインコンテンツ */
#mainBox {
    position: relative;
    z-index: 10;
    margin-left: 223px;
}
/*#story #mainBox,
#gallery #mainBox,
#special #mainBox {
  -webkit-animation: fadeIn 0.5s linear both;
  animation: fadeIn 0.5s linear both;
}*/
#mainBox section {
    display: none;
}
/* フレーム */
.pop_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 25px;
}
.pop_images.arrow li,
.pop_images.arrowZ li {
    position: relative;
}
.pop_images.arrow li:not(:last-child):after {
    content: url(.././img/system/arrow01.png);
    position: absolute;
    top: -webkit-calc(50% - 23px);
    top: calc(50% - 23px);
    left: 88.5%;
    width: 44px;
    height: 50px;
    z-index: 10;
}
.pop_images.arrowZ {
    width: 695px;
    height: 534px;
    margin: 0 0 0 20px;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pop_images.arrowZ li {
    width: 314px;
}
.pop_images.arrowZ li:not(:last-child):after {
    content: url(.././img/system/arrow01.png);
    position: absolute;
    top: -webkit-calc(50% - 48px);
    top: calc(50% - 48px);
    left: 101.7%;
    width: 44px;
    height: 50px;
    z-index: 10;
}
.pop_images.arrowZ li:nth-child(2):after {
    content: url(.././img/system/arrow02.png);
    position: absolute;
    top: 100%;
    left: -58px;
    width: 44px;
    height: 50px;
    z-index: 10;
}
a.pop {
    display: block;
    padding: 1px;
    background: #1564db;
    line-height: 0;
}
a.pop img {
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
a.pop:hover img {
    opacity: 0.75;
}

/***********************************
物語
***********************************/
/* メニュー */
/*#story #subNav li:nth-child(1) a,
#story #subNav li:nth-child(1) a img,
#character #subNav li:nth-child(1) a,
#character #subNav li:nth-child(1) a img {
  width: 182px;
  height: 25px;
  background-image: url(.././img/story/menu_01.png);
}
#story #subNav li:nth-child(2) a,
#story #subNav li:nth-child(2) a img,
#character #subNav li:nth-child(2) a,
#character #subNav li:nth-child(2) a img {
  width: 215px;
  height: 25px;
  background-image: url(.././img/story/menu_02.png);
}*/
#about #contents section > * {
    -webkit-animation: fadeIn 0.5s linear both;
    animation: fadeIn 0.5s linear both;
}

/* ストーリー */
#contents.index .wrap {
    display: none;
}
#contents.silver24 #mainBox #silver24,
#contents.silver25 #mainBox #silver25 {
    display: block;
}

#story #subNav ul li {
    -webkit-animation: none;
    animation: none;
}
#mainBox #summary p {
    position: relative;
    z-index: 10;
}
#about .pop_images {
    width: 830px;
    margin: 0 0 0 72px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url(.././img/about/arrow.png) 340px 96px no-repeat;
}
#about .pop_images li {
    height: 240px;
}
#about .pop_images li:nth-child(even) {
    margin: 6px 0 22px;
}

/***********************************
キャラ
***********************************/

#character #silver24 dl {
    position: relative;
}
#character #silver24 dl.c24_01 {
    height: 560px;
}
#character #silver24 dl.c24_02 {
    height: 526px;
}
#character #silver24 dl.c24_03 {
    height: 552px;
}
#character #silver24 dl.c24_04 {
    height: 566px;
}
#character #silver24 dl.c24_05 {
    height: 690px;
}

#character #silver24 dl:nth-of-type(2):after {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
}
#character #silver24 dl:nth-of-type(3):after {
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
}
#character #silver24 dl:nth-of-type(4):after {
    -webkit-animation-delay: 1.95s;
    animation-delay: 1.95s;
}
#character #silver24 dl:nth-of-type(5):after {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}
#character #silver24 dl:nth-of-type(1):after,
#character #silver24 dl:nth-of-type(3):after {
    top: 19px;
    left: -56px;
}
#character #silver24 dl:nth-of-type(2):after {
    top: -5px;
    right: -89px;
}
#character #silver24 dl:nth-of-type(4):after {
    top: 28px;
    right: -91px;
}
#character #silver24 dl:nth-of-type(5):after {
    top: -9px;
    left: -56px;
}

#character #silver24 dl:nth-of-type(odd) dt {
    margin: 0 0 6px 184px;
    padding: 2px 0 0;
    -webkit-transform-origin: 112% 15%;
    -ms-transform-origin: 112% 15%;
    transform-origin: 112% 15%;
}
#character #silver24 dl:nth-of-type(even) dt {
    -webkit-transform-origin: -18% 9%;
    -ms-transform-origin: -18% 9%;
    transform-origin: -18% 9%;
}
#character #silver24 dl.c24_02 dt {
    margin: 0 0 7px 80px;
}
#character #silver24 dl.c24_04 dt {
    margin: 0 0 7px 30px;
}
#character #silver24 dl dd .txt {
    position: relative;
    z-index: 10;
    -webkit-animation: zoomIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
    animation: zoomIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
}
#character #silver24 dl:nth-of-type(odd) dd .txt {
    display: block;
    margin: 0 0 0 220px;
}
#character #silver24 dl dd .txt2 {
    display: block;
    margin: 14px 0 15px 251px;
}
#character dl .chara_img {
    z-index: 10;
}
#character dl.c24_01 .chara_img,
#character dl.c24_03 .chara_img {
    position: absolute;
    top: 0;
    left: 29px;
}
#character dl.c24_02 .chara_img {
    position: absolute;
    top: -41px;
    right: 43px;
}
#character dl.c24_04 .chara_img {
    position: absolute;
    top: -14px;
    right: 6px;
}
#character dl.c24_05 .chara_img {
    position: absolute;
    top: -62px;
    left: -69px;
}
#character dl.c24_05 .pop_images {
    width: 522px;
    margin: 17px 0 0 auto;
}
#character #contents.silver24 #silver24 dl,
#character #contents.silver25 #silver25 p {
    -webkit-animation: fadeIn 0.5s linear both;
    animation: fadeIn 0.5s linear both;
}
#character #contents.silver24 #silver24 dl:nth-child(1),
#character #silver24 dl:nth-of-type(1) dd .txt {
    -webkit-transform-origin: -50% 10%;
    -ms-transform-origin: -50% 10%;
    transform-origin: -50% 10%;
}
#character #contents.silver24 #silver24 dl:nth-child(2),
#character #silver24 dl:nth-of-type(2) dd .txt {
    -webkit-transform-origin: -150% 15%;
    -ms-transform-origin: -150% 15%;
    transform-origin: -150% 15%;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

#character #contents.silver24 #silver24 dl:nth-child(3),
#character #silver24 dl:nth-of-type(3) dd .txt {
    -webkit-transform-origin: -50% 10%;
    -ms-transform-origin: -50% 10%;
    transform-origin: -50% 10%;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

#character #contents.silver24 #silver24 dl:nth-child(4),
#character #silver24 dl:nth-of-type(4) dd .txt {
    -webkit-transform-origin: -150% 15%;
    -ms-transform-origin: -150% 15%;
    transform-origin: -150% 15%;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

#character #contents.silver24 #silver24 dl:nth-child(5),
#character #silver24 dl:nth-of-type(5) dd .txt {
    -webkit-transform-origin: -50% 10%;
    -ms-transform-origin: -50% 10%;
    transform-origin: -50% 10%;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

#character #contents.silver25 #silver25 p:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
#character #contents.silver25 #silver25 p:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#character #contents.silver25 #silver25 p:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#character #contents.silver25 #silver25 p:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#contents.silver24 #silver24 dl dt {
    -webkit-animation: zoomIn 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s both;
    animation: zoomIn 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.3s both;
}
#contents.silver24 #silver24 dl:nth-child(2) dt {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#contents.silver24 #silver24 dl:nth-child(3) dt {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
#contents.silver24 #silver24 dl:nth-child(4) dt {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
#contents.silver24 #silver24 dl:nth-child(5) dt {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

#character #silver25 .chara-box {
    padding-left: 220px;
    min-height: 200px;
}
#character #silver25 .chara01 {
    background: url(.././img/character/chara_25_01_en.png) no-repeat;
}
#character #silver25 .chara02 {
    background: url(.././img/character/chara_25_02_en.png) no-repeat;
}
#character #silver25 .chara03 {
    background: url(.././img/character/chara_25_03_en.png) no-repeat;
}
#character #silver25 .chara04 {
    background: url(.././img/character/chara_25_04_en.png) no-repeat;
}

/***********************************
ギャラリー
***********************************/
/*#subNav .movie,
#subNav .movie img {
  width: 131px;
  height: 25px;
  background-image: url(.././img/gallery/menu_01.png);
}
#subNav .screenshot,
#subNav .screenshot img {
  width: 215px;
  height: 25px;
  background-image: url(.././img/gallery/menu_02.png);
}*/

#contents.movie #mainBox #movie,
#contents.screenshot #mainBox #screenshot {
    display: block;
}
.mv_list {
    margin: 6px 0 0;
}
.mv_list li {
    position: relative;
    float: left;
    width: 304px;
    margin: 0 15px 20px;
}
.mv_list li:nth-child(odd) {
    clear: left;
}
.mv_list li.new:after {
    content: url(.././img/new.png);
    position: absolute;
    top: -9px;
    right: -25px;
    -webkit-animation: blink 3.2s ease-in-out infinite;
    animation: blink 3.2s ease-in-out infinite;
}
.mv_list h3 {
    margin: 0 0 2px;
    text-align: center;
}
.mv_list .play_btn {
    position: relative;
    display: block;
    width: 304px;
    height: 171px;
    margin: 0 auto;
    background: #000;
    border: 1px solid #1564db;
}
.mv_list .play_btn:after {
    content: url(.././img/gallery/movie_on.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 113px;
    height: 113px;
    margin: auto;
    opacity: 0;
}
.mv_list .play_btn:hover:after {
    opacity: 1;
}
.mv_list .mv_obj {
    width: 304px;
    height: 171px;
    background: url(.././img/loading.gif) 50% 50% no-repeat;
}
#screenshot ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 7px 10px -9px 15px;
}
#screenshot li {
    width: 328px;
    margin: 0 0 18px;
    text-align: center;
}

/***********************************
スペシャル
***********************************/
/*#subNav .limited,
#subNav .limited img {
  width: 157px;
  height: 25px;
  background-image: url(.././img/special/menu_01.png);
}
#subNav .shop,
#subNav .shop img  {
  width: 213px;
  height: 29px;
  background-image: url(.././img/special/menu_02.png);
}*/
#special #subNav ul li:nth-child(2):after {
    top: 82%;
    right: 10px;
}

#contents.limited #mainBox #limited,
#contents.shop #mainBox #shop {
    display: block;
}
.limited_box,
.shop_box {
    position: relative;
}
.limited_box a {
    position: absolute;
    left: 310px;
    top: 259px;
    display: block;
    width: 125px;
    height: 18px;
    background: url(.././img/special/btn02.png) 0 0 no-repeat;
}
.limited_box a img {
    display: block;
    width: 125px;
    height: 18px;
    background: url(.././img/special/btn02.png) 0 100% no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.shop_box a.link {
    position: absolute;
    left: 223px;
    bottom: 22px;
    display: block;
    width: 309px;
    height: 21px;
    background: url(.././img/special/btn01.png) 0 0 no-repeat;
}
.shop_box a.link img {
    display: block;
    width: 309px;
    height: 21px;
    background: url(.././img/special/btn01.png) 0 100% no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.shop_box a.popImg {
    position: absolute;
    left: 10px;
    top: 198px;
    display: block;
    width: 678px;
    height: 286px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}
.shop_box a.popImg:hover {
    background: rgba(0, 0, 0, 0.12);
}
.limited_box a:hover img,
.shop_box a.link:hover img {
    opacity: 1;
}

.highlight {
    color: #ffdb31;
}

.underline {
    text-decoration: underline;
}

.retail-box {
    text-align: center;
    margin-top: 25px;
}

.retail-btn img {
    border: 1px solid #1564db;
    padding: 10px;
    cursor: pointer;
    margin-right: 5px;
}

.retail-btn img:hover {
    border-color: #fff;
}
