@charset "utf-8";
/* CSS Document */

body {
	letter-spacing: -.01em;
	line-height: 1.7;
	z-index: -9999;
	color: #534741;
	background: #ffffff url(/w/wp-content/uploads/2021/09/top_slide_bg.jpg) 0 0 repeat;
	background-size:auto ;
	background-attachment: fixed;
}
#TopMain {
}
#TopMain .scrolldownBtn {
	position: absolute;
	bottom: 10%;
	right: 1%;
	z-index: 100;
	/*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 3s ease-in-out infinite;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
 0% {bottom:10%;}
 50% {bottom:14%;}
 100% {bottom:10%;}
}
/*Scrollテキストの描写*/
#TopMain .scrolldownBtn span {
	/*描画位置*/
	position: absolute;
	left: -20px;
	bottom: 10px;
	/*テキストの形状*/
	color: #ffffff;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
/* 矢印の描写 */
#TopMain .scrolldownBtn:before {
	content: "";
	/*描画位置*/
	position: absolute;
	bottom: 0;
	right: -15px;
	/*矢印の形状*/
	width: 2px;
	height: 20px;
	background: #ffffff;
	transform: skewX(-31deg);
}
#TopMain .scrolldownBtn:after {
	content: "";
	/*描画位置*/
	position: absolute;
	bottom: 0;
	right: -9px;
	/*矢印の形状*/
	width: 2px;
	height: 65px;
	background: #ffffff;
}
#TopMain .slideOv{
	position: absolute;
	top:1%;
	left: 1%;
	z-index: 10;
}
.freeArea{
	background-color: #ffffff;
}
#Attraction{
	background-color: #ffffff;
}
#Attraction #AttractionTitle{
	background: url(/w/wp-content/uploads/2021/09/top_title_bg1-1.png) center bottom no-repeat;	
}
#Attraction .swiper-slide{
	padding-bottom: 1px;
}
#topNews1{
	background: #ffffff url(/w/wp-content/uploads/2021/09/top_left_bg1.png) 0 0 repeat-y;
}
#topNews1 #newsTitle{
	background: url(/w/wp-content/uploads/2021/09/top_news_bg.png) 0 0 no-repeat;
}
/* ########### 767px以下 ＞md ########### */
@media (max-width: 767px) {
#topNews1{
	background: #ffffff;
}
}
#FeedBox {
	height: 255px;
	overflow: hidden;
	border-top: #1A1A1A 1px solid;
}
#PrivArea #FeedBox {
	height: auto;
	overflow: hidden;
	border-top: #1A1A1A 1px solid;
}
/* ########### 991px以下 ＞lg ########### */
@media (max-width: 991px) {
#FeedBox {
	height: 344px;
}
#PrivArea #FeedBox {
	height: auto;
}
}
#FeedBox a {
	border-bottom: #1A1A1A 1px dotted;
	text-align: left;
}
#FeedBox a li div.title {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	vertical-align: middle;
}
.Slug1 {
	color: #fff;
	background-color: #EA9292;
}
.Slug2 {
	color: #fff;
	background-color: #9CBF92;
}
.Slug3 {
	color: #fff;
	background-color: #749292;
}
.Slug4 {
	color: #fff;
	background-color: #B5A4E0;
}
.Slug5 {
	color: #fff;
	background-color: #888888;
}
#BnSlide .swiper-pagination{
	position: relative!important;
	bottom: 0!important;
}
#RelationBnArea{
	background: #e6e6e6 url(/w/wp-content/uploads/2021/09/top_bn_bg.png) center bottom no-repeat;
}
#topArea3{
	background: #ffffff url(/w/wp-content/uploads/2021/09/top_left_bg2.png) 0 0 repeat-y;
}
#topArea3 #TopAboutusTitle{
	background: url(/w/wp-content/uploads/2021/09/top_title_bg3.png) center 20px no-repeat;
}
#topArea3 #topLinkBorder{
	border-bottom: #333 2px solid;
	border-top: #333 2px solid;
}
#topArea3 #TopFramePink{
	background: url(/w/wp-content/uploads/2021/09/top_frame_pink.png) center 0 no-repeat;
	background-size: contain;
}

/* ########### 991px以下 ＞lg ########### */
@media (max-width: 991px) {
}

/* ########### 767px以下 ＞md ########### */
@media (max-width: 767px) {
}
/*トップページ用 設定 OnlyTop*/
