@charset "utf-8";
.dn {
  display: none;
}

.link-txt.all-products {
  display: block;
  background: #fe0002;
  padding: .5em;
  color: #fff!important;
  font-weight: bold;
  transition: .4s;
  backface-visibility: hidden
}

.dsContent p, .dsContent li, .dsContent dd {
  line-height: 1.7
}

.dsContent img, .dsContent input {
  max-width: 100%
}

.dsContent .sp {
  display: none
}

.dsContent a, .dsContent a img, .dsContent input[type="image"] {
  transition: .4s;
  backface-visibility: hidden
}

.dsContent a:visited {
  color: purple;
  text-decoration: underline
}

.dsContent a:hover {
  color: orange;
  text-decoration: underline;
  opacity: .7
}

.dsContent a:active {
  color: orange;
  text-decoration: underline;
  opacity: .7
}

.dsContent a:hover img {
  opacity: .7
}

.dsContent input[type="image"]:hover {
  opacity: .7
}

.dsContent img {
  vertical-align: bottom
}

.dsContent .MV {
  margin: 0 0 30px
}

.dsContent .section--box .mainText {
  text-align: center;
  margin-bottom: 0px
}
.dsContent .section--box .mainText p {
    margin-bottom: 10px
  }
.dsContent .mainText strong {
  color: #c03;
  font-size: 150%;
  font-weight: bold
}

.dsContent .campAttention {
  padding: 1em;
  text-align: left;
  font-size: 14px;
}

.dsContent .checkBox {
  margin-bottom: 10px;
  text-align: center
}

.dsContent .entryBtn02 {
  margin-bottom: 30px;
  text-align: center
}

.dsContent .camp-close {
  border: 1px solid red;
  padding: 10px;
  margin: 20px 0;
  color: red;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 1.5
}

.dsContent .bnt {
  margin: 0 0 60px;
  padding-top: 20px;
  text-align: center
}

.dsContent .bnt.mb0, .dsContent .bnt.mgnb0 {
  margin-bottom: 0
}

.dsContent .bnt-st {
  margin: 8px auto !important;
  width: 280px;
  padding: 0 !important
}

.dsContent .bnt-target-col {
  background: #da2030 !important;
  box-shadow: 0 2px #d03;
  width: 60%
}

.dsContent .bnt-target {
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 10px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  font-size: 120%
}

.dsContent .overview {
  background: #fff;
  border-radius: 6px
}

.dsContent .overview dt {
  margin: 25px 0 10px 0;
  padding: 8px 12px 4px;
  border-left: solid 6px #f3a440;
  background: #f4f2ed;
  font-size: 120%;
  line-height: 1.25;
  color: #222
}

.dsContent .overview dt.mgnt0 {
  margin-top: 0
}

.dsContent .overview dd {
  padding-left: 1em;
  padding-right: 1em
}

.dsContent ul.asterisk-list, .dsContent ul.square-list, .dsContent ul.dot-list, .dsContent ol.bracket-num-list {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0
}

.dsContent .bracket-num-list {
  counter-reset: number
}

.dsContent .asterisk-list>li, .dsContent .square-list>li, .dsContent .dot-list>li, .dsContent .bracket-num-list>li {
  position: relative
}

.dsContent .asterisk-list>li {
  margin-left: 1.1em
}

.dsContent .square-list>li {
  margin-left: 1.1em
}

.dsContent .dot-list>li {
  margin-left: 1.1em
}

.dsContent .bracket-num-list>li {
  margin-left: 1.5em
}

.dsContent .asterisk-list>li:before, .dsContent .square-list>li:before, .dsContent .dot-list>li:before, .dsContent .bracket-num-list>li:before {
  display: block;
  position: absolute;
  top: 0
}

.dsContent .asterisk-list>li:before {
  content: "\203b";
  left: -1.15em
}

.dsContent .square-list>li:before {
  content: "\25A0";
  left: -1.15em;
  font-size: 95%
}

.dsContent .dot-list>li:before {
  content: "\30FB";
  left: -1.15em
}

.dsContent .bracket-num-list>li:before {
  counter-increment: number;
  content: "("counter(number)")";
  left: -1.75em;
  font-size: 89%
}

.dsContent a.no-deco:link, .dsContent a.no-deco:visited {
  text-decoration: none
}

.dsContent a.hov-deco:hover, .dsContent a.hov-deco:active {
  text-decoration: underline
}

.dsContent .bdr-b {
  border-bottom: 1px solid #888
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.slimdot {
  display: inline-block;
  margin: 0 -0.2em
}

.lh20p, .dsContent p.lh20p {
  line-height: 1.2
}

.lh30p, .dsContent p.lh30p {
  line-height: 1.3
}

.lh50p, .dsContent p.lh50p {
  line-height: 1.5
}

.lh60p, .dsContent p.lh60p {
  line-height: 1.6
}

.lh70p, .dsContent p.lh70p {
  line-height: 1.7
}

.strong {
  font-weight: bold
}

.fs95p {
  font-size: 95%
}

.banner_area{
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_area-link{
  color: #333;
  text-decoration: none;
  width: 100%;
  background-color: #888;
}
.banner_area-link:nth-of-type(n+2){
  margin-left: 2rem;
}
.banner_area-half .banner_area-link{
  width: calc(50% - 1rem);
}


@media screen and (min-width:768px) {
  .pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .pc-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .pc-w33p {
    width: 33.33%
  }
  .pc-w50p {
    width: 50%
  }
  .pc-flex32p {
    flex: 1 1 32%;
    max-width: 32%
  }
  .pc-flex49p {
    flex: 1 1 49%;
    max-width: 49%
  }
  .pc-mgnr2p {
    margin-right: 2%
  }
  .pc-tc {
    text-align: center
  }
}

.nosp320.nopc {
  display: none
}

@media screen and (max-width:340px) {
  .nosp320 {
    display: none
  }
}

@media screen and (min-width:341px) and (max-width:767px) {
  .nosp320, .nosp320.nopc {
    display: block
  }
}

@media screen and (max-width:767px) {
  .dsContent .pc {
    display: none
  }
  .dsContent .sp {
    display: block
  }
  .dsContent .mainText strong {
    font-size: 120%
  }
  .dsContent .campAttention {
    padding: 0;
    font-size: 12px;
  }
  .dsContent .overview {
    padding: 0
  }
  .dsContent .bnt-target-col {
    width: 90%
  }
  .dsContent .bnt-target {
    font-size: 100%
  }
  .dsContent .overview dd {
    padding-left: .25em;
    padding-right: .25em
  }
  .dsContent .sp-tl {
    text-align: left
  }
}

.obi{
  background: #cc0033;
  color: #fff;
  padding: 0.6em 10px;
  font-size: 16px;
  border-radius: 4px;
}

.section-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  line-height: 120%;
  background-color: #cc0033;
  border-radius: 5px;
  color: #fff;
  padding: 7px;
}

.product_area a{
text-decoration: none !important;
}

.genre-img{
  margin-top: 20px;
}

.genre-list-item a{
  color: #024fcc;
}