@charset "UTF-8";


/*
//header 200
//toprecommend 100
*/

#topswiper1 {
	width: 100%;
	padding-top: 94px;
	margin-top: -94px;
	color: #82CAE5;
	position: relative;
}
#topswiper1 .maincatch {
	position: absolute;
	top: calc(100% * 300 / 800);
	left: calc(100% * 50 / 1280);
	z-index: 100;
}
#topswiper1 h2 span {
	display: block;
	font-size: 1.4rem;
}
#topswiper1 h2 {
	font-size: 7rem;
	font-weight: normal;
}
#topswiper1 p {
	font-size: 1.6rem;
	line-height: 1.66;
}

#topswiper1 .splide__slide img {
	width: 100%;
}





#main {
	border-top: none;
	border-bottom: none;
	margin-top: -145px;
	margin-bottom: 0;
	padding-top: 145px;
	padding-bottom: 0;
	position: relative;
}

#main .inner {
	width: 100% !important;
	margin: 0 auto;
}


#main .inner img {
	width: 100%;
}

#main2 {
	padding-top: 145px;
	margin-top: -145px;
}
#main2 img {
	width: 100%;
}





#toprecommend {
	position: relative;
	background: rgba(255,255,255,.8);
	width: calc(100% - 110px);
	border-radius: 10px 0 0 10px;
	margin: -60px 30px 100px;
	padding: 40px;
	z-index: 100;
	overflow-x: hidden;
}

#toprecommend .title {
	color: #E76110;
	font-size: 1.2rem;
	margin-bottom: 10px;
}


#topswiper2 {
	/* overflow: hidden; */
}
#topswiper2 .splide__track {
	overflow: visible;
}
#topswiper2 a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
	position: relative;
}
#topswiper2 a:after {
	content: "";
	position: absolute;
	width: 16%;
	border-bottom: 1px solid #000;
	bottom: -1px;
	right: 0;
}
#topswiper2 a img {
	margin-bottom: 20px;
}

#topswiper2 a p {
	font-size: 1.6rem;
	line-height: 1.6;
	position: relative;
	padding-right: 20px;
	padding-bottom: 0;
}
#topswiper2 a p:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 9px;
	border-color: transparent transparent transparent #E76110;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}







#topnews {
	margin-bottom: 100px;
}

#topnews .inner {
	width: 1100px;
	margin: 0 auto;
}

#topnews .title {
	display: flex;
}

#topnews .title h2 {
	font-size: 3rem;
	font-weight: bold;
	color: #82CAE5;
	margin-right: 60px;
}

#topnews .title ul {
	display: flex;
	margin-bottom: 100px;
	font-weight: bold;
}
#topnews #tabs .active {
	color: #fff;
	background: #82CAE5;
}
#topnews .title li {
	cursor: pointer;
	width: 150px;
	font-size: 1.6rem;
	background: #fff;
	color: #82CAE5;
	border: 1px solid #82CAE5;
	padding: 4px 0;
	border-radius: 8px;
	text-align: center;
	margin-right: 10px;
}
#topnews .tab-content {
	display: none;
	border-top: 1px solid #ABABAB;
}
#topnews .topics-list {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	color: #333;
	padding: 10px 0;
	border-bottom: 1px solid #ABABAB;
}
#topnews .topics-list .date {
	width: 80px;
	margin-right: 10px;
}
#topnews .topics-list .tag {
	display: inline-block;
	width: 150px;
	margin-right: 15px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
}
#topnews .topics-list .text {
	padding-bottom: 0;
}
#topnews .topics-list .text a {
	color: #333;
	text-decoration: none;
}
#topnews .topics-list .text a:hover {
	text-decoration: underline;
}

#topnews .btnlink {
	text-align: right;
	padding-top: 0;
	width: 1100px;
	margin: 0 auto;
}
#topnews .btnlink a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}









#topoc {
	position: relative;
	margin-bottom: 100px;
}
#topoc h2 {
	font-size: 3rem;
	color: #82CAE5;
	width: calc(100% - 8rem);
	margin: 0 0 0 auto;
}

#topoc h2 span {
	font-size: 1.6rem;
	display: block;
}

#topoc .oplet {
	width: 650px;
	position: absolute;
	left: 8rem;
	top: 460px;
}

#topoc .bg {
	position: absolute;
	top: 80px;
	background: url(../images/top/opbg.webp) no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
	z-index: -1;
}

#topoc .inner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 80px;
}

#eventcal {
	position: relative;
}


#eventcal .splide__arrow {
	background: none;
	background-size: cover;
	background-repeat: no-repeat;
	top: 40px;
	transform: initial;
	width: 78px;
	height: 21px;
	border-radius: 0;
}
#eventcal .splide__arrow--prev {
	background: url(../images/top/prevmonth.svg) no-repeat;
}
#eventcal .splide__arrow--next {
	background: url(../images/top/nextmonth.svg) no-repeat;
}
#eventcal .button:before {
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 50px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 50px;
}







#topvalue {
	margin-bottom: 100px;
}

#topvalue a {
	display: block;
	text-decoration: none;
}
#topvalue li:hover {
	opacity: .8;
}
#topvalue h2 {
	font-size: 3rem;
	color: #fff;
	width: calc(100% - 8rem);
	margin: 0 0 0 auto;
	padding: 50px 0;
}

#topvalue h2 span {
	font-size: 1.6rem;
	display: block;
}
#topvalue .inner {
	position: relative;
}

.vllet {
	position: absolute;
	top: -40px;
	right: 60px;
	width: 670px;
}

#topvalue .inner ul {
	margin: 0 0 0 auto;
	width: calc(100% - 8rem);
}

#topvalue .inner li {
	margin-bottom: 2px;
	border-radius: 10px 0 0 10px;
}
#topvalue .inner li:nth-child(1) {
	background: url(../images/top/topvalue1.webp) no-repeat top center/cover;
}
#topvalue .inner li:nth-child(2) {
	background: url(../images/top/topvalue2.webp) no-repeat top center/cover;
}
#topvalue .inner li:nth-child(3) {
	background: url(../images/top/topvalue3.webp) no-repeat top center/cover;
}
#topvalue .inner li:nth-child(4) {
	background: url(../images/top/topvalue4.webp) no-repeat top center/cover;
}

#topvalue .inner li .wplate {
	width: 285px;
	background: rgb(255,255,255,.9);
	padding: 50px;
	border-radius: 10px 0 0 10px;
	box-sizing: border-box;
}

#topvalue .inner li .wplate .cap {
	color: #E76110;
	font-size: 1.2rem;
	margin-bottom: 20px;
}

#topvalue .inner li .wplate h3 {
	color: #82CAE5;
	font-size: 2.5rem;
	margin-bottom: 15px;
}
#topvalue .inner li .wplate h3 span {
	font-size: 1.6rem;
	display: block;
	margin-bottom: 10px;
}
#topvalue .inner li .wplate p {
	color: #333;
	font-size: 1.6rem;
	text-align: justify;
	line-height: 1.66;
}


#topvalue .inner #topvaluebg {
	position: absolute;
	width: calc(100% - 8rem);
	height: 100%;
	margin: 0 auto 0 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 0 10px 10px 0;
	background: linear-gradient(90deg, #82CAE5 0%, #ff0 100%);
	overflow: hidden;
}






















.hrimg img {
	width: 100%;
	margin-bottom: 100px;
}






#topex {
	background: linear-gradient(90deg, #e6f4fa 0%, #ffffcc 100%);
	margin-bottom: 100px;
	padding: 50px 4em;
}

#topex ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#topex ul li {
	width: 48%;
	border-bottom: 1px solid #999;
	position: relative;
}
#topex ul li:nth-child(1),
#topex ul li:nth-child(2) {
	border-top: 1px solid #999;
}

#topex ul li:nth-child(1):before,
#topex ul li:nth-child(2):before {
	content: "";
	position: absolute;
	width: 5%;
	border-top: 1px solid #000;
	top: -1px;
	right: 0;
}
#topex ul li:after {
	content: "";
	position: absolute;
	width: 5%;
	border-bottom: 1px solid #000;
	bottom: -1px;
	right: 0;
}

#topex ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	position: relative;
	padding: 40px 0;
}
#topex ul li a:hover {
	opacity: .7;
}

#topex ul li h3 {
	font-size: 1.6rem;
	color: #82CAE5;
}

#topex ul li a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 9px;
	border-color: transparent transparent transparent #E76110;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


#topsns {
	margin-bottom: 100px;
}
#topsns ul img {
	width: 40px;
}
#topsns ul {
	display: flex;
	justify-content: center;
}
#topsns ul li {
	margin: 0 60px;
}





#picslide {
	margin-bottom: 100px;
}


#picslide .swiper-wrapper {
	transition-timing-function: linear;
}


.topbecome {
	text-align: center;
	margin-bottom: 100px;
}

.topspecial {
	width: 1100px;
	margin: 0 auto 60px;
}
.topspecial h2 {
	font-size: 3rem;
	color: #82CAE5;
	margin-bottom: 60px;
}
.topspecial h2 span {
	font-size: 1.6rem;
	display: block;
}

.topspecial ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.topspecial ul img {
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.2));
}



.b100 {
	text-align: center;
	margin-bottom: 120px;
}


/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {








#topswiper1 {
	padding-top: 0px;
	margin-top: 0;
}
#topswiper1 .maincatch {
	top: auto;
	bottom: calc(100% * 100 / 800);
	left: calc(100% * 50 / 1280);
	z-index: 100;
}
#topswiper1 h2 {
	font-size: 4.6rem;
}
#topswiper1 p {
	display: none;
}







#main {
	background: url(../images/top/bg1_sp.webp) no-repeat top center/cover;
	margin-top: 0;
	padding-top: 0;
	height: auto;
}

#main .inner {
	width: 86%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 0;
	border-top: none;
}

#main .inner h2 {
	width: 100%;
	border-left: none;
	padding: 0 0 0 0;
	margin: 20px 0 0;
}

#main .inner .mainimg {
	position: static;
	top: auto;
	right: 0;
	margin: -10% calc(49.3% - 50vw) 0;
	width: 100vw;
}

#main .inner .mainimg img {
	width: 96%;
}











#toprecommend {
	background: none;
	width: 100%;
	margin: 0 0 20px;
	box-sizing: border-box;
}

#toprecommend .title {
	font-size: 1rem;
}












#topnews {
	margin-bottom: 50px;
}

#topnews .inner {
	width: 86%;
}

#topnews .title {
	display: block;
}

#topnews .title h2 {
	margin-bottom: 15px;
}

#topnews .title ul {
	margin-bottom: 20px;
	flex-wrap: wrap;
}
#topnews .title li {
	width: auto;
	padding: 5px 20px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
#topnews .topics-list {
	flex-wrap: wrap;
	margin-bottom: 0;
}
#topnews .topics-list .date {
	width: 26%;
}
#topnews .topics-list .tag {
	width: 70%;
	text-align: left;
	margin-right: 0;
}
#topnews .topics-list .text {
	padding-top: 6px;
}

#topnews .btnlink {
	width: 86%;
	padding-top: 20px;
	margin: 0 auto;
}
#topnews .btnlink img {
	width: auto;
}










#topoc h2 {
	width: 86%;
	margin: 0 auto;
}

#topoc .oplet {
	width: 86%;
	left: 3rem;
	top: 60px;
}

#topoc .bg {
	background: url(../images/top/opbg_sp.webp) no-repeat;
	background-size: cover;
	height: 400px;
	z-index: -1;
}

#topoc .inner {
	width: 96%;
	margin: 0 auto;
	padding-top: 240px;
}

#eventcal {
	padding: 100px 0;
}
#eventcal .swiper-button-prev {
	left: 20px;
}
#eventcal .swiper-button-next {
	right: 20px;
}





#topvalue {
	margin-bottom: 50px;
}

#topvalue li:hover {
	opacity: 1;
}

#topvalue h2 {
	font-size: 3rem;
	width: 86%;
	margin: 0 auto;
	padding: 20px 0;
}

.vllet {
	position: absolute;
	top: -20px;
	right: 0;
	width: 95%;
}

#topvalue .inner ul {
	margin: 0 0 0 auto;
	width: calc(100% - 1.6rem);
}

#topvalue .inner li {
	padding-top: 200px;
}

#topvalue .inner li .wplate {
	width: 100%;
	background: #fff;
	padding: 20px;
	border-radius: 0 0 0 10px;
}

#topvalue .inner li .wplate .cap {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
#topvalue .inner li:nth-child(1) {
	background: url(../images/top/topvalue1_sp.webp) no-repeat top center/100% auto;
}
#topvalue .inner li:nth-child(2) {
	background: url(../images/top/topvalue2_sp.webp) no-repeat top center/100% auto;
}
#topvalue .inner li:nth-child(3) {
	background: url(../images/top/topvalue3_sp.webp) no-repeat top center/100% auto;
}
#topvalue .inner li:nth-child(4) {
	background: url(../images/top/topvalue4_sp.webp) no-repeat top center/100% auto;
}
#topvalue .inner #topvaluebg {
	position: absolute;
	width: 100%;
	border-radius: 0;
	background: linear-gradient(117deg, #82CAE5 0%, #ff0 100%);
}





















.hrimg img {
	margin-bottom: 50px;
}






#topex {
	margin-bottom: 50px;
	padding: 20px 0;
}

#topex ul {
	display: block;
	width: 86%;
	margin: 0 auto;;
}

#topex ul li {
	width: 100%;
	border-bottom: 1px solid #999;
	position: relative;
}


#topex ul li:nth-child(1),
#topex ul li:nth-child(2) {
	padding-top: 0;
}

#topex ul li:nth-child(2) {
	border-top: none;
}

#topex ul li:nth-child(2):before {
	border-top: none;
}

#topex ul li a {
	padding: 20px 0;
}


#topsns {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 50px;
}
#topsns ul img {
	width: 100%;
}
#topsns ul li {
	margin: 0 20px;
}



.topbecome {
	margin-bottom: 50px;
}


.topspecial {
	width: 86%;
}
.topspecial h2 {
	margin-bottom: 20px;
}
.topspecial ul {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.topspecial li {
	width: 100%;
}


.b100 {
	width: 86%;
	margin: 0 auto 60px;
}




}
