width="331" height="201" topAccesstopAccesstopAccesstopAccess@charset "utf-8";

/* -------------------------------------------------------------------------
	TOP
========================================================================= */
#top {}
#top #foot { padding: 62px 0 138px; }

#topMainBody { padding-bottom: 74px; }
/* SMARTPHONE ONLY */
@media screen and (max-width: 768px) {
#top #foot { padding: 50px 0 138px; }
#topMainBody { padding-bottom: 0; }
}

#mainvisualSlider { position: relative; }
#mainvisualSlider::after {
	content: "";
	width: 100%;
	height: 51px;
	position: absolute;
	bottom: 0;
	z-index: 100;
	background: url("../img/mv_bg_cloud.svg") center bottom repeat-x;
	}
#mainvisualSlider .container {
	height: 100%;
	max-height: 600px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
	}
#mainvisualSlider .container::before {
	content: "";
	width: 885px;
	height: 461px;
	position: absolute;
	top: 61px;
	left: 60px;
	z-index: 50;
	background: url("../img/mainvisual_image.svg") top left / contain no-repeat;
	}
#mainvisualSlider .mainCaption {
	width: 168px;
	position: absolute;
	top: 84px;
	left: 259px;
	z-index: 50;
	}
#mainvisualSlider .mainCaption > img { filter: drop-shadow(0px 0px 6px gray); }
#mainvisualSlider .slider {
	height: 600px;
	overflow: hidden;
    position: relative;
	}
#mainvisualSlider .slider li {
	z-index:10;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    animation: slideAnime 20s 0s infinite;
    /*animation: slideAnime 15s 0s infinite;*/
	}
#mainvisualSlider .slider > li:nth-of-type(1) { animation-delay: -2s; }
#mainvisualSlider .slider > li:nth-of-type(2) { animation-delay: 3s; }
#mainvisualSlider .slider > li:nth-of-type(3) { animation-delay: 8s; }
#mainvisualSlider .slider > li:nth-of-type(4) { animation-delay: 13s; }
@keyframes slideAnime {
	0% { opacity: 0; }
	8% { opacity: 1; }
	30% { opacity: 1; }
	42% {
		opacity: 0;
		transform: scale(1.04);
		z-index:9;
		}
	100% { opacity: 0; }
	}

/* SMARTPHONE ONLY */
@media screen and (max-width: 768px) {
#mainvisualSlider { margin-top: 155px; }
#mainvisualSlider::after {
	height: 30px;
	background-size: 60px;
	}
#mainvisualSlider .container::before {
	width: calc((31.6% / 37.5) * 100);
	max-width: 316px;
	height: 207px;
	top: 10px;
	bottom: auto;
	left: 10px;
	background: url("../img/mainvisual_image_sp.svg") top left / contain no-repeat;
	}
#mainvisualSlider .mainCaption {
	width: calc((14% / 37.5) * 100);
	max-width: 170px;
	position: absolute;
	top: 17px;
	left: 15px;
	}

#mainvisualSlider .slider { height: 230px; }
}



/*  ---------------------------------------------------------*/
#visits,
#visits > a {
	display: flex;
	justify-content: center;
	}
#visits {
	width: 83px;
	height: 166px;
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 100;
	border-radius: 83px 0 0 83px;
	background: #F09CB4;
	}
#visits > a {
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	position: relative;
	color: #FFF;
	font-size: var(--font-size-med-large);
	}
#visits .iconNew {
	width: 52px;
	height: 52px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background: #FFC300;
	color: #000;
	font-size: var(--font-size-small);
	animation: newAnime 3s infinite linear;
	}
@keyframes newAnime {
	0% { transform: scale(0.7) translateY(15) translateX(3); opacity: 0; }
	10% { transform: scale(1) translateY(0) translateX(0); opacity: 1; }
	30% { transform: scale(1.1) translateY(-8px) translateX(-5px); opacity: 1; }
	60% { transform: scale(1.15) translateY(-20px) translateX(2px); opacity: 1; }
	90% { transform: scale(1.2) translateY(-25px) translateX(-3px); opacity: 0; }
	100% { transform: scale(0.7) translateY(15) translateX(3); opacity: 0; }
	}
#visits .visitsImage {
	width: 35px;
	margin-bottom: 5px;
	}

/* SMARTPHONE ONLY */
@media screen and (max-width: 768px) {
#visits {
	width: 140px;
	height: 70px;
	bottom: 0;
	border-radius: 140px 140px 0 0;
	}
#visits .iconNew {
	width: 50px;
	height: 50px;
	top: -10px;
	left: -5px;
	}
#visits .visitsImage {
	width: 28px;
	margin-bottom: 0px;
	}
}


/*  ---------------------------------------------------------*/
#updateList {
	padding-top: 74px;
	/*display: flex;
	justify-content: space-between;*/
	}
#updateList .udListBox {
	/*width: 45%;*/
	position: relative;
	}
#updateList .udlTitle {
	padding: 0 0 20px 42px;
	position: relative;
	color: #000;
	font-size: 2rem;
	font-weight: 500;
	}
#updateList .udlTitle::before {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url("../img/icon_rainbow.svg") top left / contain no-repeat;
	}
#updateList .udlTitle .ltEng,
#aboutList .alEng,
#topAccess .taEng {
	color: var(--def-font-color);
	font-size: var(--font-size-xsmall);
	font-family: var(--font-family-english);
	font-weight: 500;
	letter-spacing: 0.2rem;
	}
#updateList .udlTitle .ltEng {
	padding-left: 15px;
	vertical-align: middle;
	}
#updateList .udlButton {
	position: absolute;
	margin: auto;
	top: 2px;
	right: 0;
	}
#updateList .arrowButton {
	font-size: var(--font-size-med-small);
	font-weight: 500;
	}

#updateList .udlWrapper {}
#updateList .udListBox > dd > dl:first-of-type { border-top: 1px dashed #ACACAC; }
#updateList .udListBox > dd > dl {
	padding: 10px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	border-bottom: 1px dashed #ACACAC;
	}
#updateList .listTitle {
	order: 1;
	width: calc(100% - 6.8% - 130px);
	}
#updateList .listTitle > a {
	display: block;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s ease;
	}
#updateList .listTitle > a:hover {
	color: var(--accent-color);
	transition: all 0.2s ease;
	}
#updateList .date {
	width: 6.8%;
	min-width: 68px;
	color: var(--accent-color);
	font-size: var(--font-size-small);
	font-family: var(--font-family-english);
	}
#updateList .category {
	width: auto;
	display: flex;
	flex-direction: column;
	gap: 3px;
	font-size: var(--font-size-small);
	text-align: center;
	letter-spacing: 0.1rem;
	}
#updateList .category > a { padding: 0 3px; }
#updateList a.lcPrimary {
	color: var(--accent-color);
	font-size: var(--font-size-med-small);
	}
#updateList .lcSecondary {
	min-width: 90px;
	background: var(--accent-color);
	border-radius: 50px;
	}
#updateList a.lcSecondary,
#updateList a.lcSecondary:hover { color: #FFF; }

#updateList .udlNews {}

/* SMARTPHONE ONLY */
@media screen and (max-width: 850px) {
#updateList {
	padding-top: 40px;
	justify-content: flex-start;
	flex-direction: column;
	gap: 80px;
	}
#updateList .udListBox {
	width: 100%;
	padding-bottom: 70px;
	}
#updateList .udListBox > dd > dl {
	gap: 5px;
	}
#updateList .category { flex-direction: row; }
#updateList .listTitle {
	width: 100%;
	}
#updateList .udlButton {
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	}
#updateList .arrowButton {
	width: 100%;
	max-width: calc(260px - 80px);
	padding: 8px 40px;
	border: 2px solid var(--accent-color);
	font-size: var(--font-size-large);
	}
#updateList .arrowButton::before,
#updateList .arrowButton::after { right: 18px; }
}



/*  ---------------------------------------------------------*/
#aboutList .alEng,
#topAccess .taEng {
	color: var(--def-font-color);
	font-size: var(--font-size-xsmall);
	font-family: var(--font-family-english);
	font-weight: 500;
	letter-spacing: 0.2rem;
	}


/*  ---------------------------------------------------------*/
.alWrapper {
	max-width: 1300px;
	margin: 0 auto;
	background: url("../img/about_bg_01.svg") left top / 99px auto no-repeat,
	url("../img/about_bg_02.svg") right top / 104px auto no-repeat;
	}
#aboutList { margin-top: 82px; }
#aboutList .alTitle {
	display: flex;
	flex-direction: column;
	color: #262626;
	font-size: 2.6rem;
	font-weight: 500;
	text-align: center;
	}
#aboutList .alEng {
	padding-top: 15px;
	display: block;
	}
#aboutList .alMenu {
	margin-top: 58px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 63px 10px;
	}
#aboutList .alMenu > li {
	width: 31%;
	position: relative;
	letter-spacing: 0.2rem;
	}
#aboutList .alMenu > li:hover .arrowButton {
	background: var(--accent-color);
	color: #FFF;
	}
#aboutList .alMenu > li:hover .arrowButton::before { background: #FFF; }
#aboutList .alMenu > li:hover .arrowButton::after { border-color: #FFF; }
#aboutList .arrowButton {
	max-width: 158px;/*142px*/
	padding: 8px 30px;
	margin: auto;
	position: absolute;
	top: -22px;
	left: 0;
	right: 0;
	z-index: 10;
	border-width: 3px;
	text-align: center;
	font-size: var(--font-size-large);
	font-weight: 500;
	}
#aboutList .arrowButton:hover { opacity: 1; }
#aboutList .arrowButton::before,
#aboutList .arrowButton::after { right: 18px; }
.noLs {
	letter-spacing: 0;
	}

/* SMARTPHONE ONLY */
@media screen and (max-width: 768px) {
.alWrapper {
	max-width: 1300px;
	margin: 0 auto;
	background: url("../img/about_bg_sp.svg") right 3px top 95px / calc((35.9% / 37.5)* 100) auto no-repeat;
	}
#aboutList { margin: 55px auto 60px; }
#aboutList .alTitle { font-size: 2.2rem; }
#aboutList .alTitle::before {
	content: "";
	display: block;
	margin: 0 auto 15px;
	width: 60px;
	height: 45px;
	background: url("../img/icon_fishes.svg") no-repeat;
	}
#aboutList .alEng { padding-top: 8px; }
#aboutList .alMenu {
	margin-top: 45px;
	flex-direction: column;
	align-items: center;
	gap: 58px;
	}
#aboutList .alMenu > li {
	width: 90%;
	max-width: 500px;
	}
#aboutList .alMenu > li img {
	height: 200px;
	object-fit: cover;
	}
#aboutList .arrowButton {
	max-width: 160px;
	padding: 8px 30px;
	border-width: 2px;
	font-size: var(--font-size-large);
	}
}


/*  ---------------------------------------------------------*/
.instaWrapper.container {
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
#instaList { width: 49.5%; }
#instaList .container { display: flex; }
#instaList .ilBox {
	position: relative;
	}
#instaList .ilTitle,
#instaList .ilText { margin-left: 115px; }
#instaList .ilTitle {
	padding-top: 15px;
	display: flex;
	align-items: center;
	font-size: 2.7rem;
	font-weight: 500;
	font-family: var(--font-family-english);
	letter-spacing: 0.5rem;
	word-break: break-all;
	}
#instaList .ilTitle > img {
	width: 32px;
	margin-right: 16px;
	filter: brightness(0) invert(0);
	opacity: 0.9;
	}
#instaList .ilText {
	padding: 10px 0 30px;
	font-size: var(--font-size-med-small);
	font-weight: 500;
	}
#instaList .ilPhotos > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	}
#instaList .ilPhotos > ul li { width: calc((100% - 22px) / 3); }
#instaList .ilPhotos > ul li img {
	object-fit: cover;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	}

/* SMARTPHONE ONLY */
@media screen and (max-width: 768px) {
.instaWrapper.container {
	width: 100%;
	padding-top: 0;
	flex-direction: column;
	}
#instaList {
	width: 100%;
	padding: 30px 0;
	background: url("../img/insta_bg_sp.svg") var(--accent-sub-color-3rd) top 45px center/ calc((32.2% / 35.7) * 100) auto no-repeat;
	}
#instaList .container,
#instaList .ilBox {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}
#instaList .ilBox {
	width: 90%;
	display: flex;
	}
#instaList .ilWajiro > .ilTitle,
#instaList .ilWajiro > .ilText,
#instaList .ilPhotos > ul li:nth-of-type(n + 4) { display: none; }
#instaList .ilTitle,
#instaList .ilText { margin-left: 0; }
#instaList .ilTitle {
	padding-top: 0;
	flex-direction: column;
	gap: 15px;
	}
#instaList .ilTitle > img {
	width: 37px;
	margin-right: 10px;
	}
#instaList .ilText {
	padding: 15px 0 20px;
	font-size: var(--font-size-xsmall);
	}
#instaList .ilPhotos > ul { gap: 6px; }
#instaList .ilPhotos > ul li { width: calc((100% - 12px) / 3); }
}


/*  ---------------------------------------------------------*/
.taWrapper {
	width: 44.5%;
	padding-bottom: 10px;/*180px*/
	position: relative;
	}
#topAccess {
	padding-top: 20px;
	}
#topAccess .taBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	}
#topAccess .taBox > dt,
#topAccess .taBox > dd { width: calc((33% / 44.5)* 100); }
#topAccess .taTitle {
	padding-bottom: 30px;
	font-size: 2.2rem;
	font-weight: 500;
	}
#topAccess .taEng {
	padding-top: 10px;
	display: block;
	}
#topAccess .taPhoto { position: relative; }
#topAccess .taButton {
	width: 86px;
	height: calc(86px - 25px);
	padding-top: 25px;
	position: absolute;
	bottom: -9px;
	right: -40px;
	background: #FFD800;
	border-radius: 86px;
	color: #000;
	font-size: var(--font-size-med-small);
	font-weight: 700;
	line-height: 140%;
	}
#topAccess .taButton::after {
	content: "▶";
	padding-left: 2px;
	font-size: var(--font-size-xsmall);
	}

/* SMARTPHONE ONLY */
@media screen and (max-width: 768px) {
.taWrapper {
	width: 100%;
	padding-bottom: 0;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: url("../img/access_bg_sp.svg") center top 41px / calc((33.5% / 37.5) * 100) auto no-repeat;
	}
#topAccess {
	width: 80%;
	padding: 95px 0 40px;
	margin: 0 auto;
	}
#topAccess .taTitle { padding-bottom: 10px; }
#topAccess .taEng { padding-top: 8px; }
#topAccess .taBox > dt,
#topAccess .taBox > dd { width: 100%; }
#topAccess .taButton {
	width: 93px;
	height: calc(93px - 25px);
	padding-top: 25px;
	bottom: -22px;
	right: -16px;
	border-radius: 93px;
	line-height: 170%;
	}
}



/*  ---------------------------------------------------------*/
#bannerArea { padding-top: 50px; }
#bannerArea > a {
	width: calc((33% / 44.5)* 100);
	max-width: 330px;
	margin: 0 auto;
	display: block;
	/*padding-top: 30px;*/
	}
#bannerArea > a:not(:last-of-type) { margin-bottom: 15px; }

/* SMARTPHONE ONLY */
@media screen and (max-width: 768px) {
#bannerArea { width: 100%; }
#bannerArea > a {
	width: 100%;
	/*padding-top: 50px;*/
	}
}



/*  ---------------------------------------------------------*/
#hotTime {
	width: 285px;
	height: 285px;
	position: absolute;
	bottom: -158px;
	/*right: 15px;*/
	right: calc((62% / 44.5)* 100);
	z-index: 10;
	background: var(--accent-color);
	border-radius: 300px;
	color: #FFF;
	text-align: center;
	}
#hotTime .htBox { padding-top: 19px; }
#hotTime .htSubTitle {
	padding-bottom: 33px;
	font-size: 2.2rem;
	line-height: 130%;
	background: url("../img/hottime_bg.svg") center bottom / 235px no-repeat;
	}
#hotTime .htTitle {
	padding-top: 10px;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 100%;
	}
#hotTime .htTitle > .fxsmall {
	display: block;
	font-weight: 500;
	}
#hotTime .htText {
	padding: 12px 0;
	font-size: var(--font-size-xxsmall);
	line-height: 160%;
	}
#hotTime .htButton > .arrowButton {
	padding: 3px 45px 5px 25px;
	font-size: var(--font-size-xlarge);
	}
#hotTime .htButton > .arrowButton:hover { border-color: #FFF; }
#hotTime .htButton > .arrowButton::before,
#hotTime .htButton > .arrowButton::after { right: 16px; }
#hotTime .htButton > .arrowButton::before {
    width: 8px;
    height: 2px;
	}
#hotTime .htButton > .arrowButton::after {
    width: 4px;
    height: 4px;
    border-top-width: 2px;
    border-right-width: 2px;
	}

/* SMARTPHONE ONLY */
@media screen and (max-width: 768px) {
#hotTime {
	width: 100%;
	height: auto;
	position: relative;
	bottom: -6px;
	right: auto;
	z-index: 0;
	background: var(--accent-color);
	border-radius: 0;
	}
#hotTime .htBox { padding: 19px 0 35px; }
#hotTime .htSubTitle {
	padding-bottom: 0;
	font-size: 2rem;
	background: none;
	}
#hotTime .htTitle {
	font-size: 2.4rem;
	line-height: 100%;
	}
#hotTime .htTitle > .fxsmall { font-size: var(--font-size-small); }
#hotTime .htText {
	padding: 10px 0 15px;
	font-size: var(--font-size-small);
	}
#hotTime .htButton > .arrowButton {
	min-width: 120px;
	padding: 10px 45px;
	font-size: var(--font-size-medium);
	}
#hotTime .htButton > .arrowButton::before {
    width: 12px;
    height: 3px;
	}
#hotTime .htButton > .arrowButton::after {
    width: 6px;
    height: 6px;
    border-top-width: 3px;
    border-right-width: 3px;
	}
}

