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

#top-contents {
	margin-top: 50px;
}

#top-contents .container {
	padding: 60px 20px;
}


#top-contents .section-title {
	text-align: center;
	margin-bottom: 30px;
}

#top-contents .section-title h2 {
	font-family: var(--font-en);
	font-weight: bold;
	font-size: 30px;
}

#top-contents .section-title span {
	display: block;
	margin-top: 8px;
	font-family: var(--font-jp);
	font-weight: normal;
	font-size: 14px;
	color: var(--text-color-secondary);
}


#top-contents .inner {
	width: 100%;
	margin: 0 auto;
}


@media screen and (min-width: 990px) {
	#top-contents {
		margin-top: 80px;
	}

	#top-contents .section-title {
		margin-bottom: 70px;
	}

	#top-contents .section-title h2 {
		font-size: 40px;
	}

	#top-contents .section-title span {
		font-size: 16px;
	}

	#top-contents .inner {
		max-width: 1200px;
		padding: 0 160px;
	}

	#top-contents .inner-wide {
		padding: 0 120px;
	}
}


/*---------------------------------------------
  HERO AREA
---------------------------------------------*/


#hero-area {
	width: 100%;
	height: 460px;
	background: url("../images/top/FV.png") no-repeat top center;
	background-size: cover;
	position: relative;
}

#hero-area h2 {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
	z-index: 1;
}


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

	#hero-area {
		height: 720px;
		background: url("../images/top/FV.png") no-repeat top center;
		background-size: cover;
	}

	#hero-area h2 {
		width: 100%;
		max-width: 700px;
		padding:0;
	}
}

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

	#hero-area h2 {
		max-width: 840px;
	}
}



#hero-area .glitter {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

/* キラキラ部分 */
.star {
  position: absolute;
  display: block;
  width: 6px; /* キラキラの横幅を指定 */
  height: 6px; /* キラキラの縦幅を指定 */
  background-image: url("../images/top/star.svg"); /* キラキラの画像のパスを記入 */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation: glitter 1s;
  pointer-events: none;
}


@media screen and (min-width: 990px) {
.star {
  width: 12px; /* キラキラの横幅を指定 */
  height: 12px; /* キラキラの縦幅を指定 */
}
}

/* キラキラが発生するアニメーション */
@keyframes glitter {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}


/*---------------------------------------------
  Parallax
---------------------------------------------*/

#bg, #topics {
    position: relative;
	overflow: hidden;
	z-index: 1;
}

#bg .inview, #topics .inview {
    position: absolute;
	z-index: -9;
}

#bg .inview.item-left, #topics .inview.item-left {
	transform: translateX(-50%);
	transition: all 6s cubic-bezier(0.23, 1, 0.32, 1);
}

#bg .inview.item-right, #topics .inview {
	transform: translateX(50%);
	transition: all 6s cubic-bezier(0.23, 1, 0.32, 1);
}

#bg .inview img, #topics .inview img {
    width: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    user-select: none;
    pointer-events: none;
}

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

	#bg .inview img, #topics .inview img {
		width: 100%;
	}
}

/*--------------------
  bg-1
--------------------*/
#bg .bg1 {
	top: 30%;
    left: -1.5%;
}

#bg .bg2 {
	top: 38%;
	right: 12%;
}

#bg .bg3 {
	top: 60%;
	right: -2%;
}

#bg .bg4 {
	top: 66%;
    left: 12%;
}

#bg .bg5 {
	top: 92%;
    left: -3%;
}


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

	#bg .bg1 {
		width: 38%;
		top: 22%;
		left: -8%;
	}

	#bg .bg2 {
		width: 26%;
		top: 24%;
		right: -8%;
	}

	#bg .bg3 {
		width: 36%;
    	top: 65%;
		right: -2%;
	}

	#bg .bg4 {
		width: 26%;
		top: 33%;
    	left: 8%;
	}

	#bg .bg5 {
		width: 36%;
		top: 88%;
    	left: -16%;
	}

}

/*--------------------
  bg-2
--------------------*/
#topics .bg1 {
	top: 3%;
    right: -1.5%;
}

#topics .bg2 {
	top: 30%;
    left: -2%;
}

#topics .bg3 {
	top: 46%;
    right: -1%;
}

#topics .bg4 {
    top: 64%;
    left: -1%;
}

#topics .bg5 {
    top: 80%;
    right: -1%;
}

#topics .bg6 {
    top: 90%;
    left: -1.5%;
}


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

	#topics .inview { display: none;}

}

/*---------------------------------------------
  BANNER
---------------------------------------------*/


#banner .swiper-container {
	padding: 30px 0 50px;
}

#banner .swiper-container .swiper-slide .bnr {
    padding-top: 56%;
    width: 100%;
    height: 0;
	border-radius: 10px;
    overflow: hidden;
    position: relative;
	box-shadow: 1px 1px 20px rgb(147,147,147,.16);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
	z-index: 1;
}

#banner .swiper-container .swiper-slide .bnr 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%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

/*button*/
#banner .swiper-prev-button, #banner .swiper-next-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	z-index: 999;
	cursor: pointer;
}

#banner .swiper-prev-button {
	left: 1%;
}

#banner .swiper-next-button {
	right: 1%;
}

#banner .swiper-prev-button img , #banner .swiper-next-button img {
	filter: drop-shadow( 1px 1px 20px rgb(147,147,147,.16));
}

/*bullet*/
#banner .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
	margin: 0 8px;
    opacity: 1;
    background: -moz-linear-gradient(200deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.2) 100%);
	background: -webkit-linear-gradient(200deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.2) 100%);
	background: linear-gradient(200deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.2) 100%);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

#banner .swiper-pagination-bullet-active {
	transform: scale(1.3);
    opacity: 1;
    background: -moz-linear-gradient(200deg, rgba(202,112,177,1) 0%, rgba(141,220,255,1) 100%);
	background: -webkit-linear-gradient(200deg, rgba(202,112,177,1) 0%, rgba(141,220,255,1) 100%);
	background: linear-gradient(200deg, rgba(202,112,177,1) 0%, rgba(141,220,255,1) 100%);
}


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

	#banner .swiper-container {
		padding: 50px 0 80px;
	}

	#banner .swiper-container .swiper-slide .bnr {
		border-radius: 20px;
	}

	#banner .swiper-container .swiper-slide a:hover .bnr img {
		width: 110%;
	}

	#banner .swiper-container .swiper-slide.swiper-slide-active {
		transform: scale(1.1);
	}

	/*button*/
	#banner .swiper-prev-button, #banner .swiper-next-button {
		width: auto;
	}

	#banner .swiper-prev-button {
		left: 10%;
	}

	#banner .swiper-next-button {
		right: 10%;
	}

	/*bullet*/
	#banner .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		margin: 0 8px;
	}

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

	#banner .swiper-prev-button {
		left: 23.5%;
	}

	#banner .swiper-next-button {
		right: 23.5%;
	}

}


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


#news .article-list li {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 1px 1px 20px rgb(147,147,147,.16);
	border-radius: 10px;
	line-height: 1.6;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

#news .article-list li:hover {
	box-shadow: 1px 3px 30px rgb(147,147,147,.16);
	transform: translateY(-5px);
}

#news .article-list li a:hover {
	opacity: 1;
}

#news .article-list a {
	display: block;
}

#news .article-list li .post-info {
	padding: 36px 30px;
}

#news .article-list li .post-info .date {
	font-family: var(--font-en);
	font-size: 14px;
	color: #B2B2B2;
	margin-bottom: 14px;
}


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

	#news .article-list li {
		margin-bottom: 40px;
		border-radius: 20px;
	}

	#news .article-list li .post-info {
		padding: 40px 50px;
	}

	#news .article-list li .post-info .date {
		font-size: 16px;
		margin-bottom: 18px;
	}

}


/*---------------------------------------------
  TOPICS
---------------------------------------------*/

#topics {
	background: -moz-linear-gradient(200deg, rgba(250,214,231,1) 0%, rgba(232,248,255,1) 100%);
	background: -webkit-linear-gradient(200deg, rgba(250,214,231,1) 0%, rgba(232,248,255,1) 100%);
	background: linear-gradient(200deg, rgba(250,214,231,1) 0%, rgba(232,248,255,1) 100%);
}

#topics .topics-list ul {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4.267vw;
}

#topics .topics-list li {
    width: 47%;
	background: #fff;
	box-shadow: 1px 1px 20px rgb(147,147,147,.16);
	border-radius: 20px;
	line-height: 1.6;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	z-index: 1;
}

#topics .topics-list li:hover {
	box-shadow: 1px 3px 30px rgb(147,147,147,.16);
	transform: translateY(-5px);
}

#topics .topics-list li a {
	display: block;
}

#topics .topics-list li a:hover {
	opacity: 1;
}

#topics .topics-list li .thum {
	width: 100%;
	padding-top: 55%;
	overflow: hidden;
	position: relative;
}

#topics .topics-list li .thum 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 .topics-list li .post-info {
	padding: 10px 16px;
	text-align: center;
}

#topics .topics-list .post-info .title {
	font-family: var(--font-en);
	font-weight: bold;
	font-size: 18px;
}

#topics .topics-list .post-info .sub-title {
	color: #B2B2B2;
	font-size: 12px;
}


@media screen and (min-width: 750px) {
    #topics .topics-list {
        max-width: 75rem;
        padding: 0 1.875rem;
        margin: 0 auto;
    }
    #topics .topics-list ul {
        align-items: stretch;
        justify-content: center;
        gap: 1.5rem;
    }

    #topics .topics-list li {
		width: 22%;
		margin: 0;
		text-align: center;
	}

	#topics .topics-list li .post-info {
		padding: 24px 30px;
	}

	#topics .topics-list li:last-child .post-info {
		padding: 24px 30px;
	}

	#topics .topics-list .post-info .title {
		font-size: clamp(.875rem, -.3402rem + 2.5316vw, 1.875rem);
	}

	#topics .topics-list .post-info .sub-title {
		font-size: clamp(.75rem, -.0313rem + 1.6667vw, 1rem);
	}

    #twitter.container {
        max-width: unset;
    }

}




/*---------------------------------------------
  TWITTER
---------------------------------------------*/
#twitter.container {
    max-width: 86vw;
    margin: 0 auto;
}
#twitter .twitter {
	border-top: solid 1px #E0E0E0;
	border-bottom: solid 1px #E0E0E0;
}


