@charset "UTF-8";
/* CSS Document */
/*---------------------------
        common
-----------------------------*/
#shop-top {
  min-width: 1280px;
}
@media screen and (max-width: 640px) {
  #shop-top {
    min-width: 0;
  }
}
.rei-fes section {
	position:relative;
	font-size: 20px;
	line-height: 1.8em;
}
@media screen and (max-width: 640px) {
	.rei-fes section {
		font-size: 16px;
		line-height: 1.6em;
	}
}
.rei-fes .tag-ttl {
	position:absolute;
	top:0;
	left:calc(50% - 466px);
}
@media screen and (max-width: 640px) {
	.rei-fes .tag-ttl {
		position:static;
		margin:0 auto;
		width:32%;
	}
}
.section_inner {
  box-sizing: content-box;
  padding: 100px 20px;
  max-width:1200px;
  margin:0 auto;
  position:relative;
	z-index:2;
}
@media screen and (max-width: 640px) {
  .section_inner {
    padding: 20px 20px 40px;
  }
}
.vodinfo .section_inner {
	padding: 80px 20px;
}
@media screen and (max-width: 640px) {
	.vodinfo .section_inner {
		padding: 40px 20px;
	}
}
.rei-fes {
  text-align: center;
  background: #dcf4ff url("../img/bg.jpg") repeat;
}
@media screen and (max-width: 640px) {
  .rei-fes {
    font-size: 16px;
  }
}
.rei-fes .charm {
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .rei-fes .charm {
    padding: 0 30px;
  }
}
.rei-fes .charm::before {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 47px;
  background: url("../img/charm_left.png") no-repeat center;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .rei-fes .charm::before {
    top: auto;
    bottom: 0;
  }
}
.rei-fes .charm::after {
  display: block;
  position: absolute;
  content: "";
  width: 32px;
  height: 47px;
  background: url("../img/charm_right.png") no-repeat center;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .rei-fes .charm::after {
    top: auto;
    bottom: 0;
  }
}
.rei-fes .charm-2 {
  display: inline-block;
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 640px) {
  .rei-fes .charm-2 {
    padding: 0 30px;
  }
}
.rei-fes .charm-2::before {
  display: block;
  position: absolute;
  content: "";
  width: 49px;
  height: 82px;
  background: url("../img/charm2_left.png") no-repeat center;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .rei-fes .charm-2::before {
    top: auto;
    bottom: 0;
    width: 30px;
  }
}
.rei-fes .charm-2::after {
  display: block;
  position: absolute;
  content: "";
  width: 49px;
  height: 82px;
  background: url("../img/charm2_right.png") no-repeat center;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .rei-fes .charm-2::after {
    top: auto;
    bottom: 0;
    width: 30px;
  }
}
.rei-fes .charm-3 {
  display: inline-block;
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 640px) {
  .rei-fes .charm-3 {
    padding: 0 30px;
  }
}
.rei-fes .charm-3::before {
  display: block;
  position: absolute;
  content: "";
  width: 17px;
  height: 27px;
  background: url("../img/charm3_left.png") no-repeat center;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .rei-fes .charm-3::before {
    top: auto;
    bottom: 0;
  }
}
.rei-fes .charm-3::after {
  display: block;
  position: absolute;
  content: "";
  width: 17px;
  height: 27px;
  background: url("../img/charm3_right.png") no-repeat center;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .rei-fes .charm-3::after {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .rei-fes .charm.shinjin_text {
    padding: 0 10%;
  }
  .rei-fes .charm.shinjin_text::before, .rei-fes .charm.shinjin_text::after {
    width: 8%;
    background-size: contain;
    background-position: center bottom;
  }
}
.rei-fes .btn-base {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.rei-fes .btn-base::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.rei-fes .btn-twitter {
  background: #299ded;
  width: 200px;
  height: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  border: 2px solid #299ded;
  align-items: center;
  border-radius: 100px;
  margin:0 auto;
}
.rei-fes .btn-twitter::before {
	display:none;
}
@media screen and (max-width: 640px) {
  .rei-fes.btn-twitter {
    max-width: 258px;
    height: 54px;
    margin: 0 auto 20px;
  }
}
.rei-fes .btn-twitter span {
  position: relative;
  display: inline-block;
  padding:0 0 0 34px !important;
  margin:6px 20px !important;
}
.rei-fes .btn-twitter span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/ico_twitter.png") no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition:all 0.3s;
}
.rei-fes .small, .rei-fes small{
  font-size: 14px;
  line-height: 1.4em;
}
@media screen and (max-width: 640px) {
	.rei-fes .small, .rei-fes small{
		font-size: 12px;
		line-height: 1.4em;
	}
}
.rei-fes small{
	display:block;
}
.rei-fes h3 {
  position: relative;
  display: block;
  padding: 0 100px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 640px) {
  .rei-fes h3 {
    padding: 0;
    margin: 0 auto 15px auto;
	max-width:92%;
  }
}
.rei-fes .inline {
  display: inline-block;
}
.rei-fes .ttl-num {
  position: absolute;
  top: -75px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .rei-fes .ttl-num {
    width: 26%;
    top: -35px;
  }
}
.rei-fes .vodinfo .text-link {
  color: #d3b975;
}
.rei-fes .blue {
  color: #0c45b8;
}
.rei-fes .align_right {
  text-align: right;
  display: block;
}
@media screen and (max-width: 640px) {
  .rei-fes .align_right {
    text-align: left;
  }
}
.rei-fes .pc {
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .rei-fes .pc {
    display: none;
  }
}
.rei-fes .red {
  color: red;
}
.rei-fes {
  /*transition-duration: 0.2s;*/
}
.rei-fes a {
	transition-duration: 0.2s;
}
.rei-fes a:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}
.rei-fes .text-link {
  text-decoration: underline;
}
.rei-fes .text-link:hover {
  text-decoration: none;
  opacity: 1;
}
.rei-fes .text-purple {
	color:#8b218c;
	display: inline-block;
    margin-top: 5px;
}
.rei-fes .comment-comingsoon {
	position:relative;
	display:inline-block;
	color:#1458ab;
	border:1px solid #1458ab;
	line-height:1.4em;
	padding:10px 50px;
	border-radius:100px;
	font-eright:bold;
}
.rei-fes .comment-comingsoon::after,
.rei-fes .comment-comingsoon::before{
	content:"";
	display:block;
	width:65px;
	height:70px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
}
.rei-fes .comment-comingsoon::after{
	background:url("../img/kira_l.png") no-repeat center / contain;
	left:-20px;
}
.rei-fes .comment-comingsoon::before{
	background:url("../img/kira_r.png") no-repeat center / contain;
	right:-20px;
}
/*---------------------------
        main
-----------------------------*/
.rei-fes .main {
	position: relative;
	padding-bottom:30px;
}
@media screen and (max-width: 640px) {
	.rei-fes .main {
		padding-bottom:0;
	}
}
.rei-fes h2 {
  width: 100%;
	position: absolute;
	left:0;
	right:0;
	bottom:30px;
	margin:auto;
	z-index:4;
}
@media screen and (max-width: 640px) {
  .rei-fes h2 {
	  width:80%
  }
}
.rei-fes .slider {
	max-width:1200px;
	margin:0 auto;
}

.rei-fes .rei-fes .charm-hart {
	max-height:1em;
	width:auto;
	margin-left:4px;
}
.rei-fes .slick-dots {
	position:relative;
	z-index:5;
	top:20px;
}
@media screen and (max-width: 640px) {
	.rei-fes .slick-dots {
		top:-10px;
	}
}
.rei-fes .slick-dotted li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.rei-fes .slick-dots li button {
    display: block;
    color: #959595;
    background: #959595;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 17px;
    width: 17px;
    text-indent: -9999px;
	border:none;
	cursor: pointer;
}
.rei-fes .slick-dots li.slick-active button {
	color: #4a82c5;
    background: #4a82c5;
}
.rei-fes .btn-slider-next, .rei-fes .btn-slider-prev {
    display: block;
    position: absolute;
    width: 51px;
    height: 124px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
.rei-fes .btn-slider-prev {
    left: 0;
    background: url(../img/slider_arrow_prev.svg) no-repeat center / contain;
}
.rei-fes .btn-slider-next {
    right: 0;
    background: url(../img/slider_arrow_next.svg) no-repeat center / contain;
}
/*---------------------------
        menu
-----------------------------*/
.rei-fes .menu {
  background: rgba(110, 177, 224, 0.702);
  padding: 60px 20px;
}

@media screen and (max-width: 640px) {
  .rei-fes .menu {
    padding: 30px 20px;
  }
}
.rei-fes .menu_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
	filter: drop-shadow(0 0 26px rgba(37,103,179,0.4));
	transform:translateX(0);
}
@media screen and (max-width: 640px) {
  .rei-fes .menu_list {
    margin-top: 0;
	  display:block;
  }
}
.rei-fes .menu_list li:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .rei-fes .menu_list li:not(:last-child) {
	  margin-right:0;
	  margin-bottom:12px;
	}
}
.rei-fes .menu_list li {
	border-radius:2px;
	position:relative;
	display:inline-block;
}
.rei-fes .menu_list li a {
	display:block;
}
.rei-fes .menu_list li .menu_ico-new {
  position: absolute;
  right: -12px;
  top: 10px;
  width:52px;
}
@media screen and (max-width: 640px) {
  .rei-fes .menu_list li .menu_ico-new {
    width: 10%;
    right: calc(50% - 54%);
    top: -7px;
    max-width: 36px;
  }
}
.rei-fes .menu_list li a.link-off {
  background: #d0d0d0;
  pointer-events: none;
}
.rei-fes .menu_list li a::after {
}
@media screen and (max-width: 640px) {
  .rei-fes .menu_list li a::after {
    height: 16px;
  }
}
.rei-fes .menu_list li a.link-off::after {
  background: #fff;
}
.rei-fes .menu_list li a::before {
}
@media screen and (max-width: 640px) {
  .rei-fes .menu_list li a::before {
  }
}
.rei-fes .menu_list li a.link-off::before {
  background: url("../img/arrow_w.svg") no-repeat center;
  background-size: contain;
}
.rei-fes .menu-bottom .menu_list li a::before {
  transform: rotate(180deg);
}
.rei-fes .link_num {
  position: absolute;
  left: 14px;
  top: -23px;
}
@media screen and (max-width: 640px) {
  .rei-fes .link_num {
    width: 30%;
    left: 2%;
    top: -10px;
  }
}
.rei-fes .link_newmark {
  position: absolute;
  top: 19px;
  right: 7px;
  transform: rotate(20deg);
  width: 60px;
}
@media screen and (max-width: 640px) {
  .rei-fes .link_newmark {
    transform: rotate(0deg);
    top: 8px;
    width: 30%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.rei-fes .vodinfo .btn_about {
	margin-top:60px;
	display:inline-block;
}
@media screen and (max-width: 640px) {
	.rei-fes .vodinfo .btn_about {
		margin-top:30px;
	}
}
/*---------------------------
       gotoabout
-----------------------------*/
.rei-fes .gotoabout {
  padding: 40px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
	background:#242126;
}
@media screen and (max-width: 640px) {
  .rei-fes .gotoabout {
    padding: 20px;
	  flex-wrap:wrap;
	  align-items: flex-end;
  }
}
.rei-fes .btn-about {
  margin: 0 15px 0 0;
  display: block;
}
@media screen and (max-width: 640px) {
  .rei-fes .btn-about {
    max-width: none;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 640px) {
	.rei-fes .gotoabout .btn-about{
		width:calc((100% - 20px) / 3);
	}
	.rei-fes .gotoabout .btn-about{
		margin-right:10px;
	}
	.rei-fes .gotoabout .btn-about:last-child{
		margin-right:0;
	}
}
.rei-fes .btn-about img {
}
.rei-fes .bnr-schedule {
  display: block;
  margin: 0;
}
.rei-fes .btn-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 0;
  margin-top:0;
	padding-top:50px;
}
@media screen and (max-width: 640px) {
  .rei-fes .btn-area {
    display: block;
    margin-bottom: 0;
	  padding-top:25px;
  }
}
.rei-fes .btn-form {
  background: #334103;
  width: 570px;
  border-radius: 4px;
  font-size: 24px;
  padding: 28px;
  margin-right: 26px;
}
@media screen and (max-width: 640px) {
  .rei-fes .btn-form {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    font-size: 20px;
    padding: 15px 28px
  }
}
.rei-fes .btn-tweet {
  background: #1da1f2;
  width: 570px;
  border-radius: 4px;
  font-size: 24px;
  padding: 28px 28px 28px 20px;
}
@media screen and (max-width: 640px) {
  .rei-fes .btn-tweet {
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 15px 28px 15px 20px;
  }
}
.att {
  display: block;
  text-align: left;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .att {
    padding: 0;
  }
}
.att span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
/*--------------------------
       vodinfo
----------------------------*/
.rei-fes .vodinfo {
  background: #212326;
	color:#fff;
}
@media screen and (max-width: 640px) {
	.rei-fes .vodinfo {
		font-size:14px;
		line-height:1.6em;
	}
}
.rei-fes .vodinfo h4 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .rei-fes .vodinfo h4 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5em;
  }
}
.rei-fes .vodinfo .single {
	margin-top:50px;
}
@media screen and (max-width: 640px) {
	.rei-fes .vodinfo .single {
		margin-top:35px;
	}
}
.rei-fes .vodinfo_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 20px auto 20px auto;
}
@media screen and (max-width: 640px) {
  .rei-fes .vodinfo_list {
    margin: 15px auto 10px auto;
  }
}
.rei-fes .vodinfo_inner .single {
  margin: 20px auto 0 auto;
}
.rei-fes .vodinfo_list li {
  width: 237px;
  height: 76px;
  line-height: 76px;
  border: 1px solid #c2c2c2;
  background: #fff;
  margin: 6px;
}
@media screen and (max-width: 640px) {
  .rei-fes .vodinfo_list li {
    width: 48%;
    margin: 1%;
	height:auto;
    line-height: normal;
    padding: 5px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.rei-fes .vodinfo_list li img {
  max-width: 50%;
}
@media screen and (max-width: 640px) {
  .rei-fes .vodinfo_list li img {
    height: 30px;
    max-width: none;
  }
}
.rei-fes .vidinfo_hukidashi {
  display: block;
  background: url("../img/fukidashi.svg") no-repeat center;
  background-size: contain;
  padding: 6px 21px 19px 21px;
  font-size: 22px;
  margin-bottom: 14px;
  color:#9ecce0;
}
@media screen and (max-width: 640px) {
  .rei-fes .vidinfo_hukidashi {
    background: url(../img/fukidashi_sp.svg) no-repeat center;
    font-size: 4vw;
    background-size: contain;
    padding: 16px 21px 24px 21px;
    line-height: 1.4em;
    margin-bottom: 4px;
  }
}
/*--------------------------
       video
----------------------------*/
.rei-fes .video {
  background:rgba(176, 220, 251, 0.6) url(../img/bg_section.png) no-repeat center top / 100%;
}
@media screen and (max-width: 640px) {
  .rei-fes .video {
    /*background-size: 50%, auto;*/
  }
  .rei-fes .video .section_inner {
    padding-bottom: 50px;
  }
}
.rei-fes .video_lead {
	margin-bottom:10px;
}
.rei-fes .video_shinji {}
.rei-fes .video .section_inner {
  max-width: 1280px;
  margin: 0 auto;
}
.rei-fes .lead {
  margin-bottom: 15px;
}
.rei-fes .video_text {
  font-size: 24px;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_text {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
.rei-fes .video_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto 0 auto;
  max-width: 1210px;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_list {
    margin-top: 20px;
  }
}
.rei-fes .video_list-hide {
  display: none;
}
.rei-fes .video_list-hide .video_list {
  margin: 0 auto;
  transition:0.6s;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_list-hide .video_list {
    margin: 0 auto;
  }
}
.rei-fes .video_list li {
  background: #fff;
  text-align: left;
  width: 230px;
  font-size: 14px;
  margin: 0 6px 12px 6px;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_list li {
    width: 48%;
    margin: 0 1% 12px 1%;
  }
  .rei-fes .video_list li img {
    width: 100%;
  }
}
.rei-fes .video_list li.more {
  background: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /*-webkit-flex-grow: 1;
  flex-grow: 1;*/
}
@media screen and (max-width: 640px) {
  .rei-fes .video_list li.more {
   -webkit-flex-grow: 1;
		flex-grow: 1;
  }
  .rei-fes .video_list li.more img {
    max-width: 173px;
  }
}
.rei-fes .video_list li p {
  padding: 15px;
  line-height: 1.4em;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_list li p {
    word-break: break-all;
	  padding: 10px;
	  font-size:12px;
  }
}
.rei-fes .video_imgarea {
  position: relative;
}
.rei-fes .video_shinjin {
  background: url("../img/bg_5.png") repeat;
  border-radius: 6px;
  padding: 60px 20px;
  margin: 55px auto 60px;
  max-width: 1200px;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_shinjin {
    padding: 30px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.rei-fes .shinjin_text {
  font-size: 28px;
  line-height: 1.4em;
}
@media screen and (max-width: 640px) {
  .rei-fes .shinjin_text {
    font-size: 4vw
  }
}
.rei-fes .shinjin_text-premium {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .rei-fes .shinjin_text-premium {
    font-size: 18px;
    margin-top: 15px;
  }
}
.rei-fes .shinjin_text-premium_inner {
  color: #f5ef38;
  padding: 5px 114px;
  border-radius: 100px;
  display: inline-block;
  background: url("../img/kira_l.svg") no-repeat center left 30px, #0c45b8 url("../img/kira_r.svg") no-repeat center right 30px;
}
@media screen and (max-width: 640px) {
  .rei-fes .shinjin_text-premium_inner {
    font-size: 4.6vw;
    line-height: 1.6em;
    padding: 2px 25px;
    width: 100%;
    box-sizing: border-box;
    background: url("../img/kira_l.svg") no-repeat center left 8px, #0c45b8 url("../img/kira_r.svg") no-repeat center right 8px;
    background-size: 8%;
  }
}
.rei-fes .video_list-shinjin {
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_list-shinjin {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.rei-fes .video_list-shinjin_inner {
  position: relative;
  z-index: 6;
}
.rei-fes .video_month {
  position: absolute;
  z-index: 5;
  top: -26px;
  right: -16px;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_month {
    width: 30%;
    top: -13px;
  }
}
.rei-fes .video_shinjin .video_list li {
  width: 320px;
  margin: 0 20px 0 20px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_shinjin .video_list li {
    margin: 0 0 30px;
  }
}
.rei-fes .video_shinjin .video_list li::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #0c45b8;
  left: -13px;
  bottom: -13px;
  z-index: 4;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_shinjin .video_list li::before {
    left: -8px;
    bottom: -8px;
  }
}
.rei-fes .vodinfo_inner-shinjin h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .rei-fes .vodinfo_inner-shinjin h4 {
    margin-bottom: 8px;
    line-height: 1.5em;
    font-size: 18px;
  }
}
.vodinfo_inner-shinjin .vodinfo_list {
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 640px) {
  .vodinfo_inner-shinjin .vodinfo_list {
    margin: 15px auto 0 auto;
  }
}
.rei-fes .video_list-others {
  background: #d4f4fc url("../img/bg_line.png") repeat-x bottom;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_list-others {
    background-size: 50%;
  }
}
.rei-fes .video_list-others .section_inner {
  padding: 50px 20px 73px;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_list-others .section_inner {
    padding: 25px 20px 35px;
  }
}
.rei-fes .video_list-others_ttl {
  display: inline-block;
  font-weight: bold;
  font-size: 28px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_list-others_ttl {
    font-size: 20px;
    display: block;
  }
}
.rei-fes .video_list-others_ttl span {
  display: inline-block;
  font-size: 24px;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 2px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_list-others_ttl span {
    font-size: 18px;
    display: block;
    max-width: 120px;
    margin: 0 auto 10px;
  }
}
.rei-fes .video_list-others_ttl .ico_more {
  position: absolute;
  left: -128px;
  top: -64px;
}
@media screen and (max-width: 640px) {
  .rei-fes .video_list-others_ttl .ico_more {
    width: 25%;
    left: 0;
    top: -48px;
  }
}
.rei-fes .btn-viewmore {
  display: inline-block;
  font-size: 18px !important;
  padding: 2px 10px;
  border-radius: 3px;
  background: #4a82c5;
  position: relative;
  text-align: center;
  color: #fff;
  width: 240px;
  margin-top: 18px;
  cursor: pointer;
  border-radius: 100px;
}
@media screen and (max-width: 640px) {
  .rei-fes .btn-viewmore {
    margin-top: 0;
  }
}
.rei-fes .btn-viewmore::after {
  display: block;
  content: "";
  height: 5px;
  width: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rei-fes .btn-viewmore.open::after {
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rei-fes .ico-area {
  position: static;
  display:block;
  bottom: 5px;
  left: 5px;
  line-height: normal;
  margin-bottom:5px;
}
@media screen and (max-width: 640px) {
	.rei-fes .ico-area {
		bottom: 3px;
	}
}
.rei-fes .ico-area-up {
	bottom:25px;
}
@media screen and (max-width: 640px) {
	.rei-fes .ico-area-up {
		bottom:19%;
	}
}
.rei-fes .ico-premium {
  display: inline-block;
  background: #d3b975;
  color: #684f0c;
  font-size: 13px;
  margin-right: 5px;
  width: 53px;
  border-radius: 2px;
  text-align: center;
  line-height: 1.4em;
}
.rei-fes .ico-single {
  display: inline-block;
  background: #1458ab;
  color: #fff;
  font-size: 13px;
  padding: 0 5px;
  width: 53px;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  line-height: 1.4em;
}
.rei-fes .ico-pack {
  display: inline-block;
  background: #EC4D8C;
  color: #fff;
  font-size: 13px;
  padding: 0 5px;
  width: 53px;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  line-height: 1.4em;
}
@media screen and (max-width: 640px) {
	.rei-fes .ico-premium,
	.rei-fes .ico-single,
	.rei-fes .ico-pack {
		font-size:10px;
	}
}
.rei-fes .ico-off {
  background: #b5b5b5;
}
.rei-fes .btn-premium {
  background: #58cd92;
  display: inline-block;
  border-radius: 6px;
  padding: 20px;
  margin-top: 30px;
}
.rei-fes .btn-premium-orange {
  background: #FF9600;
  font-size: 18px;
  max-width: 460px;
  padding: 12px 20px;
  border-radius: 4px;
  margin: 50px auto 0;
  line-height: 1.6em
}
@media screen and (max-width: 640px) {
	.rei-fes .btn-premium-orange {
		margin: 35px auto 0;
	}
}
.rei-fes .new {
  display: inline-block;
  color: #ec4d8d;
  font-weight: bold;
  border: 1px solid #ec4d8d;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1em;
  padding: 2px 4px;
  vertical-align: bottom;
  font-family: "メイリオ", "MS Pゴシック", sans-serif;
	margin:5px 0.5em 5px 0;
}
.rei-fes .att_mt {
  font-size: 14px;
  text-align: left;
  max-width: 1210px;
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  .rei-fes .att_mt {
    margin: 10px auto;
  }
}
.rei-fes .video .text-link {
	color:#a17400;
}
.rei-fes .video .video_list_notice {
	padding:0;
	background:none;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
}

@media screen and (max-width: 640px) {
	.rei-fes .video .video_list_notice {
		width:48%;
		/*width:100%;*/
	}
	.rei-fes .video .video_list_notice img{
		max-width:194px;
	}
}
.rei-fes .video .video_list_notice_inner {
	position:relative;
}
.rei-fes .video .video_list_notice_link {
	position:absolute;
	display:inline-block;
	left: 10%;
    margin: auto;
    max-width: 154px;
    top: 40%;
}
@media screen and (max-width: 640px) {
	.rei-fes .video .video_list_notice_link {
		max-width:none;
		width:78.571428571%;
		top: 40%;
	}
}
.rei-fes .video .video_list_notice a{
	display:block;
	transition:0.3s;
	max-width:230px;
}
.rei-fes .video .video_list_notice a:hover{
	opacity:0.8;
}
/*--------------------------
      special
----------------------------*/
.rei-fes .special {
	background:rgba(176, 220, 251, 0.6);
	position:relative;
}

.rei-fes .special::after {
	content:"";
	display:block;
	width:100%;
	height:100%;
	background:url(../img/bg_section.png) no-repeat center top / 100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0.8;
}
.rei-fes .special_platform {
	background:rgba(109,166,214,0.8);
	border-radius: 16px;
    padding: 10px 20px 20px;
    margin: 30px auto 0;
    font-size: 18px;
    max-width: 1100px;
}
@media screen and (max-width: 640px) {
	.rei-fes .special_platform {
		padding: 15px 10px 15px;
        font-size: 16px;
	}
}
.rei-fes .special_lead {
	margin-bottom:30px;
}
@media screen and (max-width: 640px) {
	.rei-fes .special_lead {
		margin-bottom:15px;
	}
}
.rei-fes .special_slider_box {
	/*background:rgba(255,255,255,0.8);*/
	background: #fff url(../img/bg_special) no-repeat center top / cover;
	padding:60px 90px;
	font-size:1rem;
	line-height: 1.6em;
	max-width:1000px;
	margin:0 auto;
	border-radius: 16px;
}
@media screen and (max-width: 640px) {
	.rei-fes .special_slider_box {
		padding:40px;
	}
}
.rei-fes .special_imgarea {
	margin:30px auto 30px;
}
@media screen and (max-width: 640px) {
	.rei-fes .special_imgarea {
	}
}
.rei-fes .special_imgarea img{
	box-shadow:0 0 15px 10px rgba(000,000,000,0.1);
	margin-bottom:5px;
}
.rei-fes .special_platform ul{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:0;
	flex-wrap:wrap;
	padding:0 60px;
}
@media screen and (max-width: 640px) {
	.rei-fes .special_platform ul{
		padding:0;
	}
}
.rei-fes .special_title {
	font-weight: 700;
    color: #1056aa;
    font-size: 1.25em;
    margin-bottom: 15px;
	text-align:center;
}
@media screen and (max-width: 640px) {
	.rei-fes .special_text {
		text-align:left;
	}
}
.rei-fes .special_slider_box small{
	display:inline-block;
	margin-top:12px;
}
@media screen and (max-width: 640px) {
	.rei-fes .special_platform ul{
		margin-top:0;
	}
}
.rei-fes .special_platform ul li{
	margin:0 2px;
	margin-top:10px;
}
.rei-fes .special_platform_komidashi {
	padding:5px 0 0;
}
@media screen and (max-width: 640px) {
	.rei-fes .special_platform_komidashi {
		padding:10px 0 0;
	}
}
.rei-fes .ico-platform {
    font-size: 12px;
    border: 1px solid #D9D9D9;
    color: #D9D9D9;
    border-radius: 2px;
    line-height: 1em;
    padding: 4px;
    min-width: 6.8em;
    background: #fff;
    width: 118px;
    height: 24px;
    display: flex;
	font-weight: bold;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.rei-fes .ico-platform {
	}
}
.rei-fes a.ico-hikari {
	color:#50BBED;
	border-color:#50BBED;
}
.rei-fes a.ico-rakuten {
	color:#BB1926;
	border-color:#BB1926;
}
.rei-fes a.ico-jcom {
	color:#F42700;
	border-color:#F42700;
}
.rei-fes a.ico-telasa {
	color:#EC5506;
	border-color:#EC5506;
}
.rei-fes a.ico-amazon {
	color:#A3C66A;
	border-color:#A3C66A;
}
.rei-fes a.ico-amazon {
	color:#A3C66A;
	border-color:#A3C66A;
}
.rei-fes .ico-video {
}
.rei-fes a.ico-video {
	color:#535353;
	border-color:#535353;
}
.rei-fes a.ico-unext {
	color:#373737;
	border-color:#373737;
}
.rei-fes a.ico-lemino {
	color:#ff5a74;
	border-color:#ff5a74;
}
.rei-fes .special_notice {
	max-width:1200px;
	padding:40px 20px;
	border:1px solid #8b218c;
	margin:60px auto 0;
}
@media screen and (max-width: 640px) {
	.rei-fes .special_notice {
		padding:25px 20px;
		margin:40px auto 0;
	}
}
.rei-fes .special .text-link {
	color:#a17400;
}

.rei-fes .video h4 {
	margin-top:60px;
}
@media screen and (max-width: 640px) {
	.rei-fes .video h4 {
		margin-top:35px;
	}
	.rei-fes .video h4 img{
		max-width:140px;
	}
}
.rei-fes .text-parade small {
    display: block;
    margin-top: 10px;
}
/*--------------------------
      quiz
----------------------------*/
.rei-fes .quiz {
	background: rgba(219, 239, 252, 0.6);
}


.rei-fes .quiz h3 {
    margin: 0 auto 20px;
}

@media screen and (max-width: 640px) {
  .rei-fes .quiz h3 {
    margin: 0 auto 15px;
  }
}
.rei-fes .quiz h4{
	margin-bottom:40px;
}
@media screen and (max-width: 640px) {
	.rei-fes .quiz h4{
		margin-bottom:20px;
	}
	
}
.rei-fes .quiz_lead {
	margin-bottom:30px;
}
@media screen and (max-width: 640px) {
	.rei-fes .quiz_lead {
		margin-bottom:15px;
	}
}
/*.rei-fes .quiz_lead:first-of-type {
	margin-bottom:10px;
	font-size:1.25em;
	font-weight:bold;
}
@media screen and (max-width: 640px) {
	.rei-fes .quiz_lead:first-of-type {
		font-size:1rem;
		padding:0 20px;
	}
}*/
/*.rei-fes .quiz_lead:first-of-type span{
	display:inline-block;
	padding:0 30px;
	position:relative;
}
@media screen and (max-width: 640px) {
	.rei-fes .quiz_lead:first-of-type span{
		padding:0 10px;
	}
}
.rei-fes .quiz_lead:first-of-type span::after,
.rei-fes .quiz_lead:first-of-type span::before{
	content:"";
	width:2px;
	height:32px;
	background:#000;
	display:block;
	position:absolute;
	border-radius:10px;
	top:0;
	bottom:0;
	margin:auto;
}
.rei-fes .quiz_lead:first-of-type span::after{
	left:0;
	transform:rotate(-45deg);
}
.rei-fes .quiz_lead:first-of-type span::before{
	right:0;
	transform:rotate(45deg);
}*/
.rei-fes .quiz_point {
	font-size:30px;
	font-weight:bold;
}
@media screen and (max-width: 640px) {
	.rei-fes .quiz_point {
		font-size:20px;
		line-height:1.5em;
	}
}
.rei-fes .quiz_box {
	background:rgba(255,255,255,0.8);
	padding:5px;
	margin-bottom:40px;
	font-size:16px;
	line-height:1.6em;
}
@media screen and (max-width: 640px) {
	.rei-fes .quiz_box {
		margin-bottom:20px;
	}
}
.rei-fes .quiz_box_inner {
	border:2px solid #e3f0ff;
	padding:60px;
}
@media screen and (max-width: 640px) {
	.rei-fes .quiz_box_inner {
		padding:30px 20px;
	}
}
.rei-fes .present_list {
	display:flex;
	justify-content:center;
}
@media screen and (max-width: 640px) {
	.rei-fes .present_list {
		display:block;
	}
}
.rei-fes .present_list li{
	margin-right:40px;
}
@media screen and (max-width: 640px) {
	.rei-fes .present_list li{
		display:flex;
		justify-content:flex-start;
		align-items:flex-start;
		margin:15px auto 10px;
		text-align:left;
		width:100%;
	}
	.rei-fes .present_list_img {
		min-width:50%;
		width:50%;
		margin-right:-5px;
	}
}
.rei-fes .present_list li:last-child{
	margin-right:0;
}
.rei-fes .present_list_prize {
	margin-top:15px;
	margin-top:-5px;
	font-size:1.2em;
	line-height:1.6em;
}
@media screen and (max-width: 640px) {
	.rei-fes .present_list_prize {
		font-size:0.875em;
		line-height:1.5em;
		margin-top:10.6%;
	}
	.rei-fes .present_list li:nth-of-type(2) .present_list_prize {
		margin-top: 18.6%;
	}
}
.rei-fes .quiz .present_list_prize .text-link{
	color:#000 !important;
}
.rei-fes .present_list_num{
	margin-top:15px;
	background:#e3f0ff;
	border-radius:4px;
	padding:8px 20px;
	line-height:1.4em;
}
@media screen and (max-width: 640px) {
	.rei-fes .present_list_num{
		font-size:0.875em;
		line-height:1.4em;
	}
}
.rei-fes .present_list_num span{
	font-size:1.25em;
	font-weight:bold;
	color:#1458ab;
}
.rei-fes .quiz_box_question {
	display:flex;
}
@media screen and (max-width: 640px) {
	.rei-fes .quiz_box_question {
		display:block;
	}
}
.rei-fes .quiz_box_question_l {
	margin-right:50px;
	min-width:422px;
}
@media screen and (max-width: 640px) {
	.rei-fes .quiz_box_question_l {
		margin:0 auto 20px;
		min-width:0;
	}
}
.rei-fes .quiz_box_question_r {
	text-align:left;
	font-size:1.125em;
	line-height:1.6em;
}
@media screen and (max-width: 640px) {
	.rei-fes .quiz_box_question_r {
		font-size:1em;
		line-height:1.6em;
	}
}
.rei-fes .quiz_box_question_target {
	background:#e3f0ff;
	margin:20px auto;
	padding:20px;
	border-radius:4px;
	font-size:1.1em;
	color:#a17400;
	font-weight:bold;
}
@media screen and (max-width: 640px) {
	.rei-fes .quiz_box_question_target {
		margin:10px auto;
		font-size:1em;
		line-height:1.6em;
	}
}
.rei-fes .quiz_box_question_text .text-link {
	color:#000 !important;
}
.rei-fes .btn-detail {
  background:-moz-linear-gradient( 115deg, rgb(210,184,115) 0%, rgb(224,204,162) 100%);
  background:-webkit-linear-gradient( 115deg, rgb(210,184,115) 0%, rgb(224,204,162) 100%);
  background:-ms-linear-gradient( 115deg, rgb(210,184,115) 0%, rgb(224,204,162) 100%);
  position: relative;
  text-align: center;
  width: 830px;
  cursor: pointer;
  border-radius: 100px;
  margin:40px auto 0;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:16px 20px;
}
@media screen and (max-width: 640px) {
  .rei-fes .btn-detail {
    margin-top: 15px;
	  width:auto;
	  padding:16px 40px;
  }
}
.rei-fes .btn-detail::after {
  display: block;
  content: "";
  height: 12px;
  width: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.rei-fes .img_lovecollection_thumb {
	margin-top:15px;
}
.rei-fes .quiz .text-link {
	color:#a17400;
}
.rei-fes .quiz_attention {
	margin-top:60px;
	text-align:left;
}
@media screen and (max-width: 640px) {
	.rei-fes .quiz_attention {
		margin-top:30px;
	}
}
.rei-fes .quiz_attention_list {
	font-size:14px;
	line-height:1.4em;
	margin-bottom:30px;
}
@media screen and (max-width: 640px) {
	.rei-fes .quiz_attention_list {
		margin-bottom:20px;
	}
}
.rei-fes .quiz_attention_list:last-0f-type {
	margin-bottom:0;
}
.rei-fes .quiz_attention_list li{
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:5px;
}
.rei-fes .quiz_attention_ttl {
	font-size:16px;
	margin-bottom:5px;
}
.rei-fes .quiz_attention_list .text-link{
	color:#000 !important;
}
.rei-fes .quiz_attention_list b{
	color:#1458ab;
}
/*--------------------------
      bottom
----------------------------*/
.copyright {
	padding:60px 20px;
	background:#f0f0f0;
}
@media screen and (max-width: 640px) {
	.copyright {
		padding:30px 20px;
	}
}
.vod-foot-txt {
	max-width:1200px;
	margin:0 auto;
}
.btn-area {
	background:#fff;
}
/*--------------------------
      fin
----------------------------*/
.rei-fes .fin-area {
	position:relative;
	margin-top:60px;
}
.rei-fes .fin-area_text {
	background:rgba(000,000,000,0.7);
	color:#fff;
	position:absolute;
	z-index:5;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	padding:100px 20px 0;
	font-size: 24px;
    line-height: 1.6em;
}
@media screen and (max-width: 640px) {
	.rei-fes .fin-area {
		margin-top:30px;
	}
}
@media screen and (max-width: 640px) {
	.rei-fes .fin-area_text {
		padding:60px 20px 0;
		font-size: 18px;
	}
}
/*--------------------------
      promo
----------------------------*/
.rei-fes .promo {
	background:rgba(219, 239, 252, 0.6);
}
.rei-fes .myplayer-wrap {
	overflow:hidden;
	border:1px solid #cccccc;
}
.rei-fes .promo_column {
	display:flex;
	justify-content:center;
	align-items:flex-end;
}
@media screen and (max-width: 640px) {
	.rei-fes .promo_column {
		display:block;
	}
}
.rei-fes .promo .section_inner {
	padding: 60px 20px;
}
@media screen and (max-width: 640px) {
	.rei-fes .promo .section_inner {
		padding: 40px 20px;
	}
}
.rei-fes .video-js {
    width: 576px !important;
    height: 324px !important;
}
@media screen and (max-width: 640px) {
	.rei-fes .video-js {
		width:100% !important;
		height:100% !important;
	}
}
.rei-fes .btn-poster {
	display:inline-block;
	margin:0;
}
@media screen and (max-width: 640px) {
	.rei-fes .btn-poster {
		margin:0 auto 0; 
	}
}
.rei-fes .video-js {
	float:none;
	display: inline-block;
}
.rei-fes .poster-wrap {
	margin-left:40px;
	text-align:center;
}
@media screen and (max-width: 640px) {
	.rei-fes .poster-wrap {
		margin:30px 0 0;
	}
}
.rei-fes .poster_thumb {
	width: 160px;
    display: block;
	margin:0 auto 20px;
}
@media screen and (max-width: 640px) {
	.rei-fes .poster_thumb {
		margin:0 auto 10px;
	}
}

.rei-fes .text-link_arrow {
	display:inline-block;
	position:relative;
	width:0.5em;
	height:0.6em;
}
.rei-fes .text-link_arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.rei-fes .notice-fin {
	display: inline-block;
    margin-top: 20px;
}
@media screen and (max-width: 640px) {
	.rei-fes .notice-fin {
		margin-top: 10px;
	}
}

.rei-fes .info-fin {
	display:inline-block;
	padding:5px 50px;
	border:1px solid #000;
	 font-size: 16px;
	margin-bottom:30px;
	line-height:1.4em;
}
@media screen and (max-width: 640px) {
	.rei-fes .info-fin {
		font-size: 14px;
		margin-bottom:20px;
		padding:5px 10px;
	}
}