@charset "utf-8";

/* ==========================================
   共通
========================================== */
#page-top {
  display: none !important;
}

/* レイアウト */
.wrapper {
  overflow: hidden;
}

.contentSection {
  text-align: center;
  padding: 65px 0;
}

.contentSection__inner {
  margin: 0 10px;
  max-width: 1000px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 40px 10px 45px;
  z-index: 2;
  overflow: hidden;
}

.contentSection__inner::before,
.contentSection__inner::after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  margin: auto;
  width: 60px;
  height: 60px;
  background: url(../../../../images/main/ova_sfy/flame_content.png) center center / contain no-repeat;
}

.contentSection__inner::before {
  left: 10px;
}

.contentSection__inner::after {
  right: 10px;
  transform: scale(-1, 1);
}

.block {
  border-bottom: 1px solid #f7e7df;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.block:last-child {
  margin-bottom: 20px;
}

@media screen and (min-width: 900px) {
  .contentSection {
    padding: 130px 0;
  }

  .contentSection__inner {
    padding: 40px 20px 80px;
    margin: 0 auto;
  }

  .contentSection__inner::before,
  .contentSection__inner::after {
    top: 15px;
    width: 116px;
    height: 118px;
  }

  .contentSection__inner::before {
    left: 15px;
  }

  .contentSection__inner::after {
    right: 15px;
  }

  .block {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }

  .block:last-child {
    margin-bottom: 40px;
  }
}

/* ==========================================
   コンテンツ (Blue-ray & DVD)
========================================== */
.page_452 .line_00 {
  display: none;
}

.bdContent.contentSection {
  background: url(../../../../images/main/ova_sfy/bg_bd.png) center center repeat;
}

#cms_block .page_452 .img_l {
  max-width: 400px;
  padding: 0 40px;
  margin-bottom: 27px;
}

#cms_block .page_452 .read {
  color: #6a2a0e;
  text-align: left;
  font-size: 1.2rem;
}

@media screen and (max-width: 899px) {
  #cms_block .page_452 .bdContentTitle {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  #cms_block .page_452 .ti_c_h3 {
    display: none;
  }
}

.bdContentDescription {
  margin-bottom: 20px;
}

.ti_c_h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #f85a65;
  border-bottom: 1px solid #f7e7df;
  padding-bottom: 10px;
  margin-bottom: 27px;
  line-height: 1.2;
  text-align: left;
}

.bdContentSubTitle {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 18px;
}

.bdContentImg {
  margin-bottom: 27px;
}

.bdContentLink a {
  color: #6a2a0e;
  text-decoration: none;
  border-bottom: 1px solid #6a2a0e;
  padding-bottom: 4px;
}

.productReturn {
  text-align: center;
}

.productReturnWrapper {
  display: inline-block;
  margin: 0 auto;
}

.productReturn a {
  display: block;
  font-size: 1.2rem;
  line-height: 1.0;
  color: #6a2a0e;
  text-decoration: none;
  padding: 10px 20px;
  border-bottom: 1px solid #f8c5ab;
  border-top: 1px solid #f8c5ab;
}

@media screen and (min-width: 900px) {
  #cms_block .page_452 .img_l {
    width: 400px;
    max-width: 100%;
    display: inline-block;
    padding: 0 0 0 10px;
  }

  #cms_block .page_452 .img_l {
    margin: 0;
  }

  #cms_block .page_452 .read {
    width: calc(100% - 410px);
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 15px 0 0 35px;
    font-size: 1.4rem;
    line-height: 2.2;
  }

  .bdContentTitle {
    font-size: 2.4rem;
    font-weight: bold;
    color: #f85a65;
    border-bottom: 2px solid #f7e7df;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .bdContentSubTitle {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 35px;
  }

  .bdContentDescription {
    margin-bottom: 35px;
  }

  .bdContentImg {
    margin-bottom: 35px;
  }

  .bdContentLink a {
    padding-bottom: 8px;
  }

  .productReturn a {
    font-size: 1.4rem;
    padding: 15px 40px;
    border-bottom: 3px solid #f8c5ab;
    border-top: 3px solid #f8c5ab;
  }
}