@charset "utf-8";
/* CSS Document */

body {
  background: url(../images/bg_black.jpg) repeat center/100% auto;
}

footer {
  background: none;
}


/*---------------------------------------------
  MAIN
---------------------------------------------*/
#main-visual {
  margin-top: 72px;
  margin-bottom: -5px;
}

@media screen and (max-width: 1199px){
  #main-visual {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px){

}

/*-----------------------------
  bnr
-----------------------------*/
#bnr {
	overflow:hidden;
	clear:both;
	margin:0 auto 50px;
}
#bnr .bnr {
	width:100%;
	position:relative;
}
#bnr .bnr a {
	display:block;
}
#bnr .bnr .post-eyecatch {
	overflow: hidden;
	position: relative;
	width:480px;
	padding-top: 75%;
	border-radius: 32px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	z-index:-1;
}
#bnr .bnr .post-eyecatch img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: top;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
}
#bnr .bnr .post-eyecatch::after {
  content:"";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(255, 255,255, 0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#bnr .bnr:hover .post-eyecatch::after {
  background-color: rgba(255, 255,255, .4);
}
#bnr .bnr .post-title {
  width: 100%;
	padding:0px 10px;
	margin:0 !important;
	position:absolute;
	color:#fff;
	text-align:center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	z-index:999;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display:none;
}
#bnr .bnr:hover .post-title {
    display:block;
}

@media screen and (max-width: 991px) {

	#bnr .bnr .post-eyecatch {
		width:240px;
		border-radius: 4px;
	}

}

/*-----------------------------
 pickup
-----------------------------*/
.pickup_logo {
max-width:225px;
width:60%;
margin: 0 auto 1rem;
}

/*-----------------------------
 会員登録
-----------------------------*/
.join {
  max-width: 100%;
  height: 670px;
  margin: 100px auto 0;
  padding-top: 55px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
font-weight:500;
color:#fff;
  background: url('https://contents.perfect.ne.jp/media/dqDv64/o7j6w9hcj3.jpg') no-repeat center/cover;
position:relative;
}
.join::before{
position:absolute;
content:'';
background-color:rgba(0,0,0,0.8);
width:100%;
height:100%;
top:0;
left:0;
}

.join .join-inner-title {
position:relative;
  letter-spacing: 1px;
  font-size: 25px;
  line-height: 1.5;
}
.join-inner-list {
position:relative;
  margin: 25px auto 50px;
}
.join-inner-list li {
  position: relative;
  display: inline-block;
  width: 133px;
  margin: 0 8px;
border:2px solid #ff0000;
  border-radius: 10px;
padding:24px;
}
/*
.join-inner-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background: linear-gradient(to right, #b93d46 0%, #91498e 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
*/
.join-inner .join-inner-txt {
position:relative;
  letter-spacing: 1px;
  display: inline-block;
  padding: 25px 10px;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.join-us-txt {
  letter-spacing: 5px;
  position: relative;
  line-height: 1;
  margin: 20px 0 15px;
  padding-bottom: 50px;
  font-size: 35px;
}
.join-us-txt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.join-us-txt span {
  letter-spacing: 1px;
  display: block;
  margin-top: 10px;
  font-size: 15px;
}
.join-inner .join-register {
  position: relative;
  margin: 1em auto;
  border: solid 1px transparent;
  border-radius: 30px;
background-color:rgba(208,18,27,1);
  background: linear-gradient(180deg, rgba(208,18,27,1) 0%, rgb(155 0 9) 100%);
  color: #fff;
  padding: 10px;
  font-size: 20px;
}
.join-inner .join-register::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url(../images/icn_arrow.png) no-repeat center/16px;
  transition: 0.3s ease;
}
.join-inner .join-register:hover::after {
  right:15px;
}

@media screen and (max-width: 767px) {

  .join {
    max-width: 100%;
    height: auto;
    margin-bottom: 80px;
    padding: 25px 10px;
  }
  .join .join-inner-title {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .join-inner-list {
    margin: 30px 0 15px;
  }
  .join-inner-list li {
    width: 75px;
    margin: 0 4px;
padding:12px;
  }
  .join-inner .join-inner-txt {
    padding: 15px 10px;
    text-align: left;
    font-size: 12px;
  }
  .join-inner .join-inner-txt .br {
    display: none;
  }
  .join-us-txt {
    padding-bottom: 30px;
    font-size: 20px;
  }
  .join-us-txt::after {
    height: 20px;
  }
  .join-us-txt span {
    font-size: 12px;
  }
  .join-inner .join-register {
    width: 230px;
    height: 34px;
    padding-top: 5px;
    font-size: 12px;
  }
  .join-inner .join-register::after {
    right: 15px;
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
  .login-join {
    margin: 50px -15px 0;
    max-width: calc(100% + 30px);
    min-height: 630px;
  }

}

/*-----------------------------
  sns
-----------------------------*/
.sns-area {
  border:1px solid #000;
  overflow:hidden;
}

.sns-photo {
  width:30%;
  float:left;
padding:20px;
}

.sns-txt {
width:70%;
float:left;
padding: 10px 20px;
}

ul.sns-bnr {
  overflow: hidden;
}

.sns-bnr ul li {
  width: 50%;
  padding: 10px;float: left;
}
.sns-bnr li img{
transition:0.3s ease;
  border:solid 1px #000;
}
.sns-bnr li img:hover{
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
.sns {
  margin: 30px 0!important;
  padding: 0 10px!important;
}
.sns-area {
  padding: 15px 10px 10px;
  margin: 0;
}

}

/*-----------------------------
  コンテンツ
-----------------------------*/
.contents-list {
  display: flex;
  margin-top: 30px;
  padding: 0 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents-list li {
  width: calc((100% - 50px)/2);
  margin-bottom: 20px;
  border-radius: 15px;
  background-color: #000;
} 
.contents-list li a {
  letter-spacing: 1px;
  display: flex;
  height: 50px;
  padding: 0 0 2px 60px;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}
.contents-list li.gallery a {
  background: url(../images/top/icn_gallery.svg) no-repeat center left 20px/27px;
}
.contents-list li.special a {
  background: url(../images/top/icn_special.svg) no-repeat top 8px left 22px/22px;
}
.contents-list li.store a {
  background: url(../images/top/icn_store.svg) no-repeat top 13px left 18px/28px;
}
.contents-list li.podcast a {
  background: url(../images/top/icn_podcast.svg) no-repeat top 10px left 24px/19px;
}
.contents-list li a span {
  display: contents;
  font-size: 16px;
}
.contents-list li.commingsoon {
  background-color: #333;
}
.contents-list li.commingsoon a {
  color: #666;
  pointer-events:none;
}
.contents-list li.commingsoon span {
  display: block;
  margin-left: 15px;
  color: #AC0606;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .contents-list li:hover {
    opacity: 0.7;
  }
  .contents-list li.commingsoon:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {

  .contents-list {
    padding: 0 20px;
  }
  .contents-list li {
    width: calc((100% - 20px)/2);
  }
  .contents-list li a {
    letter-spacing: inherit;
    padding-left: 55px;
    font-size: 18px;
  }
  .contents-list li a span {
    font-size: 13px;
  }
  .contents-list li.commingsoon span {
    margin-left: 10px;
    font-size: 12px;
  }
  .contents-list li.gallery a {
    background-size: 22px;
  }
  .contents-list li.special a {
    background-size: 18px;
    background-position: top 12px left 22px;
  }
  .contents-list li.store a {
    background-size: 25px;
  }
  .contents-list li.podcast a {
    background-size: 15px;
    background-position: top 13px left 24px;
  }

}

@media screen and (max-width: 767px) {

  .contents-list {
    width: 450px;
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0;
  }
  .contents-list li {
    width: 100%;
  }

}

/*-----------------------------
  最新情報
-----------------------------*/
.information {
  width: 570px;
  max-width: 100%;
  margin: 0 auto;
}
.information .post-item-type_a3 {
  position: relative;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px #fff solid;
  border-radius: 0!important;
}
.information .post-item-type_a3 a {
  position: relative;
  color: #fff;
}
.information .post-item-type_a3 a::before,
.information .post-item-type_a3 a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background-color: #fff;
}
.information .post-item-type_a3 a::before {
  bottom: 6px;
  transform: rotate(55deg);
}
.information .post-item-type_a3 a::after {
  top: 7px;
  transform: rotate(-55deg);
}
.information .post-item-type_a3 .post-body {
  display: flex;
  padding: 25px 30px!important;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.information .post-item-type_a3 .post-title {
  font-size: 16px;
}
.information .post-item-type_a3 .post-option {
  line-height: 1;
  display: flex;
  align-items: center;
  padding-bottom: 10px!important;
  color: #fff;
}
.information .post-item-type_a3 .post-date {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}
.information .date-category-separator {
  display: none;
}
.information .post-item-type_a3 .list-inline-item {
  display: inline-block;
  height: 20px;
  padding: 3px 10px;
  text-align: center;
  color: #000;
  font-size: 12px;
  border-radius: 5px;
  background-color: #fff;
}
.information .new-on::before {
  position: absolute;
  content: "";
  width: 57px;
  height: 57px;
  top: 15px;
  left: -35px;
  background: url(../images/icn_new.svg) no-repeat center/57px;
}

@media screen and (min-width: 768px) {
  .information .post-item-type_a3 a:hover,
  .more-btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {

  .information .post-item-type_a3 .post-body {
    padding-left: 50px!important;
  }
  .information .new-on::before {
    width: 40px;
    height: 40px;
    top: 25px;
    left: 0;
    background-size: 40px;
  }
  .information .post-item-type_a3 .list-inline-item {
    padding-top: 4px;
    font-size: 11px;
  }

}

/*-----------------------------
  バナー導線
-----------------------------*/
.top-bnr-list,
.bnr-area {
  width: 685px;
  max-width: 90%;
  margin: 0 auto;
}

.top-bnr-list a {
  display: block;
  margin-bottom: 30px;
}

.top-bnr-list img,
.bnr-area img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top-bnr-list a:hover,
  .bnr-area a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 991px) {

  .top-bnr-list,
  .bnr-area {
    width: 500px;
    max-width: 90%;
  }
}

/*-----------------------------
  SNS
-----------------------------*/
.sns_list {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}
.sns_list .btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 290px;
  height: 50px;
  padding-left: 60px;
  color: #AC0606;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/icn_x.svg) no-repeat center left 25px/25px;
  background-color: #fff;
  transition: all .3s linear;
}
.sns_list .btn + .btn {
  margin-left: 50px;
}

@media screen and (min-width: 768px) {
  .sns_list .btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {

  .sns_list {
    display: block;
    width: 290px;
    margin: 50px auto 0;
  }
  .sns_list .btn + .btn {
    margin: 30px 0 0;
  }

}


/*-----------------------------
  ボタン
-----------------------------*/
.more-btn {
  position: relative;
  line-height: 1;
  width: 140px;
  height: 35px;
  padding-top: 10px;
  font-size: 12px;
  color: #fff;
  border: 1px #605F5F solid;
  background: linear-gradient(90deg, #000, #1C1C1C);
}
.more-btn:hover {
  color: #fff;
}
.more-btn::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../images/icn_arrow.svg) no-repeat center / 10px;
}