@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Tenor+Sans&display=swap");
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&display=swap');
/* ---------------------
.css
--------------------- */


/*--------------------------------------
    RESET
--------------------------------------*/
html,body,div,ul,li,dl,dt,dd,h1 {
	margin: 0;
	padding: 0;
}
p {
	text-align: left;
	/*-ms-text-justify: inter-ideograph;*/
}
img {
	margin: 0;
	padding: 0;
	/*vertical-align: bottom;*/
}
li { list-style: none; }

.img_p {
	margin: 0 0 10px;
}

/*--------------------------------------
    FONT
--------------------------------------*/
html {
	/*width: 100%;*/
	/*min-width: 1100px;*/
	font-size: 62.5%;
}
body {
	/*width: 100%;*/
	min-width: 1100px;
	height: 100%;
	line-height: 175%;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #4d4d4d;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	background: #fff;
}
.win body {
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.fontfamily_mincho {
	font-family: Century,"游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","メイリオ",Meiryo,serif;
}
.fontfamily_gothic {
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.mainscrollbtn {
	position: relative;
}
.mainscrollbtn:after {
	content: "SCROLL DOWN";
	margin: 0 auto;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	width: 14em;
	text-align: center;
	font-size: 1.0rem;
	color: rgba(33, 33, 33, 0.5);
}
.mainscrollbtn a {
	padding: 20px 0 15px;
	position: absolute;
	top: -35px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
}
.mainscrollbtn a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -12px;
  border-left: 1px solid #9293AD;
  border-bottom: 1px solid #9293AD;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.mainscrollbtn a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/*--------------------------------------
    LINK
--------------------------------------*/
a {	color: #2A7478;}/**/
a:visited { }
a { text-decoration: none;}
a:link { text-decoration: none;}
a:active { text-decoration: none;}
a:hover {
	text-decoration: underline;
}
a:hover img {
	transition: all 300ms ease-out;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/*--------------------------------------
    CLEARFIX
--------------------------------------*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1;}
.clear { clear: both;}

/*--------------------------------------
    COMMON
--------------------------------------*/
em { font-weight: bold; font-style: normal; }
.title_hidd { display: none;}
.bold { font-weight: bold; }
.bold_none { font-weight: normal !important; }
.text_red { color: #B93E3C; }
.text_blue { color: #2f3c95; }
.text_center { text-align: center; }
.text_right { text-align: right; }
.text_left { text-align: left; }
.underline { text-decoration: underline !important;}
.lh_100 { line-height: 100%; }
.lh_normal { line-height: 175%; }
.lh_note { line-height: 154%; }
.lh_long { line-height: 212%; }
.lh_short { line-height: 105%; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2.0rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
.f26 { font-size: 2.6rem !important; }
.minus_left { margin-left: -9px;}
.minus_right { margin-right: -9px;}
.main_text {
	margin: 5px 0 15px;
	font-size: 1.45rem;
	line-height: 155%;
}
.text_m_clear {
	margin: 0 0 0;
}
.textindent01 {
	margin: 0 0 5px 1.2em;
	text-indent: -1.2em;
}
.textindent_1em {
	margin: 0 0 10px;
	text-indent: 1em;
}
.display_none {
	display: none;
}
.notebox {
	font-size: 1.2rem;
}
.notebox dt {
	float: left;
}
.notebox dd {
	margin-left: 3rem;
}
.notetext_p {
	margin-left: 1em !important;
	text-indent: -1em;
}
.margin_center { margin: 0 auto;}
.win_icon {
	margin-right: 4px;
	padding-right: 16px;
	background: url(../img/all/win_icon.png) 100% 0.3em no-repeat;
}
.win_icon_w {
	margin-right: 4px;
	padding-right: 16px;
	background: url(../img/all/win_icon_w.png) 100% 0.3em no-repeat;
}

.tm00 { margin-top: 0 !important; }
.tm05 { margin-top: 5px !important; }
.tm10 { margin-top: 10px !important; }
.tm15 { margin-top: 15px !important; }
.tm18 { margin-top: 18px !important; }
.tm20 { margin-top: 20px !important; }
.tm25 { margin-top: 25px !important; }
.tm30 { margin-top: 30px !important; }
.tm35 { margin-top: 35px !important; }
.tm40 { margin-top: 40px !important; }
.tm45 { margin-top: 45px !important; }
.tm50 { margin-top: 50px !important; }
.tm55 { margin-top: 55px !important; }
.tm60 { margin-top: 60px !important; }
.tm65 { margin-top: 65px !important; }
.tm70 { margin-top: 70px !important; }
.tm75 { margin-top: 75px !important; }
.tm80 { margin-top: 80px !important; }
.tm85 { margin-top: 85px !important; }
.tm90 { margin-top: 90px !important; }
.tm95 { margin-top: 95px !important; }
.tm100 { margin-top: 100px !important; }

.lm00 { margin-left: 0 !important; }
.lm05 { margin-left: 5px !important; }
.lm10 { margin-left: 10px !important; }
.lm15 { margin-left: 15px !important; }
.lm18 { margin-left: 18px !important; }
.lm20 { margin-left: 20px !important; }
.lm25 { margin-left: 25px !important; }
.lm30 { margin-left: 30px !important; }
.lm35 { margin-left: 35px !important; }
.lm40 { margin-left: 40px !important; }
.lm45 { margin-left: 45px !important; }
.lm50 { margin-left: 50px !important; }
.lm55 { margin-left: 55px !important; }
.lm60 { margin-left: 60px !important; }
.lm65 { margin-left: 65px !important; }
.lm70 { margin-left: 70px !important; }
.lm75 { margin-left: 75px !important; }
.lm80 { margin-left: 80px !important; }
.lm85 { margin-left: 85px !important; }
.lm90 { margin-left: 90px !important; }
.lm95 { margin-left: 95px !important; }
.lm100 { margin-left: 100px !important; }

.rm00 { margin-right: 0 !important; }
.rm02 { margin-right: 2px !important; }
.rm05 { margin-right: 5px !important; }
.rm10 { margin-right: 10px !important; }
.rm15 { margin-right: 15px !important; }
.rm18 { margin-right: 18px !important; }
.rm20 { margin-right: 20px !important; }
.rm25 { margin-right: 25px !important; }
.rm30 { margin-right: 30px !important; }
.rm35 { margin-right: 35px !important; }
.rm40 { margin-right: 40px !important; }
.rm45 { margin-right: 45px !important; }
.rm50 { margin-right: 50px !important; }
.rm55 { margin-right: 55px !important; }
.rm60 { margin-right: 60px !important; }
.rm65 { margin-right: 65px !important; }
.rm70 { margin-right: 70px !important; }
.rm75 { margin-right: 75px !important; }
.rm80 { margin-right: 80px !important; }
.rm85 { margin-right: 85px !important; }
.rm90 { margin-right: 90px !important; }
.rm95 { margin-right: 95px !important; }
.rm100 { margin-right: 100px !important; }

.bm00 { margin-bottom: 0 !important; }
.bm05 { margin-bottom: 5px !important; }
.bm10 { margin-bottom: 10px !important; }
.bm15 { margin-bottom: 15px !important; }
.bm18 { margin-bottom: 18px !important; }
.bm20 { margin-bottom: 20px !important; }
.bm25 { margin-bottom: 25px !important; }
.bm30 { margin-bottom: 30px !important; }
.bm32 { margin-bottom: 32px !important; }
.bm35 { margin-bottom: 35px !important; }
.bm40 { margin-bottom: 40px !important; }
.bm45 { margin-bottom: 45px !important; }
.bm50 { margin-bottom: 50px !important; }
.bm55 { margin-bottom: 55px !important; }
.bm60 { margin-bottom: 60px !important; }
.bm65 { margin-bottom: 65px !important; }
.bm70 { margin-bottom: 70px !important; }
.bm75 { margin-bottom: 75px !important; }
.bm80 { margin-bottom: 80px !important; }
.bm85 { margin-bottom: 85px !important; }
.bm90 { margin-bottom: 90px !important; }
.bm95 { margin-bottom: 95px !important; }
.bm100 { margin-bottom: 100px !important; }

/*flexbox common*/
.content_flex_outer {
	width: auto;
	display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
}
/*flexだけ付与*/
.display_flex {
	display: -ms-flexbox;
    display: flex;
}
/*コンテナ式*/
.display_flex_column {
	display: -ms-flexbox;
    display: flex;
	flex-direction: column;
}
/*order*/
.flex_order_m1 {
	order: -1;
}
.flex_order_p1 {
	order: 1;
}
@media screen and (max-width: 767px) {
	.display_flex_column_sponly {
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}
}
/*wrap設定*/
.display_wrap {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.flex_space_between {
	justify-content: space-between;
}
.display_wrap > li {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.display_wrap > li {
		width: 100%;
	}
}
.justify_center {
	justify-content: center !important;
}
.justify_start {
	justify-content: flex-start !important;
}
/*flexbox align_self_center*/
.align_self_center {
	-ms-flex-item-align: center;
	align-self: center;
}
/*flexbox align_self_end（位置指定:bottom）*/
.align_self_end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.display_none {	display: none; }
.sp_display { display: none !important; }
.pc_display { display: block !important; }

/*list*/
.disc_li li {
	margin: 0 0 3px 1em;
	list-style: disc;
	line-height: 155%;
	text-align: left;
}
.deci_li {
	padding-left: 0.5em;
}
.deci_li > li {
	margin: 0 0 3px 1em;
	list-style: decimal;
	line-height: 155%;
	text-align: left;
}
.triangle_li li {
	margin: 0 0 3px 0;
	padding: 0 0 0 15px;
	position: relative;
	line-height: 155%;
	text-align: left;
}
.triangle_li li:before {
	content: "";
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #004ea2;
}
/*--------------------------------------
    LAYOUT
--------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 1100px;
	/*min-width: 1100px;*/
}
.wrap_inner {
	margin: 0 auto 0;
	padding: 30px 50px 30px;
	width: auto;
	background: #eee url("../img/all/all_bg01.jpg") 0 0 no-repeat;
	/*background: #f7f5ee;
	background-image: linear-gradient(45deg, #faf9f4 25%, transparent 0),
	linear-gradient(45deg, transparent 75%, #faf9f4 0),
	linear-gradient(45deg, #faf9f4 25%, transparent 0),
	linear-gradient(45deg, transparent 75%, #faf9f4 0);
	background-size: 100px 100px;
	background-position: 0 0, 50px 50px,
		50px 50px, 100px 100px;*/
}

#hs_jp_link {
	margin: 0 0 0;
	padding: 10px 0 10px;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 20px;
	/*background: rgba(255,255,255,0.8);*/
	border-top: 6px solid #BD1721;
	/*border-bottom: 2px solid #9C364A;*/
	box-shadow: 0 0 2px 3px rgba(47,47,47, 0.1);
	z-index: 101;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.44+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.44) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.44) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.44) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#70ffffff',GradientType=0 ); /* IE6-9 */

}
.hs_link_inner {
	margin: 0 15px 0;
	line-height: 100%;
}
#hs_splist_link {
	margin: 0 0 0;
}
#hs_splist_link a {
	margin: auto 0;
	padding: 2px 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 1.2rem;
	color: #fff;
	background: #333;
	border-radius: 4px;
}
#hs_splist_link a:hover {
	text-decoration: none;
	transition: all 300ms ease-out;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#main_content {
	margin: 0 0 0;
	width: 100%;
	min-height: 700px;
	position: relative;
}

.fadein,
.fadein02 {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 0.6s;
}
.fadein_area .fadein :nth-of-type(1) {
	transition : all 0.6s;
}
.fadein_area .fadein:nth-of-type(2) {
	transition : all 0.8s;
}
.fadein_area .fadein:nth-of-type(3) {
	transition : all 0.9s;
}
.fadein.active,
.fadein02.active {
	opacity : 1;
	transform : translate(0, 0);
}

/*--------------------------------------
   TITLE
--------------------------------------*/
.title_mid_type01 {
	margin: 30px 0 25px;
	padding: 16px 0 15px 100px;
	position: relative;
	text-align: left;
	font-weight: bold;
	font-size: 1.8rem;
	/*color: rgba(33, 30, 45, 0.9);*/
	letter-spacing: 1px;
	font-family: 'Tenor Sans', sans-serif;
	/*background: rgba(255, 255, 255, 0.5);*/
}
.title_mid_type01:before,
.title_mid_type01:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f0c0d+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(63,12,13,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(63,12,13,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(63,12,13,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0c0d', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.title_mid_type01:before {
	top: 0;
	left: 0;
	height: 1px;
}
.title_mid_type01:after {
	bottom: 0;
	left: 0;
	height: 3px;
}
.title_mid_type01 > span {
	color: #333;
}
.title_mid_type01 > span:before {
	content: "";
	margin: auto 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: 90px;
	height: 90px;
	background: url("../img/all/tit_icon.png") 0 0 no-repeat;
	background-size: cover;
	z-index: 99;
}
.small_tit01 {
	margin: 35px 0 15px;
	padding: 10px 15px;
	font-size: 1.5rem;
	font-weight: normal;
	color: #333;
	background: rgba(255,255,255,0.5);
	    border-left: rgba(76, 76, 76, 0.9) solid 10px;
}

/*--------------------------------------
    HEAD
--------------------------------------*/
#site_header {
	margin: 46px 0 0;
	padding: 0 0 0;
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
	background: #21140B no-repeat;
	background-image: url("../img/all/all_bg02.png"), url("../img/all/kari_kv01.png");
	background-position: 0 0, 100% 0;
	background-size: contain;
}
#site_header:after {
	content: "";
	margin: 0 auto 0;
	padding: 0;
	position: absolute;
	bottom: -30px;
	width: 100%;
	height: 30px;
	opacity: 0.7;
	background: #333;
	background-image: linear-gradient(45deg, #5EA88F 25%, transparent 0),
	linear-gradient(45deg, transparent 75%, #5EA88F 0),
	linear-gradient(45deg, #5EA88F 25%, transparent 0),
	linear-gradient(45deg, transparent 75%, #5EA88F 0);
	background-size: 30px 30px;
	background-position: 0 0, 15px 15px,
		15px 15px, 30px 30px;
	z-index: 99;
}
#head_inner {
	margin: 0 auto;
	width: 1100px;
	height: 300px;
	position: relative;
}
#logo {
	width: 100%;
	color: #fff;
	display: block;
	font-size: 0;
}
.logo_kimetsu {
	margin: auto 0;
	position: absolute;
	top: -5px;
	bottom: 0;
	left: 0;
	width: auto;
	height: 200px;
	animation-name: my-fade-in;
	animation-duration: 2s;
}
.logo_kimetsu img {
	width: auto;
	height: 200px;
}
.head_copy {
	margin: 0 0 0;
	position: absolute;
	left: 10px;
	bottom: 7px;
	line-height: 100%;
	font-size: 1.0rem;
	color: #fff;
}

@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.link_banner_big li {
	margin: 0 0 15px;
}
.link_banner_big a {
	margin: 0 auto 0;
	display: block;
	width: 80%;
	text-align: center;
	height: 70px;
	line-height: 70px;
	font-size: 1.5rem;
	border-radius: 10px 0 10px 0;
	color: #cc0000;
	background: #fcfcfc url("../img/all/all_bg03.png") 0 0 no-repeat;
	background-size: 55%;
	border: 1px solid #E46C6C;
	
	/*color: rgba(255,255,255,1);
	background: rgba(33, 33, 33, 0.95) no-repeat;
	background-image: url("../img/all/all_bg02.png");
	background-position: 0 -2px;
	background-size: 45%;*/
}
/*.link_banner_big li:nth-of-type(odd) a,
.link_banner_big li:nth-of-type(even) a {
	color: #cc0000;
	background: #ddd url("../img/all/all_bg03.png") 0 0 no-repeat;
	background-size: 55%;
}*/
.link_banner_big a:hover {
	text-decoration: none;
	opacity: 0.5;
	transition: all 300ms ease-out;
}
.link_banner_big a > span {
	padding: 0 27px 0 0;
	background: url("../img/all/link_icon02.png") no-repeat 100% 50%;
	background-size: 18px;
}

.caution_text {
	margin: 0 0 20px;
	padding: 5px 10px;
	width: auto;
	background: rgba(212,212,212,0.5);
}
.caution_text p {
	margin: 0 0 0;
}

/*--------------------------------------
   TOP
--------------------------------------*/
.top_mainsec_box {
	margin: 20px auto 30px;
	width: 1000px;
	font-size: 1.5rem;
}
.character_name_text {
	margin: 20px auto 40px;
	padding: 15px 15px;
	font-size: 1.2rem;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}
.top_mainsec_box > .content_flex_outer {
	margin: 0 0 35px;
	padding: 0 0 25px;
	/*border-bottom: 1px dashed  #ccc;*/
}
.top_sec_about {
	width: auto;
}
.top_news_box {
	padding: 17px 25px 20px;
	height: 300px;
	position: relative;
	background: rgba(255, 255, 255, 0.7);
}
.top_news_box:after {
	content: "";
	bottom: 0;
	left: 0;
	height: 1px;
	position: absolute;
	display: block;
	width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#771737+0,ffffff+100&1+0,0.4+71,0+100 */
background: -moz-linear-gradient(left,  rgba(119,23,55,1) 0%, rgba(216,188,197,0.4) 71%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(119,23,55,1) 0%,rgba(216,188,197,0.4) 71%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(119,23,55,1) 0%,rgba(216,188,197,0.4) 71%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#771737', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#top_sec_works02 .sec_innerbox {
	margin: 0 auto;
	padding: 25px 20px;
	width: 960px;
	/*border-radius: 8px;*/
	/*background:  rgba(217, 213, 204, 0.3);*/
	
}
.top_news_box .news_inner {
	height: 100%;
	overflow-y: auto;
}
.top_news_box .news_inner dl {
	padding: 10px 0;
	display: table;
	width: 100%;
	font-size: 1.4rem;
	border-bottom: 1px dotted #ccc;
}
.top_news_box .news_inner dt {
	display: table-cell;
	width: 95px;
	text-align: center;
	color: #333;
	font-size: 1.35rem;
	font-weight: bold;
}
.top_news_box .news_inner dd {
	padding: 0 0 0 1em;
	display: table-cell;
	text-align: left;
	line-height: 150%;
}
.top_news_box .news_inner dd a {
	font-weight: bold;
}
.twitter-tweet {
	margin: 0 0 0 !important;
}
#twitter_area {
    /*margin: 0 0;*/
    width: 330px;
}
#twitter-widget-0 {
	margin: 0 auto;
	height: 330px !important;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.top_petit_link {
	margin: 20px auto 50px;
	width: 720px;
}
.top_petit_link a {
	position: relative;
	display: block;
	width: 208px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	/*font-weight: bold;*/
	font-size: 1.3rem;
	background: #222;
	/*font-family: 'Noto Serif JP', serif;*/
	border: 1px solid #fefefe;
}
.top_petit_link a:hover {
	color: #943234;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.9);
	transition: all 300ms ease-out;
	box-shadow: 5px 5px 0 0px rgba(110, 0, 7, 0.9);
}
.product_tag,
.newstext_tag {
	margin: 0 0 0 0;
	padding: 5px 5px;
	display: block;
	width: auto;
	text-align: center;
	line-height: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 4px;
}
.newstext_tag {
	color: #333;
	background: #ddd;
}
.product_tag {
	color: #d50a12;
	background: #fff;
}
.hscap_color {
	color: #d50a12 !important;
}
.hscap_tag {
	margin: 0 7px 0 0;
	padding: 2px 5px;
	color: #fff;
	line-height: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	background: #d50a12;
}
/*.work_img_box01 {
	margin: 0 auto 10px;
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	overflow: hidden;
	background: #fff;
	transform: rotate(-45deg);
}
.work_img_box01.icon_newitem:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	border-bottom: 3em solid transparent;
	border-left: 4em solid rgba(200, 30, 30, 0.9);
	transition: all 300ms ease-out;
	z-index: 90;
}
.work_img_box01.icon_newitem:after {
	content: "New";
	position: absolute;
	top: 5px;
	left: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.0rem;
	z-index: 99;
}
.fadein.active .work_img_box01 {
	opacity : 1;
	transform : translate(0, 0);
}
.work_img_box01 img {
	position: absolute;
	margin: auto auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 144px;
	height: auto;
}
.work_img_box01:hover {
	transform: rotate(-10deg) !important;
}
.work_img_box01:hover img {
	transition: all 300ms ease-out;
}
.work_img_box01:hover + .product_text01 {
	opacity: 0.8;
}
.work_pickup a:hover {
	text-decoration: none !important;
}
.product_text01 {
	width: 200px;
}
.product_text01 dt {
	padding: 8px 7px;
	display: block;
	min-height: 5em;
	color: rgba(120, 0, 7, 0.9);
	line-height: 120%;
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
	background: #fff;
	border-left: rgba(200, 30, 30, 0.7) solid 6px;
}
.product_text01 dt > span {
	color: #d50a12 !important;
}
.product_text01 dd {
	padding: 8px 15px;
	line-height: 135%;
	font-size: 1.2rem;
	color: #222;
	background: rgba(255, 255, 255, 0.85);
}
.works01_itemimg {
	margin: 0 0 0;
}
.works01_itemimg .img_p img {
	width: 540px;
	height: auto;
}*/
.works01_itemtext {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	width: 450px;
	font-size: 1.2rem;
	background: rgba(255, 255, 255, 0.0);
}
.works01_itemtext .disc_li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.works01_itemtext .disc_li li {
	margin: 0 0 10px 0;
	padding: 5px 0 10px 1.5em;
	text-indent: 1.5em;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
.works01_itemtext .disc_li li > p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	text-indent: 0;
}
.works01_itemtext .disc_li li > p:last-child {
	margin-bottom: 0;
}

/*ul box1*/
.itemlistbox > ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.itemlistbox > ul:after,
.itemlistbox > ul:before {
	content:"";
	display: block;
	width: 200px;
}
.itemlistbox > ul:before {
	order: 1;
}
/*.itemlistbox li.stock {
	display: none;
}*/
.itemlistbox li {
	margin: 0 0 10px;
	padding: 0 0;
	position: relative;
	width: 200px;
	height: auto;
	line-height: 130%;
	font-size: 1.3rem;
	background-color: transparent;
}
.work_img_box01 {
	margin: 0 auto 10px;
	display: block;
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	transform: rotate(0)
}
.fadein.active .work_img_box01 {
	opacity : 1;
	transform : translate(0, 0);
}
.work_img_box01:hover {
	transform: rotate(-10deg) !important;
	transition: all 300ms ease-out;
}
.work_img_box01:hover img {
	transition: all 300ms ease-out;
}
.work_img_box01:hover + .product_text01 {
	opacity: 0.8;
}
.work_img_box01 .productImg {
	margin: auto auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0 ;
	right: 0;
	width: 144px;
	height: auto;
}
.itemlistbox li .btn img.up {
	position:absolute;
	left: 0;
	top: 0;
	padding: 0;
	z-index: 10;
}
.itemlistbox li img {
	margin: 0 auto;
	padding: 10px 5px 0;
	display: block;
}
.itemlistbox li .name {
	padding: 8px 15px;
	display: block;
	min-height: 5em;
	color: rgba(120, 0, 7, 0.9);
	line-height: 120%;
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
	background: #fff;
	border-left: rgba(200, 30, 30, 0.7) solid 6px;
}
.itemlistbox li .info {
	color: #CC0000;
}
.itemlistbox li .info_price {
	padding: 8px 15px;
	line-height: 135%;
	font-size: 1.2rem;
	color: #222;
	background: rgba(255, 255, 255, 0.85);
}
.itemlistbox ul li:nth-child(n + 17) {
	display: none;
}

.w800 {
	width: 800px;
}
.w700 {
	width: 700px;
}
.w650 {
	width: 650px;
}
.w460 {
	width: 460px;
}
@media screen and (max-width: 767px) {
	.w800,
	.w700,
	.w650,
	.w460 {	width: auto; }
}

/*--------------------------------------
    FOOTER
--------------------------------------*/
#footer {
	margin: 0 0 0;
	position: relative;
	bottom: 0;
	display: block;
	width: 100%;
	height: 50px;
	background: rgba(33, 33, 33, 1);
}
#copyright {
	margin: 0;
	padding: 0 0;
	height: 50px;
	color: #fff;
}
#copyright small {
	font-size: 1.2rem;
}
#copyright p {
	margin: 0;
	line-height: 50px;
	text-align: center;
}
#footer_area .pageTop {
	position: fixed;
	bottom: 6px;
	right: 5px;
	text-align: center;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 100;
}
#footer_area .pageTop a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	height: 38px;
	line-height: 38px;
	background-color: rgba(0, 0, 0, 0.9);
	border: 1px solid #fff;
}
#footer_area .pageTop a:before {
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
#footer_area .pageTop a:hover {
	text-decoration: none;
	background: rgba(150, 150, 150, 0.8);
	transition: background 300ms ease-out;
}
#footer_area .pageTop a span {
	display: none;
}

/*--------------------------------------
    MEDIA QUERY
--------------------------------------*/
@media screen and (max-width: 767px) {

	/*--------------------------------------
		LINK
	--------------------------------------*/
	a:visited { }
	a      {  text-decoration: none;}
	a:link {  text-decoration: none;}
	a:active { text-decoration: none;}
	a:hover { text-decoration: underline; transition: none; }
	a:hover img {
		transition: all 300ms ease-out;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	/*--------------------------------------
		COMMON
	--------------------------------------*/
	html {
		width: 100%;
		min-width: inherit;
	}
	body {
		min-width: inherit;
		line-height: 175%;
	}

	.sp_display { display: block !important; }
	.pc_display { display: none !important; }

	.sp_text_left { text-align: left; }
	.sp_text_right { text-align: right; }
	.sp_text_center { text-align: center; }

	.sp_f12 { font-size: 1.2rem !important; }
	.sp_f13 { font-size: 1.3rem !important; }
	.sp_f14 { font-size: 1.4rem !important; }
	.sp_f15 { font-size: 1.5rem !important; }
	.sp_f16 { font-size: 1.6rem !important; }
	.sp_f17 { font-size: 1.7rem !important; }
	.sp_f18 { font-size: 1.8rem !important; }
	.sp_f19 { font-size: 1.9rem !important; }
	.sp_f20 { font-size: 2.0rem !important; }
	.sp_f21 { font-size: 2.1rem !important; }
	.sp_f22 { font-size: 2.2rem !important; }
	.sp_f23 { font-size: 2.3rem !important; }
	.sp_f24 { font-size: 2.4rem !important; }
	.sp_f25 { font-size: 2.5rem !important; }
	.sp_f26 { font-size: 2.6rem !important; }

	.main_text {
		margin: 0 0 10px;
		font-size: 1.3rem !important;
		line-height: 175%;
	}
	.sp_imgbox img {
		width: 100%;
		height: auto;
	}

	.f_left { float: none; }
	.f_right { float: none; }

	.sp_tm00 { margin-top: 0 !important; }
	.sp_tm05 { margin-top: 5px !important; }
	.sp_tm10 { margin-top: 10px !important; }
	.sp_tm15 { margin-top: 15px !important; }
	.sp_tm18 { margin-top: 18px !important; }
	.sp_tm20 { margin-top: 20px !important; }
	.sp_tm25 { margin-top: 25px !important; }
	.sp_tm30 { margin-top: 30px !important; }
	.sp_tm35 { margin-top: 35px !important; }
	.sp_tm40 { margin-top: 40px !important; }
	.sp_tm45 { margin-top: 45px !important; }
	.sp_tm50 { margin-top: 50px !important; }
	.sp_tm55 { margin-top: 55px !important; }
	.sp_tm60 { margin-top: 60px !important; }
	.sp_tm65 { margin-top: 65px !important; }
	.sp_tm70 { margin-top: 70px !important; }
	.sp_tm75 { margin-top: 75px !important; }
	.sp_tm80 { margin-top: 80px !important; }
	.sp_tm85 { margin-top: 85px !important; }
	.sp_tm90 { margin-top: 90px !important; }
	.sp_tm95 { margin-top: 95px !important; }
	.sp_tm100 { margin-top: 100px !important; }

	.sp_lm00 { margin-left: 0 !important; }
	.sp_lm05 { margin-left: 5px !important; }
	.sp_lm10 { margin-left: 10px !important; }
	.sp_lm15 { margin-left: 15px !important; }
	.sp_lm18 { margin-left: 18px !important; }
	.sp_lm20 { margin-left: 20px !important; }
	.sp_lm25 { margin-left: 25px !important; }
	.sp_lm30 { margin-left: 30px !important; }
	.sp_lm35 { margin-left: 35px !important; }
	.sp_lm40 { margin-left: 40px !important; }
	.sp_lm45 { margin-left: 45px !important; }
	.sp_lm50 { margin-left: 50px !important; }
	.sp_lm55 { margin-left: 55px !important; }
	.sp_lm60 { margin-left: 60px !important; }
	.sp_lm65 { margin-left: 65px !important; }
	.sp_lm70 { margin-left: 70px !important; }
	.sp_lm75 { margin-left: 75px !important; }
	.sp_lm80 { margin-left: 80px !important; }
	.sp_lm85 { margin-left: 85px !important; }
	.sp_lm90 { margin-left: 90px !important; }
	.sp_lm95 { margin-left: 95px !important; }
	.sp_lm100 { margin-left: 100px !important; }
	
	.sp_rm00 { margin-right: 0 !important; }
	.sp_rm05 { margin-right: 5px !important; }
	.sp_rm10 { margin-right: 10px !important; }
	.sp_rm15 { margin-right: 15px !important; }
	.sp_rm18 { margin-right: 18px !important; }
	.sp_rm20 { margin-right: 20px !important; }
	.sp_rm25 { margin-right: 25px !important; }
	.sp_rm30 { margin-right: 30px !important; }
	.sp_rm35 { margin-right: 35px !important; }
	.sp_rm40 { margin-right: 40px !important; }
	.sp_rm45 { margin-right: 45px !important; }
	.sp_rm50 { margin-right: 50px !important; }
	.sp_rm55 { margin-right: 55px !important; }
	.sp_rm60 { margin-right: 60px !important; }
	.sp_rm65 { margin-right: 65px !important; }
	.sp_rm70 { margin-right: 70px !important; }
	.sp_rm75 { margin-right: 75px !important; }
	.sp_rm80 { margin-right: 80px !important; }
	.sp_rm85 { margin-right: 85px !important; }
	.sp_rm90 { margin-right: 90px !important; }
	.sp_rm95 { margin-right: 95px !important; }
	.sp_rm100 { margin-right: 100px !important; }

	.sp_bm00 { margin-bottom: 0 !important; }
	.sp_bm05 { margin-bottom: 5px !important; }
	.sp_bm10 { margin-bottom: 10px !important; }
	.sp_bm15 { margin-bottom: 15px !important; }
	.sp_bm18 { margin-bottom: 18px !important; }
	.sp_bm20 { margin-bottom: 20px !important; }
	.sp_bm25 { margin-bottom: 25px !important; }
	.sp_bm30 { margin-bottom: 30px !important; }
	.sp_bm32 { margin-bottom: 32px !important; }
	.sp_bm35 { margin-bottom: 35px !important; }
	.sp_bm40 { margin-bottom: 40px !important; }
	.sp_bm45 { margin-bottom: 45px !important; }
	.sp_bm50 { margin-bottom: 50px !important; }
	.sp_bm55 { margin-bottom: 55px !important; }
	.sp_bm60 { margin-bottom: 60px !important; }
	.sp_bm65 { margin-bottom: 65px !important; }
	.sp_bm70 { margin-bottom: 70px !important; }
	.sp_bm75 { margin-bottom: 75px !important; }
	.sp_bm80 { margin-bottom: 80px !important; }
	.sp_bm85 { margin-bottom: 85px !important; }
	.sp_bm90 { margin-bottom: 90px !important; }
	.sp_bm95 { margin-bottom: 95px !important; }
	.sp_bm100 { margin-bottom: 100px !important; }

	/*flexbox common*/
	.content_flex_outer {
		/*width: 100%;*/
		display: block;
	}
	.content_flex_outer img {
		width: 100%;
		height: auto;
	}

	.spimg_margin {
		margin: 0 15px;
	}
	.works01_itemimg .img_p img {
		width: 100%;
		height: auto;
	}
	.works01_itemtext {
		margin: 10px 0 0 0;
		width: auto;
	}

	/*--------------------------------------
		LAYOUT
	--------------------------------------*/
	#wrapper {
		min-width: auto;
	}
	.wrap_inner {
		padding: 20px 0 30px;
		width: auto;
	}
	#main_content {
		margin: 0 0;
		min-height: 400px;
	}
	#hs_jp_link {
		margin: 0 0 0;
		padding: 10px 0 10px;
		position: fixed;
		top: 0;
		left: 0;
		overflow-x: hidden;
	}
	.hs_link_inner {
		margin: 0 15px 0;
		line-height: 100%;
		overflow-x: hidden;
	}
	.hs-logo > img {
		width: auto;
		height: 15px;
	}
	#hs_splist_link {
		margin: 0 0 0;
	}
	#hs_splist_link a {
	}
	/*--------------------------------------
	   TITLE
	--------------------------------------*/
	.title_mid_type01 {
		margin: 30px 0 25px;
		padding: 20px 0 20px 67px;
		font-size: 1.5rem;
		/*color: rgba(33, 30, 45, 0.9);*/
		letter-spacing: 0;
	}
	.title_mid_type01 > span:before {
		width: 60px;
		height: 60px;
	}
	.title_mid_type01 > span > span {
		margin: 0 0 0 !important;
		display: block;
		font-size: 1.2rem !important;
	}
	.small_tit01 {
		padding: 10px 15px;
		font-size: 1.4rem;
	}

	/*--------------------------------------
		HEAD
	--------------------------------------*/
	#site_header {
		margin: 46px 0 0;
		height: auto;
		background: #000;
		/*background: #21140B no-repeat;
		background-image: url("../img/all/kari_kv01_sp.png");
		background-position: 100% 0;
		background-size: 100%;*/
	}
	#site_header:after {
		display: none;
	}
	#head_inner {
		width: auto;
		height: auto;
	}
	.logo_kimetsu {
		display: none;
		margin: auto 0;
		position: static;
		height: auto;
		text-align: center;
	}
	.logo_kimetsu img {
		/*width: 80%;
		height: auto;*/
	}
	#main_content:before {
		display: none;
	}
	.head_copy {
		margin: 5px 0 0;
		padding: 0 0 10px;
		position: static;
		text-align: center;
		font-size: 1.1rem;
		color: #fff;
	}
	
	.link_banner_big a {
		width: auto;
		height: 60px;
		line-height: 60px;
		font-size: 1.3rem;
	}

	/*--------------------------------------
	   TOP
	--------------------------------------*/
	.top_mainsec_box {
		margin: 15px 10px 25px;
		width: auto;
	}
	.top_mainsec_box > .content_flex_outer {
		margin: 0 0 30px;
		padding: 0 0 15px;
	}
	.top_news_box {
		margin: 0 0 15px;
		padding: 15px 10px 20px;
		height: 240px;
	}
	.top_news_box .news_inner {
	}
	.top_news_box .news_inner dl {
	}
	.top_news_box .news_inner dt {
		width: 110px;
	}
	.top_news_box .news_inner dd {
		padding: 0 0 0 10px;
	}
	.top_news_box .news_inner dd a {
	}
	.top_petit_link {
		margin: 0 20px 40px;
		width: auto;
	}
	.top_petit_link li {
		margin: 0 0 5px;
	}
	.top_petit_link a {
		padding: 0 0 0 15px;
		width: auto;
		height: 40px;
		line-height: 40px;
		text-align: left;
		font-size: 1.4rem;
		transform: rotate(0deg);
	}
	.top_petit_link a:hover {
		color: #fff;
		background: rgba(0, 0, 0, 0.9);
		transition: none;
		box-shadow: 0 0 0 0;
	}
	
	.work_text_box {
		margin: 15px 0 0;
		width: auto;
		text-align: left;
	}
	.top_mainsec_box p {
		text-align: left;
	}
	
	#top_sec_works02 {
		margin: 15px 10px !important;
		width: auto !important;
	}
	#top_sec_works02 .sec_innerbox {
		margin: 15px auto;
		padding: 15px 0;
		width: auto;
	}
	
	#top_sec_contact .sp_img_list {
		margin: 0 auto;
		width: 80%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_sec_contact .sp_img_list li {
		width: 45%;
	}
	#top_sec_contact .sp_img_list li img {
		width: 100%;
		height: auto;
	}
	.link_banner_big {
		margin: 0 15px;
	}
	.link_banner_big a > span {
		padding: 0 25px 0 0;
		background-size: 12px;
	}
	#twitter_area {
		margin: 0 0;
		width: auto;
	}
	.twitter-timeline {
		width: 100% !important;
	}
	
	/*ul box1*/
	.itemlistbox {
		width: auto;
	}
	.itemlistbox > ul {
		justify-content:center;
	}
	.itemlistbox > ul:after,
	.itemlistbox > ul:before {
		content:"";
		display: none;
		width: 146px;
	}
	.itemlistbox > ul:before {
		order: 1;
	}
	.itemlistbox li {
		margin: 0 auto 10px;
		width: 146px;
	}
	.work_img_box01 {
		margin: 0 auto 10px;
		width: 146px;
		height: 146px;
		transform: rotate(0)
	}
	.work_img_box01 .productImg {
		padding: 0 0 0;
		width: 126px;
		height: auto;
	}
	.itemlistbox li .name {
		padding: 8px 5px;
		min-height: 6em;
	}
	.itemlistbox li .info_price {
		padding: 8px 5px 8px 10px;
		text-align: left;
		min-height: 3em;
	}
	.works01_itemtext .disc_li li {
		margin: 0 0 3px 0;
		padding: 5px 0 10px 0;
		text-indent:  0;
		list-style: none;
	}
	.caution_text {
		margin: 15px 15px;
		padding: 15px 10px;
		line-height: 135%;
	}
	
	#footer {
		width: 100%;
	}
	#footer_area .pageTop {
		bottom: 56px;
	}
}
