@charset "utf-8";

.pc_only {
display: none;
}


.sp_only {
display: block;
}

.second_page {
	padding-top: 80px;
}

#tekakuma_wrap .second_page {
	padding-top: 0;
}

.kv_main .kv_img_box {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.kv_main .kv_img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_main {
	width:100%;
	height: 100vh;
	min-height: 700px;
	margin:0 auto;
}

footer .top_footer_inner ul {
	margin: 20px 0 10px;
}

footer .top_footer_inner ul li a {
	color: #fff;
	line-height: 2;
}

.space_page_title {
	max-width: 200px;
	width: 80%;
	margin: 80px auto 20px;
}

.space_page_title img {
	width: 100%;
}

.space_opening {
	text-align: center;
	margin: 20px auto 50px;
}

.space_opening .space_name {
	max-width: 80px;
	width: 80%;
	margin: 10px auto 20px;
}

.space_opening .space_name img {
	width: 100%;
}

.space_sns .space_sns_link div {
	margin-top: 20px;
}

.space_sns_link {
	width: 90% !important;
}

.space_detail_item,
.space_sns_link2,
.space_detail_item {
	width: 90%;
	margin: 10px auto;
}

.space_detail_item li a img {
	width: 100%;
	margin-bottom: 20px;
}

.coloring_page_title,
.others_page_title {
	width: 100%;
}

.coloring_page_title img,
.others_page_title img {
	height: 300px;
	object-fit: cover;
}

.second_page h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

.second_page h2 span {
    font-size: 2rem;
}

.top_coloring .top_coloring_txt {
    text-align: center;
    margin: 30px 0 50px;
	padding: 0 10px;
}

.coloring_page .top_coloring_box,
.characters_gallery_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 95%;
	margin: 10px auto;
}

.coloring_page .top_coloring_box .top_coloring_detail,
.characters_gallery_box .characters_gallery_detail {
	width: 48%;
	margin: 0 0 4% 0;
	text-align: center;
}

.coloring_page .top_coloring_box > div:nth-child(even),
.characters_gallery_box > div:nth-child(even) {
	margin-left: 4%;
}

.coloring_page .top_coloring_box .tcd_img img {
	width:100%;
	height: 200px;
	object-fit: cover;
}

.coloring_page .top_coloring_box .tcd_img a {
	color: #000;
}

.characters_gallery_box .characters_gallery_detail .glr_img img {
	width:100%;
	object-fit: cover;
}

.others_line_banner,
.wotakuan_line_banner{
	max-width: 500px;
	width: 90%;
	margin: 10px auto;
}

.others_line_s_box img,
.others_line_banner img,
.wotakuan_line_banner img{
	width: 100%;
}

.others_line_s_box .others_line_s_l,
.others_line_s_box .others_line_s_r,
.others_line_e_box {
	width: 90%;
	margin: 10px auto;
}

.others_line_e_box div a img {
	width: 100%;
}

.others_gallery_title {
	text-align: center;
	font-size: 2.5rem;
	margin: 10px 0;
}

.wotakuan_opening h2 {
	margin : 35px 0 15px;
}

.wotakuan_line_e_box,
.wotakuan_line_banner {
	max-width: 500px;
	width: 90%;
	margin: 10px auto;
}

.mincho_line .mincho_line_banner,
.wotakuan_line .wotakuan_line_banner,
.others_line .others_line_banner {
	max-width: 500px;
	width: 90%;
	margin: 10px auto;
}

.mincho_line .mincho_line_banner img,
.wotakuan_line .wotakuan_line_banner img,
.others_line .others_line_banner img {
	width: 100%;
}

.wotakuan_line p,
.others_line p {
	text-align: center;
}

.wotakuan_line_s_box a {
	word-break: break-all;
}

.characters .wotakuan_gallery_title {
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	color: #000;
	margin: 150px 0 30px;
}

.characters .characters_mincho_box,
.characters .characters_wotakuan_box,
.characters .characters_gallery_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 95%;
	margin: 10px auto;
}

.characters .characters_mincho_box .characters_mincho_detail,
.characters .characters_wotakuan_box .characters_wotakuan_detail,
.characters .characters_gallery_box .characters_gallery_detail {
	width: 48%;
	margin: 0 0 4% 0;
}

.characters .characters_mincho_box > div:nth-child(even),
.characters .characters_wotakuan_box > div:nth-child(even),
.characters .characters_gallery_box > div:nth-child(even) {
	margin-left: 4%;
}

.characters .characters_mincho_box .characters_mincho_detail img,
.characters .characters_wotakuan_box .characters_wotakuan_detail img,
.characters .characters_gallery_box .characters_gallery_detail img {
	width: 100%;
}

.characters .characters_gallery_box .characters_gallery_detail{
	max-width: 320px;
	max-height: 320px;
}

.characters .characters_gallery_box .characters_gallery_detail img {
	object-fit: cover;
}

.characters {
    position: relative;
}

.characters .mincho_top_stamp {
    width: 130px;
}

.characters .mincho_top_stamp {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.characters h2.mincho_page_title {
    background: #E2EBEA;
    color: #70AEB9;
    padding: 150px 0 30px;
}

.mincho_page_title .mincho_opening_txt {
    font-size: 1.5rem;
    padding-top: 60px;
    font-weight: normal;
    color: #000;
}

.mincho_sns {
	margin: 20px 0;
}

.mincho_sns .mincho_sns_link div {
	margin-bottom: 20px;
}

.mincho_line_s_box img,
.mincho_line_e_box img,
.wotakuan_line_e_box img,
.wotakuan_line_s_l img,
.wotakuan_line_s_r img {
width:100%;
}

.characters .mincho_gallery_title {
    font-size: 4rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    color: #70AEB9;
    margin: 150px 0 30px;
}

.mincho_line_s_box,
.wotakuan_line_s_l,
.wotakuan_line_s_r {
	width: 95%;
	margin: 10px auto;
}

.kv_img_item {
	margin-top: 0 !important;
	top: 44% !important;
	z-index:99;
}

.kv_img_item2 {
	top: 5% !important;
	margin-top: 0 !important;
}

footer {
}

.space_sns_os {
margin-bottom: 20px;
}

.nft_btn {
width: 95%;
margin: 50px auto 30px;
}

.nft_wrap .f_bg {
width:100%;
	height: 300px;
	background-size: 100%;
}

.nft_ct_img {
	display: none;
}
	
.nft_ct_img_sp {
	width: 90%;
	margin: 20px auto;
}

.nft_ct_img_sp img {
	width: 100%;
}

#to_en_btn_box #to_en_btn1,
#to_en_btn_box #to_en_btn2,
#to_jp_btn_box #to_jp_btn1,
 #to_jp_btn_box #to_jp_btn2{
	width: 80px !important;
}


#to_en_btn_box #to_en_btn1,
#to_jp_btn_box #to_jp_btn1 {
	bottom:63px !important;
}

.sns_btn_box {
margin-bottom: 100px;
}

.sns_btn_box div {
margin: 20px 0;
}
	
.line_emoji_img {
  width: 90%;
  margin: 20px auto;
}

.line_emoji_img img {
  width: 100%;
	}
	
	.line_emoji_btn {
  width: 95%;
  margin: 20px auto 80px;
	}
	
	.line_emoji_btn a {
	background: #00b84f;
	color: #fff;
  padding: 20px 15px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

	footer .footer_inner_l a {
		line-height: 2;
}

	footer .fl_item1 {
		display: none;
	}


.haniwa_cont1 .h_txt_1 {
	width: 60vw;
	margin: 30px auto 50px;
}

.haniwa_cont2_inr {
	width: 90%;
	margin: 0 auto;
}

.haniwa_cont2_inr > div {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	line-height: 2;
	font-size: 17px;
	margin-bottom: 30px;
}

.haniwa_cont2_inr > div .haniwa_cont2_btn1 a,
.haniwa_cont2_inr > div .haniwa_cont2_btn2 a {
	margin: 20px auto;
	max-width: 240px;
	padding: 10px 25px;
}


.haniwa_cont3 #hnw_parts_1 {
position: absolute;
  left: 0;
  top: -12%;
  width: 70vw;
}

.haniwa_cont3 #hnw_parts_2 {
position: absolute;
  right: 0;
  top: -11%;
  width: 70vw;
}

#hnw_parts_4,
#hnw_parts_4 img	{
	width:100%;
			}

.haniwa_sns .sns_btn_box {
	width: 90%;
	margin: 0 auto;
}

#haniwa_wrap .follow_us_img {
	width:50%;
	margin: 0 auto 15px;
}

.haniwa_cont3 {
  padding:80px 0 0;
}

#haniwa_wrap .characters_gallery_box {
  padding: 20px 80px;
  box-sizing: border-box;
}

.haniwa_cont2 {
  padding-bottom: 150px;
}

	#haniwa_wrap	.haniwa_type_pc	{
		display: none;
}

	#haniwa_wrap .haniwa_typeimg {
		width: 70%;
		margin: 0 auto 10px;
	}
	
	#haniwa_wrap .haniwa_typeimg img {
		width: 100%;
}

	#haniwa_wrap	.haniwa_typetitle {
		width: 80%;
		margin: 20px auto 0;
	}
	
	#haniwa_wrap	.haniwa_typetitle img {
		width: 100%;
	}

	#haniwa_wrap	.haniwa_type_wrap .h_txt_1 {
		max-width: 500px;
		width: 50%;
		margin: 20px auto;
	}
	
	#haniwa_wrap	.haniwa_type_wrap .h_txt_1 img {
		width: 100%;
	}
	
	#haniwa_wrap	.haniwa_type_wrap .haniwa_type_items {
		max-width: 700px;
		width: 90%;
		margin: 0 auto;
	}
	
	#haniwa_wrap	.haniwa_type_wrap .haniwa_type_items img {
		width: 100%;
	}
	
	#haniwa_wrap	.haniwa_type_wrap .haniwa_typetxt1 {
		text-align: center;
		width: 90%;
		margin: 20px auto;
	}
	
	#haniwa_wrap	.haniwa_type_wrap .haniwa_typetxt2 {
		text-align: center;
		width: 90%;
		margin: 40px auto 0;
		font-size: 23px;
	}
	
