@charset "utf-8";

/*------------------------------
	MV
------------------------------*/
.sec_mv {
	position: relative;
	height: 350px;
	background-image: url(../images/index/img_mv_pc.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.mv_cnt {
	position: absolute;
	z-index: 1;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 60%;
}

.mv_logo {
	width: 45%;
	margin: 0 auto 0;
}

.sec_mv .list_lang{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}


/*------------------------------
	TOPページのメニュー
------------------------------*/
.sec_menu {
	background-image: url(../images/bg_check.png);
	background-repeat: repeat;
}

.sec_menu .base {
	width: 100%;
}

.menu_line {
	display: grid !important;
	grid-template-columns: repeat(3,1fr);
	gap: 6%;
	align-items: center;
	padding: 0 3%;
}

.menu_line > li {
	/* width: 30%; */
	margin-bottom: 2.5em;
	text-align: center;
	color: white;
	font-weight: 500;
	font-size: 12px;
}

.menu_line > li a {
	display: block;
	width: 90%;
	margin: 0 auto .8em;
	border-radius: 25%;
	box-shadow: 0 0 4px #0C4554;
	overflow: hidden;
}

.menu_line > li a img {
	width: 100%;
}

/* slickのdots */
.wrap_menu .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	text-align: center;
}

.wrap_menu .slick-dots li {
	display: inline-block;
	margin: 0 10px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #EAB8BA;
}

.wrap_menu .slick-dots li.slick-active {
	background-color: white;
}

.wrap_menu .slick-dots li button{
	display: none;
}

/*.wrap_menu .slick-dots li button {
	position: relative;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.wrap_menu .slick-dots li button:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #EAB8BA;

}

.wrap_menu .slick-dots li.slick-active button:before {
	background-color: white;
}*/


/*------------------------------
	TOPページコンテンツ
------------------------------*/
.bg_top {
	background: linear-gradient(-58deg, #F0CED0,#D4EBF9 50%, #C3E9F4);
}

.sec_top_cnt {}

.box_white {
	position: relative;
	margin-bottom: 1.5em;
	border-radius: 20px;
	background-color: white;
	overflow: hidden;
}

.box_white.box_news,
.box_white > a {
	display: block;
	padding: 2em 1.5em;
	color: black;
}

.icon_arrow{
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -9999px;
}

.icon_arrow:before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 60px 60px;
	border-color: transparent transparent #DF9295 transparent;
}

.icon_arrow:after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: 14px;
	right: 12px;
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.menu_ttl {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
}

.menu_ttl .en {
	display: block;
	font-weight: normal;
	font-size: 60%;
}

.box_news .menu_ttl:before,
.box_news .menu_ttl:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	width: calc(50% - 3em);
	height: 6px;
	background-image: url(../images/bg_dotted.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.box_news .menu_ttl:before {
	left: 0;
}

.box_news .menu_ttl:after {
	right: 0;
}

.wrap_news {
	padding-right: 1em;
}

.wrap_news dl {
	margin-top: 1.2em;
}

.wrap_news .date {
	color: #AF0F0F;
	font-weight: bold;
}

.wrap_news a {
	color: black;
}

.sec_top_cnt .wrap_half {
	display: flex;
	justify-content: space-between;
}

.sec_top_cnt .wrap_half > div {
	width: 47%;
}

.box_white .icon {
	position: relative;
	margin: 0 auto 10px;
}

.box_event .icon:before,
.box_exp .icon:before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 120px;
	height: 4px;
	background-image: url(../images/bg_dotted.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.box_festival .icon:before,
.box_festival .icon:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	width: calc(50% - 5em);
	height: 6px;
	background-image: url(../images/bg_dotted.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.box_festival .icon:before {
	left: 0;
}

.box_festival .icon:after {
	right: 0;
}

.box_white .icon img {
	max-width: 120px;
	width: 100%;
}

.box_white .box_text {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
}

.box_event,
.box_exp,
.box_festival {
	text-align: center;
}

/*.box_event,
.box_exp{
	width: 45%;
}*/

/*
.grid {
	background: yellow;
	margin: auto;
}

.grid-item {
	width: 100px;
	margin: 0 0.5% 2%;
	background: red;
}

.grid-item--large {
	width: 300px;
	margin-left: 0;
	margin-right: 0;
}
*/

/*.grid-item {
     width: 140px;
     margin:5px;
     box-sizing:border-box;
     padding:2rem;
     font-size:2rem;
     background: red;
     border-radius:6px;
}
.grid-item--large {
     width: 290px;
}*/

/*------------------------------
	INSTAGRAM
------------------------------*/
.sec_insta {
	padding: 0 1.5em 3em;
}

.sec_insta .menu_ttl {
	padding-bottom: .5em;
	margin-bottom: 2em;
}

.sec_insta .menu_ttl:before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 120px;
	height: 4px;
	background-image: url(../images/bg_dotted.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.list_insta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.list_insta .cnt {
	width: 47%;
	margin-bottom: 1.5em;
}

.list_insta .cnt a {
	display: block;
	height: 100%;
}

.list_insta .cnt img {
	width: 100%;
	height: 100%;
}


/*-------------------------------------
 ▼中型画面向けデザイン（タブレットなど）
 --------------------------------------*/
@media screen and (min-width: 768px) {

	/* TOPページのみ共通ヘッダーの透過を設定 */
	.header_menu_top:before{
		content: none;
	}

	/*------------------------------
		MV
	------------------------------*/
	.sec_mv {
		height: calc(100vh - 110px);
		background: none;
	}

	.mv_cnt {
		width: 260px;
		top: 94px;
	}

	.mv_logo {
		width: 132px;
		height: 132px;
	}

	body{
		position: relative;
	}
	body:before{
		content: "";
		position: fixed;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-image: url(../images/index/img_mv_pc.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}

	/*------------------------------
		TOPページのメニュー
	------------------------------*/
	.sec_menu {
		padding-top: 4em;
		padding-bottom: 2em;
	}

	.sec_menu .base {
	}

	.menu_line {
		padding: 0 3%;
		grid-template-columns: repeat(6,1fr);
	}

	.menu_line > li {
		width: 100%;
		margin-bottom: 2.5em;
		font-size: 15px;
	}

	.menu_line > li a {
		width: 100%;
		margin: 0 auto .8em;
		transition: all 0.3s ease;
	}

	.menu_line > li a img {
	}
	.menu_line > li a:hover{
		transform: scale(1.1);
	}

	/* slickのdots */
	.wrap_menu .slick-dots {
	}


	/*------------------------------
		TOPページコンテンツ
	------------------------------*/
	.bg_top {
		background: none;
	}

	.sec_top_cnt {
		background: linear-gradient(-58deg, rgba(240, 206, 208, 0.9),rgba(212, 235, 249, 0.9) 50%, rgba(195, 233, 244, 0.9));
	}

	.sec_top_cnt .base{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.box_white {
		width: 47%;
		margin-bottom: 2em;
		border-radius: 20px;
	}

	.box_white.box_news{
		width: 47%;
	}

	.sec_top_cnt .wrap_half {
		width: 47%;
		flex-direction: column;
	}

	.sec_top_cnt .wrap_half > div {
		width: 100%;
	}

	.box_festival{
		width: 47%;
	}

	.box_white.box_news,
	.box_white > a {
		padding: 2.5em 3em;
	}

	.icon_arrow:before {
		border-width: 0 0 90px 90px;
		transition: all 0.3s ease;
	}

	.icon_arrow:after {
		bottom: 20px;
		right: 18px;
		display: block;
		width: 17px;
		height: 17px;
	}

	a.icon_arrow:hover:before,
	.box_white a:hover .icon_arrow:before{
		border-color: transparent transparent rgb(221, 70, 75) transparent;
	}

	.menu_ttl {
		font-size: 23px;
	}

	.menu_ttl .en {
		font-size: 12px;
	}

	.box_news .menu_ttl:before,
	.box_news .menu_ttl:after {
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		margin: auto;
		width: calc(50% - 3em);
		height: 6px;
		background-image: url(../images/bg_dotted.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	.box_news .menu_ttl:before {
		left: 0;
	}

	.box_news .menu_ttl:after {
		right: 0;
	}

	.wrap_news {
		min-height: 311px;
		padding-right: 0;
	}

	.wrap_news dl {
		font-size: 15px;
	}

	.wrap_news .date {
	}

	.wrap_news a:hover {
		text-decoration: underline;
	}

	.box_white .icon {
		max-width: 352px;
	}

	.box_event .icon:before,
	.box_exp .icon:before {
	}

	.box_festival .icon:before,
	.box_festival .icon:after {
	}

	.box_festival .icon:before {
		left: 0;
	}

	.box_festival .icon:after {
		right: 0;
	}

	.box_white .icon img {
		max-width: 120px;
	}

	.box_white .box_text {
		font-size: 15px;
	}

	.box_event,
	.box_exp,
	.box_festival {
	}
	/*------------------------------
		INSTAGRAM
	------------------------------*/
	.sec_insta {
		padding: 5em 0;
		background-color: white;
	}

	.sec_insta .menu_ttl {
		padding-bottom: .5em;
		margin-bottom: 2em;
	}

	.sec_insta .menu_ttl:before {
	}

	.list_insta {
	}


	.list_insta .cnt {
		width: 23%;
		max-width: 284px;
	}

	.list_insta .cnt a{
		overflow: hidden;
	}

	.list_insta .cnt a img{
		transition: all 0.3s ease;
	}
	.list_insta .cnt a:hover img{
		transform: scale(1.15);
	}

	.list_insta .cnt img {
	}
}
