@charset "utf-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
TOP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

.alert {
	padding-top: 90px;
}
.alert .alert_bg {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	align-items: center;
	width: calc(100% - 90px);
	margin-left: 90px;
	background: #ff5331;
	height: auto;
	box-sizing: border-box;
	padding: 10px 0;
	position: relative;
	color: #fff;
}
.alert .ttl {
	font-size: 18px;
	font-weight: bold;
	padding: 0 18px 0 67px;
	position: relative;
	width: 155px;
}
.english .alert .ttl {
	width: 205px;
}
.alert .ttl::before {
	content: '';
	width: 29px;
	height: 29px;
	background-image: url(../images/top/icon_important.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 25px;
	margin: auto;
}
.alert .date {
	display: inline-block;
	padding: 0 24px 0 34px;
	width: 70px;
	vertical-align: top;
}
.alert .text_box {
	width: 100%;
	border-left: 2px solid #fff;
}
.alert .text {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}
.alert .text p {
	display: inline-block;
	width: calc(100% - 180px);
}
.alert .text a {
	color: inherit;
	text-decoration: underline;
}
@media (max-width: 768px){
	.alert {
		padding-top: 0;
		margin-bottom: 0;
	}
	.alert .alert_bg {
		width: auto;
		margin-left: 0;
		flex-wrap: wrap;
	}
	.alert .ttl {
		width: 100%;
		font-size: 14px;
		padding: 0 18px 0 34px;
		border-right: none;
	}
	.english .alert .ttl {
		width: 100%;
	}
	.alert .ttl::before {
		content: '';
		width: 15px;
		height: 15px;
		left: 11px;
		background-size: cover;
	}
	.alert .date {
		font-size: 12px;
		padding: 0 13px 0 0;
		width: auto;
	}
	.alert .text_box{
		margin: 2px 15px 0;
		width: auto;
		border-left: none;
	}
	.alert .text {
		font-size: 12px;
	}
	.alert .text p {
		width: auto;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
main_visu
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
.slide,
.inner {
	display: none;
}
.slide.slick-initialized,
.inner.slick-initialized {
	display: block; /*slick-initializedが付与されたら表示*/
}
#main_visu {
	position: relative;
	padding-top: 90px;
}
.alert + #main_visu {
	padding-top: 0;
}
#main_visu:after {
	content: '';
	width: 697px;
	height: 267px;
	background-image: url(../images/top/main_visu_wave.png);
	position: absolute;
	bottom: -160px;
	right: 0;
	z-index:1;
}
.english #main_visu:after,
.tchinese #main_visu:after,
.schinese #main_visu:after,
.korean #main_visu:after {
	z-index:0;
}
#main_visu .slide {
	width: calc(100% - 90px);
	margin-left: 90px;
}
#main_visu .slide img {
	display: block;
	width: 100%;
	min-height: 645px;
	object-fit: cover;
}
#main_visu .schedule {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	z-index: 2;
	top: -120px;
	margin: auto;
	height: max-content;
}
.alert + #main_visu .schedule {
	top: -155px;
}
#main_visu .schedule dl dd {
	width: 240px;
	height: 100px;
	text-align: center;
	color: #004098;
	background: #6dcdff;
	margin-bottom: 1px;
	padding-left: 20px;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#main_visu .schedule dl dd:before {
	content: '';
	width: 50px;
	height: 50px;
	background: #004098;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	margin: auto;
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
}
#main_visu .schedule dl dd.date {
	padding-top: 11px;
}
#main_visu .schedule dl dd.date:before {
	background-image: url(../images/top/main_visu_date_icon.svg);
	background-size: 24px 23px;
}
#main_visu .schedule dl dd.date p {
	font-size: 33px;
	font-weight: bold;
}
#main_visu .schedule dl dd.date p + p {
	font-size: 16px;
}
#main_visu .schedule dl dd.time {
	padding-top: 21px;
}
#main_visu .schedule dl dd.time:before {
	background-image: url(../images/top/main_visu_time_icon.svg);
	background-size: 24px 24px;
}

#main_visu .schedule dl dd.time p {
	font-size: 14px;
	font-weight: bold;
}
#main_visu .schedule dl dd.time p + p {
	font-size: 26px;
}
#main_visu .schedule dl dd.program {
	padding-top: 14px;
	padding-bottom: 5px;
}
#main_visu .schedule dl dd.program:hover {
	background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#main_visu .schedule dl dd.program:before {
	background-image: url(../images/top/main_visu_program_icon.svg);
	background-size: 38px 19px;
}
#main_visu .schedule dl dd.program p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.28;
	color: #004098;
	text-decoration: none;
}
#main_visu .schedule dl dd.program a {
	color: #004098;
	text-decoration: none;
}
#main_visu .schedule dl dd.program p + p {
	font-size: 12px;
	margin-top: 8px;
	text-decoration: underline;
}
.korean #main_visu .schedule dl dd.program p + p {
	font-size: 11px;
}
#main_visu .schedule .please {
	font-size: 13px;
    width: 240px;
    display: block;
    background-color: #fff;
    border: 2px solid #004098;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 0;
    color: #004098;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-decoration: none;
    position: relative;
}
#main_visu .schedule .please:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #6dccff transparent;
	position: absolute;	
	bottom: 0;
	right: 0;
}
#main_visu .schedule .please:hover {
	background: #004098;
	color: #fff;
}
#main_visu .schedule .btn_movie{
  margin:10px 0 0;
  background: #004098;
}
#main_visu .schedule .btn_movie a:hover {
	opacity: 0.7;
}
#main_visu .scroll_line {
	position: absolute;
	bottom: 145px;
	left: 38px;
}
#main_visu .scroll_line img {
	width: auto;
	pointer-events: none;
}
#main_visu .scroll_line span {
	position: relative;
}
#main_visu .scroll_line span:before {
	content: '';
	width: 2px;
	height: 100px;
	background: linear-gradient(180deg, rgba(0,64,152,1) 0%, rgba(109,205,255,1) 100%);
	position: absolute;
	top: 25px;
	left: -6px;
}
#main_visu .scroll_line span:after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50% 0 50% 50%;
	background: #004098;
	position: absolute;
	top: 100%;
	left: -11px;
	transform: rotate(-45deg);
	-webkit-animation: 2.3s small-dot-move infinite running ease-out;
	-o-animation: 2.3s small-dot-move infinite running ease-out;
	animation: 2.3s small-dot-move infinite running ease-out;
}
@keyframes small-dot-move {
	from {
		top: 100%;
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	to {
		top: 500%;
		background: #6dcdff;
	}
}
@-webkit-keyframes small-dot-move {
	from {
		top: 100%;
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	to {
		top: 500%;
		background: #6dcdff;
	}
}
/* Slick */
.slide {
	overflow: visible;
}
.slide.slide div.item {
	display: block !important;
}
.slide.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slide .slick-next:focus, .slick-next:hover,
.slide .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: 0;
	background: #004098 0 0;
}
.slide .slick-next,
.slide .slick-prev {
	top: auto;
	bottom: 13px;
	background-color: #004098;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 99992;
}
.slide .slick-prev {
	left: -16px;
}
.slide .slick-next {
	right: auto;
}
.slide .slick-next:before, .slick-prev:before {
	content: '';
	line-height: 1;
	opacity: 1;
	content: "";
	position: absolute;
	top: auto;
	bottom: 11px;
	right: 50px;
	margin: auto;
	width: 12px;
	height: 12px;
	z-index: 1;
}
.slide .slick-next:before {
	right: 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.slide .slick-prev:before {
	right: 8px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.slide .slick-dots {
	position: absolute;
	bottom: 35px;
	width: auto;
	padding: 0;
	margin: 0;
	left: 27px;
	z-index: 10000;
}
.slide .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 15px;
	height: 15px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}
.slide .slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	width: 15px;
	height: 15px;
	content: '';
	opacity: 1;
	border-radius: 50%;
	background-color: #004098;
	border: 2px solid #004098;
	box-sizing: border-box;
}
.slide .slick-dots li.slick-active button:before {
	background-color: #fff;
	opacity: 1;
}

@media (max-width: 768px){
	#main_visu {
		padding-top: 0px;
	}
	#main_visu:after {
		display: none;
	}
	#main_visu .slide {
		width: auto;
		margin-left: 0;
	}
	#main_visu .slide img {
		min-height: auto;
		object-fit: fill;
	}
	#main_visu .schedule {
		position: static;
	}
	#main_visu .schedule dl {
		display: flex;
	}
	#main_visu .schedule dl dd {
		width: calc(100% / 3);
		height: auto;
		min-height: 110px;
		margin-top: 1px;
		margin-bottom: 1px;
		padding-left: 0;
	}
	#main_visu .schedule dl dd:before {
		width: 37.5px;
		height: 37.5px;
		top: 7px;
		bottom: auto;
		left: 0;
		right: 0;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#main_visu .schedule dl dd.date:before {
		background-size: 18px 17px;
	}
	#main_visu .schedule dl dd.time:before {
		background-size: 18px 18px;
	}
	#main_visu .schedule dl dd.program:before {
		background-size: 28.5px 14.5px;
	}
	#main_visu .schedule dl dd.date {
		padding-top: 54px;
	}
	#main_visu .schedule dl dd.date p {
		font-size: 27px;
	}
	#main_visu .schedule dl dd.date p + p {
		font-size: 14px;
		line-height: 10px;
	}
	#main_visu .schedule dl dd.time {
		padding-top: 61px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	#main_visu .schedule dl dd.time p {
		font-size: 14px;
	}
	#main_visu .schedule dl dd.time p + p {
		font-size: 19px;
	}
	#main_visu .schedule dl dd.program {
		padding-top: 50px;
	}
	#main_visu .schedule dl dd.program p {
		font-size: 15px;
		line-height: 1.28;
	}
	#main_visu .schedule dl dd.program p + p {
		font-size: 11px;
		margin-top: 2px;
	}
	#main_visu .schedule .please {
		width: auto;
		padding: 12px 0;
		margin: 0 1px 1px;
	}
	#main_visu .hotel_link {
		background: #b09359;
		text-align: center;
	}
	#main_visu .hotel_link a {
		display: block;
		text-align: center;
	}
	#main_visu .hotel_link a img {
		display: block;
		width: 100%;
		max-width: 375px;
    	margin: 0 auto;
	}
  #main_visu .schedule .btn_movie{
    width:auto;
    margin: 0 auto 0;
  }
  #main_visu .schedule .btn_movie img{
    width: 100%;
  }
	/* Slick */
	.slide .slick-next,
	.slide .slick-prev {
		bottom: 15px;
		width: 22.5px;
		height: 22.5px;
	}
	.slide .slick-prev {
		left: 0;
		right: 180px;
		margin: auto;
	}
	.slide .slick-next {
		left: 180px;
		right: 0;
		margin: auto;
	}
	.slide .slick-next:before, .slick-prev:before {
		bottom: 7px;
		width: 7px;
		height: 7px;
	}
	.slide .slick-next:before {
		right: 9px;
	}
	.slide .slick-prev:before {
		right: 5px;
	}
	.slide .slick-dots {
		width: 100%;
		bottom: 24px;
		left: 50%;
		transform: translateX(-50%);
	}
	.slide .slick-dots li button:before {
		width: 12px;
		height: 12px;
		left: 0;
		right: 0;
		margin: auto;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
info_pickup
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#info_pickup {
	background: rgb(0,64,152);
	background: linear-gradient(90deg, rgba(0,64,152,1) 0%, rgba(0,64,152,1) 70%, rgba(230,230,230,0) 100%, rgba(230,230,230,0) 100%);
	position: relative;
	padding: 75px 0 0;
	text-align: center;
	overflow: hidden;
}
#info_pickup .info_pickup_wrapper {
	width: 1010px;
	margin: 0 auto;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#info_pickup .pickup {
	width: auto;
	padding: 30px 0 22px;
	min-height: 510px;
	position: relative;
	transform: translateY(-30px);
	z-index: 1;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#info_pickup .pickup:after {
	content: '';
	width: 10000px;
	height: 10000px;
	background: #6dcdff;
	border-radius: 20px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#info_pickup .pickup h2 {
	font-size: 30px;
	font-weight: bold;
	color: #004098;
	position: relative;
	margin-bottom: 20px;
	z-index: 3;
}
#info_pickup .pickup h2:before {
	content: '';
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	background-image: url(../images/top/pickup_icon.svg);
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28px 26px;
	z-index: 3;
}
#info_pickup .pickup ul {
	font-size: 0;	/* inline-blockの隙間埋める */
	width: 500px;
	text-align: left;
	padding: 0 40px;
	box-sizing: border-box;
	z-index: 3;
	position: relative;
}
#info_pickup .pickup ul li {
	display: inline-block;
	margin-bottom: 20px;
}
#info_pickup .pickup ul li a {
	display: block;
    position: relative;
}

#info_pickup .pickup ul li a:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid #004098;
    box-sizing: border-box;
    transition-duration: 0.3s;
}

#info_pickup .pickup ul li a:hover:before {
	border-width: 5px;
}

/*#info_pickup .pickup ul li a:hover {
	opacity: 0.5 ;
}*/
#info_pickup .pickup ul li:nth-child(even) {
	margin-left: 20px;
}
#info_pickup .info {
	width: 500px;
	min-height: 480px;
	padding-right: 40px;
	padding-bottom: 40px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#info_pickup .info h2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}
#info_pickup .info h2:before {
	content: '';
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	background-image: url(../images/top/info_icon.svg);
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 27px;
}
#info_pickup .info .article {
	margin-bottom: 15px;
}
#info_pickup .info .article time {
	font-size: 14px;
	color: #004098;
	display: inline-block;
	width: 95px;
	border-radius: 25px;
	background: #fff;
	text-align: center;
	vertical-align: top;
	padding: 4px 0;
	margin-right: 15px;
	transform: translateY(-4px);
}
#info_pickup .info .article p {
	font-size: 14px;
	color: #fff;
	line-height: 1.714;
	display: inline-block;
	width: 345px;
	text-align: left;
}
#info_pickup .info .info_list.btn a {
	color: #004098;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 25px;
	border: 2px solid #fff;
	text-decoration: none;
}
#info_pickup .info .info_list.btn a:hover {
	color: #fff;
	background: #004098;
}
#info_pickup .info .info_list.btn a:after {
	border-top: 1px solid #004098;
	border-right: 1px solid #004098;
}
#info_pickup .info .info_list.btn a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#info_pickup .info > p a {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}
#info_pickup .info .info_article a {
	text-decoration: none;
}
#info_pickup .info .info_article .w_txt:hover  {
	text-decoration: underline;
	color: #6dcdff;
}
#info_pickup .info p a:hover {
	text-decoration: none;
	color: #6dcdff;
}

@media (max-width: 768px){
	#info_pickup {
		padding: 38px 0 35px;
		overflow: visible;
		background: #004098;
	}
	#info_pickup .info_pickup_wrapper {
		width: auto;
		margin: 0 25px;
		display: block;
	}
	#info_pickup .pickup {
		width: auto;
		background: #6dcdff;
		border-radius: 15px;
		padding: 30px 0 20px;
		margin-bottom: 75px;
		position: static;
		border-right: none;
		min-height: auto;
		transform: translateY(0);
	}
	#info_pickup .pickup:after {
		display: none;
	}
	#info_pickup .pickup h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#info_pickup .pickup h2:before {
		width: 32.5px;
		height: 32.5px;
		top: -45px;
		background-size: 20px 19.5px;
	}
	#info_pickup .pickup ul {
		width: auto;
		margin:0 15px;
		padding: 0;
	}
	#info_pickup .pickup ul li {
		width: calc(100% / 2 - 8px);
		display: inline-block;
		margin-bottom: 15px;
	}
	#info_pickup .pickup ul li:nth-child(even) {
		margin-left: 15px;
	}
	#info_pickup .pickup ul li img {
		width: 100%;
	}
	#info_pickup .info {
		width: auto;
		min-height: auto;
		padding-right: 0;
	}
	#info_pickup .info h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#info_pickup .info h2:before {
		width: 32.5px;
		height: 32.5px;
		top: -45px;
		background-size: 15.5px 17px;
	}
	#info_pickup .info a {
		text-decoration: none;
	}
	#info_pickup .info .article {
		display: block;
		margin-bottom: 15px;
		text-align: left;
	}
	#info_pickup .info .article time {
		display: block;
		font-size: 15px;
		width: 80px;
		padding: 2px 0;
		margin-right: 0;
		text-decoration: none;
	}
	#info_pickup .info .article p {
		font-size: 14px;
		width: auto;
	}
	#info_pickup .info .info_list.btn a {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#info_pickup .info > p a {
		font-size: 14px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
movie_side
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
.movie_side {
	background: #fff;
}
.movie_side a {
	display: block;
    border: 2px solid #004098;
    box-sizing: border-box;
    margin-top: 1px;
    position: relative;
    background: #004098;
}
.movie_side a:after {
    content: "";
    width: 40px;
    height: 33px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(/resources/images/movie_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.movie_side a:hover {
	opacity: 0.7;
}
.movie_side a img {
	display: block;
	width: 236px;
}
@media (max-width:768px) {
	.movie_side {
		width: 100%;
		background: #004098;
		padding:12px 0;
	}
	.movie_side a {
		width: 236px;
		margin: 0 auto;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
event
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#event {
	padding: 50px 0 60px;
	background-image: url(../images/top/event_bg_parts01.png),
		url(../images/top/event_bg_parts02.png);
	background-position: top left , bottom right;
	background-repeat: no-repeat;
}
#event .event_wrapper {
	width: 1010px;
	margin: 0 auto;
}
#event h2 {
	color: #004098;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#event h2:after {
	background-image: url(../images/top/event_tit_parts.svg);
}
#event ul.inner {
	font-size: 0;	/* inline-blockの隙間埋める */
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
}
#event ul.inner li.inner_list {
	background: #e3edf0;
	width: 435px !important;
	display: inline-block;
	text-align: left;
	margin-bottom: 30px;
	vertical-align: top;
}
#event ul.inner li.inner_list a:hover {
	color: #6dcdff;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#event ul.inner li.inner_list:nth-child(even) {
	margin-left: 30px;
}
#event ul.inner > .slick-list > .slick-track > .slick-slide > div:nth-child(1) {
	transform: translateX(-50px);
}
#event ul.inner > .slick-list > .slick-track > .slick-slide > div:nth-child(2) {
	transform: translateX(50px);
}
#event ul.inner li.inner_list > div {
	padding: 5px 15px 25px;
}
#event ul.inner li.inner_list p {
	font-size: 13px;
	margin-bottom: 10px;
	min-height: 42px;
}
#event ul.inner li.inner_list div a {
	font-size: 20px;
	font-weight: bold;
	color: #004098;
	display: block;
	position: relative;
	padding-right: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-decoration: none;
}
#event ul.inner li.inner_list div a:after {
	content: '';
	width: 21px;
	height: 21px;
	border-radius: 10px;
	background-image: url(../images/top/event_arrow.gif);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
}
#event ul.inner li.inner_list div a span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#event .event_slide .slick-next:focus, .slick-next:hover,
#event .event_slide .slick-prev:focus, .slick-prev:hover {
	background: #004098 0 0;
}
#event .event_slide .slick-next {
	right: -100px;
}
#event .event_slide .slick-prev {
	left: -100px;
}
#event .event_slide .slick-next:focus,
#event .slick-next:hover,
#event .event_slide .slick-prev:focus,
#event .slick-prev:hover {
	background: #004098 0 0;
}
#event .event_slide .slick-next,
#event .event_slide .slick-prev {
	background-color: #004098;
	border: 2px solid #004098;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 1;
	transition: 0.3s;
}
#event .event_slide .slick-next:hover,
#event .event_slide .slick-prev:hover {
	background-color: #fff;
}
#event .event_slide .slick-next:hover:before {
	border-top: 1px solid #004098;
	border-right: 1px solid #004098;
}
#event .event_slide .slick-prev:hover:before {
	border-top: 1px solid #004098;
	border-left: 1px solid #004098;
}
#event .event_slide .slick-next:before, 
#event .event_slide .slick-prev:before {
	content: '';
	line-height: 1;
	opacity: 1;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	margin: auto;
	width: 17px;
	height: 17px;
	z-index: 1;
}
#event .event_slide .slick-next:before {
	right: 18px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
#event .event_slide .slick-prev:before {
	right: 9px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#event .slick-slider {
	margin-bottom: 30px;
}
#event .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #004098;
}
#event .slick-dots li button:before {
	opacity: 1;
	color: #a7d2df;
}
#event .event_img_slide .slick-dots li {
	margin: 0;
}
#event .event_list a {
	text-align: center;
	background: #004098;
	color: #fff;
	border: 2px solid #004098;
	text-decoration: none;
}
#event .event_list a:hover {
	background: #fff;
	color: #004098;
}
#event .event_list a:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 40px;
}
#event .event_list a:hover:after {
	border-top: 1px solid #004098;
	border-right: 1px solid #004098;
}
#event .event_img_slide img {
	height: auto;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media (min-width: 769px){
	#event ul.inner li.inner_list div a {
		height: 60px;
	}
}
@media (max-width: 768px){
	#event {
		padding: 50px 0 57px;
		background-size: 50%;
	}
	#event .event_wrapper {
		width: auto;
		margin: 0 35px;
	}
	#event ul.inner {
		text-align: center;
	}
	#event ul.inner li.inner_list {
		width: 100% !important;
		display: inline-block;
		text-align: left;
		margin-bottom: 30px;
	}
	#event ul.inner li.inner_list:nth-child(even) {
		margin-left: 0;
	}
	#event ul.inner > .slick-list > .slick-track > .slick-slide > div:nth-child(1) {
		transform: translateX(0);
	}
	#event ul.inner > .slick-list > .slick-track > .slick-slide > div:nth-child(2) {
		transform: translateX(0);
	}
	#event ul.inner li.inner_list img {
		width: 100%;
	}
	#event ul.inner li.inner_list p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#event ul.inner li.inner_list div a {
		font-size: 19px;
		padding-right: 35px;
	}
	#event ul.inner li.inner_list div a:after {
		content: '';
		width: 21px;
		height: 21px;
		border-radius: 10px;
		background-image: url(../images/top/event_arrow.gif);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5px;
		margin: auto;
	}
	
	
	#event .event_slide .slick-next:focus, .slick-next:hover,
	#event .event_slide .slick-prev:focus, .slick-prev:hover {
		background: #39b4ff 0 0;
	}
	#event .event_slide .slick-next {
		right: -35px;
	}
	#event .event_slide .slick-prev {
		left: -35px;
	}
	#event .event_slide .slick-next:focus,
	#event .slick-next:hover,
	#event .event_slide .slick-prev:focus,
	#event .slick-prev:hover {
		background: #39b4ff 0 0;
	}
	#event .event_slide .slick-next:hover,
	#event .event_slide .slick-prev:hover {
		background-color: #39b4ff;
	}
	#event .event_slide .slick-next:hover:before {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	#event .event_slide .slick-prev:hover:before {
		border-top: 1px solid #fff;
		border-left: 1px solid #ffff;
	}
	#event .event_slide .slick-next,
	#event .event_slide .slick-prev {
		background-color: #39b4ff;
		border: none;
		width: 45px;
		height: 45px;
		border-radius: 0;
		top: 33%;
	}
	#event .event_slide .slick-next:before, 
	#event .event_slide .slick-prev:before {
		width: 8px;
		height: 8px;
	}
	#event .event_slide .slick-next:before {
		right: 19px;
	}
	#event .event_slide .slick-prev:before {
		right: 16px;
	}
	#event .slick-slider {
		margin-bottom: 10px;
	}
	#event .slick-dotted.slick-slider {
		margin-bottom: 25px;
	}
	#event .slick-dots li.slick-active button:before {
		opacity: 1;
		color: #004098;
	}
	#event .slick-dots li button:before {
		opacity: 1;
		color: #a7d2df;
	}
	#event .event_img_slide .slick-dots li {
		margin: 0;
	}
	#event .event_list a {
		text-align: center;
		background: #004098;
		color: #fff;
	}
	#event .event_list a:after {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		right: 25px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
aquarium_info
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#aquarium_info {
	padding: 50px 0 0;
	background: #004098;
}
#aquarium_info h2 {
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#aquarium_info h2:after {
	background-image: url(../images/top/aquarium_info_tit_parts.svg);
}
#aquarium_info h2 + a {
	display: block;
	width: 920px;
	margin: 0 auto 30px;
}
#aquarium_info .aquarium_info_content {
	background: #fff;
	border-radius: 6px;
	padding: 30px;
	box-sizing: border-box;
}
#aquarium_info .aquarium_info_content:hover {
	background: #e3edf0;
	border-radius: 6px;
	padding: 30px;
	box-sizing: border-box;
}
#aquarium_info .aquarium_info_content > div {
	width: 330px;
	float: left;
}
#aquarium_info .aquarium_info_content h3 {
	font-size: 18px;
	font-weight: bold;
	color: #004098;
	padding-bottom: 15px;
	border-bottom: 2px solid #004098;
	margin-bottom: 30px;
	position: relative;
}
#aquarium_info .aquarium_info_content h3:before {
	content: '';
	width: 12px;
	height: 13px;
	background-image: url(../images/top/hukidashi.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -13px;
	left: 16px;
}
#aquarium_info .aquarium_info_content p {
	font-size: 15px;
	padding: 0 25px;
}
#aquarium_info .aquarium_info_content > figure {
	float: right;
}
#aquarium_info .aquarium_info_content img {
	display: block;
}
#aquarium_info .aquarium_info_list a {
	text-align: center;
	background: #fff;
	color: #004098;
	border: 2px solid #fff;
	text-decoration: none;
}
#aquarium_info .aquarium_info_list a:hover {
	background: #004098;
	color: #fff;
	border: 2px solid #fff;
}
#aquarium_info .aquarium_info_list a:after {
	border-top: 1px solid #004098;
	border-right: 1px solid #004098;
	right: 40px;
}
#aquarium_info .aquarium_info_list a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
@media (max-width: 768px){
	#aquarium_info {
		padding: 50px 0 60px;
	}
	#aquarium_info h2 + a {
		width: auto;
		margin: 0 25px 30px;
		text-decoration: none;
	}
	#aquarium_info .aquarium_info_content {
		padding: 20px 13px 13px;
	}
	#aquarium_info .aquarium_info_content > div {
		width: auto;
		float: none;
	}
	#aquarium_info .aquarium_info_content h3 {
		font-size: 19px;
		padding-bottom: 7px;
		margin-bottom: 30px;
	}
	#aquarium_info .aquarium_info_content p {
		font-size: 14px;
		padding: 0 17px;
		margin-bottom: 15px;
	}
	#aquarium_info .aquarium_info_content > figure {
		float: none;
	}
	#aquarium_info .aquarium_info_content img {
		display: block;
		width: 100%;
	}
	#aquarium_info .aquarium_info_list a {
		text-align: center;
		background: #fff;
		color: #004098;
	}
	#aquarium_info .aquarium_info_list a:after {
		border-top: 1px solid #004098;
		border-right: 1px solid #004098;
		right: 25px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
kamosea_friends
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#kamosea_friends h2{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
#kamosea_friends h2 .nurie_pc{
	display: block;
	margin-left: 20px;
}
#kamosea_friends .nurie_sp{
	display: none;
}
#kamosea_friends .kamosea_friends_list a {
	text-align: center;
	background: #004098;
	color: #fff;
	border: 2px solid #004098;
	text-decoration: none;
}
#kamosea_friends .kamosea_friends_list a:hover {
	background: #fff;
	color: #004098;
}
#kamosea_friends .kamosea_friends_list a:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 35px;
}
#kamosea_friends .kamosea_friends_list a:hover:after {
	border-top: 1px solid #004098;
	border-right: 1px solid #004098;
}
@media (max-width: 768px){
	#kamosea_friends #waveInner h2 {
		margin: 0 10px;
	}
	#kamosea_friends #waveInner h2 img {
		max-width: 100%;
	}
	#kamosea_friends h2 .nurie_pc{
		display: none;
	}
	#kamosea_friends .nurie_sp{
		display: flex;
		margin-top: 25px;
		justify-content: center;
	}
	#kamosea_friends .nurie_sp img{
		max-width: 252px;
	}
	#kamosea_friends .kamosea_friends_list a:after {
		right: 25px;
	}
}

/* wave animation */
#waveTop,
#waveBtm {
	color: #fff;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 1;
}
#waveTop {
	/*border-radius: 3px 3px 0 0;*/
	background: #004098;
	background-size: cover;
}
#waveBtm {
	background-size: 250px;
	border-radius: 0 0 3px 3px;
	background: url(../images/top/sand_bg.jpg) repeat center top;
}
#waveWrap {
	margin: -1px 0;
	position: relative;
}
#waveCanvas {
	top: 0;
	left: 0;
	width: 200%;
	height: 200%;
	position: absolute;
	background: #004098;
	vertical-align: top;
	background-position: 0 0;
	background-size: cover;
	background-position: bottom;
	transform: scale(0.5);
	transform-origin: left top;
}
#waveInner {
	margin: 0 auto;
	position: relative;
}
#waveInner h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.7em;
	padding-bottom: 0.7em;
}

@media screen and (min-width:769px){
	.kamoseaCont,
	#waveWrap,
	#waveInner,
	#waveTop,
	#waveBtm {
/*		padding: 20px;*/
	}
	.kamoseaCont + .kamoseaCont {
		margin-top: 20px;
	}
	#waveWrap {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#waveTop {
		padding-top: 50px;
	}
	#waveBtm {
		padding-bottom: 50px;
	}
}
@media screen and (max-width:768px){
	.kamoseaCont,
	#waveWrap,
	#waveInner,
	#waveTop,
	#waveBtm {
/*		padding: 10px;*/
	}
	.kamoseaCont + .kamoseaCont {
		margin-top: 10px;
	}
	#waveWrap {
		padding-top: 15vh;
		padding-bottom: 15vh;
	}
	#waveTop {
		padding-top: 30px;
	}
	#waveBtm {
		padding-bottom: 10px;
	}
}
/* slide animation */
#streamCont {
	position: relative;
}
#streamCont #slider {
	font-size: 0;
	padding: 20px 0 70px;
	overflow: hidden;
	line-height: 200px;
	white-space: nowrap;
/*	background: url(../images/top/kamosea_friends_bg.jpg) no-repeat center center;*/
	background-size: cover;
}
#streamCont #slider .slick-list {
	overflow: visible;
}
#streamCont #slider a:hover {
	opacity: 0.7;
}
#streamCont #slider img {
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
#streamCont #slider .slide11 img {
	width: 180px;
	border-radius: 56% 44% 51% 49% / 58% 40% 60% 42% ;
	will-change: animation,transform;
	animation: 5s fluffy01 0s infinite ease alternate;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
#streamCont #slider .slide04 img {
	width: 120px;
	position: relative;
	right: 20px;
	margin-top: 140px;
	border-radius: 54% 46% 47% 53% / 55% 49% 51% 45% ;
	will-change: animation,transform;
	animation: 5s fluffy02 0s infinite ease alternate;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
#streamCont #slider .slide03 img,
#streamCont #slider .slide10 img {
	width: 150px;
	position: relative;
	right: 20px;
	border-radius: 40% 60% 41% 59% / 47% 47% 53% 53% ;
	will-change: animation,transform;
	animation: 5s fluffy03 0s infinite ease alternate;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
#streamCont #slider .slide01 img,
#streamCont #slider .slide06 img,
#streamCont #slider .slide08 img,
#streamCont #slider .slide13 img {
	width: 280px;
	border-radius: 46% 54% 41% 59% / 54% 40% 60% 46% ;
	will-change: animation,transform;
	animation: 5s fluffy04 0s infinite ease alternate;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
#streamCont #slider .slide02 img,
#streamCont #slider .slide05 img,
#streamCont #slider .slide07 img,
#streamCont #slider .slide09 img,
#streamCont #slider .slide12 img,
#streamCont #slider .slide14 img {
	width: 160px;
	margin-top: 160px;
	margin-left: 10px;
	border-radius: 48% 52% 47% 53% / 47% 53% 47% 53% ;
	will-change: animation,transform;
	animation: 5s fluffy05 0s infinite ease alternate;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	
}
@keyframes fluffy01 {
	0% { transform:translate(0, 0); }
	25% { transform:translate(0, -20px); }
	50% { transform:translate(0, 0); }
	75% { transform:translate(0, 20px); }
	100% { transform:translate(0, 0); }
}
@keyframes fluffy02 {
	0% { transform:translate(0, 0); }
	25% { transform:translate(0, 20px); }
	50% { transform:translate(0, 0); }
	75% { transform:translate(0, 0); }
	100% { transform:translate(0, -20px); }
}
@keyframes fluffy03 {
	0% { transform:translate(0, -20px); }
	25% { transform:translate(0, 0); }
	50% { transform:translate(0, 20px); }
	75% { transform:translate(0, 0); }
	100% { transform:translate(0, 0); }
}
@keyframes fluffy04 {
	0% { transform:translate(0, 20px); }
	25% { transform:translate(0, 0); }
	50% { transform:translate(0, 0); }
	75% { transform:translate(0, -20px); }
	100% { transform:translate(0, 0); }
}
@keyframes fluffy05 {
	0% { transform:translate(0, 0); }
	25% { transform:translate(0, 0); }
	50% { transform:translate(0, -20px); }
	75% { transform:translate(0, 0); }
	100% { transform:translate(0, 20px); }
}

#streamCont #slider .slide01,
#streamCont #slider .slide06,
#streamCont #slider .slide11 {
	/*	padding: 0 20px; 初期値*/
	/* padding: 0 10px; */
}
#streamCont #slider .slide02,
#streamCont #slider .slide07,
#streamCont #slider .slide12 {
	/*	padding: 0 18px; 初期値*/
	/* padding: 0 9px; */
}
#streamCont #slider .slide03,
#streamCont #slider .slide08,
#streamCont #slider .slide13 {
	/*	padding: 0 12px; 初期値*/
	/* padding: 0 0 0 6px; */
}
#streamCont #slider .slide04,
#streamCont #slider .slide09,
#streamCont #slider .slide14 {
	/*	padding: 0 22px; 初期値*/
	/* padding: 0 11px 0 0; */
}
#streamCont #slider .slide05,
#streamCont #slider .slide10 {
	/* padding: 0 14px; */
	/*	padding: 0 7px; 初期値*/
}


#slideCont {
	top: 140px;
	left: 0;
	right: 0;
	width: 250px;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	border-radius: 3px;
	max-width: calc(100% - 60px);
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px 2px rgba(255,255,255,0.8);
	z-index: 1;
}
#slideCont h2 {
	font-size: 200%;
	font-weight: bold;
	color: var(--ad-blue);
}
@media screen and (min-width:769px){
	#slideCont {
		padding: 20px;
	}
	#slideCont h2 {
		margin: 30px 0;
	}
}
@media screen and (max-width:768px){
	#slideCont {
		padding: 10px;
	}
	#slideCont h2 {
		margin: 25px 0;
	}
	#streamCont #slider {
		padding: 20px 0 30px;
	}
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sns
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
#sns {
	padding: 40px 0 60px;
	background-image: url(../images/top/sand_bg.jpg);
	background-position: center;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#sns h2 {
	color: #004098;
	display: inline-block;
	margin-bottom: 110px;
}
#sns h2:after {
	background-image: url(../images/top/sns_tit_parts.svg);
	left: 0;
	right: 0;
}
#sns .box_wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}
#sns .box_wrapper a:hover{
	opacity: 0.5 ;
}
#sns .box {
	width: 480px;
	min-height: 515px;
	padding: 15px;
	margin-bottom: 30px;
	background: #fff;
	box-sizing: border-box;
}
#sns .box > div {
	margin-bottom: 25px;
}
#sns .box > div h3 {
	font-size: 18px;
	font-weight: bold;
	float: left;
}
#sns .box > div a {
	font-size: 12px;
	line-height: 2.8;
	position: relative;
	float: right;
}
#sns .box.fb > div a {
	padding-right: 40px;
}
#sns .box.fb > div a:after {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../images/top/sns_fb.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#sns .box.fb .fb-page {
	width: 385px;
	height: 415px;
	margin-bottom: 0;
}
#sns .box.youtube > div a {
	padding-right: 40px;
}
#sns .box.youtube > div a:after {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../images/top/sns_youtube.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#sns .box.youtube ul {
	width: 430px;
	margin: 0 auto;
}
#sns .box.youtube li {
	margin-bottom: 8px;
}
#sns .box.youtube li:last-child {
	margin-bottom: 0;
}
#sns .box.youtube iframe.movie {
	width: 237px;
	height: 133px;
	float: left;
}
#sns .box.youtube h4.movie_tit {
	display: block;
	text-align: left;
	width: 180px;
	font-size: 12px;
	float: right;
}
#sns .box.twitter > div a {
	padding-right: 40px;
}
#sns .box.twitter > div a:after {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../images/top/sns_twitter.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#sns .box.twitter iframe {
	border: 1px solid #d7d7d7 !important;
}
#sns .box.insta > div a {
	padding-right: 40px;
}
#sns .box.insta > div a:after {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url(../images/top/sns_insta.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#sns .box.insta ul {
	width: 430px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#sns .box.insta ul li {
	background: #eee;
	position: relative;
	margin-bottom: 12px;
	width: calc(50% - 12px);
	padding-top: calc(50% - 12px);
}
/*#sns .box.insta ul li:nth-child(2),
#sns .box.insta ul li:nth-child(3) {
	margin-bottom: 0;
}*/
#sns .box.insta ul li img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
}
#sns .sns_link {
	width: 500px;
	margin: 65px auto 0;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
#sns .sns_link a {
	display: block;
	width: 90px;
	height: 80px;
	text-decoration: none;
}
#sns .sns_link li:hover {
	opacity: 0.5 ;
}
#sns .sns_link li img {
	width: 50px;
	margin-bottom: 5px;
}
#sns .sns_link li:nth-child(2) img{
	padding: 5px 0 4px;
}
#sns .sns_link li p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
@media (max-width: 768px){
	#sns {
		padding: 75px 0 60px;
	}
	#sns h2 {
		margin-bottom: 60px;
	}
	#sns h2:before {
		background-image: url(../images/top/sns_hukidashi_sp.png);
		top: -70px;
		left: 50%;
		margin: auto;
		transform: translateX(-50%);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#sns .box_wrapper {
		display: block;
		width: auto;
		margin: 0 25px;
	}
	#sns .box {
		width: auto;
		min-height: 350px;
		padding: 15px;
		margin-bottom: 15px;
	}
	#sns .box > div {
		margin-bottom: 15px;
	}
	#sns .box > div h3 {
		font-size: 14px;
	}
	#sns .box > div a {
		font-size: 11px;
		line-height: 1.8;
	}
	#sns .box.fb > div a {
		padding-right: 30px;
	}
	#sns .box.fb > div a:after {
		width: 20px;
		height: 20px;
	}
	#sns .box.fb .fb-page {
		width: 100%;
		height: 300px;
	}
	#sns .box.youtube > div a {
		padding-right: 32px;
	}
	#sns .box.youtube > div a:after {
		width: 24px;
		height: 24px;
	}
	#sns .box.youtube ul {
		width: auto;
		margin: 0;
	}
	#sns .box.youtube li {
		margin-bottom: 8px;
	}
	#sns .box.youtube iframe.movie {
		width: 45%;
		height: 90px;
	}
	#sns .box.youtube h4.movie_tit {
		width: 50%;
		font-size: 12px;
	}
	#sns .box.twitter > div a {
		padding-right: 30px;
	}
	#sns .box.twitter > div a:after {
		width: 20px;
		height: 20px;
	}
	#sns .box.twitter iframe {
		width: 100% !important;
		height: 300px !important;
	}
	#sns .box.insta > div a {
		padding-right: 30px;
	}
	#sns .box.insta > div a:after {
		width: 20px;
		height: 20px;
	}
	#sns .box.insta ul {
		width: auto;
		margin: 0 auto;
	}
	#sns .box.insta ul li {
		width: 47%;
		margin-bottom: 8px;
	}
	#sns .box.insta ul li img {
		width: 100%;
	}
	#sns .sns_link {
		width: auto;
		margin: 40px 25px 0;
	}
	#sns .sns_link a {
		width: 63px;
		height: 55px;
	}
	#sns .sns_link li img {
		width: 33px;
		margin-bottom: 5px;
	}
	#sns .sns_link li:nth-child(3) img {
		margin-bottom: 4px;
	}
	#sns .sns_link li:nth-child(2) img{
		padding: 3px 0 3px;
	}
	#sns .sns_link li p {
		font-size: 12px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
年末年始画像モーダル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 
/*年末年始画像モーダル表示ここから*/
#modal-content {
	margin: 0 ;
	position: fixed ;
	display: none ;
	z-index: 104001;
}
#modal-content p {
	position: absolute;
	bottom: -13px;
	left:50%;
	transform: translateX(-50%);
}
#modal-overlay {
	z-index: 103;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
	z-index: 104000;
}
#modal-close {
	width:30px;
	height:30px;
	display: block;
	background-color:#fff;
	border-radius: 25px;
	position: relative;
}
#modal-close::before,
#modal-close::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 8%;
	margin: -2% 0 0 -39%;
	background: #333;
}
#modal-close::before {
	transform: rotate(-45deg);
}
#modal-close::after {
	transform: rotate(45deg);
}
@media (max-width:768px) {
	#modal-content > img {
		width:90%;
		display: block;
		margin:0 auto;
	}
	#modal-close {
		width: 20px;
		height: 20px;
		display: block;
		background-color: #fff;
		border-radius: 25px;
		position: relative;
	}
	#modal-content p {
		position: absolute;
		bottom: -7px;
		left:50%;
		transform: translateX(-50%);
	}
	#modal-close::before,
	#modal-close::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 68%;
		height: 8%;
		margin: 0% 0 0 -33%;
		background: #333;
	}
}
/*年末年始画像モーダル表示ここまで*/



