@charset "UTF-8";
ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  outline: none;
}

#gaCol {
  height: 0;
  overflow: hidden;
}

footer {
  padding-bottom: 5px;
}
footer #logo-bne {
  padding: 10px 0;
}
footer .bne_footer a {
  color: #333 !important;
}

.hoverOpa {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hoverOpa:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* レスポンシブ用 */
/*---------------------
  共通
---------------------*/
body {
  background-color: #000;
}
body #wrapCol {
  background: url("../images/collabosale_cv-ge/bg_pc.jpg") top center repeat-y;
  min-width: auto;
  /*---------------------
    header
  ---------------------*/
  /*---------------------
    about
  ---------------------*/
  /*---------------------
    pv
  ---------------------*/
  /*---------------------
    sale
  ---------------------*/
  /*---------------------
    store
  ---------------------*/
  /*---------------------
    caution
  ---------------------*/
  /*---------------------
    other
  ---------------------*/
}
body #wrapCol:before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 1200px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100px;
  background: url("../images/collabosale_cv-ge/bg_logo.png") top center no-repeat;
  background-size: 110% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body #wrapCol:before {
    background-size: 200% auto;
    bottom: -50vw;
  }
}
body #wrapCol #wrapColInner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
  color: #FFF;
  font-size: 18pt;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
body #wrapCol p {
  line-height: 28pt;
  font-size: 14pt;
}
@media screen and (max-width: 767px) {
  body #wrapCol p {
    line-height: 18pt;
    font-size: 0.9rem;
  }
}
body #wrapCol a {
  border: none;
  color: #FFF;
  text-decoration: none;
}
body #wrapCol .yellow {
  color: #e3dea8;
}
body #wrapCol section {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
}
body #wrapCol .contentBox {
  width: 100%;
  background-color: #000;
  padding: 30px;
  border: 1px solid #FFF;
  box-sizing: border-box;
  margin-bottom: 40px;
}
body #wrapCol .contentBox.red {
  border: none;
  background-color: #5b050a;
}
body #wrapCol .contentBox .collaboSaleTxt {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body #wrapCol .contentBox {
    padding: 15px;
  }
}
body #wrapCol h2 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
body #wrapCol h2 img {
  margin: 0 auto;
  display: block;
  max-width: 500px;
  width: 100%;
}
body #wrapCol h1 {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body #wrapCol h1 {
    padding: 40px auto 30px;
  }
}
body #wrapCol h1 img {
  width: 100%;
  max-width: 1025px;
}
body #wrapCol #about p {
  text-align: center;
  margin: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  body #wrapCol #about p {
    margin: 20px 0 30px;
  }
}
body #wrapCol #about .sale_btn {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 20px 0 30px;
  box-sizing: border-box;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  body #wrapCol #about .sale_btn {
    flex-wrap: wrap;
  }
}
body #wrapCol #about .sale_btn li {
  width: 50%;
  background-color: #5b050a;
  border: 1px solid #8b050c;
  box-sizing: border-box;
  margin-right: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: bolder;
}
body #wrapCol #about .sale_btn li a {
  width: 100%;
  padding: 20px;
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body #wrapCol #about .sale_btn li {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }
  body #wrapCol #about .sale_btn li:first-child {
    margin-bottom: 20px;
  }
}
body #wrapCol #about .sale_btn li:first-child img {
  max-width: 254px;
}
body #wrapCol #about .sale_btn li:last-child {
  margin-right: 0;
}
body #wrapCol #about .sale_btn li:last-child img {
  max-width: 284px;
}
body #wrapCol #about .sale_btn li:hover {
  opacity: 0.8;
}
body #wrapCol #pv {
  width: 100%;
  margin: 0 auto;
}
body #wrapCol #pv h2 {
  background-image: url(../images/collabosale_cv-ge/stit_pv.png);
  width: 100%;
  height: 91px;
  max-width: 820px;
  display: block;
  margin: 60px auto 0;
  background-size: contain;
  background-repeat: no-repeat;
}
body #wrapCol #pv h2 img {
  display: none;
}
@media screen and (max-width: 767px) {
  body #wrapCol #pv h2 {
    margin: 40px auto 0;
    background: none;
    height: auto;
  }
  body #wrapCol #pv h2 img {
    display: block;
    max-width: 500px;
  }
}
body #wrapCol #pv .pvCol {
  box-sizing: border-box;
  position: relative;
  width: 860px;
  height: 483.75px;
  margin: 40px auto 60px;
}
@media screen and (max-width: 1024px) {
  body #wrapCol #pv .pvCol {
    width: 100%;
    height: 51vw;
  }
}
@media screen and (max-width: 767px) {
  body #wrapCol #pv .pvCol {
    margin: 30px auto;
    width: 100%;
    height: 52vw;
  }
}
body #wrapCol #pv .pvCol iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #wrapCol #sale .sale_tit {
  margin: 20px 0 30px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: solid #FFF 1px;
  color: #e3dea8;
  font-weight: bolder;
  font-size: 1.7rem;
  line-height: 2.1rem;
}
@media screen and (max-width: 767px) {
  body #wrapCol #sale .sale_tit {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
body #wrapCol #sale p {
  text-align: center;
}
body #wrapCol #sale h4 {
  width: 100%;
  text-align: center;
  margin: 40px 0 20px;
}
body #wrapCol #sale h4 img {
  max-width: 100%;
}
body #wrapCol #sale .tit_period {
  font-size: 16pt;
}
@media screen and (max-width: 767px) {
  body #wrapCol #sale .tit_period {
    font-size: 1rem;
  }
}
body #wrapCol #sale .caution {
  background-color: #5b050a;
  margin: 20px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  body #wrapCol #sale .caution {
    margin: 20px 0px;
  }
}
body #wrapCol #sale table {
  border: 2px #ccc solid;
  width: 100%;
  font-size: 1rem;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  body #wrapCol #sale table {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
body #wrapCol #sale table th {
  background-color: #8f8f8f;
  color: #000;
  font-weight: bolder;
  border: 1px solid #000;
  font-size: 1.2rem;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body #wrapCol #sale table th {
    font-size: 1rem;
  }
}
body #wrapCol #sale table th.tit_01 {
  background-color: #ccc;
}
body #wrapCol #sale table td {
  border: 1px solid #ccc;
  padding: 10px;
}
body #wrapCol #store h2 {
  margin-bottom: 40px;
}
body #wrapCol #store .cautionBox {
  text-align: center;
  background-color: #5b050a;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  body #wrapCol #store .cautionBox {
    padding: 30px 15px;
  }
}
body #wrapCol #store .cautionBox h3 {
  margin-bottom: 1rem;
  font-weight: bolder;
}
@media screen and (max-width: 767px) {
  body #wrapCol #store .cautionBox h3 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
body #wrapCol #store .storeBox {
  width: 100%;
  background-color: #000;
  padding: 40px;
  border: 1px solid #FFF;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  body #wrapCol #store .storeBox {
    padding: 30px 15px;
  }
}
body #wrapCol #store .storeBox h3 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body #wrapCol #store .storeBox h3 {
    padding: 0 20px;
  }
  body #wrapCol #store .storeBox h3 img {
    width: 100%;
  }
}
body #wrapCol #store .storeBox .oficalBtn {
  width: 100%;
  background-color: #490408;
  border: 1px solid #8b050c;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  body #wrapCol #store .storeBox .oficalBtn {
    font-size: 1rem;
    margin-top: 20px;
  }
}
body #wrapCol #store .storeBox dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
body #wrapCol #store .storeBox dl dd, body #wrapCol #store .storeBox dl dt {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 20px;
  box-sizing: border-box;
}
body #wrapCol #store .storeBox dl dt {
  width: 13%;
  margin-right: 2%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  display: table;
  height: 128px;
}
body #wrapCol #store .storeBox dl dt p {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  body #wrapCol #store .storeBox dl dt p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body #wrapCol #store .storeBox dl dt {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 2%;
    padding: 5px 0;
  }
}
body #wrapCol #store .storeBox dl dd {
  width: 85%;
  display: flex;
}
@media screen and (max-width: 767px) {
  body #wrapCol #store .storeBox dl dd {
    width: 100%;
    flex-wrap: wrap;
  }
}
body #wrapCol #store .storeBox dl dd .storeBoxSale {
  width: 50%;
  display: table;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body #wrapCol #store .storeBox dl dd .storeBoxSale {
    height: auto;
    width: 100%;
  }
}
body #wrapCol #store .storeBox dl dd .storeBoxSale p {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  body #wrapCol #store .storeBox dl dd .storeBoxSale p {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
body #wrapCol #store .storeBox dl dd .storeBtnBox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  body #wrapCol #store .storeBox dl dd .storeBtnBox {
    width: 100%;
  }
}
body #wrapCol #store .storeBox dl dd .storeBtnBox .buyBtn {
  width: 100%;
  text-align: center;
  background-color: #316f2f;
  padding: 20px 0;
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
body #wrapCol #store .storeBox dl dd .storeBtnBox .buyBtn span {
  font-weight: bolder;
}
@media screen and (max-width: 767px) {
  body #wrapCol #store .storeBox dl dd .storeBtnBox .buyBtn {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 15px 0;
  }
}
body #wrapCol #store .storeBox dl dd .storeBtnBox .buyBtn:before {
  content: "";
  background-image: url(../images/collabosale_cv-ge/arrow.png);
  width: 8px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 37px;
}
body #wrapCol #store .storeBox.s_cv {
  background-color: rgba(13, 10, 0, 0.95);
}
body #wrapCol #store .storeBox.s_cv .oficalBtn {
  background-color: #490408;
  border: 1px solid #8b050c;
  line-height: 1.3rem;
}
body #wrapCol #store .storeBox.s_cv dl dt {
  height: auto;
  display: flex;
  text-align: center;
}
body #wrapCol #store .storeBox.s_cv dl dt div {
  display: table;
  height: 100%;
  width: 100%;
}
body #wrapCol #store .storeBox.s_cv dl dd {
  background: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body #wrapCol #store .storeBox.s_cv dl dd .storeBoxSale {
  display: block;
  padding-right: 20px;
  box-sizing: border-box;
}
body #wrapCol #store .storeBox.s_cv dl dd .storeBoxSale span {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  body #wrapCol #store .storeBox.s_cv dl dd .storeBoxSale {
    margin-bottom: 20px;
  }
}
body #wrapCol #store .storeBox.s_cv dl dd .storeBoxInner {
  width: 100%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 20px;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  body #wrapCol #store .storeBox.s_cv dl dd .storeBoxInner {
    padding: 30px 20px;
  }
}
body #wrapCol #store .storeBox.s_cv dl dd .storeBoxInner:first-child {
  margin-top: 0;
}
body #wrapCol #store .storeBox.s_cv dl dd .storeBoxInner .storeBtnBox {
  display: flex;
}
body #wrapCol #store .storeBox.s_cv dl dd .storeBoxInner .storeBtnBox a {
  width: 50%;
}
body #wrapCol #store .storeBox.s_cv dl dd .storeBoxInner .storeBtnBox a:last-child {
  margin-left: 20px;
  background-color: #235675;
}
@media screen and (max-width: 1024px) {
  body #wrapCol #store .storeBox.s_cv dl dd .storeBoxInner .storeBtnBox {
    flex-wrap: wrap;
  }
  body #wrapCol #store .storeBox.s_cv dl dd .storeBoxInner .storeBtnBox a {
    width: 100%;
  }
  body #wrapCol #store .storeBox.s_cv dl dd .storeBoxInner .storeBtnBox a:last-child {
    margin-left: 0px;
    margin-top: 20px;
  }
}
body #wrapCol #store .storeBox.s_ge2 {
  background-color: rgba(0, 8, 12, 0.95);
}
body #wrapCol #store .storeBox.s_ge2 .oficalBtn {
  background-color: #062f3f;
  border: 1px solid #002533;
}
body #wrapCol #store .storeBox.s_gerr {
  background-color: rgba(7, 0, 15, 0.95);
}
body #wrapCol #store .storeBox.s_gerr .oficalBtn {
  background-color: #230742;
  border: 1px solid #19082a;
}
body #wrapCol #store .storeBox.s_cv_ge {
  background-color: rgba(15, 0, 1, 0.95);
}
body #wrapCol #store .storeBox.s_cv_ge .oficalBtn {
  background-color: #490408;
  border: 1px solid #8b050c;
}
body #wrapCol #caution {
  padding-bottom: 50px;
}
body #wrapCol #caution h3 {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
  font-weight: bolder;
}
body #wrapCol #caution ul {
  font-size: 0.9rem;
}
body #wrapCol #caution ul li {
  line-height: 18pt;
  margin-bottom: 10px;
  text-indent: -1rem;
  margin-left: 1rem;
}
body #wrapCol #caution .cautionPs {
  margin: 50px auto 0;
  text-align: center;
  background-image: url(../images/collabosale_cv-ge/txt_fotter_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  max-width: 786px;
  width: 100%;
  height: 14px;
}
body #wrapCol #caution .cautionPs img {
  display: none;
}
@media screen and (max-width: 767px) {
  body #wrapCol #caution .cautionPs {
    background-image: none;
    width: auto;
    height: auto;
  }
  body #wrapCol #caution .cautionPs img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
body #wrapCol .pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  body #wrapCol .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body #wrapCol .pc {
    display: none;
  }
}
body #wrapCol .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  body #wrapCol .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body #wrapCol .sp {
    display: block;
  }
}

.bne_footer {
  z-index: 2;
  position: relative;
}
