@charset "utf-8";

#FUT_IMG1:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#FUT_IMG1 {
zoom: 1;
}

/* CONTAINER */

/* VISUAL */
#VISUAL {}
#VISUAL .cont {
position: relative;
margin-bottom: 5px;
padding: 0 0 0 0;
}
#VISUAL .images {
position: relative;
}
/*#VISUAL .images::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background: url("../../img/vis_bg_l.png") no-repeat left top;
background-size: 90px 77px;
width: 90px;
height: 77px;
z-index: 1;
}
#VISUAL .images::after {
content: '';
display: block;
position: absolute;
right: 0;
top: 0;
background: url("../../img/vis_bg_r.png") no-repeat left top;
background-size: 90px 77px;
width: 90px;
height: 77px;
z-index: 1;
}*/

#VISUAL .slider .slick-list img {
width: 100%;
height: auto;
}
#VISUAL .slider .slick-list img.pc {
display: none;
}
#VISUAL .pack {
position: relative;
/*background-image: url("../../img/pack_bg.png");
background-color: #073190;*/
padding: 55px 20px 20px 20px;
}
#VISUAL .pack .icn {
position: absolute;
right: 5px;
top: -100px;
font-size: 9px;
font-weight: bold;
text-align: right;
color: #fff;
}
#VISUAL .pack .icn img {
margin: 0 0 0 auto;
display: block;
width: 60px;
height: auto;
}
#VISUAL .pack .icn2 {
position: absolute;
left: 5px;
top: -100px;
font-size: 9px;
font-weight: bold;
text-align: right;
color: #fff;
}
#VISUAL .pack .icn2 img {
margin: 0 0 0 auto;
display: block;
width: 100px;
height: auto;
}
#VISUAL .pack h1 {
margin-bottom: 18px;
font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
font-size: 28px;
font-weight: 900;
text-align: center;
color: #000;
}
#VISUAL .pack p {
font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
margin-bottom: 25px;
text-align: center;
font-size: 18px;
left: 1.55;
color: #000;
font-weight: bold;
}
#VISUAL .btn {
list-style: none;
}

#VISUAL iframe {
width: 100%;
}

#VISUAL .btn li {
margin: 15px auto 0 auto;
width: 90%;
font-size: 14px;
font-weight: bold;
line-height: 36px;
text-align: center;
}
#VISUAL .btn li a {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
display: block;
box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
border-radius: 18px;
height: 36px;
color: #fff;
}
#VISUAL .btn li a:hover {
opacity: 0.7;
}
#VISUAL .btn li:nth-child(1) a {
background-color: #e124a3;
}
#VISUAL .btn li:nth-child(2) a {
background-color: #e124a3;
}


#VISUAL .bnr_top {
    text-align: center;
	margin-top: 30px;
}
#VISUAL .bnr_top img {
    width: 100%;
}


@media (min-width: 1020px) {
	#VISUAL {}
	#VISUAL .cont {
	position: relative;
	margin-bottom: 35px;
	padding: 0 0 0 0;
	}
	#VISUAL .images {
	position: relative;
	background: url("../../img/bg_top3.png")  center repeat-x;
	background-size:cover;
	background-position:center;
	background-position: bottom;
	padding: 110px 0 50px 0;
	overflow: hidden;
	}
	/*#VISUAL .images {
	position: relative;
	background: url("../../img/bg_top.png")  no-repeat center;
	background-size:cover;
	background-position:center;
	background-position: bottom;
	padding: 110px 0 50px 0;
	overflow: hidden;
	}*/
	#VISUAL .images::before {
	background-size: 181px 155px;
	width: 181px;
	height: 155px;
	}
	#VISUAL .images::after {
	background-size: 181px 155px;
	width: 181px;
	height: 155px;
	}
	#VISUAL .slider {
	width: 1000px;
	margin: 0 auto;
	}
	#VISUAL .slider .slick-list {
	
	}
	#VISUAL .slider .slick-list img.pc {
	display: block;
	/*	角丸	*/
	border-radius: 200px;
	}
	#VISUAL .slider .slick-list img.sp {
	display: none;
	}
	#VISUAL .pack {
	padding: 0;
	}
	#VISUAL .pack-in {
	position: relative;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	width: 1000px;
	}
	#VISUAL .pack .icn {
	right: -50px;
	top: -220px;
	font-size: 10px;
	}
	#VISUAL .pack .icn img {
	margin: 0 0 0 auto;
	display: block;
	width: 120px;
	height: auto;
	}
	#VISUAL .pack .icn2 {
	left: -60px;
	top: -220px;
	font-size: 10px;
	position: absolute;
	}
	#VISUAL .pack .icn2 img {
	margin: 0 0 0 auto;
	display: block;
	width: 200px;
	height: auto;
	}
	#VISUAL .pack h1 {
	padding-bottom: 20px;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
	font-size: 40px;
	}
	#VISUAL .pack p {
	margin: 0 auto;
	width: 740px;
	font-size: 20px;
	font-weight: bold;
	left: 1.55;
	letter-spacing: 2px;
	line-height: 30px;
	padding-bottom: 20px;
	}
	#VISUAL .btn {
	list-style: none;
	}
	#VISUAL .btn {
	margin: 45px auto 0 auto;
	width: 740px;
	height: 60px;
	}
	#VISUAL .btn li {
	margin: 0;
	width: 350px;
	font-size: 20px;
	line-height: 60px;
	}
	#VISUAL .btn li:nth-child(1) {
	float: left;
	}
	#VISUAL .btn li:nth-child(2) {
	float: right;
	}
	#VISUAL .btn li a {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 30px;
	height: 60px;
	}

	#VISUAL iframe {
width: 76%;
}


#VISUAL .bnr_top img {
    width: 70%;
}

}

.section h2 {
padding-top: 50px;
font-size: 20px;
font-weight: bold;
text-align: center;
}
#MESSAGE h2 {
position: relative;
background: url("../../img/flag_black.svg")no-repeat center top;
background-size: auto 41px;
}
#NEWS h2 {
position: relative;
background: url("../../img/flag_black.svg")no-repeat center top;
background-size: auto 41px;
}
#SPECIAL h2 {
position: relative;
background: url("../../img/flag_black.svg")no-repeat center top;
background-size: auto 41px;
}
#OFFICIAL h2 {
position: relative;
background: url("../../img/flag_black.svg")no-repeat center top;
background-size: auto 41px;
}

#OFFICIAL iframe {
width: 80%;
height: 300px;
}
.section h2 span {
position: relative;
display: inline-block;
background-color: #fff;
padding: 0 16px;
z-index: 2;
}
.section h2::before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 15px;
background: url("../../img/tit_lin.png")repeat left top;
background-size: auto 6px ;
width: 100%;
height: 6px;
z-index: 1;
}
@media (min-width: 1020px) {
	.section h2 {
	padding-top: 47px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	}
	.section h2 span {
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: 0;
	width: 280px;
	z-index: 2;
	}
	.section h2::before {
	background-size: auto 6px;
	bottom: 23px;
	}
}

/* MESSAGE */
#MESSAGE {
padding: 20px 10px;
}
#MESSAGE .cont {
background-color: #fff;
padding: 45px 20px 30px 20px;
border: solid 5px #000;
}
#MESSAGE .list {
padding-top: 20px;
}

#MESSAGE .list_new {
padding-top: 20px;
}

#MESSAGE .block {
margin-bottom: 27px;
}
#MESSAGE .movie {
position: relative;
width: 100%;
padding-top: 56%;
}

#MESSAGE .movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#MESSAGE .credit {
margin: 8px 0 0 0;
font-size: 16px;
font-weight: bold;
text-align: center;
line-height: 1.5;
color: #073190;
}
#MESSAGE .credit span {
display: block;
font-size: 12px;
}
@media (min-width: 1020px) {
	#MESSAGE {
	padding: 25px 0;
	}
	#MESSAGE .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 45px 70px 25px 70px;
	width: 1000px;
	}
	#MESSAGE .list {
	margin-right: -60px;
	padding-top: 45px;
	}
	#MESSAGE .block {
	margin-right: 60px;
	margin-bottom: 47px;
	width: 400px;
	float: left;
	}
	
	#MESSAGE .list_new {
	padding-top: 45px;
	text-align: center;
		background-color: #fff;
		
	}
	
	#MESSAGE .list_new .block_new {
	display: block;
		margin: 0 auto;
	margin-bottom: 47px;
	width: 500px;
		text-align: center;
	}
	

	
	
	#MESSAGE .movie img {
	width: 100%;
	height: auto;
	}
	#MESSAGE .credit {
	margin: 11px 0 0 0;
	font-size: 20px;
	}
	#MESSAGE .credit span {
	padding-top: 3px;
	font-size: 16px;
	}
}

/* NEWS */
#NEWS {
padding: 20px 10px;
}
#NEWS .cont {
background-color: #fff;
padding: 45px 20px 30px 20px;
border: solid 5px #000;
}

#NEWS  a:link {
color: #ff0000;
text-decoration: underline;
}

#NEWS  a:hover {
color: #ff0000;
text-decoration: underline;
}


#NEWS .list {
margin-top: 20px;
height: 400px;
overflow: none;
overflow-y: auto;
}
#NEWS dt {
margin-bottom: 8px;
font-size: 13px;
font-weight: bold;
}
#NEWS dd {
margin-bottom: 25px;
font-size: 14px;
line-height: 1.59;
}
#NEWS dd:last-of-type {
margin-bottom: 0;
}
@media (min-width: 1020px) {
	#NEWS {
	padding: 25px 0;
	}
	#NEWS .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 45px 70px 65px 70px;
	width: 1000px;
	}
	#NEWS .list {
	margin-top: 40px;
	height: 280px;
	}
	#NEWS dt {
	float: left;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	}
	#NEWS dd {
	margin-bottom: 15px;
	margin-left: 105px;
	font-size: 14px;
	line-height: 1.59;
	}
	#NEWS dd:last-of-type {
	margin-bottom: 0;
	}
}

/* SPECIAL */
#SPECIAL {
padding: 20px 10px;
}
#SPECIAL .ttl{
text-align: center;
width: 80%;
margin: 0 auto;
padding-top: 20px;
}
#SPECIAL .txt{
text-align: left;
margin: 30px 20px 30px 20px;
font-size: 16px;
color: #fff;
font-weight: bold;
line-height: 30px;
letter-spacing: 1px;
}

#SPECIAL .cont {
background-color: #fff;
box-sizing: border-box;
margin: 0 auto;
border: solid 5px;
border-color: #008000;
border-radius: 10px;
margin-bottom: 50px;
}

#SPECIAL .photo img{
width: 100%;
height: auto;
}
#SPECIAL h3 {
margin-bottom: 4px;
font-size: 20px;
font-weight: bold;
color: #000;
}

#SPECIAL .honbun {
font-size: 16px;
}
#SPECIAL .cont .box {
padding: 0 20px 30px 20px;
}

#SPECIAL .cont a:link {
color: #0000ee;
}

#SPECIAL .cont a:hover {
color: #0000ee;
text-decoration: underline;
}

#SPECIAL .cont a:visited {
color: #0000ee;
}

@media (min-width: 1020px) {
	#SPECIAL {
	margin: 0 auto;
	padding: 45px 70px 35px 70px;
	width: 800px;
	}
	#SPECIAL .ttl{
	text-align: center;
	width: 500px;
	margin: 0 auto;
	padding: 45px 70px 35px 70px;
	}
	#SPECIAL .txt{
	text-align: left;
	margin: 0 0 30px 0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
	}
	#SPECIAL {
	padding: 25px 0;
	}
	#SPECIAL .cont {
	box-sizing: border-box;
	margin: 0 auto;
	width: 800px;
	border-radius: 10px;
	margin-bottom: 50px;
	}
	#SPECIAL .cont h3 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 10px;
	}
	#SPECIAL .honbun {
	font-size: 16px;
	}
	#SPECIAL .cont .box {
	padding: 0 20px 30px 20px;
	}
	
}

/* OFFICIAL */
#OFFICIAL {
padding: 20px 10px;
margin-top: -25px;
}
#OFFICIAL .cont {
background-color: #073190;
margin: 0 -10px;
padding: 45px 20px 30px 20px;
}
#OFFICIAL h2 {
color: #fff;
}
#OFFICIAL h2 span {
background-color: #073190;
}
#OFFICIAL .ticker {
position: relative;
margin: 20px -20px 40px -20px;
overflow: hidden;
height: 325px;
}
#OFFICIAL .ticker div {
position: absolute;
left: 0;
top: 0;
animation: loop 50s -25s linear infinite;
}
@keyframes loop {
0% {transform: translateX(0);}
to {transform: translateX(-100%);}
}
#OFFICIAL .ticker img {
width: auto;
height: 325px;
}
#OFFICIAL .ticker img:last-child {
position: absolute;
left: 100%;
top: 0;
}
#OFFICIAL h3 {
margin-bottom: 18px;
font-size: 18px;
font-weight: bold;
text-align: center;
color: #fff;
}
#OFFICIAL p {
font-size: 13px;
line-height: 1.55;
color: #fff;
}
@media (min-width: 1020px) {
	#SPECIAL {
	padding: 25px 0;
	}
	#OFFICIAL {
	padding: 25px 0;
	margin-top: -60px;
	}
	#OFFICIAL .cont {
	padding: 45px 0 75px 0;
	}
	#OFFICIAL h2 {
	margin: 0 auto;
	width: 860px;
	color: #fff;
	}
	#OFFICIAL h2 span {
	background-color: #073190;
	}
	#OFFICIAL .ticker {
	margin: 40px 0 40px 0;
	height: 370px;
	}
	#OFFICIAL .ticker img {
	height: 370px;
	}
	#OFFICIAL h3 {
	margin-bottom: 25px;
	font-size: 22px;
	}
	#OFFICIAL p {
	margin: 0 auto;
	width: 860px;
	font-size: 16px;
	line-height: 1.8;
	}
	#OFFICIAL iframe {
	width: 860px;
	height: 400px;
	}
}

/* SPONCER */
#SPONCER {
padding: 30px 5px 25px 30px;
}
#SPONCER .special {
margin-bottom: 35px;
}
#SPONCER dt {
margin-bottom: 20px;
padding-right: 25px;
font-size: 20px;
font-weight: bold;
color: #000;
text-align: center;
}
#SPONCER dd {
padding-right: 25px;
}
#SPONCER .normal dd {
box-sizing: border-box;
margin-bottom: 20px;
width: 50%;
float: left;
}
#SPONCER .flat dd {
box-sizing: border-box;
margin-bottom: 20px;
width: 50%;
float: left;
}
#SPONCER img {
display: block;
box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
border-radius: 10px;
width: 100%;
height: auto;
}
#SPONCER a img {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
#SPONCER a:hover img {
opacity: 0.8;
}
@media (min-width: 1020px) {
	#SPONCER {
	padding: 35px 0 60px 0;
	}
	#SPONCER .cont {
	margin: 0 auto;
	width: 1000px;
	}
	#SPONCER .special {
	float: left;
	margin-bottom: 0;
	width: 400px;
	}
	#SPONCER .normal {
	margin-right: -19px;
	float: right;
	width: 560px;
	}
	#SPONCER .silver {
	margin-right: -19px;
	float: left;
	width: 541px;
	}
	#SPONCER dt {
	margin-bottom: 20px;
	padding-right: 0;
	font-size: 20px;
	text-align: left;
	}
	#SPONCER dd {
	margin-bottom: 27px;
	padding-right: 0;
	}
	#SPONCER .normal dd {
	box-sizing: border-box;
	margin-bottom: 27px;
	width: 180px;
	float: left;
	}
	#SPONCER .normal img {
	width: 170px;
	}
	
	#SPONCER .silver dd {
	box-sizing: border-box;
	margin-bottom: 27px;
	width: 207px;
	float: left;
	}
	#SPONCER .silver img {
	width: 250px;
	}
	
	
	#SPONCER .flat {
	margin-right: -19px;
	float: left;
	width: 100%;
	}
	#SPONCER dt {
	margin-bottom: 20px;
	padding-right: 0;
	font-size: 20px;
	text-align: left;
	}
	
	#SPONCER .flat dd {
	box-sizing: border-box;
	margin-bottom: 40px;
	width: 200px;
	float: left;
	}
	#SPONCER .flat img {
	width: 180px;
	}
}

/* Slider */
.slick-slider{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus{
outline: none;
}
.slick-list.dragging{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after{
display: table;
content: '';
}
.slick-track:after{
clear: both;
}
.slick-loading .slick-track{
visibility: hidden;
}
.slick-slide{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide{
float: right;
}
.slick-slide img{
display: block;
}
.slick-slide.slick-loading img{
display: none;
}
.slick-slide.dragging img{
pointer-events: none;
}
.slick-initialized .slick-slide{
display: block;
}
.slick-loading .slick-slide{
visibility: hidden;
}
.slick-vertical .slick-slide{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

/* Arrows */
.slick-prev,
.slick-next{
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
display: block;
box-sizing: border-box;
position: absolute;
top: 50%;
background: #000;
border: none;
border-radius: 50%;
width: 25px;
height: 25px;
padding: 0;
cursor: pointer;
outline: none;
font-size: 0;
line-height: 0;
color: transparent;
z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
opacity: 0.7;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
opacity: .25;
}
.slick-prev:before{
position: absolute;
top: 9px;
left: 10px;
content: '';
display: block;
width: 5px;
height: 5px;
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.slick-next:before{
position: absolute;
top: 9px;
left: 8px;
content: '';
display: block;
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.slick-prev{
left: 10px;
}
.slick-next{
right: 10px;
}


/* Dots */
.slick-dots {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
position: absolute;
bottom: 15px;
left: 50%;
display: block;
margin: 0 !important;
padding: 0 !important;
height: 10px !important;
list-style: none;
text-align: center;
}
.slick-dots li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 6px;
padding: 0;
cursor: pointer;
float: left;
}
.slick-dots li button{
font-size: 0;
line-height: 0;
display: block;
border-radius: 50%;
width: 10px;
height: 10px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background-color: #faf3f0;
margin: 0;
padding: 0;
}
.slick-dots li.slick-active button {
background-color: #000;
}
@media (min-width: 1020px) {
	/* Arrows */
	.slick-prev,
	.slick-next{
	width: 50px;
	height: 50px;
	}
	.slick-prev:before{
	top: 19px;
	left: 20px;
	width: 10px;
	height: 10px;
	}
	.slick-next:before{
	top: 19px;
	left: 16px;
	width: 10px;
	height: 10px;
	}
	.slick-prev{
	left: -105px;
	}
	.slick-next{
	right: -105px;
	}


	/* Dots */
	.slick-dots {
	bottom: -33px;
	height: 14px !important;
	}
	.slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 9px;
	}
	.slick-dots li button {
	width: 14px;
	height: 14px;
	}
}
/* SNS */
#STAY {
padding: 0px 0px;
}
#STAY .cont {
padding: 20px 20px 20px 20px;
text-align: center;
}

#STAY dt {
margin-bottom: 20px;
font-size: 28px;
font-weight: bold;
color: #fff;
text-align: center;
}

#STAY img{
width: 100%;
height: auto;
}

@media (min-width: 1020px) {
	#STAY {
	padding: 0 0;
	}
	#STAY .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 70px 35px 70px;
	width: 1000px;
	text-align: center;
	}
	#STAY dl{
	text-align: center;
	margin-top: 20px;
	}
	#STAY dt{
	text-align: center;
	margin-bottom: 20px;
	}
	#STAY .double dd {
	display: inline-block;
	margin: 0 10px;
	width: 400px;
	box-sizing: border-box;
	}
}
#VISUAL .corona2 {
margin-top: 20px;
padding-top: 15px;
width: 100%;
height: 40px;
background-color: #ff0000;
border-radius: 35px;
color: #fff;
text-align: center;
font-weight: bold;
}

#VISUAL .corona {
margin-top: 20px;
padding-top: 15px;
width: 100%;
height: 40px;
background-color: #e124a3;
border-radius: 35px;
color: #fff;
text-align: center;
font-weight: bold;
}

#VISUAL .corona,.corona2 a:link {
color: #fff;
text-decoration: none;
}
#VISUAL .corona a:active,
#VISUAL .corona a:visited { 
color: #fff;
text-decoration: none;
}
#VISUAL .corona a:hover { 
color: #fff;
text-decoration: underline;
}
#VISUAL .corona2 a:active,
#VISUAL .corona2 a:visited { 
color: #fff;
text-decoration: none;
}
#VISUAL .corona a:hover { 
color: #fff;
text-decoration: underline;
}
@media (min-width: 1020px) {
	#VISUAL .corona,corona2 {
	padding-top: 15px;
	width: 740px;
	height: 40px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	}
	#VISUAL .corona2 {
	padding-top: 15px;
	width: 740px;
	height: 40px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	}

	#VISUAL .corona,.corona2 a:link {
	color: #fff;
	text-decoration: none;
	}
	#VISUAL .corona,.corona2 a:active,
	#VISUAL .corona,.corona2 a:visited { 
	color: #fff;
	text-decoration: none;
	}
	#VISUAL .corona,.corona2 a:hover { 
	color: #fff;
	text-decoration: underline;
	}
	#VISUAL .hojo {
	text-align: center;
	}
	
	#VISUAL .hojo_new {
		display: inline-block;
		width: 600px;
		height: 340px;
		background-color: #fff;
		
		padding: 20px;
		text-align: center;
		
	}
	
}