@charset "utf-8";

/*----- reset -----*/
html{font-size:62.5%;height:100%;}
body{margin:0;padding:0;font-size:1.5rem;font-family:YakuHanJP,"Noto Sans CJK JP","Noto Sans JP",sans-serif;line-height:1.8;color:#333;height:100%;position:relative;letter-spacing:0.2em;overflow-wrap:break-word;word-wrap:break-word;-webkit-text-size-adjust:100%;background:#fff;width:auto;}
header,main,article,section,nav,footer{display:block;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:100%;}
textarea,select{font-family:YakuHanJP,"Noto Sans CJK JP","Noto Sans JP",sans-serif;}
input{font-family:YakuHanJP,"Noto Sans CJK JP","Noto Sans JP",sans-serif;line-height:1.5;color:#333;position:relative;letter-spacing:0.2em;overflow-wrap:break-word;word-wrap:break-word;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
em{font-style:normal;font-weight:bold;}
ol,ul{list-style:none;}
caption{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
input[type="text"],input[type="submit"],input[type="button"],input[type="email"],input[type="tel"],input[type="date"],select,button{-webkit-appearance:none;appearance:none;border-radius:0;border:none;background:none;}
select::-ms-expand{display:none;}

*,*::before,*::after{box-sizing:border-box;}
/*----- reset end -----*/
:root{
	--vw_100:100svw;
	--vw_50:calc(var(--vw_100) / 2);
}

html{visibility:hidden;}
html.wf-active, html.wf-inactive{visibility:visible;}
#wrapper{
	position:relative;
	overflow:hidden;
}


#header_wrap{
	display:flex;
	align-items:center;
	position:absolute;
	top:0;
	left:0;
	height:11.6svw;
	padding:1svw 45px 0;
}
.header_copy{
	max-width:632px;
	width:var(--vw_50);
}
.header_copy_img{
	display:block;
	width:100%;
	height:auto;
}

.shibaken-kun{
	color:#0E4B9F;
	font-weight:bold;
}
.shibaken-kun img{
	display:block;
	max-width:100%;
	width:auto;
	height:auto;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.mv_area{
	position:relative;
	padding-top:11.6svw;
	overflow:hidden;
}
.mv_copy{
	position:absolute;
	z-index:5;
	top:20.3svw;
	left:6svw;
	width:34svw;
	opacity:0;
	transition:opacity 0.7s;
}
.wf-active .mv_copy{
	opacity:1;
	transition-delay:2.4s;
}
.mv_parts_1{
	position:absolute;
	z-index:1;
	right:0.9svw;
	bottom:0;
	width:71svw !important;
	opacity:0;
	transform:translateX(-100px);
	transition:opacity 0.7s, transform 0.7s;
}
.wf-active .mv_parts_1{
	opacity:1;
	transform:translateX(0);
	transition-delay:0.5s;
}
.mv_parts_2{
	position:absolute;
	z-index:1;
	right:13.9svw;
	bottom:0.3svw;
	width:34.4svw !important;
	opacity:0;
	transform:translateY(100px);
	transition:opacity 0.7s, transform 0.7s;
}
.wf-active .mv_parts_2{
	opacity:1;
	transform:translateY(0);
	transition-delay:1.2s;
}
.mv_parts_3{
	position:absolute;
	z-index:1;
	right:0;
	bottom:0.2svw;
	width:27.9svw !important;
	opacity:0;
	transform:translateY(100px);
	transition:opacity 0.7s, transform 0.7s;
}
.wf-active .mv_parts_3{
	opacity:1;
	transform:translateY(0);
	transition-delay:1.4s;
}
.mv_bg{display:block;}
.mv_bg_img{width:100% !important;}

.profile_area{
	max-width:1160px;
	padding:100px 30px 165px;
	margin:auto;
}
.profile_head{
	max-width:300px;
	margin:0 auto 15px;
}
.profile_box{
	display:flex;
	align-items:flex-start;
	gap:65px;
}
.profile_slide{
	flex-shrink:0;
	width:43%;
}
.profile_slide_list{
	padding:0 50px;
	margin-bottom:25px !important;
	opacity:0;
}
.profile_slide_list.slick-initialized{opacity:1;}
.profile_slide .slick-arrow{
	top:0;
	bottom:0;
	width:33px;
	height:48px;
	margin:auto;
	transform:none;
}
.profile_slide .slick-prev{left:0;}
.profile_slide .slick-next{right:0;}
.profile_slide .slick-arrow::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	border:24px solid transparent;
	opacity:1 !important;
	transition:border 0.3s;
}
.profile_slide .slick-prev::before{
	border-right:33px solid #CDE0EF;
	border-left:none;
}
.profile_slide .slick-next::before{
	border-right:none;
	border-left:33px solid #CDE0EF;
}
.profile_slide .slick-prev:hover::before{border-right-color:#2772BA;}
.profile_slide .slick-next:hover::before{border-left-color:#2772BA;}
.profile_control{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}
.profile_dots{margin-right:10px;}
.profile_dots .slick-dots{
	display:flex;
	align-items:center;
	position:static;
}
.profile_dots .slick-dots li{
	width:10px;
	height:10px;
	margin:0 10px 0 0;
}
.profile_dots .slick-dots li button{
	background:#CDE0EF;
	border-radius:50%;
	transition:background 0.3s;
}
.profile_dots .slick-dots li button{
	width:100%;
	height:100%;
	padding:0;
}
.profile_dots .slick-dots .slick-active button{background:#2772BA;}
.profile_dots .slick-dots li button::before{display:none;}
.profile_btn{
	width:30px;
	height:30px;
	padding:0;
	background:url(/img/common/icon_stop.svg) no-repeat center;
	border:1px solid #2772BA;
	border-radius:50%;
	font-size:0;
	cursor:pointer;
	transition:background 0.3s;
}
.profile_btn.paused{background-image:url(/img/common/icon_start.svg);}
.profile_btn:hover{background-color:#DEEFF9;}
.profile_box_in{
	width:100%;
	margin-top:20px;
}
.profile_txt{margin-bottom:25px;}
.profile_info{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	gap:10px 25px;
	padding:0 45px;
	margin-top:35px;
}
.profile_term{
	flex-shrink:0;
	width:95px;
	padding:5px 0 6px;
	background:#2772BA;
	border-radius:15px;
	color:#fff;
	font-size:1.3rem;
	letter-spacing:2.6px;
	line-height:1.9rem;
	text-align:center;
}
.profile_data{width:calc(100% - 120px);}

.bg_area{
	position:relative;
	padding:120px 30px 90px;
	background:url(/img/shibaken-kun/bg_shibaken-kun.png) repeat top left/165px;
}
.bg_area::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200px;
	background:url(/img/shibaken-kun/bg_shibaken-kun_town.png) repeat-x top left/1366px;
}
.fade_in{
	opacity:0;
	transform:translateY(100px);
	transition:opacity 0.8s cubic-bezier(0.3,0.1,0.3,1), transform 0.8s cubic-bezier(0.3,0.1,0.3,1);
}
.fade_in.active{
	opacity:1;
	transform:translateY(0);
}

.story_box{
	position:relative;
	max-width:870px;
	padding:100px 150px 110px;
	margin:0 auto 85px;
	background:url(/img/shibaken-kun/bg_shibaken-kun_story_1.png) no-repeat center/100% 100%;
}
.story_head{
	max-width:350px;
	margin:0 auto 55px;
}
.story_txt{
	margin-bottom:25px;
	text-align:center;
}
.story_pic{
	position:absolute;
	margin:auto;
}
.story_pic.pic_1{
	top:30px;
	left:-155px;
	width:310px;
}
.story_pic.pic_2{
	top:30px;
	right:-90px;
	width:234px;
}
.story_pic.pic_3{
	bottom:70px;
	left:-155px;
	width:294px;
}
.story_pic.pic_4{
	right:-90px;
	bottom:70px;
	width:262px;
}

.activity_box{
	max-width:1100px;
	padding:45px 10%;
	margin:0 auto 100px;
	background:#fff;
	border:3px solid #96D4F2;
	border-radius:40px;
}
.activity_head{
	max-width:300px;
	margin:0 auto 50px;
}
.activity_list{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:30px;
	margin-bottom:50px;
}
.activity_item{
	color:#0E4B9F;
	font-size:1.4rem;
	letter-spacing:2.8px;
	line-height:2rem;
	text-align:center;
}
.activity_pic{
	position:relative;
	padding-bottom:75%;
	margin-bottom:10px;
	overflow:hidden;
}
.activity_img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.activity_txt{display:block;}
.activity_voice{
	display:block;
	max-width:718px;
	margin:auto;
}

.special_box{
	max-width:1100px;
	padding:50px 10% 95px;
	margin:0 auto 100px;
	background:#fff;
	border:3px solid #96D4F2;
	border-radius:40px;
}
.special_head{
	max-width:502px;
	margin:0 auto 25px;
}
.special_txt{text-align:center;}
.special_type{
	margin:60px 0 30px;
	color:#fff;
	font-weight:bold;
	line-height:2.1rem;
	text-align:center;
}
.special_type_txt{
	display:inline-block;
	min-width:240px;
	padding:7px 20px;
	border-radius:18px;
	background:#2772BA;
}
.special_list{
	display:grid;
	gap:40px 30px;
}
.special_list.column_1{grid-template-columns:1fr;}
.special_list.column_2{grid-template-columns:1fr 1fr;}
.special_list.column_3{grid-template-columns:1fr 1fr 1fr;}
.special_list.column_4{
	grid-template-columns:repeat(4, 1fr);
	gap:30px 20px;
}
.special_pic{
	display:block;
	position:relative;
}
.special_pic::before, .special_pic::after{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	opacity:0;
}
.special_pic::before{
	content:'';
	width:100%;
	height:100%;
	background:#2772BA;
	transition:opacity 0.3s;
}
.special_pic:hover::before{opacity:0.5;}
.special_pic::after{
	content:'拡大表示';
	right:0;
	bottom:0;
	width:105px;
	height:25px;
	padding-left:30px;
	margin:auto;
	background:url(/img/common/icon_zoom.svg) no-repeat center left;
	color:#fff;
}
.special_pic:hover::after{opacity:1;}
.link_btn{
	display:block;
	max-width:190px;
	width:100%;
	padding:12px 15px !important;
	margin:15px auto 0;
	background:#fff !important;
	border:1px solid #2772BA;
	border-radius:23px;
	color:#0E4B9F !important;
	font-size:1.3rem;
	letter-spacing:2.6px;
	line-height:1.9rem;
	text-align:center;
	text-decoration:none !important;
	transition:background 0.3s;
}
.link_btn:hover{background:#DEEFF9 !important;}
.link_btn_txt{
	display:inline-block;
	padding-left:20px;
	background:url(/img/common/popup_blue.svg) no-repeat center left/11px;
}

.sns_box{margin-bottom:80px;}
.sns_box_in{
	max-width:500px;
	padding:120px 20px 0;
	margin:auto;
	background:url(/img/shibaken-kun/bg_shibaken-kun_sns.png) no-repeat center/100% 100%;
}
.sns_head{
	max-width:228px;
	margin:0 auto 30px;
}
.sns_link{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100px;
	margin:0 auto 25px;
}
.sns_icon{transition:transform 0.3s;}
a:hover .sns_icon{transform:scale(1.1);}
.sns_txt{
	margin-bottom:35px;
	text-align:center;
}
.sns_pic{position:relative;}
.sns_img{
	width:100% !important;
	height:310px !important;
	object-fit:cover;
	object-position:top center;
}
.sns_img_txt{
	position:absolute;
	top:30px;
	right:-85px;
	max-width:185px !important;
}
.carousel_slide{margin-top:-105px;}
.carousel_slide .slick-list{overflow:visible;}
.carousel_item{
	position:relative;
	width:384px;
	padding-bottom:calc(384px * 0.703125);
}
.carousel_img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

.back_btn .link_btn{
	max-width:310px;
	padding:20px 15px 21px !important;
	border-radius:35px;
	font-size:1.8rem;
	letter-spacing:3.6px;
	line-height:2.7rem;
}
#return_top .return_btn{
	position:fixed;
	right:20px;
	bottom:20px;
	background:#2772BA;
	border-radius:50%;
	opacity:0;
	visibility:hidden;
	font-size:0;
	text-decoration:none !important;
	transition:background 0.3s, opacity 0.3s, visibility 0.3s;
}
#return_top .return_btn:hover{background-color:#0E4B9F;}
#return_top .return_btn.display, #return_top .return_btn.pos_end{
	opacity:1;
	visibility:visible;
}
#return_top .return_btn.pos_end{position:absolute;}


@media screen and (max-width:1200px){

.profile_info{padding:0;}

}


@media screen and (min-width:1025px) and (max-width:1200px){

.story_pic.pic_1{
	top:20px;
	left:-75px;
	width:264px;
}
.story_pic.pic_2{
	top:20px;
	right:-30px;
	width:195px;
}
.story_pic.pic_3{
	bottom:0;
	left:-75px;
	width:245px;
}
.story_pic.pic_4{
	right:-30px;
	bottom:0;
	width:224px;
}

.activity_box, .special_box{
	padding-right:8%;
	padding-left:8%;
	border-radius:30px;
}

}


@media screen and (max-width:1024px){

.profile_area{
	padding-top:50px;
	padding-bottom:90px;
}
.profile_head{max-width:214px;}
.profile_slide .slick-arrow{
	width:20px;
	height:30px;
}
.profile_slide .slick-arrow::before{border-width:15px;}
.profile_slide .slick-prev::before{border-right-width:20px;}
.profile_slide .slick-next::before{border-left-width:20px;}
.profile_txt{
	margin-bottom:15px;
	font-size:1.4rem;
	letter-spacing:2.8px;
}
.profile_info{column-gap:20px;}
.profile_data{
	margin-top:1px;
	font-size:1.4rem;
	letter-spacing:2.8px;
	line-height:2.5rem;
}

.bg_area::before{
	height:120px;
	background-size:820px;
}
.story_head{max-width:242px;}
.story_txt{
	margin-bottom:15px;
	font-size:1.4rem;
	letter-spacing:2.8px;
	line-height:2.5rem;
	text-align:left;
}
.story_txt br{display:none;}

.activity_box, .special_box{border-radius:20px;}
.activity_head{max-width:214px;}
.activity_list{column-gap:20px;}
.activity_item{
	font-size:1.3rem;
	letter-spacing:2.6px;
	line-height:1.9rem;
}

.special_head{
	max-width:347px;
	margin-bottom:20px;
}
.special_txt{
	font-size:1.4rem;
	letter-spacing:2.8px;
	line-height:2.5rem;
}
.special_type{
	margin-top:50px;
	font-size:1.3rem;
	letter-spacing:2.6px;
	line-height:1.9rem;
}
.special_type_txt{
	padding-top:8px;
	padding-bottom:8px;
}
.special_list{gap:30px 20px;}
.special_list.column_4{grid-template-columns:1fr 1fr 1fr;}

.sns_head{
	max-width:161px;
	margin-bottom:20px;
}
.sns_link{
	width:80px;
	margin-bottom:15px;
}
.sns_txt{
	font-size:1.4rem;
	letter-spacing:2.8px;
	line-height:2.5rem;
}
#return_top .return_btn, #return_top .return_txt{
	width:50px;
	height:50px;
}
#return_top .return_txt{background-size:20px;}

}


@media screen and (min-width:768px) and (max-width:1024px){

#header_wrap{
	padding-right:25px;
	padding-left:25px;
}
.header_copy{width:46.2svw;}

.mv_parts_1{transform:translateX(-60px);}
.mv_parts_2, .mv_parts_3{transform:translateY(60px);}

.profile_head{margin-bottom:35px;}
.profile_box{gap:50px;}
.profile_slide_list{padding:0 40px;}
.profile_box_in{margin-top:15px;}

.story_box{
	max-width:705px;
	padding:90px 130px 120px;
	margin-bottom:100px;
}
.story_head{margin-bottom:35px;}
.story_pic.pic_1{
	top:10px;
	left:-25px;
	width:195px;
}
.story_pic.pic_2{
	top:10px;
	right:20px;
	width:146px;
}
.story_pic.pic_3{
	bottom:-35px;
	left:-20px;
	width:183px;
}
.story_pic.pic_4{
	right:20px;
	bottom:-35px;
	width:164px;
}

.activity_box{
	padding-right:6.5%;
	padding-left:6.5%;
	margin-bottom:80px;
}
.activity_head{margin-bottom:40px;}

.special_box{padding:55px 6.5% 65px;}

.sns_box{margin-bottom:60px;}
.sns_box_in{
	max-width:400px;
	padding-top:90px;
	padding-bottom:70px;
}
.sns_txt{margin-bottom:25px;}
.sns_img{
	max-width:298px !important;
	height:auto !important;
	margin:auto;
}
.sns_img_txt{
	top:20px;
	max-width:164px !important;
}
.carousel_slide{margin-top:-145px;}
.carousel_item{
	width:313px;
	padding-bottom:calc(313px * 0.703125);
}
.back_btn .link_btn{
	max-width:280px;
	padding-top:19px !important;
	padding-bottom:20px !important;
	font-size:1.6rem;
	letter-spacing:3.2px;
	line-height:2.4rem;
}

}


@media screen and (max-width:767px){

#header_wrap{
	height:80px;
	padding:0 20px;
}
.header_copy{
	max-width:298px;
	width:auto;
}

.mv_area{padding-top:80px;}
.mv_copy{
	left:4svw;
	width:40svw;
}
.mv_parts_1{transform:translateX(-40px);}
.mv_parts_2, .mv_parts_3{transform:translateY(40px);}

.profile_area{
	padding-right:20px;
	padding-left:20px;
}
.profile_head{margin-bottom:25px;}
.profile_box{display:block;}
.profile_slide{width:auto;}
.profile_slide_list{
	max-width:375px;
	margin:0 auto 20px !important;
}
.profile_box_in{
	max-width:530px;
	margin:25px auto 0;
}
.profile_info{column-gap:20px;}

.bg_area{
	padding-right:20px;
	padding-left:20px;
}
.story_box{
	max-width:none;
	padding:60px 0 85px;
	margin:0 -20px 135px;
	background-size:700px 100%;
}
.story_head{margin-bottom:25px;}
.story_txt{
	max-width:calc(var(--vw_100) - 40px);
	min-width:335px;
	width:60%;
	margin-right:auto;
	margin-left:auto;
}
.story_pic.pic_1{
	top:-55px;
	left:10px;
	width:132px;
}
.story_pic.pic_2{
	top:-55px;
	right:15px;
	width:104px;
}
.story_pic.pic_3{
	bottom:-75px;
	left:10px;
	width:121px;
}
.story_pic.pic_4{
	right:20px;
	bottom:-75px;
	width:112px;
}

.activity_box{
	padding:45px 25px 30px;
	margin-bottom:60px;
}
.activity_head{margin-bottom:30px;}
.activity_list{margin-bottom:30px;}

.special_box{
	padding:45px 25px 50px;
	margin-bottom:60px;
}

.sns_box{margin-bottom:50px;}
.sns_box_in{
	max-width:335px;
	padding:70px 0 0;
}
.sns_txt{
	max-width:250px;
	margin:auto;
}
.sns_img{
	max-width:none !important;
	width:264px !important;
	height:auto !important;
	margin-left:-50px !important;
}
.sns_img_txt{
	top:10px;
	right:0;
	max-width:165px !important;
}
.carousel_slide{margin-top:-70px;}
.carousel_item{
	width:256px;
	padding-bottom:calc(256px * 0.703125);
}
.back_btn .link_btn{
	max-width:260px;
	padding-top:18px !important;
	padding-bottom:19px !important;
	font-size:1.5rem;
	letter-spacing:3px;
	line-height:2.1rem;
}

}


@media screen and (max-width:650px){

.special_list.column_3, .special_list.column_4{grid-template-columns:1fr 1fr;}

}


@media screen and (max-width:600px){

#header_wrap{position:static;}

.mv_area{padding:0;}
.mv_copy{
	top:30px;
	right:0;
	left:0;
	max-width:375px;
	width:auto;
	padding:0 20px;
	margin:auto;
}
.mv_parts_1{
	right:-45px;
	bottom:0;
	max-width:none !important;
	width:475px !important;
}
.mv_parts_2{
	right:70px;
	bottom:30px;
	width:245px !important;
}
.mv_parts_3{
	right:-20px;
	bottom:0;
	width:200px !important;
}
.mv_bg{height:530px;}
.mv_bg_img{
	height:100% !important;
	object-fit:cover;
	object-position:top;
}

.activity_voice{max-width:300px;}

}


@media screen and (max-width:500px){

.activity_list{
	display:block;
	margin:0;
}
.activity_item{margin-bottom:30px;}

.special_box{padding-bottom:20px;}
.special_head{max-width:172px;}
.special_txt{text-align:left;}
.special_list{display:block;}
.special_item{margin-bottom:30px;}

}