@charset "UTF-8";
/* ===media queries=== */
/* =================== */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ====================blackadam_cp======================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
}

html,
body {
  height: 100%;
}

li {
  list-style: none;
}

img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  margin: auto;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.8;
  /*opacity: 0.65;
  -moz-opacity: 0.65;*/
  filter: brightness(90%) contrast(110%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
/*****************/
.container {
  width: 1200px;
  max-width: 98%;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 2vw;
  }
}
[class^="col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

/*****************
header
*****************/
.header {
  background: #000;
}

.inner-header {
  max-width: 1110px;
  margin: auto;
  padding: 12px 15px 10px;
}

.logo {
  display: inline-block;
}

.logo_discas {
  width: 100%;
  max-width: 272px;
}

@media (max-width: 768px) {
  .inner-header {
    max-width: 100%;
    padding: 1.333vw 3.999vw 2.666vw 2.666vw;
  }
  .logo_discas {
    width: 47.06vw;
    max-width: auto;
  }
}
/*****************
main
*****************/
.loading {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #000;
}

.main-content {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
}

.dp_sp {
  display: none;
}

.dp_pc {
  display: block;
}

@media (max-width: 768px) {
  .loading img {
    width: 100%;
  }
  .dp_sp {
    display: block;
  }
  .dp_pc {
    display: none;
  }
}
a {
  color: #31a6f3;
}

/*****************
mainArea
*****************/
@media (min-width: 1921px) {
  .mainArea {
    background-size: 100% auto;
  }
}
/*****************
mv
*****************/
.mv,
.campaignScrollWrap {
  background: url("/library/dis/cms/img/dcp/feature/wonka_cp/bg_pc-main.jpg") center top repeat-y;
  background-size: auto;
}

.ttl {
  width: 100%;
  margin: auto;
  padding: 0;
}

/*****************
present
*****************/
.present {
  background-color: #670b0b;
  padding: 80px 20px;
  margin: auto;
}

h2 {
  padding-bottom: 40px;
}

.btn {
  max-width: 1110px;
  width: 92.5%;
  margin: auto;
  padding: 80px 0 0;
}

.btn ul {
  display: flex;
  justify-content: center;
}

.inner p {
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.inner .present_img {
  display: block;
}

.campaignScrollWrap {
  padding: 80px 0;
}

.campaignScroll {
  border: 1px solid #dddddd;
  max-width: 1110px;
  width: 92.5%;
  height: 445px;
  margin: auto;
  position: relative;
  overflow-y: scroll;
}

.campaignScroll {
  background: #fff;
  position: relative;
}

.campaignScrollInner {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 25px 40px 20px;
}

.campaignScrollInner h3 {
  font-size: 3rem;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 700;
}

h4 {
  font-size: 1.8rem;
  font-weight: 700;
}

.campaignScrollInner .indent {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  padding-bottom: 0px;
  line-height: 1.4;
}

/*.campaignScrollInner p,.campaignScrollInner ul{
  padding-bottom: 35px;
}*/
.campaignScrollInner p,
.campaignScrollInner ul {
  padding-bottom: 25px;
}

.campaignScrollInner li {
  padding-bottom: 5px;
}

.campaignScrollInner a {
  text-decoration: underline;
}

.campaignScrollInner a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .ttl {
    padding: 0px;
  }
  .present {
    padding: 0;
  }
  .present_img {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .btn {
    padding: 20px 0 40px;
  }
  .btn ul {
    display: inherit;
  }
  .btn ul li {
    padding-bottom: 10px;
  }
  h2 {
    padding: 40px 0 20px;
  }
  h4 {
    font-size: 1.6rem;
  }
  .inner p {
    font-size: 18px;
    line-height: 1.4;
  }
  .campaignScrollWrap {
    padding: 40px 0 80px;
  }
  .campaignScroll {
    overflow-y: scroll;
    width: 95%;
    height: 59.73vw;
    margin: auto;
    border-bottom: none;
  }
  .campaignScrollInner {
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 3vw 2vw;
  }
  .campaignScrollInner h3 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .campaignScrollInner p,
  .campaignScrollInner ul {
    padding-bottom: 2.6vw;
  }
  .campaignScrollInner li {
    padding-bottom: 1.3vw;
  }
  .campaignScrollInner .indent {
    font-size: 1.2rem;
  }
}
/*****************
footer 追加
*****************/
.footer {
  background: #000;
  position: relative;
  z-index: 3;
}

.inner-footer {
  max-width: 1140px;
  margin: auto;
  padding: 11px 15px 16px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 691px) {
  .inner-footer img {
    width: 30%;
  }
}
.el_license {
  font-size: 1.5rem;
  color: #fff;
  text-align: right;
}

.el_footerLogo {
  width: 70%;
}

@media (max-width: 768px) {
  .inner-footer {
    max-width: 100%;
    padding: 2.33vw 4vw 3.33vw;
  }
  .el_footerLogo {
    width: 40%;
  }
  .el_license {
    font-size: 1rem;
    padding-top: 5px;
  }
}
/*****************
footer 既存
*****************/
.copyright {
  line-height: 18px;
}

.copyright a,
.copyright span {
  color: #999999;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: normal;
}

.copyright a:hover,
.copyright span:hover {
  text-decoration: none;
}

.footer {
  /*margin-top: 270px;*/
}

.footer .license {
  background-color: #000000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 999;
  cursor: pointer;
  display: none;
}

#back-to-top img {
  width: 100%;
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 20px;
  font-weight: 700;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

#page-top a {
  background-color: #670b0b;
  text-decoration: none;
  color: #fff;
  width: 120px;
  padding: 12px 5px;
  text-align: center;
  display: block;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#page-top a::after {
  content: "";
  display: inline-block;
  background-image: url("https://www.discas.net/library/dis/cms/img/dcp/feature/rrr_cp/arrow_wht_m.png");
  width: 11px;
  height: 7px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.15s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media (max-width: 768px) {
  #page-top {
    right: 2vw;
  }
  #page-top a {
    border-radius: 2vw 2vw 0 0;
  }
  #page-top a::after {
    width: 9px;
    height: 6px;
  }
}
@media (max-width: 768px) {
  .footer {
    /*margin-top: 18.6666vw;*/
  }
}
