@charset "utf-8";

.section_title_en {
	font-family: 'Roboto', sans-serif;
	color: #0B7DD1;
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 5px;
	text-align: center;
	line-height: 1.0;	
}

h3.section_title,
.visual_catch_caption_col h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 2px;
}

h3.section_title {
	margin-bottom: 60px;	
}
.section_title.aligncenter {
	text-align: center;	
}

.section_title span {
	position: relative;	
}
.section_title span:after {
	content: '';
	display: block;
	height: 5px;
	width: 70px;
	background: #DFEEF4;
	margin: 0 auto;
	transform: translateY(20px);
}


.hero,
.hero_container .swiper-slide {
	height: 80vh;
	min-height: 700px;
}

.hero {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.hero_container .swiper-slide {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.hero_container .swiper-slide:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;	
}
.hero_caption {
	text-align: center;
	color: #FFF;
	position: relative;
	z-index: 10;
	padding: 0 20px;
}
.hero_caption h1,
.hero_caption .slider_title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 40px;	
}


.hero .whatsnew {
	width: 560px;
	height: 40px;
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 100;
	border-radius: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	z-index: 1;
 }
.whatsnew .whatsnew_hdr {
	background: #0B7DD1;
	color: #FFF;
	width: 120px;
	height: 40px;
	border-radius: 40px 0 0 40px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.whatsnew .whatsnew_caption {
	height: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: #FFF;
	flex: 1;
	border-radius: 0px 40px 40px 0px;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 90%;
	word-break: break-all;
}
.whatsnew_caption a {
	color: #333;
	text-decoration: none;	
}
.whatsnew_caption a:hover {
	color: #0B7DD1;
}

.ticker {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 3px;
	box-sizing: border-box;
}
.ticker ul {
	width: 100%;
	position: relative;
}
.ticker ul li {
	width: 100%;
	display: none;
}



.info_inner,
.about_inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;
}
.about_inner  {
	margin-bottom: 80px;	
}

.top_info {
	padding: 80px 0;
}
.top_about {
	padding: 0 0 80px;	
}


.info_inner h3.section_title {
	text-align: center;	
}

.info_flex {
	margin: 0 0 60px;	
}






.more_link {
	clear: both;
	text-align: center;
	width: 	80px;
	margin: 0 auto;
	font-size: 13px;
	color: #7AACBE;
}
.more_link a {
	display: block;
	width: 50px;
	height: 50px;
	background: #0B7DD1;
	position: relative;
	border-radius: 25px;
	margin: 0 auto 5px;	
}
.more_link a:before,
.more_link a:after {
	content: '';
	display: block;
	width: 20px;
	height: 4px;
	background: #FFF;
	position: absolute;
	top: calc(50% - 2px);
	left: 15px;
	border-radius: 6px;
}
.more_link a:before {
	transform: rotate(90deg);	
}



.visual_catch,
.visual_catch_caption,
.visual_catch_thumb {
	height: 280px;
}
.visual_catch {
	clear: both;
	margin: 0 auto 100px;
	display: -webkit-flex;
	display: flex;
}
.visual_catch_caption {
	background: rgb(17,112,222);
	background: linear-gradient(59deg, rgba(17,112,222,1) 53%, rgba(24,164,216,1) 100%);
	width: 43%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #FFF;
	box-sizing: border-box;
	padding-left: 0;
}
.visual_catch_thumb {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 57%;
}
@media(min-width: 1921px) {
.visual_catch,
.visual_catch_caption,
.visual_catch_thumb {
	height: 320px;
}
.visual_catch_caption {
	width: 50%;
	box-sizing: border-box;
	padding-left: 20%;
}
.visual_catch_thumb {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
}
}




.visual_catch_caption_col {
	text-align: center;	
}
.visual_catch_caption_col .section_title_en {
	color: #FFF;	
}


.about_inner p {
	text-align: center;
	margin: 0 0 2em;	
}
.about_link {
	background: #FAFAFA;
	padding: 60px;
}

@media(max-width: 990px) {
.about_link {
	padding-left: 20px;
	padding-right: 20px;
}
}
.about_flag {
	max-width: 920px;
	margin: 60px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.flag_figure {
	width: 320px;
	margin-right: 80px;	
}

.flag_figure img {
	width: 100%;
	height: auto;	
}
.flag_caption {
	flex: 1;
	word-break: break-all;
}
.flag_caption h4 {
	font-size: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	margin: 0 0 40px;	
}
.flag_caption h4 span {
	position: relative;
	display: inline-block;	
}
.flag_caption h4 span:after {
	content: '';
	display: block;
	height: 5px;
	width: 70px;
	background: #DFEEF4;
	margin: 0 auto;
	transform: translateY(10px);
}



.about_song {
	max-width: 900px;
	margin: 0 auto 60px;
}
.about_song img {
	width: 100%;
	height: auto;	
}
.about_song p {
	margin: 0 0 2em;	
}


.top_activity {
	padding-bottom: 80px;	
}


.top_activity_flex {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 40px;	
}

.top_activity_flex:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}




.top_support {
	background: #FAFAFA;
	padding: 80px 0;	
}

.support_inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;	
}
.support_inner .lead {
	margin: 0 0 30px;	
}
.support_inner ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 0 80px 1.5em;
 }
.support_inner li {
	list-style: none;
	margin: 0 40px 0 0;
	position: relative;
	line-height: 1.5;
}
.support_inner li span {
	color: #0B7DD1;
	position: absolute;
	top: 0;
	left: -1.3em;
}


.top_shoplist {
	padding: 80px 0;	
}



.top_advertise {
	padding: 80px 0 200px;
	background: #FAFAFA;
	overflow: hidden;
}
.advertise_inner .section_title {
	text-align: center;	
}


.link_btn {
	font-weight: bold;	
}

.link_btn a {
	display: inline-block;
	text-align: center;
	color: #0B7DD1;
	text-decoration: none!important;
	height: 48px;
	border: 2px solid #0B7DD1;
	border-radius: 30px;
	background: #FFF;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 400px;
	margin: 0 auto;
	position: relative;
}
.link_btn.short a {
	width: 200px;	
}

.link_btn a:hover {
	background: #DFEEF4;
}

.link_btn a:after {
	content: '';
	display: block;
	width: 30px;
	height: 28px;
	background: url(../images/btn_arrow_right.png) no-repeat 0 0;
	background-size: 30px;
	position: absolute;
	top: calc(50% - 14px);
	right: 5px;
	z-index: 1;
	transition: all 0.3s;
}
.link_btn a:hover:after {
	transform: translateX(17px);
}