@charset "UTF-8";
#fullWrap {
  width: 100%;
  min-width: 100%;
  min-height: 620px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #fullWrap {
    min-width: 100%;
    min-height: auto;
    overflow: hidden;
  }
}

.pageContWrap {
  width: 100%;
  min-height: 100vh;
  padding-top: 4.5%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pageContWrap {
    padding-top: 152px;
    padding-bottom: 64px;
  }
}

.sectionChara {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  right: 0;
  width: 170px;
  height: 120px;
  margin-left: auto;
  overflow: hidden;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .sectionChara {
    position: absolute;
    top: 32px;
    right: calc(50% - 85px);
  }
}

.sectionCharaIn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;
  height: 120px;
}

.sec_fukidashi {
  width: 70px;
  height: 68px;
  background: url(../../../assets/img/common/fukidashi.svg) no-repeat center center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 15px;
  color: #d089a0;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 0;
  letter-spacing: .01em;
}

.sec_charaimg {
  width: 130px;
  height: 120px;
  margin-left: auto;
}

.sec_charaimg img {
  width: 100%;
}

/** sec_charaimg **/
.sec_charaimg.chara01 {
  background: url(../../../assets/img/common/secChara/chara_01.png) no-repeat left bottom/130px 120px;
}

.sec_charaimg.chara02 {
  background: url(../../../assets/img/common/secChara/chara_02.png) no-repeat left bottom/130px 120px;
}

.sec_charaimg.chara03 {
  background: url(../../../assets/img/common/secChara/chara_03.png) no-repeat left bottom/130px 120px;
}

.sec_charaimg.chara04 {
  background: url(../../../assets/img/common/secChara/chara_04.png) no-repeat left bottom/130px 120px;
}

.sec_charaimg.chara05 {
  background: url(../../../assets/img/common/secChara/chara_05.png) no-repeat left bottom/130px 120px;
}

.sec_charaimg.chara06 {
  background: url(../../../assets/img/common/secChara/chara_06.png) no-repeat left bottom/130px 120px;
}

.sec_charaimg.chara07 {
  background: url(../../../assets/img/common/secChara/chara_07.png) no-repeat left bottom/130px 120px;
}

.sec_charaimg.chara08 {
  background: url(../../../assets/img/common/secChara/chara_08.png) no-repeat left bottom/130px 120px;
}

.sec_charaimg.chara09 {
  background: url(../../../assets/img/common/secChara/chara_09.png) no-repeat left bottom/130px 120px;
}

.sec_charaimg.chara10 {
  background: url(../../../assets/img/common/secChara/chara_10.png) no-repeat left bottom/130px 120px;
}

.sec_charaimg.chara11 {
  background: url(../../../assets/img/common/secChara/chara_11.png) no-repeat left bottom/130px 120px;
}

.sec_charaimg.chara12 {
  background: url(../../../assets/img/common/secChara/chara_12.png) no-repeat left bottom/130px 120px;
}

#header .hoff {
  opacity: 1;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

#header .hoff.off {
  opacity: 0;
}

.sectionCharaIn.hoff {
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.sectionCharaIn.hoff.off {
  right: -100%;
}

@media screen and (max-width: 768px) {
  .sectionCharaIn.hoff.off {
    right: 0;
    bottom: -100%;
  }
  #header .hoff.off {
    opacity: 1 !important;
  }
}

.blu-rayBG {
  position: absolute;
  top: 0;
  right: 130px;
  bottom: 0;
  left: 0;
  background-color: #ffddaf;
  z-index: -1;
}

.blu-rayBG div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../../assets/img/common/common_bg.png);
  mix-blend-mode: overlay;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .blu-rayBG {
    right: 0;
  }
}

/* Footer */
.footerIMG {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.copyright {
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 10px;
  text-shadow: 1px 1px 0px #ee87a8, -1px 1px 0px #ee87a8, 1px -1px 0px #ee87a8, -1px -1px 0px #ee87a8, 1px 0px 0px #ee87a8, 0px 1px 0px #ee87a8, -1px 0px 0px #ee87a8, 0px -1px 0px #ee87a8;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .copyright {
    bottom: 20px;
  }
  .toTop {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: url(../../../assets/img/common/arrow_top.svg) no-repeat center center/contain;
    -webkit-box-shadow: 8.999px 10.725px 29px 0px rgba(0, 0, 0, 0.66);
            box-shadow: 8.999px 10.725px 29px 0px rgba(0, 0, 0, 0.66);
    border-radius: 50%;
  }
}

/*-----------------------------------------------
 * 01. NEWS 一覧
-------------------------------------------------*/
.blu-rayWrap {
  width: calc(100% - 130px);
  margin: 0 auto;
  /*min-width: 1070px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 4.5vw - 120px);
  padding-top: 10px;
}

.blu-rayLists {
  width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blu-rayList {
  width: 190px;
  height: auto;
  margin: 10px;
  -webkit-box-shadow: 17.355px 20.683px 38px 0px rgba(255, 187, 84, 0.32);
          box-shadow: 17.355px 20.683px 38px 0px rgba(255, 187, 84, 0.32);
  border-radius: 20px;
}

.blu-rayList__link {
  display: block;
  text-decoration: none;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.blu-rayList__img {
  width: 100%;
  padding-top: 165%;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.blu-rayList__imgIn {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
}

.blu-rayList__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: none;
}

.blu-rayList__img.thumbfull img {
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 768px) {
  .blu-rayWrap {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    padding-top: 0;
  }
  .blu-rayLists {
    width: 630px;
  }
  .blu-rayList {
    width: 190px;
    margin: 0 10px 20px 10px;
  }
  .blu-rayList__img {
    padding-top: 0;
    height: 356px;
  }
}

.blu-rayList__link:hover .blu-rayList__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blu-rayList__link:hover .blu-rayList__img.thumbfull img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.blu-rayList__title {
  width: 100%;
  padding: 40px 16px;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 20px 20px;
}

.blu-rayList__name {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.blu-rayList__name.name-vol {
  color: #ee88a9;
}

.blu-rayList__name.name-tokuten {
  color: #fc9408;
}

.blu-rayList__name.name-vol span {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ee88a9)) right bottom/0 2px no-repeat;
  background: linear-gradient(#fff, #ee88a9) right bottom/0 2px no-repeat;
  -webkit-transition: background-size 0.25s ease, color .3s ease;
  transition: background-size 0.25s ease, color .3s ease;
}

.blu-rayList__name.name-tokuten span {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fc9408)) right bottom/0 2px no-repeat;
  background: linear-gradient(#fff, #fc9408) right bottom/0 2px no-repeat;
  -webkit-transition: background-size 0.25s ease, color .3s ease;
  transition: background-size 0.25s ease, color .3s ease;
}

.blu-rayList__link:hover .blu-rayList__name span {
  background-position: left bottom;
  background-size: 100% 2px;
}

.blu-rayList__link:hover .name-vol span {
  color: #ee88a9;
}

.blu-rayList__link:hover .name-tokuten span {
  color: #fc9408;
  background-position: left bottom;
  background-size: 100% 2px;
}

@media screen and (max-width: 768px) {
  .blu-rayList__title {
    padding: 20px 10px;
  }
  .blu-rayList__name {
    font-size: 2rem;
    line-height: 1.5;
  }
}

/*-----------------------------------------------
 * 02. NEWS 詳細
-------------------------------------------------*/
#newsDetail .blu-rayWrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blu-rayDetailIn {
  width: 820px;
  display: block;
  position: relative;
}

@media screen and (max-width: 1030px) {
  .blu-rayDetailIn {
    width: 100%;
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .blu-rayDetailIn {
    width: 100%;
    padding: 0 40px;
  }
}

.blu-rayTitle {
  padding: 24px 32px;
  border-radius: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-shadow: 17.355px 20.683px 38px 0px rgba(255, 187, 84, 0.32);
          box-shadow: 17.355px 20.683px 38px 0px rgba(255, 187, 84, 0.32);
}

.blu-rayTitle_ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  font-size: 16px;
  line-height: 1.7129;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-size: 26px;
  color: #ee88a9;
}

.blu-rayTitle_date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  font-size: 14px;
  line-height: 1.7129;
  color: #ee87a8;
}

@media screen and (max-width: 768px) {
  .blu-rayTitle_ttl {
    font-size: 2.2rem;
    line-height: 1.7;
  }
  .blu-rayTitle_date {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}

.blu-ray__itemList {
  padding: 45px 45px 90px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 17.355px 20.683px 38px 0px rgba(255, 187, 84, 0.32);
          box-shadow: 17.355px 20.683px 38px 0px rgba(255, 187, 84, 0.32);
}

/* NEWS CONTENTS CSS */
.blu-ray__itemList p {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-bottom: 32px;
}

.blu-ray__itemList p:last-child {
  margin-bottom: 0;
}

.blu-ray__itemList .center {
  text-align: center;
}

.blu-ray__itemList .right {
  text-align: right;
}

.blu-ray__itemList img {
  max-width: 100%;
  border-radius: 20px;
  margin: 8px 0;
  position: relative;
  pointer-events: none;
}

.blu-ray__itemList h2,
.blu-ray__itemList h3,
.blu-ray__itemList h4,
.blu-ray__itemList h5,
.blu-ray__itemList h6 {
  font-weight: 700;
  padding-top: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 18px;
}

/*.blu-ray__itemList h2{
	font-size: 22px;
}
.blu-ray__itemList h3{
	font-size: 20px;
}
.blu-ray__itemList h4{
	font-size: 18px;
}
.blu-ray__itemList h5{
	font-size: 16px;
}*/
.blu-ray__itemList .ytWrap {
  display: inline-block;
  width: 640px;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
}

.blu-ray__itemList .ytWrap iframe[src*="youtube"] {
  width: 100%;
  height: 100%;
}

.blu-ray__itemList .inBorder {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 22px;
}

.blu-ray__itemList span.mkr {
  background-color: #ee87a8;
  color: #fff;
  font-weight: bold;
}

.blu-ray__itemList a.link {
  color: #ee87a8;
  font-size: 16px;
  /*display: inline-block;*/
  text-decoration: none;
}

.blu-ray__itemList a.link span {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ee87a8)) right bottom/0 2px no-repeat;
  background: linear-gradient(#fff, #ee87a8) right bottom/0 2px no-repeat;
  opacity: 1;
  -webkit-transition: background-size 0.4s ease, opacity .3s ease;
  transition: background-size 0.4s ease, opacity .3s ease;
}

.blu-ray__itemList a.link:hover span {
  background-position: left bottom;
  background-size: 100% 2px;
  opacity: 0.7;
}

.blu-rayBackWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 130px);
  height: 120px;
  overflow: hidden;
}

.blu-rayBack {
  position: absolute;
  left: calc(50% - 85px);
  bottom: 0;
  width: 170px;
  height: 120px;
}

.blu-rayBackWrap.ef .sectionCharaIn {
  bottom: -100%;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.blu-rayBackWrap.efo .sectionCharaIn {
  bottom: 0;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

@media screen and (max-width: 1030px) {
  .blu-ray__itemList .ytWrap {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    position: relative;
  }
  .blu-ray__itemList .ytWrap iframe[src*="youtube"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .blu-ray__itemList p {
    font-size: 2rem;
  }
  .blu-ray__itemList h2,
  .blu-ray__itemList h3,
  .blu-ray__itemList h4,
  .blu-ray__itemList h5,
  .blu-ray__itemList h6 {
    font-size: 24px;
    padding-top: 20px;
  }
  .blu-ray__itemList .ytWrap {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    position: relative;
  }
  .blu-ray__itemList .ytWrap iframe[src*="youtube"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .blu-ray__itemList a.link {
    font-size: 2rem;
  }
  .blu-rayBackWrap {
    width: 100%;
  }
}

/** ==========================
** blu-ray
========================== **/
.blu-ray__itemList b {
  display: block;
}

.blu-ray__item {
  text-align: center;
}

.blu-ray-tokuten .blu-ray__item {
  margin-bottom: 50px;
}

.blu-ray__link {
  margin-bottom: 20px;
}

.blu-ray__link a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-size: 20px;
  color: #ee88a9;
  text-align: center;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blu-ray__link a:hover {
  opacity: .75;
}

.blu-ray__link a::before {
  content: '★';
  font-size: 20px;
  color: #ee88a9;
  position: absolute;
  left: 0;
}

.blu-ray__txt {
  margin-bottom: 30px;
}

.blu-ray-vol .blu-ray__txt {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 20px;
}

.blu-ray-vol .blu-ray__img {
  margin-bottom: 36px;
}
