<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------
  HEADER/FOOTER
---------------------------------------------*/

header.top_header {
	box-shadow: 0 3px 6px rgba(0,0,0,0);
}

footer {
	margin-top: 0;
}

/*---------------------------------------------
  MAIN
---------------------------------------------*/

#main-visual {
	margin: 74px 0 64px;
    position: relative;
}


@media screen and (max-width: 1199px) {

#main-visual {
	margin: 55px 0 64px;
}

}



/*---------------------------------------------
  TOP
---------------------------------------------*/

.top-main-contents {
	overflow:hidden;
	clear:both;
}

.top-main-contents .btn {
	display: block;
	width: 340px;
	height: 70px;
	margin: 0 auto;
	padding-top: 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border: 1px #fff solid;
	border-radius: 40px;
}

@media screen and (min-width: 1200px) {

	.top-main-contents .btn:hover {
		color: #F9989F;
		background-color: #fff;
	}
}

@media screen and (max-width: 1199px) {

	.top-main-contents .btn {
		width: 228px;
		height: 52px;
		padding-top: 10px;
		font-size: 20px;
	}

}


/*---------------------------------------------
  TOP CONTENTS
---------------------------------------------*/

.top-main-contents .container {
	padding:10px 15px 64px 15px;
}

.top-main-contents .more {
	text-align:center;
	margin-top:32px;
}



/*-----------------------------
  fanclub
-----------------------------*/
#fanclub {
	position: relative;
	margin-bottom: 200px;
	background-color: #F9989F;
}

#fanclub::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 114px;
	bottom: -114px;
	left: 0;
	background: url(../images/top/bg_pink.png) repeat-x center/1400px;
}

@media screen and (max-width:1199px){

	#fanclub .container {
		padding-bottom: 40px;
	}

}

@media screen and (max-width:767px){

	#fanclub {
		margin-bottom: 100px;
	}

	#fanclub::after {
		height: 40px;
		bottom: -39px;
		background-size: auto 40px;
	}

	#fanclub .container h2.font-accent {
		max-width: 265px;
		margin: 0 auto 30px;
	}

}


/*-----------------------------
  bnr
-----------------------------*/
#bnr {
	clear:both;
	margin:0 auto;
    max-width: 1060px;
}
#bnr .container {
overflow-x: hidden;
}

#bnr .bnr {
	width:100%;
    width: 320px;
    margin: 0 auto;
	position:relative;
}

#bnr .bnr a {
display:block;
}


#bnr .bnr .post-eyecatch {
	overflow: hidden;
	position: relative;
	width:304px;
	padding-top: 70.8%;
	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);
}


.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 0!important;
	left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 0!important;
	right: auto;
}

#bnr .swiper-button-prev,
#bnr .swiper-button-next {
	top: var(--swiper-navigation-top-offset,40%);
}

#bnr .swiper-button-prev:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url("../images/icon/arrow_slider_l.svg") no-repeat center/100%;
    cursor: pointer;
}

#bnr .swiper-button-next:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url("../images/icon/arrow_slider_r.svg") no-repeat center/100%;
    cursor: pointer;
}


#bnr .swiper-pagination{
	position: relative!important;
}

#bnr .swiper-pagination-bullet {
	width: 35px;
	height: 4px;
	border-radius: 0%;
	background: url("../images/icon/dots_gy.svg") no-repeat;
    background-color: #ddd;
}
#bnr .swiper-pagination-bullet-active {
	width: 35px;
	height: 4px;
	border-radius: 0%;
	background: url("../images/icon/dots_bk.svg") no-repeat;
    background-color: #FF6969;
}

.swiper-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
	bottom: 0!important;
}

#bnr.swiper.slide1 .swiper-button-prev,
#bnr.swiper.slide1 .swiper-button-next {
    display: none;
}


@media screen and (max-width:1100px){
.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    display: none!important;
}

#bnr .container{
     padding: 0;   
}

#bnr .bnr .post-eyecatch{
    width: auto;
}

}

/*--- è¿½åŠ&nbsp; slider ---*/
.bnr-wrap{
    margin-top: 100px;
}
/* #bnr .bnr .post-eyecatch{
    padding-top: 29.5%!important;
}*/
@media screen and (max-width:990px){
.bnr-wrap{
    position: relative;
    bottom: 0;
    margin: 50px 0 0;
}
}

@media screen and (max-width:767px){

.bnr-wrap h2 img {
	width: 215px;
}

#bnr .bnr .post-eyecatch {
	padding-top: 73.8%;
}
}


/*-----------------------------
  NEWS
-----------------------------*/

#top-news {
	position: relative;
	margin: 150px 0 100px;
	padding-bottom: 50px;
	background-color: #B1DDF1;
}

#top-news::before {
	position: absolute;
  content: "";
  width: 100%;
  height: 114px;
  top: -113px;
  left: 0;
  background: url(../images/top/bg_blue.png) repeat-x center / 1400px;
}

#top-news::after {
	position: absolute;
  content: "";
  width: 100%;
  height: 114px;
  bottom: -113px;
  left: 0;
  background: url(../images/top/bg_blue2.png) repeat-x center / 1400px;
}

#top-news .inner {
	width: 700px;
	max-width: 90%;
	margin: 0 auto;
}

#top-news .post-item-type_a1 {
	margin-bottom: 20px;
	border-bottom: none;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: none;
}

#top-news .post-item-type_a1 a {
	display: block;
	width: 100%;
	padding: 20px 30px 15px;
}

#top-news .post-item-type_a1 .post-body {
	display: flex;
	padding: 0!important;
	flex-direction: column-reverse;
}

#top-news .post-item-type_a1 .post-option {
	padding: 0!important;
}

@media screen and (min-width:1200px){

	#top-news .btn:hover {
		color: #B1DDF1;
	}

}

@media screen and (max-width:767px){

	#top-news {
		margin: 100px 0 30px;
		padding: 50px 0 10px;
	}

	#top-news::before {
		height: 40px;
		top: -39px;
		background-size: auto 40px;
	}

	#top-news::after {
		height: 40px;
		bottom: -39px;
		background-size: auto 40px;
	}

	#top-news .inner {
		margin: 30px auto!important;
	}

	#top-news h2 img {
		width: 215px;
	}

}


/*-----------------------------
  ä¼šå“¡é™å®šã‚³ãƒ³ãƒ†ãƒ³ãƒ„
-----------------------------*/
#member-contents {
	position: relative;
	margin: 200px 0;
}

#member-contents h2 {
	position: absolute;
	width: 100%;
  top: -40px;
  text-align: center;
  color: #FF6969;
  font-size: 50px;
  font-weight: 900;
  text-shadow: 3px 3px #fff;
}

#member-contents .contents-list {
	display: flex;
	width: 790px;
	max-width: 90%;
	margin: 80px auto 0;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	justify-content: space-between;
}

#member-contents .contents-list li {
	display: flex;
	width: 250px;
	max-width: calc((100% - 20px)/3);
	height: 250px;
	margin-bottom: 20px;
	padding-top: 10px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: 4px #F4B2BA solid;
	border-radius: 10px;
}

#member-contents .contents-list li .icon {
	display: flex;
	width: 100%;
	height: 150px;
	align-items: center;
	justify-content: center;
}

#member-contents .contents-list li span {
	line-height: 1;
	margin-bottom: 20px;
	color: #FF6969;
	font-size: 35px;
}

#member-contents .btn {
	width: 340px!important;
	margin-top: 50px;
	color: #fff;
	border: 1px #FF6969 solid;
	background-color: #FF6969;
}

@media screen and (min-width:1200px){

	#member-contents .btn:hover {
		color: #FF6969;
		background-color: #fff;
	}

}

@media screen and (max-width:767px){

	#member-contents {
		margin: 120px 0;
	}

	#member-contents h2 {
		top: -20px;
		font-size: 26px;
	}

	#member-contents .contents-list {
		width: 320px;
		max-width: none;
		margin-top: 50px;
	}

	#member-contents .contents-list li {
		width: 100px;
		height: 100px;
	}

	#member-contents .contents-list li .icon {
		height: auto;
	}

	#member-contents .contents-list li .icon img {
		width: 50%;
	}

	#member-contents .contents-list li span {
		margin-bottom: 0;
		font-size: 12px;
	}

	#member-contents .btn {
		width: 254px!important;
		margin-top: 30px;
		font-size: 18px;
	}

}


/*-----------------------------
  fadein
-----------------------------*/
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}</pre></body></html>