header.top_header {
	box-shadow: none;
}

/*---------------------------------------------
  MAIN
---------------------------------------------*/

.top-key-visual img {
    margin: 65px 0;
    height: inherit;
}

@media screen and (max-width: 991px) {
    .top-key-visual img {
        margin: 50px 0 35px;
    }
}

/*---------------------------------------------
  TOP
---------------------------------------------*/

.top-main-contents {
	overflow:hidden;
	clear:both;
}




/*---------------------------------------------
  TOP CONTENTS
---------------------------------------------*/
.top-main-contents .container {
	padding:10px 15px 64px 15px;
}

.top-main-contents .bg-pink .container {
	padding-bottom: 0;
}

.top-main-contents .more {
	text-align:center;
	margin-top:32px;
}

.top-main-contents h2.title-pickup {
    width: 159px;
}

.top-main-contents h2 {
    width: 230px;
    margin-top: 0;
    margin-bottom: 0px;
}

.top-main-contents .sub-title {
    font-size: 20px;
    color: #334155;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin-bottom: 35px;
}

/*-----------------------------
  bnr (topics)
-----------------------------*/

#topics {
	max-width: 1000px;
	overflow:hidden;
	clear:both;
	margin:0 auto;
	position:relative;
	bottom:0;
}

.slick-dotted.slick-slider {
	margin-bottom:0!important;
}

#topics .bnr {
	width:100%;
	position:relative;
}

#topics .bnr a {
	display:block;
}

#topics .bnr .post-eyecatch {
	overflow: hidden;
	position: relative;
	width:320px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	z-index:-1;
	padding-top: 66.67%;
        aspect-ratio: 4 / 3;
}

#topics .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%;
}

#topics .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;
}

#topics .bnr:hover .post-eyecatch::after {
	background-color: rgba(255, 255,255, .4);
}

#topics .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;

}

#topics .bnr:hover .post-title {
	display:block;
}

.slick-slide {
	margin: 0px 16px;
}


.slick-bar {
	display:flex;
	justify-content:center;
	margin-top:20px;
}

.slick-bar li {
	width: 35px;
	height: 4px;
	background-color: #DDDDDD;
	margin: 0 4px;
	cursor: pointer;
}

#topics .slick-slide {
    margin: 0 8px;
}

.slick-bar li.slick-active{
	background-color: #1897D6;
}

.slick-bar li:last-child {
	margin-bottom: 0;
}

.slick-bar li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}


@media (max-width: 767px) {
	#topics {
		width: 100vw;
        margin: 0 calc(50% - 50vw);
	}

	.slick-slide {
		margin: 0px 14px;
	}
}

/*-----------------------------
  NEWS
-----------------------------*/

#top-main-contents #news .post-item-type_a1 a {
	color:#5F6368;
}


/*-----------------------------
  BIOGRAPHY
-----------------------------*/

#top-main-contents #biography dt {
margin: 0 auto 32px;
/*max-width: 800px;*/
}



/*-----------------------------
  FANCLUB
-----------------------------*/

#top-main-contents #fanclub dt {
	width:50%;
	max-width:450px;
	margin:0px auto 32px;
	text-align:center;
}

@media screen and (max-width: 767px) {
	
#top-main-contents #fanclub dt {
	width:100%;
}

}

/***** plan *****/
#service.service_single .plan {
	width:100%;
	margin:0 auto 32px;
	border-radius: .25rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	overflow: hidden;
}


#service.service_single .plan h3 {
	width:80%;
	max-width: 450px;
	margin:32px auto;
	padding: 0 16px;
}

#service.service_single .plan .description {
	padding:16px 16px 32px;
}

#service.service_single .plan .price {
	padding:16px;
	text-align:center;
}

#service.service_single .plan .registration a {
	padding:16px;
	border-top:solid 1px #DADCE0;
	text-align:center;
	display:block;
}

/*-----------------------------
  FANCLUB（複数プラン）
-----------------------------*/
#service.service_multiple .lead {
	font-size: 14px;
	margin-bottom: 64px;
}

/***** plan *****/

#service.service_multiple .plan {
margin-bottom: 0;
}

#service.service_multiple .plan ul {
	clear:both;
	text-align:center;
	padding: 10px 0;
}

#service.service_multiple .plan li {
	padding: 32px 0 0;
	box-sizing: border-box;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	border-radius: 3px;
}

#service.service_multiple .plan li dl  {
	margin:0 16px 32px;
}

#service.service_multiple .plan li dt  {
	margin-bottom:16px;
	font-weight: normal;
}

#service.service_multiple .plan li dt .plan_name {
	font-size:20px;
}

#service.service_multiple .plan li dd {
	text-align:left;
}

#service.service_multiple .plan li .registrations a {
	padding:16px 0;
	border-top: solid 1px #E0E0E0;
	display:block;
}


@media screen and (min-width: 768px) {

#service.service_multiple .plan ul {
	clear:both;
}

#service.service_multiple .plan li {
	display:inline-block;
	margin: 0px 1.5%;
}

#service.service_multiple .plan.plan-2 li {
	width:40%;
}

#service.service_multiple .plan.plan-3 li {
	width:30%;
	float: left;
	display: block;
}
	
}


@media screen and (max-width: 767px) {

#service.service_multiple .plan li {
	margin-bottom:32px;
}

}

/*-----------------------------
  PROFILE
-----------------------------*/

.top-main-contents #profile dt {
margin: 0 auto 32px;
}

/*-----------------------------
  banner
-----------------------------*/

.top-main-contents #link_list ul {
/*text-align: center;*/
overflow: hidden;
clear: both;
}

.top-main-contents #link_list li {
width: 100%;
max-width: 300px;
margin: 0 1.5% 16px;
display: inline-block;
}

.top-main-contents #link_list li a:hover {
opacity: 0.7;
}


@media screen and (max-width: 575px) {

.top-main-contents #link_list li {
max-width: 100%;
margin: 0 auto 16px;
display: inline-block;
}

}


/*-----------------------------
  fadein
-----------------------------*/
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* アニメーション用class */
.inview {
    animation-name: fade-in;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: .4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.fade-in {
    opacity: 0;
}

@keyframes fade-in {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/*-----------------------------
  商品 UI
-----------------------------*/
.post-item-type_d1 > a {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.post-item-type_d1 .post-eyecatch {
    box-shadow: none;
    aspect-ratio: 1 / 1;
	border-top-right-radius: 10px!important;
    border-top-left-radius: 10px!important;
}

.products .row .col-6 .text-center a .product-thumbnail img {
    border: none;
}

.post-item-type_d1 .post-title {
    background-color: #fff;
    padding: 10px 10px 12px;
    margin: 0!important;
    text-align: left;
    color: #334155;
    font-size: 16px;
}

.post-item-type_d1 .post-lead {
    padding: 0 10px 10px;
    margin: 0!important;
    text-align: right;
    color: #334155;
    font-size: 14px;
    background-color: #fff;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*-----------------------------
  ご利用ガイド
-----------------------------*/
#guide {
    padding-top: 40px;
}

.guide-content {
    position: relative;
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    cursor: pointer;
}

.guide-content span {
    display: block;
    position: absolute;
    top: 30px;
    right: 25px;
    width: 16px;
    height: 1px;
    background-color: #334155;
    transition: all .3s;
}

.guide-content .plus.active {
    transform: rotate(0);
}

.guide-content span:nth-of-type(1) {
    transform: rotate(90deg);
}

.guide-content .title {
    font-size: 18px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    color: #334155;
}

.guide-content .content {
    display: none;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 20px;
    color: #64748B;
}

/*-----------------------------
  外部バナーエリア
-----------------------------*/
.banner-area .container {
    padding-bottom: 0;
}

.banners {
    margin: 80px 0 40px;
    display: flex;
    justify-content: center;
}

.banners .banner {
    width: 230px;
}

.banners .banner:nth-of-type(2) {
    margin: 0 18px;
}

.banners .banner img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .banners {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .banners .banner {
        width: 90%;
        margin: 0 auto 14px;
    }

    .banners .banner:nth-of-type(2) {
        margin: 0 auto 14px;
    } 
}

/*-----------------------------
  newマーク
-----------------------------*/
.post-item-type_d1.new-on {
    position: relative;
}

.post-item-type_d1.new-on:before {
    content: "NEW";
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0 16px;
    background: rgba(136, 210, 239, 7.7);
    background: linear-gradient(90deg,rgba(136, 210, 239, 1) 0%, rgba(244, 143, 177, 1) 100%);
    border-radius: 20px;
    color: #fff;
}

@media screen and (max-width: 911px) {
	.post-item-type_d1.new-on:before {
		top: 5px;
		left: 5px;
		padding: 0px 10px;
		line-height: 20px;
	}
}