@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP&display=swap');

.des_font_ns{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.des_font_lato{
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.06em;
}
.PCdisplayNone {
	display:none!important;
}
#TopicPath{
	margin: 80px 0;
}
.splide__arrow{
	width: 32px;
	height: 32px;
	background: url(../img/img_L.png);
	background-size: 100% 100%;
	opacity: 1;
	transition: 0.3s;
}
.splide__arrow--prev{
	left: 0;
}
.splide__arrow--next{
	right: 0;
	background-image: url(../img/img_R.png);
}
.splide__arrow svg{
	display: none;
}
.splide__arrow:hover:not(:disabled){
	opacity: 0.6;
}
.splide:not(.is-overflow) .splide__pagination{
	display: flex;
}
.splide__pagination__page{
	width: 7px;
	height: 7px;
	margin: 5px;
	border-radius: 0;
	background: #7f7f7f;
	opacity: 1;
}
.splide__pagination__page.is-active{
	background: #000;
	transform: scale(1);
}

#splide_award{
	position: relative;
	padding-top: 310px;
	margin-bottom: 80px;
}
#splide_award .splide__list{
	height: auto !important;
}
#splide_award .splide__pagination{
	width: 100%;
	top: 0;
	bottom: auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#splide_award .splide__pagination li{
	width: 310px;
	height: 310px;
	background: #f4f4f4 url(../img/img_award01.png) no-repeat center center;
	background-size: 60% 60%;
}
#splide_award .splide__pagination li:nth-child(2){
	background-image: url(../img/img_award02.png);
}
#splide_award .splide__pagination li:nth-child(3){
	background-image: url(../img/img_award03.png);
	background-size: 90% 90%;
}
#splide_award .splide__pagination li:nth-child(4){
	background-image: url(../img/img_award04.png);
	background-size: 80% 80%;
}
#splide_award .splide__pagination__page{
	width: 100%;
	height: 100%;
	margin: 0;
	background: none;
}
#splide_award .splide__pagination__page.is-active::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #000;
}
#splide_award .splide__arrow{
	top: auto;
	bottom: 190px;
	transform: translateY(50%);
}

.ui_tab{
	position: relative;
	height: auto !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.ui_tabBtn{
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}
.ui_tabBtn:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.ui_tabBtn.is_on::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #000;
}
.ui_tabBody{
	position: static;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	display: none;
}
.ui_tabBody.is_show{
	z-index: 1;
	display: block;
}
.products_btn{
	padding-top: 8px;
	width: calc((100% - 60px)/4.00001);
	height: 310px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.125rem;
	font-weight: 700;
}
.products_btn_pic{
	max-width: 58%;
	margin-bottom: 20px;
}
.products_body{
	margin-top: 60px;
	background: #f3f3f3;
}
.award_btn{
	width: calc((100% - 45px)/3.00001);
	height: 310px;
	background: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ui_open{
	margin-bottom: 10px;
	position: relative;
}
.des_more{
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 70px;
	padding: 5px 0 34px;
	text-align: center;
	transition: 0.3s;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.des_more::before,.des_more::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 12px;
	width: 24px;
	height: 2px;
	background: #000;
	transform: translateX(-50%);
}
.des_more::after{
	transform: translateX(-50%) rotate(-90deg);
}
.des_more_t2{
	display: none;
}
.ui_open_btn.is_on .des_more_t1{
	display: none;
}
.ui_open_btn.is_on .des_more_t2{
	display: block;
}
.ui_open_btn{
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}
.ui_open_btn.is_on .des_more::after{
	display: none;
}
.ui_open_btn:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.ui_open_close{
	height: 100px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	cursor: pointer;
}
.ui_open_close:hover{
	opacity: 0.6;
}
.ui_open_close_in{
	position: relative;
	left: -15px;
	width: 110px;
	height: 40px;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
	font-size: 1.125rem;
	font-weight: 700;
}
.ui_open_close_in::before,.ui_open_close_in::after{
	content: '';
	position: absolute;
	right: 0;
	top: 20px;
	width: 24px;
	height: 2px;
	background: #000;
	transform: rotate(45deg);
}
.ui_open_close_in::after{
	transform: rotate(-45deg);
}
.ui_open_box{
	display: none;
}


.des_ww a{
	opacity:1;
	transition: 0.3s;
}
.des_ww a:hover{
	opacity:0.6;
	transition: 0.3s;
}
.des_ww .contentsWidth{
	align-items:flex-start;
}
.des_ww img{
	max-width:100%;
}
.des_kv{
	margin-top: 40px;
	margin-bottom: 80px;
	position: relative;
}
.des_kv_text{
	position: absolute;
	left: 7.5%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
}
.des_kv_text h1{
	margin-top: -30px;
	margin-bottom: 30px;
	font-size: 5rem;
	line-height: 1.1;
	letter-spacing: 0.08em;
	text-shadow: 0 0 10px rgba(255,255,255,0.8);
}
.des_scr{
	position: relative;
	text-align: center;
	width: 26px;
	height: 32px;
	margin: 80px auto 60px;
}
.des_scr>div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.des_tit_box{
	margin-bottom: 70px;
	text-align: center;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
}
.des_tit_box h2{
	margin-bottom: 25px;
	font-size: 3.75rem;
	line-height: 1.3;
}
.award_wp{
	margin-bottom: 40px;
}
.award_item{
	width: 88%;
	max-width: 1080px;
	min-height: 380px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.award_pic{
	width: 24%;
	margin-left: -1%;
}
.award_text{
	width: 73%;
	font-size: 1.125rem;
}
.award_text p{
	line-height: 2;
}
.award_link{
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 2px solid currentColor;
	font-size: 1.5rem;
	font-weight: 700;
	color: #333 !important;
	text-decoration: none !important;
}
.award_link::after{
	content: '';
	margin: -5px 0 0 10px;
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: url(../img/img_blank.png) no-repeat;
	background-size: 100% 100%;
}
.des_gray{
	padding: 130px 0;
	border-radius: 100px 100px 0 0;
	background: #f4f4f4;
}
.products_kv{
	margin-bottom: 2px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #fff;
}
.products_kv_pic{
	width: 50%;
}
.products_kv_text{
	width: 50%;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.125rem;
	letter-spacing: 0.06em;
}
.products_kv_text h3{
	margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #333;
}
.products_kv_mark{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}
.products_kv_mark p{
	padding-left: 8px;
	font-size: 0.65rem;
	line-height: 1.5;
}
.products_gmark img,.products_reddot img,.products_if img{
	max-width: 100%;
	width: auto;
	height: 76px;
}
.products_reddot{
	margin-left: 12px;
	text-align: left;
}
.products_if{
	margin-left: 12px;
	text-align: left;
}
.products_no{
	margin-bottom: 2px;
	min-height: 200px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.com_box{
	margin-bottom: 2px;
	padding: 60px;
	background: #fff;
}
.com_head{
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.com_pic{
	width: 50.05%;
}
.com_text{
	width: 46%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.des_stit{
	margin-bottom: 55px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.com_text .des_stit{
	margin: auto;
}
.com_info{
	font-size: 0.75rem;
}
.com_info p{
	line-height: 2;
}
.com_name{
	margin-bottom: 20px;
	font-size: 1.125rem;
}
.com_name small{
	display: inline-block;
	margin-left: 15px;
	font-size: 0.75rem;
	color: #888;
}
.com_intro{
	position: relative;
	padding: 50px 20px;
	font-size: 1.125rem;
	line-height: 2;
}
.com_intro p{
	margin-bottom: 1.8em;
	line-height: 2;
}
.com_intro p:last-child{
	margin-bottom: 0;
}
.com_intro::before,.com_intro::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	background: url(../img/intro_left.png) no-repeat;
	background-size: 100% 100%;
}
.com_intro::after{
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	background-image: url(../img/intro_right.png);
}
.movie_box{
	margin-bottom: 2px;
	padding: 60px 0;
	background: #fff;
}
.movie_splide{
	padding-bottom: 80px;
}
.movie_splide .FW4_modal_youtube{
	position: relative;
	display: block;
}
.movie_splide .FW4_modal_youtube::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 59px;
	height: 58px;
	background: url(../img/movie_arr.png) no-repeat;
	background-size: 100% 100%;
	transform: translateX(-50%) translateY(-50%);
}
.lineup_box{
	margin-bottom: 2px;
	padding: 60px 15px;
	background: #fff;
}
.lineup_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	letter-spacing: 0.06em;
}
.lineup_item{
	width: 19.4%;
	margin: 0 2.5%;
	text-align: center;
	color: #333 !important;
	text-decoration: none !important;
}
.lineup_item p{
	line-height: 1.5;
}
.lineup_pic{
	max-width: 243px;
	margin-bottom: 25px;
}
.lineup_pic img{
	max-width: 100%;
	max-height: 290px;
	width: auto;
	height: auto;
}
.lineup_name{
	margin-bottom: 10px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
}
.lineup_info{
	margin-bottom: 35px;
	font-size: 1.125rem;
}
.lineup_btn{
	display: inline-block;
	padding-bottom: 5px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #333 !important;
	text-decoration: none !important;
	border-bottom: 2px solid currentColor;
}
.lineup_btn::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 16px;
	height: 14px;
	background: url(../img/img_links.png) no-repeat;
	background-size: 100% 100%;
}
.des_sp_note{
	display: none;
}
.des_sup{
	position: relative;
	top: -2px;
	font-size: 0.75rem;
}
.des_note{
	font-size: 0.75rem;
	line-height: 1.6;
}
.des_mb05{
	margin-bottom: 5px;
}
.des_hei01{
	min-height: 85px;
}
.FW4_modalSupImageWrap{
	max-width: 1200px;
}
img#FW4_zoomoutImg,img#FW4_zoominImg{
	display: none;
}
.lineup_info_rei{
	margin-left: -30%;
	margin-right: -30%;
}
.award_link_box{
	display: flex;
}
.award_link_box .des_note{
	margin: 5px 0 0 20px;
}
.des_note25{
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.des_mb0{
	margin-bottom: 0 !important;
}



@media screen and (min-width:768px) and (max-width:1274px) { 
	#splide_award .splide__pagination li{
		width: 22vw;
		height: 22vw;
	}
	.products_btn{
		width: 22vw;
		height: 22vw;
		font-size: 0.75rem;
	}
	.products_btn_pic{
		margin-bottom: 1vw;
	}
	.award_btn{
		width: 30vw;
		height: 24vw;
		font-size: 0.75rem;
	}
	.award_btn img{
		width: 18vw;
	}
	
}








