.bg-base {
	background-color: #F0FFF4;
}

/*---------------------------------------------
  HEADER
---------------------------------------------*/

header.top_header {
	box-shadow: 0 3px 6px rgba(0,0,0,0);
}





/*---------------------------------------------
  MAIN
---------------------------------------------*/

.top-key-visual {
	position: relative;
}

.top-key-visual div img {
    margin-top: 60px;
}

.top-key-visual::before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	display: block;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
	width: 100%;
	height: 370px;
    z-index: 1;
}

.top-key-visual .pc-kv {
    position: relative;
}

.top-key-visual .pc-kv::before {
    content: '';
    background-size: cover;
    background-position: center;
    background-image: url(../images/top/main.jpg);
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    filter: blur(12px);
    z-index: -1;
}

.top-key-visual .sp-kv::before {
    content: '';
    background-size: contain;
    background-position: center;
    background-image: url(../images/top/main.jpg);
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    filter: blur(12px);
    z-index: -1;
}

.top-key-visual .pc-kv img{
    display: block;
    margin: 60px auto 0;
    width: 860px;
}

.kv-btn-area {
	position: absolute;
	right: 0;
	bottom: 32px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.kv-btn-area div:hover {
	opacity: 0.7;
}

.kv-btn-area > div {
	width: 250px;
	padding: 0;
}

.kv-btn-area > div.btn-border-rainbow {
	width: 252px;
}

.kv-btn-area .btn-rainbow {
	padding: 0;
	margin-right: 4px;
}

.kv-btn-area .btn-rainbow a {
	display: block;
	padding: 17px 0;
	color: #fff;
	font-size: 15px;
	line-height: 1;
}

.kv-btn-area .btn-border-rainbow {
	margin-left: 4px;
}

.kv-btn-area .btn-border-rainbow a {
	display: block;
	color: #1A1A2E;
	font-size: 15px;
	padding: 17px 0;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.kv-btn-area div i {
	margin-right: 4px;
}

@media screen and (max-width: 860px) {
	.top-key-visual .pc-kv img {
		width: 767px;
	}
}

@media screen and (max-width: 767px) {
	.top-key-visual {
		height: 75svh;
	}

	.top-key-visual.login-ui {
        height: 65dvh;
        overflow: hidden;
    }

	.top-key-visual img {
		height: auto;
	}

	.kv-btn-area {
		display: block;
	}

	.kv-btn-area.fadein {
		opacity: 1;
		transform: translateY(0px);
		overflow: visible;
	}

	.kv-btn-area > div {
		margin: 0 auto 8px;
	}

	.kv-btn-area .btn-rainbow {
		margin-right: auto;
	}

	.kv-btn-area .btn-border-rainbow {
		margin-left: auto;
	}
}

@media screen and (max-width: 495px) {
	.login-ui .kv-btn-area {
		top: initial;
	}
}

/*---------------------------------------------
  TOP
---------------------------------------------*/
.join-bnr {
	position: fixed;
	right: 20px;
	bottom: 30px;
	display: block;
	background-color: rgba(255, 255, 255, 0.7);
	width: 175px;
	padding: 10px 15px;
	border: 1px solid #999999;
	z-index: 999;
}

.join-bnr:hover {
	opacity: 0.7;
}

.join-bnr img {
	width: 100%;
}

.news-slide-area {
	background-color: #1A1A2E;
	padding: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1;
}

.news-slide {
	display: flex;
	align-items: center;
	/* animation: ticker 50s linear infinite; */
	line-height: 1;
}

.news-slide.dragging {
	animation: none !important;
}

.news-slide div {
	white-space: nowrap;
}


.news-slide > .mb-5 {
	padding: 0;
	margin: 0!important;
}

.news-slide > .col-md-6 {
	display: contents;
	flex: 0 0 auto!important;
	max-width: none!important;
	padding: 0;
}

.news-slide .post-item-type_d1 {
	display: inline-block;
	border: none;
}

.news-slide .post-item-type_d1 a {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	padding: 0;
}

.news-slide .post-item .post-category-list {
	margin-right: 6px;
	margin-left: 32px;
}

.news-slide .post-item-type_d1 .post-eyecatch {
	display: none;
}

.news-slide .post-item-type_d1 .post-category-list .list-inline-item,
.news-slide .post-item-type_d1 .post-title {
	color: #fff;
	font-weight: bold;
}

.news-slide .post-item-type_d1 .post-category-list .list-inline-item {
	display: inline-block;
	font-size: 10px;
	padding: 5px 8px;
	margin-right: 2px;
	line-height: 1;
	border-radius: 8px;
}

.news-slide .post-item-type_d1 .post-title {
	max-width: none;
	font-size: 13px;
	font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
	margin: 0!important;
	flex-shrink: 0;
	width: auto;
}

.news-slide .post-item-type_d1 .post-category-list .list-inline-item.category-event {
	background-color: #F06292;
}

.news-slide .post-item-type_d1 .post-category-list .list-inline-item.category-media {
	background-color: #64B5F6;
}

.news-slide .post-item-type_d1 .post-category-list .list-inline-item.category-live {
	background-color: #E57373;
}

.news-slide .post-item-type_d1 .post-category-list .list-inline-item.category-other {
	background-color: #808080;
}

@keyframes ticker {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}


@media screen and (max-width: 767px) {
	.news-slide .post-item-type_a1 .post-title {
		color: #fff;
		font-weight: bold;
		max-width: 300px;
	}

	.join-bnr {
		display: none;
		right: 15px;
		bottom: 90px;
	}
}

/*---------------------------------------------
  TOP CONTENTS
---------------------------------------------*/

.top-main-contents .more {
	text-align:center;
	margin-top:32px;
}

.top-main-contents .container .post-item-type_c1 {
	border-top: none
}

.container h2 {
	margin-top: -10px;
}

.title-section h2 {
	display: flex;
	align-items: center;
}

.title-section span.rainbow-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	margin-right: 8px;
}

.title-section span.rainbow-icon i {
	font-size: 16px;
}

.mv-section .title-section span.rainbow-icon i {
	font-size: 14px;
	transform: translateX(1px);
}

.members-section .title-section span.rainbow-icon i {
	font-size: 15px;
}

.news-section .title-section span.rainbow-icon i {
	font-size: 18px;
    transform: translateY(2px);
}

.sns-section .title-section span.rainbow-icon i {
	font-size: 19px;
    transform: translateX(1px);
}

.title-section .more-btn i {
	font-size: 17px;
    font-weight: bold;
    margin-left: 6px;
	transform: translateY(0.5px);
}


/*---------------------------------------------
  NEWS
---------------------------------------------*/
.news-contents {
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 96px;
}

.news-contents .post-item-type_a1 a {
	padding: 16px 42px;
}

.news-contents .post-item-type_a1.new-on a .post-option {
	position: relative;
}

.news-contents .post-item-type_a1.new-on a .post-option::before {
	content: "";
	position: absolute;
	top: -7px;
    left: -10px;
	padding: 5px;
    color: #fff;
	background: #3ecf65;
    border-radius: 50%;
	animation: blink 2.5s infinite;
    z-index: 999;
}

@keyframes blink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0; }
}

@media screen and (max-width: 767px) {
	.news-contents {
		margin-bottom: 48px;
	}

	.news-contents .post-item-type_a1 a {
		padding: 16px;
	}

	.news-contents .post-item-type_a1.new-on a .post-option::before {
		content: "";
		top: -32px;
		left: -9px;
		padding: 5px;
	}
}

/*---------------------------------------------
  SCHEDULE
---------------------------------------------*/
.schedule-section {
	margin-bottom: 48px;
}

.schedule-section .rainbow-icon {
	padding: 7px 9px;
}

.schedule-contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.schedule-content {
	width: calc(50% - 4px);
	background-color: #fff;
	border-radius: 12px;
	padding: 16px 18px;
	margin-bottom: 8px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.2);
	overflow: hidden;
}

.schedule-content > a {
	display: flex;
	line-height: normal;
}

.content-left {
	background-color: #F0FFF4;
	padding: 7px 15px 11px;
	text-align: center;
	border-radius: 12px;
}

.content-left .content-month {
	font-size: 13px;
	font-weight: 500;
	color: #718096;
	margin-bottom: 1px;
}

.content-left .content-day.Saturday {
	color: #4169E1;
}

.content-left .content-day.Sunday {
	color: #DC143C;
}

.content-left .content-day {
	font-size: 20px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	color: #696969;
}

.content-left .content-weektype {
	font-size: 13px;
	font-weight: 500;
	color: #4A5568;
}

.content-right {
	padding-left: 15px;
	overflow: hidden;
	width: 83%;
}

.content-right .category {
	display: inline-block;
	padding: 7px;
	margin-bottom: 8px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	border-radius: 8px;
	line-height: 1;
}

.content-right .category-event {
	background-color: #F06292;
}

.content-right .category-live {
	background-color: #E57373;
}

.content-right .category-media {
	background-color: #64B5F6;
}

.content-right .category-other {
	background-color: #808080;
}

.content-right .schedule-title {
	color: #1A1A2E;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content-right .post-location {
	color: #4A5568;
	font-size: 12px;
	font-weight: bold;
}

.content-right .post-location.empty i {
	display: none;
}

.content-right .post-location i {
	margin-right: 3px;
}

@media screen and (max-width: 991px) {
	.schedule-content {
		width: 100%;
	}

	.content-left {
		padding: 7px 13px 11px;
	}

	.content-left .content-month {
		font-size: 11px;
	}

	.content-left .content-weektype {
		font-size: 11px;
	}
}
/*---------------------------------------------
  MEMBERS
---------------------------------------------*/
.members-section {
	margin-bottom: 72px;
}

.members {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 48px;
}

.member-pic {
	position: relative;
	border-radius: 9999px;
	width: 115px;
	height: 115px;
	margin-bottom: 5px;
	background-color: #fff;
    border: 3px solid transparent;
}

.member-pic::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 5px;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 9999px;
}

.member-pic::after {
    content: "";
    position: absolute;
    right: 2.8px;
    bottom: 8px;
    width: 20px;
    height: 20px;
    border-radius: 9999px;
}

.member-pic img {
	width: 109px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 9999px;
}

.TEN {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg, #E74C3C, #fff) border-box
    ;
}

.TEN::after {
	background-color: #E74C3C;
}

.FUJU {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg,  #2C3AD9, #fff) border-box
    ;
}

.FUJU::after {
	background-color: #2C3AD9;
}

.TAICHI {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg,  #242424, #fff) border-box
    ;
}

.TAICHI::after {
	background-color: #242424;
}

.KENSUKE {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg,  #5DADE2, #fff) border-box
    ;
}

.KENSUKE::after {
	background-color: #5DADE2;
}

.BISKE {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg,  #9B59B6, #fff) border-box
    ;
}

.BISKE::after {
	background-color: #9B59B6;
}

.HUYA {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg,  #F1C40F, #fff) border-box
    ;
}

.HUYA::after {
	background-color: #F1C40F;
}


.YUTO {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(180deg,  #FF6B9D, #fff) border-box
    ;
}

.YUTO::after {
	background-color: #FF6B9D;
}

.member .name {
	color: #1A1A2E;
	font-size: 15px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.members-section {
		margin-bottom: 16px;
	}

	.members {
		display: block;
	}

	.member {
		margin-bottom: 10px;
	}

	.member-pic {
		margin: 0 auto 5px;
		width: 250px;
		height: 250px
	}

	.member-pic::before {
		right: 11px;
		bottom: 5px;
		width: 40px;
		height: 40px;
	}

	.member-pic::after {
		right: 13.6px;
		bottom: 8.1px;
		width: 34px;
		height: 34px;
	}

	.member-pic img {
		width: 244px;
	}
}

/*---------------------------------------------
  MUSIC VIDEO
---------------------------------------------*/
.mv-section {
	margin-bottom: 120px;
}

.mv-section .rainbow-icon {
	padding: 7px 10px;
}

.mv-section .mv-contents {
	display: flex;
}

.mv-section .mv-contents .slider {
	display: flex;
	justify-content: center;
	width: 100%;
}

.mv-section .mv-contents .slider > div {
	width: 20%;
}

.slider .col-md-4 {
	max-width: initial!important;
	padding: 0 7px;
	flex: 25%
}

.mv-section .slick-slide {
	width: 260px;
	margin: 0;
}

.mv-section .mv-contents  div .post-title {
	margin: 0!important;
	color: #1A1A2E;
	font-size: 18px;
	font-weight: bold;
}

.mv-service-link {
	max-width: 800px;
	margin: 0 auto;
}

.mv-service-link .thumbnail > div {
	width: 100%;
	max-width: 100%;
	flex: auto;
	padding: 0;
	margin-bottom: 0!important;
}

.mv-service-link .thumbnail iframe {
	display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
	border-radius: 12px 12px 0 0;
}

.mv-service-link .thumbnail .post-eyecatch {
	border-radius: 16px 16px 0 0!important;
}

.mv-section .post-eyecatch::before {
    content: "▲";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    padding: 0px 0px 0px 10px;
	background-color: #fff;
    color: #000;
    border-radius: 9999px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    z-index: 1;
}

.mv-service-link .thumbnail .post-title {
	display: none;
}

.mv-service-link .text-area {
	padding: 24px 0;
	margin-top: -1px;
	background-color: #171F3A;
	border-radius: 0 0 16px 16px;
}

.mv-service-link .text-area > p {
	width: 160px;
	padding: 9px 0;
	margin: 0 auto 10px;
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 9999px;
	text-align: center;
}

.mv-service-link .mv-logo {
	width: 300px;
	margin: 0 auto 15px;
}

.mv-service-link .service-contents {
	margin-bottom: 16px;
}

.mv-service-link .service-contents p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 160px;
	margin: 0 auto;
}

.mv-service-link .service-contents p i {
	color: #FFBB00;
	margin-right: 6px;
}

.mv-service-link .btn-rainbow {
	width: 250px;
	margin: 0 auto;
	border-radius: 9999px;
}

.mv-service-link .btn-rainbow:hover {
	opacity: 0.7;
}

.mv-service-link .btn-rainbow a {
	display: block;
    padding: 16.5px 16px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.mv-service-link .btn-rainbow a  i {
	margin-right: 4px;;
}

@media screen and (max-width: 991px) {
	.mv-section {
		margin-bottom: 48px;
	}
	
	.mv-section .mv-contents {
		overflow: scroll;
		width: 100vw;
        margin-left: calc(50% - 50vw);
		margin-bottom: 96px;
	}

	.mv-section .mv-contents > div {
		display: inline-block;
		flex: none;
		width: 60%;
	}

	.slider .col-md-4 {
		margin-bottom: 0!important;
	}

	.mv-section .mv-contents div .post-title {
		font-size: 16px;
	}

	.mv-service-link .mv-logo {
		width: 240px;
	}

	.mv-section .mv-contents .slider > div {
		width: 100%;
	}
}

.mv-section .mv-contents {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mv-section .mv-contents::-webkit-scrollbar {
    display: none;
}

.mv-section .mv-contents {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.mv-section .mv-contents::-webkit-scrollbar {
	display: none;
}

/*-----------------------------
  SNS
-----------------------------*/
.sns-section {
	margin-bottom: 96px;
}

.sns-section .rainbow-icon {
	padding: 7px 12px;
}

.sns-section .title-section {
	margin-bottom: 26px;
}

.sns-section .sns-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sns-section .sns-area .sns {
	background-color: #fff;
	width: 90px;
	height: 90px;
	padding: 25px 15px 14px;
	margin: 0 5px;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.sns-section .sns-area .sns a {
	display: block;
}

.sns-section .sns-area .sns .sns-icon {
	width: 21px;
	margin: 0 auto 13px;
}

.sns-section .sns-area .sns .sns-icon img {
	width: 21px;
	height: 21px;
}

.sns-section .sns-area .sns.tiktok .sns-icon {
	width: 35px;
	margin-bottom: 6px;
}

.sns-section .sns-area .sns.tiktok .sns-icon img {
	width: 35px;
	height: 35px;
	transform: translateY(-3px);
}

.sns-section .sns-area .sns.youtube .sns-icon {
	width: 26px;
}

.sns-section .sns-area .sns.youtube .sns-icon img {
	width: 26px;
	height: 26px;
}

.sns-section .sns-area .sns p {
	color: #4A5568;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.sns-section .sns-area .sns {
		width: 80px;
		padding: 25px 10px 14px;
		margin: 0px 3px;
	}
}

/*-----------------------------
  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;
}

}


/*-----------------------------
  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
-----------------------------*/
/* アニメーション用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;
    }
}

.fadein {
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 1s;
}

.fadein.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

/*-----------------------------
  画面幅小さい端末用
-----------------------------*/
@media screen and (max-width: 374px) {
	.title-section h2 {
		font-size: 20px;
	}

	.title-section span.rainbow-icon {
		width: 26px;
		height: 26px;
	}

	.members-section .title-section span.rainbow-icon i {
		font-size: 14px;
	}

    .kv-btn-area > div {
        margin: 0 auto 8px;
    }

	.content-left {
		padding: 7px 11px 11px;
	}

	.content-left .content-day {
		font-size: 16px;
	}

	.content-left .content-month,
	.content-left .content-weektype {
		font-size: 10px;
	}

	.members {
		padding: 0 10px;
	}

	.sns-section .sns-area .sns {
		width: 70px;
        padding: 25px 6px 14px;
        margin: 0px 3px;
	}

}