@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;
}
.SPdisplayNone {
	display:none!important;
}
#TopicPath{
	margin: 60px 0;
}
.splide__arrow{
	width: 22px;
	height: 22px;
	background: url(../img/img_L.png);
	background-size: 100% 100%;
	opacity: 1;
	transition: 0.3s;
}
.splide__arrow--prev{
	left: 40%;
}
.splide__arrow--next{
	right: 40%;
	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: 6px;
	height: 6px;
	margin: 5px;
	border-radius: 0;
	opacity: 1;
	background: #7f7f7f;
}
.splide__pagination__page.is-active{
	background: #000;
	transform: scale(1);
}

#splide_award{
	position: relative;
	padding-top: 110px;
	margin-bottom: 20px;
}
#splide_award .splide__list{
	align-items: flex-start;
	transition: 0.2s;
}
#splide_award .splide__pagination{
	width: 100%;
	top: 0;
	bottom: auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#splide_award .splide__pagination li{
	width: calc((100% - 30px)/4.0001);
	height: 80px;
	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: 2px;
	background: #000;
}
#splide_award .splide__arrow{
	top: auto;
	bottom: -25px;
	transform: translateY(50%);
}

.ui_tab{
	position: relative;
	margin: 0;
	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{
	transition: 0.3s;
}
.ui_tabBtn.is_on::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #000;
}
.ui_tabBody{
	position: static;
	left: 0;
	top: 0;
	width: calc(100% + 20px);
	z-index: -1;
	display: none;
}
.ui_tabBody.is_show{
	z-index: 1;
	display: block;
}
.products_btn{
	padding-top: 5px;
	width: calc((100% - 30px)/4.0001);
	height: 88px;
	margin: 0 0 10px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 0.5rem;
	font-weight: 700;
}
.products_btn_pic{
	max-width: 58%;
	margin-bottom: 5px;
}
.products_body{
	margin: 30px -10px 0;
	background: #f3f3f3;
}
.award_btn{
	width: calc((100% - 20px)/3.00001);
	height: 28vw;
	background: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.award_btn img{
	width: 60% !important;
	height: auto;
}
.award_btn3 img{
	width: 80% !important;
}
.ui_open{
	margin-bottom: 20px;
	position: relative;
}
.des_more{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 40px;
	padding: 3px 0 14px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.des_more::before,.des_more::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 6px;
	width: 11px;
	height: 1px;
	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: 86px;
	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: -5px;
	width: 70px;
	height: 40px;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
	font-size: 0.75rem;
	font-weight: 700;
}
.ui_open_close_in::before,.ui_open_close_in::after{
	content: '';
	position: absolute;
	right: 0;
	top: 19px;
	width: 15px;
	height: 1px;
	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{
	width:100%;
}
.des_kv{
	position: relative;
	margin: 0 -10px 60px;
}
.des_kv_text{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}
.des_kv_text h1{
	margin-top: -10px;
	margin-bottom: 15px;
	font-size: 2.2rem;
	line-height: 1.15;
	letter-spacing: 0.045em;
}
.des_scr{
	position: relative;
	text-align: center;
	width: 22px;
	height: 32px;
	margin: 80px auto 60px;
}
.des_scr>div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.des_tit_box{
	margin-bottom: 35px;
	text-align: center;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.3;
}
.des_tit_box h2{
	margin: 0 0 15px !important;
	font-size: 1.8rem;
	line-height: 1.3;
}
.des_tit_box p{
	line-height: 1.8;
}
.award_item{
	padding: 30px 0 50px;
	display: flex;
	justify-content: space-between;
}
.award_pic{
	width: 42%;
	margin: 0 -5% 0 -10px;
}
.award_text{
	position: relative;
	z-index: 2;
	width: 58%;
	margin-right: 3%;
	font-size: 0.7rem;
}
.award_text p{
	line-height: 1.7;
}
.award_link{
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid currentColor;
	font-size: 0.875rem;
	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: 8px;
	height: 8px;
	background: url(../img/img_blank.png) no-repeat;
	background-size: 100% 100%;
}
.des_gray{
	padding: 70px 0 50px;
	border-radius: 45px 45px 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%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 0.5625rem;
}
.products_kv_text h3{
	margin-bottom: 6px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #333;
}
.products_kv_mark{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px auto 5px;
}
.products_kv_mark p{
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 0.45rem;
	line-height: 1.2;
}
.products_gmark p{
	padding-left: 3px;
}
.products_gmark img,.products_reddot img,.products_if img{
	max-width: 100%;
	width: auto;
	height: 25px;
}
.products_kv_text_bh h3{
	margin-bottom: 2px;
}
.products_kv_text_bh .products_kv_mark{
	margin-top: 8px;
	text-align: left;
}
.products_kv_text_stx h3{
	margin-bottom: 4px;
}
.products_kv_text_stx .products_kv_mark{
	margin-top: 5px;
	text-align: left;
}
.products_kv_text_bh .products_gmark p,
.products_kv_text_stx .products_gmark p{
	padding-top: 0;
	padding-bottom: 0;
}
.products_reddot{
	margin-left: 2px;
}
.products_if{
	display: flex;
	align-items: center;
	margin: 2px auto -12px 6px;
}
.products_if p{
	margin-left: 5px;
}
.products_no{
	margin-bottom: 2px;
	min-height: 200px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.com_box{
	margin-bottom: 2px;
	padding: 30px 0 40px;
	background: #fff;
}
.com_head{
	margin-bottom: 20px;
}
.com_text{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.des_stit{
	margin-bottom: 30px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.com_info{
	padding: 10px;
	font-size: 0.5rem;
}
.com_info p{
	line-height: 2;
}
.com_name{
	margin-bottom: 2px;
	font-size: 0.875rem;
}
.com_name small{
	display: inline-block;
	margin-left: 10px;
	font-size: 0.5625rem;
	color: #888;
}
.com_intro{
	position: relative;
	margin: 0 10px;
	padding: 25px 10px;
	font-size: 0.8125rem;
	line-height: 2;
}
.com_intro p{
	margin-bottom: 1.8em;
	line-height: 1.65;
}
.com_intro p:last-child{
	margin-bottom: 0;
}
.com_intro::before,.com_intro::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	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: 30px 0;
	background: #fff;
}
.movie_splide{
	padding-bottom: 55px;
}
.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: 30px 0 1px;
	background: #fff;
}
.lineup_list{
	margin: 0 1px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	letter-spacing: 0.06em;
}
.lineup_item{
	margin: 0 5% 50px;
	width: 40%;
	text-align: center;
	color: #333 !important;
	text-decoration: none !important;
}
.lineup_item p{
	line-height: 1.5;
}
.lineup_pic{
	max-width: 243px;
	margin-bottom: 20px;
}
.lineup_pic img{
	width: auto;
	height: auto;
	max-width: 149px;
	max-height: 200px;
}
.lineup_name{
	margin-bottom: 6px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}
.lineup_info{
	margin: 0 -10px 15px;
	font-size: 0.75rem;
}
.lineup_btn{
	display: inline-block;
	padding-bottom: 1px;
	font-size: 0.75rem;
	font-weight: 700;
	color: #333 !important;
	text-decoration: none !important;
	border-bottom: 1px solid currentColor;
}
.lineup_btn::after{
	content: '';
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	width: 12px;
	height: 10px;
	background: url(../img/img_links_sp.png) no-repeat;
	background-size: 100% 100%;
}
.des_sp_note{
	margin-bottom: 20px;
	font-size: 0.8125rem;
	text-align: center;
}
.des_sup{
	position: relative;
	top: 1px;
	font-size: 0.65rem;
}
.des_note{
	font-size: 0.65rem;
	line-height: 1.6;
}
.des_mb05{
	margin-bottom: 5px;
}
img#FW4_zoomoutImg,img#FW4_zoominImg{
	display: none;
}
.lineup_info_rei{
	margin-left: -30%;
	margin-right: -30%;
}
.award_link_box .des_note{
	margin: -3px -8px 10px;
}
.des_mb0{
	margin-bottom: 0 !important;
}



@media screen and (min-width:768px) and (max-width:1274px) { 
	
}








